diff options
author | markt <markt> | 2007-03-06 17:20:13 (GMT) |
---|---|---|
committer | markt <markt> | 2007-03-06 17:20:13 (GMT) |
commit | ed3731fa30c8563e1187ff72528fcc2ca567c43d (patch) | |
tree | 9cca53ab1137da5a3f6c538d18feb569fbca2475 /ChangeLog | |
parent | 8c5fd07d77923b07739c51f00f090b94b1b4e550 (diff) | |
download | fluxbox_lack-ed3731fa30c8563e1187ff72528fcc2ca567c43d.zip fluxbox_lack-ed3731fa30c8563e1187ff72528fcc2ca567c43d.tar.bz2 |
session.screen0.defaultDeco now understands TAB, BORDER, etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,13 +1,16 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *07/03/03 | 3 | *07/03/06: |
4 | * session.screen<N>.defaultDeco now allows same strings as apps file (Mark) | ||
5 | Screen.cc/hh Window.cc Remember.cc/hh | ||
6 | *07/03/03: | ||
4 | * Added typeahead support to menus (patch by Philipp Goedl, modified by Mark | 7 | * Added typeahead support to menus (patch by Philipp Goedl, modified by Mark |
5 | and Matteo Galiazzo) | 8 | and Matteo Galiazzo) |
6 | - Added new style item menu.frame.underlineColor: <color> for displaying | 9 | - Added new style item menu.frame.underlineColor: <color> for displaying |
7 | matching items | 10 | matching items |
8 | FbTk/Menu.cc/hh MenuItem.cc/hh MenuTheme.cc/hh Makefile.am and added | 11 | FbTk/Menu.cc/hh MenuItem.cc/hh MenuTheme.cc/hh Makefile.am and added |
9 | FbTk/ITypeAheadable.hh TypeAhead.hh SearchResult.cc/hh | 12 | FbTk/ITypeAheadable.hh TypeAhead.hh SearchResult.cc/hh |
10 | *07/03/02 | 13 | *07/03/02: |
11 | * Added support for keypad enter key in menu (Mark) | 14 | * Added support for keypad enter key in menu (Mark) |
12 | FbTk/Menu.cc | 15 | FbTk/Menu.cc |
13 | *07/02/28: | 16 | *07/02/28: |