aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-08 19:19:27 (GMT)
committerfluxgen <fluxgen>2003-09-08 19:19:27 (GMT)
commitc069a14512116d4a24ede36120e02762ab334d12 (patch)
treeb5238ebdf7d0ae97397d6470e4c4724f6bd8041c /ChangeLog
parent61f74b3957b22c30358b4f96c1b641a309207640 (diff)
downloadfluxbox-c069a14512116d4a24ede36120e02762ab334d12.zip
fluxbox-c069a14512116d4a24ede36120e02762ab334d12.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7a8381..1a27218 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,29 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.6: 2Changes for 0.9.6:
3<<<<<<< ChangeLog
4
5=======
3*03/09/08: 6*03/09/08:
7 * Added icon list sig to Screen (Henrik)
8 This will notify when the icon list changed.
9 Useful for IconbarTool
10 Screen.hh/cc
11 * Fixed minor bug in FbTk::Subject (Henrik)
12 If one removes an observer while notify() it'll put that observer
13 in a dead_observer list which will be cleand after notify()
14 Subject.cc
15 * Fixed minor bug in FbTk::Button (Henrik)
16 It did a execute() and then a updateTransparent (in buttonRelease),
17 which could
18 be dangerous if the execute() killed the object
19 Button.cc
4 * Fix when selecting + unneeded submenu redraw on enter+motion (Simon) 20 * Fix when selecting + unneeded submenu redraw on enter+motion (Simon)
5 Menu.cc 21 Menu.cc
22*03/09/07:
23 * Added startup script to be used with startfluxbox, to get a
24 consistent frontend for both *dm and startx and your fluxbox-session (Thanks Han)
25 startfluxbox.in, startup.in
26 * Minor cleaning in some Makefile.am (Thanks Han)
6*03/09/06: 27*03/09/06:
7 * Added Resize x y as command (Thanks Mathias Gumz) 28 * Added Resize x y as command (Thanks Mathias Gumz)
8 FbCommands.cc/hh, FbCommandFactory.cc 29 FbCommands.cc/hh, FbCommandFactory.cc