summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-22 13:27:29 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-22 13:27:29 +0100
commit2f2f2ebc4d25a5ae5c6fb9f8e4200dc547e94bc2 (patch)
treee9f83ebd74f6909c31cd7f2c372c27cac737594f
parente909c3b8c6887b2fcee1debf34499794e5accac1 (diff)
downloadxmobar-2f2f2ebc4d25a5ae5c6fb9f8e4200dc547e94bc2.tar.gz
xmobar-2f2f2ebc4d25a5ae5c6fb9f8e4200dc547e94bc2.tar.bz2
Doc fixes
-rw-r--r--NEWS10
-rw-r--r--README2
2 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 6d5ecd2..2166cfd 100644
--- a/NEWS
+++ b/NEWS
@@ -5,18 +5,16 @@
_New features_
- - New `Volume` monitor displaying soundcard information using ALSA,
- by Thomas Tuegel.
+ - New `Volume` monitor displaying ALSA soundcards information, by
+ Thomas Tuegel.
_Incompatible changes_
- The `Mail` plugin now takes a second parameter (a string)
- specifying its alias.
+ specifying its alias. As a side-effect, this solves [issue 30].
_Bug fixes_
- - Text is now correctly centered vertically.
- - `FullBM` border spec fixed.
- [issue 14]: `StdinReader` and other plugins accepting external
input don't get confused anymore when characters from `alignSep`
appear in their input.
@@ -25,6 +23,8 @@ _Bug fixes_
- [issue 30]: `Mail` plugin can be specified anywhere in commands list.
- [issue 36]: Battery monitor now supports non-standard locations of
the `/sys/class/power_supply/AC/online` file.
+ - Text is now correctly centered vertically.
+ - `FullBM` border spec fixed.
[issue 14]: http://code.google.com/p/xmobar/issues/detail?id=14
[issue 27]: http://code.google.com/p/xmobar/issues/detail?id=27
diff --git a/README b/README
index 2e5eb47..d61da17 100644
--- a/README
+++ b/README
@@ -827,7 +827,7 @@ can be used in the output template as `%mydate%`
logHook = dynamicLogString defaultPP >>= xmonadPropLog
}
This plugin can be used as a sometimes more convenient alternative
- to `StdinReader`. For it instance, allows you to (re)start xmobar
+ to `StdinReader`. For instance, it allows you to (re)start xmobar
outside xmonad.
[here]: http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DynamicLog.html