diff options
author | fluxgen <fluxgen> | 2003-02-23 01:10:16 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-02-23 01:10:16 (GMT) |
commit | 87215715ef75a1d5cc035c1fd6859c6af35acf4f (patch) | |
tree | 8a145211c58f03ce9d54520ca3eb970f2ac47a27 | |
parent | 344bd1d00ac69ad073b83269fd57787a23e305e5 (diff) | |
download | fluxbox_pavel-87215715ef75a1d5cc035c1fd6859c6af35acf4f.zip fluxbox_pavel-87215715ef75a1d5cc035c1fd6859c6af35acf4f.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,8 +1,24 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.15: | 2 | Changes for 0.1.15: |
3 | *03/02/22: | 3 | *03/02/22: |
4 | * s/""/'' so the shell does not have to expand the contents of the string | ||
5 | in fluxbox_generatemenu (Han) | ||
6 | * Added portability notes in fluxbox_generatemenu (Han) | ||
7 | * Added file utils menu item in fluxbox_generatemenu (Han) | ||
8 | * Fixed a resize bug (Henrik) | ||
9 | Window.cc | ||
10 | * Fixed bug in menu bullet type (Henrik) | ||
11 | FbTk/MenuTheme.cc | ||
4 | * Fixed sloppy focus to use new event handler model (Simon) | 12 | * Fixed sloppy focus to use new event handler model (Simon) |
5 | Screen.hh/cc Window.hh/cc fluxbox.hh/cc | 13 | Screen.hh/cc Window.hh/cc fluxbox.hh/cc |
14 | * Fixed auto hide bug in Toolbar (Henrik) | ||
15 | Toolbar.cc | ||
16 | * Fixed default white color bug in Theme (Henrik) | ||
17 | FbTk/Theme.cc | ||
18 | * Added toolbar placement menu and fixed resource saving for toolbar placement (Henrik) | ||
19 | Toolbar.cc, Screen.cc/hh | ||
20 | * Fixed vertical text for icons in Iconbar (Henrik) | ||
21 | IconBar.hh/cc, Toolbar.cc | ||
6 | *03/02/20: | 22 | *03/02/20: |
7 | * Fixed a size bug without titlebar (Henrik) | 23 | * Fixed a size bug without titlebar (Henrik) |
8 | Window.cc, FbWinFrame.cc | 24 | Window.cc, FbWinFrame.cc |