diff options
author | fluxgen <fluxgen> | 2006-10-16 18:50:28 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-10-16 18:50:28 (GMT) |
commit | 1928de1f3cf167eb57aedaefc530bc46b4a6b6ab (patch) | |
tree | 74b18accf5c3afed24f196e0be8392b28d81b65b | |
parent | a3b30e1c6356c38b6ce0f9cc8f26ddc93814183c (diff) | |
download | fluxbox-1928de1f3cf167eb57aedaefc530bc46b4a6b6ab.zip fluxbox-1928de1f3cf167eb57aedaefc530bc46b4a6b6ab.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *06/10/16: | ||
4 | * Added CachedPixmap (Henrik) | ||
5 | FbTk/CachedPixmap.hh/cc | ||
3 | *06/09/20: | 6 | *06/09/20: |
4 | * Fixed bug #1561482, (Henrik) | 7 | * Fixed bug #1561482, (Henrik) |
5 | Crash when cicking on the workspacename to get the tbarmenu. | 8 | Crash when clicking on the workspacename to get the tbarmenu. |
6 | Fixed so it recreated toolbar menu if needed in Toolbar::reconfigure. | 9 | Fixed so it recreated toolbar menu if needed in Toolbar::reconfigure. |
7 | src/Toolbar.cc/hh | 10 | src/Toolbar.cc/hh |
8 | * fixed little issue in fbsetbg (Mathias) | 11 | * fixed little issue in fbsetbg (Mathias) |
@@ -186,6 +189,7 @@ Changes for 1.0rc3: | |||
186 | expand PREFIX in the make install stage, so that make prefix=elsewhere | 189 | expand PREFIX in the make install stage, so that make prefix=elsewhere |
187 | works properly (Simon) | 190 | works properly (Simon) |
188 | configure.in | 191 | configure.in |
192 | |||
189 | Changes for 1.0rc2: | 193 | Changes for 1.0rc2: |
190 | *06/07/03: | 194 | *06/07/03: |
191 | * call waitpid() on SIGCHLD until no more children (thanks Devin/dlab) | 195 | * call waitpid() on SIGCHLD until no more children (thanks Devin/dlab) |