diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 39 insertions, 1 deletions
@@ -1,5 +1,42 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.10: | 2 | Changes 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 | -------------------------------------------------------------------- | ||
22 | Changes for 0.9.9: | 60 | Changes 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) |