summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-22 03:33:08 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-22 03:33:08 +0100
commite909c3b8c6887b2fcee1debf34499794e5accac1 (patch)
tree4fd055de9b8c2ad13bb13b99c1d2248f6000079e /NEWS
parentafc503e0697046029a5fcbdfe313cbba302b8421 (diff)
downloadxmobar-e909c3b8c6887b2fcee1debf34499794e5accac1.tar.gz
xmobar-e909c3b8c6887b2fcee1debf34499794e5accac1.tar.bz2
Bug fix: don't get confused by align separators in input (issue 14)
This solves the common case of a template separator character (such as {) popping up in xmobar's input (e.g., inside a window title) and confusing the parser.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 839c0dc..6d5ecd2 100644
--- a/NEWS
+++ b/NEWS
@@ -17,12 +17,16 @@ _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.
- [issue 27]: `BottomSize` placement now respects its width argument.
- [issue 28]: Compilation in Mac OS X fixed.
- [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.
+[issue 14]: http://code.google.com/p/xmobar/issues/detail?id=14
[issue 27]: http://code.google.com/p/xmobar/issues/detail?id=27
[issue 28]: http://code.google.com/p/xmobar/issues/detail?id=28
[issue 30]: http://code.google.com/p/xmobar/issues/detail?id=30