aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-15 14:43:25 (GMT)
committerfluxgen <fluxgen>2003-04-15 14:43:25 (GMT)
commit175b63c7f916b752bf102f0207eeff9a569cce38 (patch)
treec68e117fba4c2acf6b9d15fe3d5a969555afbca5
parent83da8b5006fe9bccabb2ed451b6e98cbc6a3903a (diff)
downloadfluxbox-175b63c7f916b752bf102f0207eeff9a569cce38.zip
fluxbox-175b63c7f916b752bf102f0207eeff9a569cce38.tar.bz2
update
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12766c7..22cd27d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,53 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.1: 2Changes for 0.9.1:
3*03/04/15: 3*03/04/15:
4 * Added drag and drop support for tabs (Henrik)
5 Window.hh/cc
6 * Fixed client and icon count in Ewmh (Henrik)
7 Ewmh.cc
8 * Cleaning (Henrik)
9 fluxbox.hh/cc, FbAtoms.hh/cc, IconBar.hh/cc, WinClient.cc
10 Window.cc, Screen.hh/cc, Toolbar.hh/cc, FbCommands.cc,
11 Workspace.cc, Gnome.cc
4 * Add most recently used/stacked window cycling, set as default (Simon) 12 * Add most recently used/stacked window cycling, set as default (Simon)
5 Window.cc Screen.hh/cc fluxbox.hh/cc Keys.hh/cc 13 Window.cc Screen.hh/cc fluxbox.hh/cc Keys.hh/cc
6*03/04/14: 14*03/04/14:
15 * merged embedded-tab-branch into main branch
7 * Don't create menuconfig during install and style cleanups (Han) 16 * Don't create menuconfig during install and style cleanups (Han)
8 fluxbox_generate_menu 17 fluxbox_generate_menu
9 * Sun compat in Makefile.am (Han) 18 * Sun compat in Makefile.am (Han)
10 data/Makefile.am 19 data/Makefile.am
20*03/04/11:
21 * Icon list updates when window state changes and notifies
22 observer fluxbox::update
23 fluxbox.cc
24 * Reassociation of window when it changes to sticky is
25 done in fluxbox::update now
26 fluxbox.cc
27 * Fixed transient bug
28 WinClient.cc, Window.cc, fluxbox.cc
29 * Added TextButton.hh/cc
30 * Fixed label buttons in FbWinFrame for multiple clients
31 FbWinFrame.hh/cc, Window.hh/cc
32 * Added Next/Prev Client menu items to window menu
33 Screen.cc
34*03/04/09:
35 * Fixed Client menu
36 Workspace.cc
37 * Removed tab resources and old tab code
38 Tab.hh/cc, Screen.hh/cc, fluxbox.hh/cc, Window.hh/cc, Workspace.cc
11*03/04/08: 39*03/04/08:
12 * Fixes in fluxbox-generate_menu (Thanks Han) 40 * Fixes in fluxbox-generate_menu (Thanks Han)
41*03/04/07:
42 * Moved client specific stuff from FluxboxWindow to WinClient
43 Window.hh/cc, fluxbox.cc, Screen.cc/hh
44 * Fixed client list update in Ewmh module
45 Ewmh.cc
46*03/04/04:
47 * Added WinClient.hh/cc which holds client information
48*03/04/03:
49 * Added AttachClient and DetachClient key actions
50 Keys.hh/cc
13*03/03/30: 51*03/03/30:
14 * Using pkg-config instead of xft-config (Thanks Matt Hope) 52 * Using pkg-config instead of xft-config (Thanks Matt Hope)
15 xft.m4 53 xft.m4
@@ -25,7 +63,9 @@ Changes for 0.9.1:
25 Window.cc fluxbox.cc 63 Window.cc fluxbox.cc
26*03/02/25: 64*03/02/25:
27 * Fixed freebsd error and some nls in fluxbox-generate_menu (Han) 65 * Fixed freebsd error and some nls in fluxbox-generate_menu (Han)
66
28--------------------------------------------------- 67---------------------------------------------------
68
29Changes for 0.9.0: 69Changes for 0.9.0:
30*03/02/23: 70*03/02/23:
31 * Fixed auto hide option for toolbar menu (Henrik) 71 * Fixed auto hide option for toolbar menu (Henrik)