aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-18 14:07:40 (GMT)
committerfluxgen <fluxgen>2003-06-18 14:07:40 (GMT)
commit2dbc6814fc2683fde4bb3a6ce9db3872c8b3c0ec (patch)
treebea065067f3067f2783865f4f73116bc32a4a62a /ChangeLog
parente3ab62fed1e63be3e7f6b81c316b15097638faf6 (diff)
downloadfluxbox-2dbc6814fc2683fde4bb3a6ce9db3872c8b3c0ec.zip
fluxbox-2dbc6814fc2683fde4bb3a6ce9db3872c8b3c0ec.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d456b3b..c84c3fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.4: 2Changes 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---------------------------------------------------------------------------------
36Changes for 0.9.3: 48Changes 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)