diff options
author | fluxgen <fluxgen> | 2002-07-14 00:35:52 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-07-14 00:35:52 (GMT) |
commit | 7132541c9fc9b1123340427e0eae779b2c8b50df (patch) | |
tree | 4423f23c08607c7c49d164d38830c76378d5290e /ChangeLog | |
parent | 220be8333b7bd52cb02ec5da76eb5d62c4ee9a5b (diff) | |
download | fluxbox-7132541c9fc9b1123340427e0eae779b2c8b50df.zip fluxbox-7132541c9fc9b1123340427e0eae779b2c8b50df.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -1,5 +1,13 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.10: | 2 | Changes for 0.1.10: |
3 | *02/07/13: | ||
4 | * Added xsri target in bsetbg (Thanks Jeramy) | ||
5 | * Fixed bug [ 566277 ] xine fullscreen causes hard X lockup. | ||
6 | Invalid win and screen pointer in Fluxbox::setFocusedWindow | ||
7 | *02/07/10: | ||
8 | * Fixed border and handle in Window.cc so we don't show them as default, | ||
9 | if the window is transient. | ||
10 | (bug [ 554218 ] windows have wrong resizeableness) | ||
3 | *02/06/14: | 11 | *02/06/14: |
4 | * Extra checking for transient, so we don't get lockup | 12 | * Extra checking for transient, so we don't get lockup |
5 | *02/06/04: | 13 | *02/06/04: |
@@ -9,20 +17,20 @@ Changes for 0.1.10: | |||
9 | The client was removed from netizenlist in ~FluxboxWindow. | 17 | The client was removed from netizenlist in ~FluxboxWindow. |
10 | * Fixed bug [ 562713 ] "incorrect listings in workspace menu". | 18 | * Fixed bug [ 562713 ] "incorrect listings in workspace menu". |
11 | Normal insert of new clients in the list again, in | 19 | Normal insert of new clients in the list again, in |
12 | Workspace::addWindow | 20 | Workspace::addWindow |
13 | * Fixed bug [ 554646 ] "Dialog boxes have tabs briefly" | 21 | * Fixed bug [ 554646 ] "Dialog boxes have tabs briefly" |
14 | Windows that are not maximizable by default, such as | 22 | Windows that are not maximizable by default, such as |
15 | dialogs, wont get a tab by default. | 23 | dialogs, wont get a tab by default. |
16 | *02/06/01: | 24 | *02/06/01: |
17 | * Updated nl_NL locales in fluxbox-generate_menu (THanks Han Boetes) | 25 | * Updated nl_NL locales in fluxbox-generate_menu (Thanks Han Boetes) |
18 | *02/05/31: | 26 | *02/05/31: |
19 | * Added ru_RU locales to fluxbox-generate_menu (Thanks Anton Denisov) | 27 | * Added ru_RU locales to fluxbox-generate_menu (Thanks Anton Denisov) |
20 | *02/05/29: | 28 | *02/05/29: |
21 | * Made some cleaning in class FluxboxWindow: | 29 | * Made some cleaning in class FluxboxWindow: |
22 | Removed unused variable, moved Mwm* defines into enums in | 30 | Removed unused variable, moved Mwm* defines into enums in |
23 | the class, changed (void) to () (C++ uses void as default, and (void) | 31 | the class, changed (void) to () (C++ uses void as default, and (void) |
24 | is really anoying to look at when syntax highlight is on) and | 32 | is really anoying to look at when syntax highlight is on) and |
25 | removed NAME_* defines since they're no longer in use | 33 | removed NAME_* defines since they're no longer in use |
26 | * Fixed "Desktop Wheeling" translation in ru_RU (Thanks Anton Denisov) | 34 | * Fixed "Desktop Wheeling" translation in ru_RU (Thanks Anton Denisov) |
27 | * Added slit order (Thanks Steve Cooper) | 35 | * Added slit order (Thanks Steve Cooper) |
28 | * Fixed language support in fluxbox-generate_menu: | 36 | * Fixed language support in fluxbox-generate_menu: |