From 73b5674c6537ff9ec6bd552d87da8a38704c174f Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 9 Apr 2002 12:25:10 +0000 Subject: update --- AUTHORS | 2 ++ ChangeLog | 30 +++++++++++++++++++----------- TODO | 1 - 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1219049..439b53f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -23,6 +23,8 @@ Contributors: - Bulgarian translation Luis Medinas - Portuguese translation + Stanislav Karchebny + - minor additions, fixes, cleanups... -- AUTHORS for Blackbox 0.61.1 - an X11 Window manager diff --git a/ChangeLog b/ChangeLog index 56bc922..96b50a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ (Format: Year/Month/Day) -changes for 0.1.8: +Changes for 0.1.8: +*02/04/09: + * Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the + Root menu. (Thanks Stanislav Karchebny) +*02/04/08: + * Fixed a few comments in StringUtil.cc (Thanks Maurits Dijkstra) + * Clean up in Basemenu.hh/cc +*02/04/05: + * Fixed unsigned/signed in Basemenu.cc *02/04/04: * Moved NLS types from #define to enums and moved them into namespace FBNLS, this way we don't pollute the global namespace too much. @@ -44,15 +52,15 @@ changes for 0.1.8: a non pointer variable * Clean up in class BTimer (Timer.cc/hh) BTimer now register it self to a static list in the class BTimer - and update timers with the static function updateTimers(int fd) - The cyclic dep between BaseDisplay and BTimer is now gone. + and update timers with the static function updateTimers(int fd) + The cyclic dep between BaseDisplay and BTimer is now gone. * Added FbAtoms.hh/cc where all the atoms is. Makes the interface in BaseDisplay cleaner * Fixed std::max/min * Added better window cycling with optional parameters (Thanks Steve Cooper) NextWindow and PrevWindow now takes an integer parameter. - parameter values: - 0 or unspecified = Default/current behavior - no skipping + parameter values: + 0 or unspecified = Default/current behavior - no skipping 1 = Skip: lower tabs 2 = Skip: stuck windows 3 = Skip: lower tabs/stuck windows @@ -61,13 +69,13 @@ changes for 0.1.8: 6 = Skip: stuck windows/shaded windows 7 = Skip: lower tabs/stuck windows/shaded windows *02/03/15: - * Xinerama support, maximizes windows to the current heads size, places - windows on the current head, makes it possible to place toolbar on - the different heads, also possible with the slit. Menus will be placed - on the current head too. (Claes Nästen) + * Xinerama support, maximizes windows to the current heads size, places + windows on the current head, makes it possible to place toolbar on + the different heads, also possible with the slit. Menus will be placed + on the current head too. (Claes Nästen) *02/03/13: - * Fixed window placement, now tabs are taking in account. Also, - no spaced are put inbetween windows to save space. (Claes Nästen) + * Fixed window placement, now tabs are taking in account. Also, + no spaced are put inbetween windows to save space. (Claes Nästen) *02/03/11: * Fixed some KDE stuff in Slit.cc (Thanks Tommi Komulainen) *02/03/08: diff --git a/TODO b/TODO index 35a492f..0cf70ab 100644 --- a/TODO +++ b/TODO @@ -12,7 +12,6 @@ you are in "change workspace mode" * The BadAccess error in Theme * Finnish (Finland) translation -* Keybinding for ROOTMENU * Wheel-config support * Separator in the menus * Fix "move group to..." without tab bugg. -- cgit v0.11.2