aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog18
-rw-r--r--NEWS42
-rw-r--r--TODO6
3 files changed, 25 insertions, 41 deletions
diff --git a/ChangeLog b/ChangeLog
index c5ce7f4..c0738e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.1.10: 2Changes 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:
diff --git a/NEWS b/NEWS
index 2c84707..6bc3d09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,31 +1,13 @@
1News for 0.1.9: 1News in 0.1.10:
2 * Improved fluxbox-generate_menu script. 2 * slit order, you can now order your apps in the slit,
3 Which now installs itself so you can regenerate the menu any time, 3 see documentation for more details
4 and with gnome and kde menus 4 * xsri target in bsetbg
5 run: fluxbox-generate_menu -h 5 * language support in fluxbox-generate_menu: sv_SE, nl_NL, fi_FI, ru_RU
6 for more information. 6Bug fixes:
7 * Default 24 hour clock format 7 * [ 562882 ] "bbpager in slit doesn't work correctly".
8 * Code cleaning 8 * [ 562713 ] "incorrect listings in workspace menu".
9 * Compiles with no errors on Mac OS X 9 * [ 554646 ] "Dialog boxes have tabs briefly"
10 * Now compiles with Intel Compiler 6.0 and GCC 3.1 10 * [ 566277 ] "xine fullscreen causes hard X lockup"
11 * New keybindings: 11 * [ 554218 ] "windows have wrong resizeableness"
12 * FirstTab
13 Go to first tab
14 * LastTab
15 Go to last tab
16 * MoveTabPrev
17 Move current tab left
18 * MoveTabNext
19 Move current tab right
20 * "Allow Desktop MouseWheel Switching" runtime option
21 * Configurable geometry show
22 configure in init with: session.screen0.showwindowposition
23 * Now saves resources when you change them in the menu and not when you
24 exit Fluxbox. So you can edit the init file and the reconfigure/restart
25 Fluxbox to activate changes.
26 12
27Bugfixes: 13See ChangeLog for details
28 * bug [ 552723 ] removing decorations while shaded.
29 * shade bug while vertical rotated tabs and tabs off
30 * bug [ 515483 ] "XMMS Problem"
31 * Fixed transient bug which cause Fluxbox to crach ( the "acroread" bug )
diff --git a/TODO b/TODO
index f627218..7c2d169 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
1
2* const-correctnes 1* const-correctnes
3* Clean up in BImage class, some of those functions are huge, and needs to be smaller. 2* Clean up in BImage class, some of those functions are huge, and needs to be smaller.
4 And make the class more independent so it could be movable to other applications, 3 And make the class more independent so it could be movable to other applications,
@@ -20,7 +19,6 @@
20 so the user can configure toolbar in a config file 19 so the user can configure toolbar in a config file
21* Toolbar shouldn't hide if its autohide and 20* Toolbar shouldn't hide if its autohide and
22 you are in "change workspace mode" 21 you are in "change workspace mode"
23* The BadAccess error in Theme
24* Finnish (Finland) translation 22* Finnish (Finland) translation
25* Wheel-config support 23* Wheel-config support
26* Separator in the menus 24* Separator in the menus
@@ -28,8 +26,6 @@
28* Net wm atom support 26* Net wm atom support
29* Clean up in the global namespace 27* Clean up in the global namespace
30* Create fbinput style app 28* Create fbinput style app
31* Add wheelscroll-workspace-change configuration (reversed order or
32 regular)
33* Add "system menu" for minimized apps in the icon bar. 29* Add "system menu" for minimized apps in the icon bar.
34 (Close, Kill, Send to, etc) 30 (Close, Kill, Send to, etc)
35* "Iconify group"/group commands in Windowmenu 31* "Iconify group"/group commands in Windowmenu
@@ -42,8 +38,6 @@
42* Unique names (e.g, the second xterm title will be "xterm <2>", as in 38* Unique names (e.g, the second xterm title will be "xterm <2>", as in
43 emacs), needed for the next wish: 39 emacs), needed for the next wish:
44* "Goto Frame" as Emacs C-x b, that show completions in the bar 40* "Goto Frame" as Emacs C-x b, that show completions in the bar
45 (I really like the emacs's "ido.el" package behavior, which I recommend
46 to any emacs user)
47* mouse button configure 41* mouse button configure
48 42
49 43