aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-05-02 21:32:57 (GMT)
committerfluxgen <fluxgen>2004-05-02 21:32:57 (GMT)
commit370604bbfaceb853cbf8362738424794b36d0bf5 (patch)
tree377d7ceae13df8560c7b8832292807fbee6a13d8 /ChangeLog
parent8628f18fe5097a35f4444d064ea30c6028bf1c6a (diff)
downloadfluxbox-370604bbfaceb853cbf8362738424794b36d0bf5.zip
fluxbox-370604bbfaceb853cbf8362738424794b36d0bf5.tar.bz2
update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 39 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55da8fa..e7d5eda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,42 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.10: 2Changes for 0.9.10:
3*04/05/02:
4 * New command: exit
5 (Henrik)
6 FbCommandFactory.cc
7 * Fixed loading of a windowmenu file. (Henrik)
8 New resource:
9 * session.screen<num>.windowMenu: <filename>
10 The menu file format is the same as the normal ~/.fluxbox/menu
11 but with some special menu items:
12 [iconify], [maximize], [shade], [close], [extramenus]
13 [layer], [sendto]
14 + the all the other menu items that you can use in the normal
15 root menu (i.e [exec] (aterm) {aterm})
16 The [extramenus] will add "remember" menu
17 example: session.screen0.windowMenu: ~/.fluxbox/windowmenu
18 [begin]
19 [exec] (aterm) {aterm}
20 [maximize]
21 [shade]
22 [stick]
23 [submenu] (advanced)
24 [layer]
25 [sendto]
26 [extramenus]
27 [end]
28 [separator]
29 [close]
30 [end]
31 * Moved out some simple classes from Screen.cc (Henrik)
32 new files:
33 StyleMenuItem.hh/cc
34 * Fixed new menu parsing (Henrik)
35 everything goes through MenuCreator now.
36 Window.cc, Screen.hh/cc, fluxbox.cc/hh
37 new files:
38 MenuCreator.cc/hh, Parser.hh/cc, FbMenuParser.hh/cc,
39 IconMenu.hh/cc, WorkspaceMenu.hh/cc
3*04/04/30: 40*04/04/30:
4 * fix up reparent issue that affects java menus (thanks Scott Moser) 41 * fix up reparent issue that affects java menus (thanks Scott Moser)
5 Window.cc 42 Window.cc
@@ -19,6 +56,7 @@ Changes for 0.9.10:
19*04/04/26: 56*04/04/26:
20 * Fixed some small compile errors with gcc 3.4 57 * Fixed some small compile errors with gcc 3.4
21 (Henrik) 58 (Henrik)
59--------------------------------------------------------------------
22Changes for 0.9.9: 60Changes for 0.9.9:
23*04/04/22: 61*04/04/22:
24 * New Command: Deiconify <mode> <dest> 62 * New Command: Deiconify <mode> <dest>
@@ -150,7 +188,7 @@ Changes for 0.9.9:
150 * Added Control-c to the TextBox.cc so the (Thanks Mathias Gumz) 188 * Added Control-c to the TextBox.cc so the (Thanks Mathias Gumz)
151 TextBox gets cleared if one presses Control-c 189 TextBox gets cleared if one presses Control-c
152 TextBox.cc 190 TextBox.cc
153 * Fixed so @ and | works in text box (Thanks Mathias Gumz) 191 * Fixed so @ and | works in text box (Thanks Mathias Gumz)
154 TextBox.cc 192 TextBox.cc
155*04/03/16: 193*04/03/16:
156 * Minor fix for ${INSTALL} and reload fluxbox menu (Han) 194 * Minor fix for ${INSTALL} and reload fluxbox menu (Han)