diff options
-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) |