diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1,5 +1,15 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.4: | 2 | Changes for 0.9.4: |
3 | *03/06/18: | ||
4 | * Fixed toolbar and slit maximize implementation (Henrik) | ||
5 | Toolbar.hh/cc, Slit.hh/cc | ||
6 | * Fixed _NET_WM_STRUT support (Henrik) | ||
7 | Ewmh.hh/cc, AtomHandler.hh, Gnome.hh, Remember.hh, ToolbarHandler.hh | ||
8 | Screen.hh/cc, fluxbox.cc, Window.hh/cc | ||
9 | * Added Strut.hh which contains left, right, top and bottom (Henrik) | ||
10 | *03/06/16: | ||
11 | * Fixed trailing whitespace in group file loading (Henrik) | ||
12 | Workspace.cc | ||
3 | *03/06/15: | 13 | *03/06/15: |
4 | * Apply workaround for strftime test - fails with gcc 3.3 due to | 14 | * Apply workaround for strftime test - fails with gcc 3.3 due to |
5 | compiler bug? - thanks Joshua Kwan (Simon) | 15 | compiler bug? - thanks Joshua Kwan (Simon) |
@@ -27,12 +37,14 @@ Changes for 0.9.4: | |||
27 | - e.g. [app] (title=.*gaim.*) | 37 | - e.g. [app] (title=.*gaim.*) |
28 | will match anything with gaim in the title ("gaim", "the gaim | 38 | will match anything with gaim in the title ("gaim", "the gaim |
29 | window", etc. | 39 | window", etc. |
30 | RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc WinClient.hh/cc StringUtil.hh/cc | 40 | RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc |
41 | WinClient.hh/cc StringUtil.hh/cc | ||
31 | *03/06/12: | 42 | *03/06/12: |
32 | * Renamed i18n.hh/cc to I18n.hh/cc (Henrik) | 43 | * Renamed i18n.hh/cc to I18n.hh/cc (Henrik) |
33 | *03/06/11: | 44 | *03/06/11: |
34 | * Added nls for antialias (Thanks ...) | 45 | * Added nls for antialias (Thanks ...) |
35 | nls/C/Configmenu.m, Screen.cc, nls/C/ja_JP/Configmenu.m | 46 | nls/C/Configmenu.m, Screen.cc, nls/C/ja_JP/Configmenu.m |
47 | --------------------------------------------------------------------------------- | ||
36 | Changes for 0.9.3: | 48 | Changes for 0.9.3: |
37 | *03/06/08: | 49 | *03/06/08: |
38 | * Add Reconfigure and Restart Key actions, thanks Jann Fisher (Simon) | 50 | * Add Reconfigure and Restart Key actions, thanks Jann Fisher (Simon) |