diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,7 +1,15 @@ | |||
1 | (Format: Year/Month/Day) | ||
1 | changes for 0.1.8: | 2 | changes for 0.1.8: |
2 | *02/04/04: | 3 | *02/04/04: |
4 | * Moved NLS types from #define to enums and moved them into | ||
5 | namespace FBNLS, this way we don't pollute the global namespace too much. | ||
3 | * Fixed the i18n checking with MB_CUR_MAX and some other fixes | 6 | * Fixed the i18n checking with MB_CUR_MAX and some other fixes |
4 | from the blackbox code (Thanks bb-developers). | 7 | from the blackbox code (Thanks bb-developers). |
8 | * Fixed bug [ 528101 ] window dragging + workspace changing | ||
9 | * Fixed ToggleDecor key action (still some small decoration-bugs to fix) | ||
10 | * Moved enum Decor from BaseDisplay to FluxboxWindow | ||
11 | * Updated Makefile.am in nls/C to generate namespace and enum for blackbox-nls.hh | ||
12 | * Fixed bug [ 533436 ] Minor taskbar issue, it will update iconbar-text now. | ||
5 | *02/04/03: | 13 | *02/04/03: |
6 | * Fixed some signed/unsigned in Windowmenu.cc/hh, Slit.hh/cc, Basemenu.hh, | 14 | * Fixed some signed/unsigned in Windowmenu.cc/hh, Slit.hh/cc, Basemenu.hh, |
7 | Icon.hh/cc and Workspacemenu.cc/hh | 15 | Icon.hh/cc and Workspacemenu.cc/hh |