summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-02-01 04:59:43 +0100
committerjao <jao@gnu.org>2018-02-01 04:59:43 +0100
commita261c348df9bd2b04282097fa7799ad4921e2081 (patch)
treee6fe44429ade4591c6d1a940644cedc58395e726
parent5e9e71e88ef2de1dbeaae8f0089a6ba20239dcac (diff)
downloadxmobar-a261c348df9bd2b04282097fa7799ad4921e2081.tar.gz
xmobar-a261c348df9bd2b04282097fa7799ad4921e2081.tar.bz2
news.md -> changelog.md
-rw-r--r--changelog.md (renamed from news.md)2
-rw-r--r--readme.md2
-rw-r--r--xmobar.cabal2
3 files changed, 1 insertions, 5 deletions
diff --git a/news.md b/changelog.md
index c2d5832..955b043 100644
--- a/news.md
+++ b/changelog.md
@@ -1,5 +1,3 @@
-% xmobar - Release notes
-
## Version 0.25 (February, 2018)
_New features_
diff --git a/readme.md b/readme.md
index 6b8c656..32f2a19 100644
--- a/readme.md
+++ b/readme.md
@@ -11,8 +11,6 @@ xmobar was inspired by the [Ion3] status bar, and supports similar
features, like dynamic color management, icons, output templates, and
extensibility through plugins.
-This page documents xmobar 0.25 (see [release notes]).
-
[This screenshot] shows xmobar running under [sawfish], with
antialiased fonts. And [this one] is my desktop with [xmonad] and two
instances of xmobar.
diff --git a/xmobar.cabal b/xmobar.cabal
index 30d1486..e95e9f3 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -16,7 +16,7 @@ bug-reports: https://github.com/jaor/xmobar/issues
cabal-version: >= 1.6
build-type: Simple
-extra-source-files: readme.md, news.md,
+extra-source-files: readme.md, changelog.md,
samples/xmobar.config, samples/xmonadpropwrite.hs
samples/Plugins/helloworld.config,
samples/Plugins/HelloWorld.hs