aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-04-09 12:25:10 (GMT)
committerfluxgen <fluxgen>2002-04-09 12:25:10 (GMT)
commit73b5674c6537ff9ec6bd552d87da8a38704c174f (patch)
tree1cce87b21c439acca25ba16e20cfce2f195b0d21
parent8a4b6ccf3a87e07ee007ecc1cc12b14a5ab9edd7 (diff)
downloadfluxbox-73b5674c6537ff9ec6bd552d87da8a38704c174f.zip
fluxbox-73b5674c6537ff9ec6bd552d87da8a38704c174f.tar.bz2
update
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog30
-rw-r--r--TODO1
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:
23 - Bulgarian translation 23 - Bulgarian translation
24 Luis Medinas <metalgodin@excite.com> 24 Luis Medinas <metalgodin@excite.com>
25 - Portuguese translation 25 - Portuguese translation
26 Stanislav Karchebny <berk@madfire.net>
27 - minor additions, fixes, cleanups...
26 28
27-- AUTHORS for Blackbox 0.61.1 - an X11 Window manager 29-- AUTHORS for Blackbox 0.61.1 - an X11 Window manager
28 30
diff --git a/ChangeLog b/ChangeLog
index 56bc922..96b50a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2changes for 0.1.8: 2Changes for 0.1.8:
3*02/04/09:
4 * Added RootMenu action to Keys.cc/hh and fluxbox.cc , this will pop up the
5 Root menu. (Thanks Stanislav Karchebny)
6*02/04/08:
7 * Fixed a few comments in StringUtil.cc (Thanks Maurits Dijkstra)
8 * Clean up in Basemenu.hh/cc
9*02/04/05:
10 * Fixed unsigned/signed in Basemenu.cc
3*02/04/04: 11*02/04/04:
4 * Moved NLS types from #define to enums and moved them into 12 * Moved NLS types from #define to enums and moved them into
5 namespace FBNLS, this way we don't pollute the global namespace too much. 13 namespace FBNLS, this way we don't pollute the global namespace too much.
@@ -44,15 +52,15 @@ changes for 0.1.8:
44 a non pointer variable 52 a non pointer variable
45 * Clean up in class BTimer (Timer.cc/hh) 53 * Clean up in class BTimer (Timer.cc/hh)
46 BTimer now register it self to a static list in the class BTimer 54 BTimer now register it self to a static list in the class BTimer
47 and update timers with the static function updateTimers(int fd) 55 and update timers with the static function updateTimers(int fd)
48 The cyclic dep between BaseDisplay and BTimer is now gone. 56 The cyclic dep between BaseDisplay and BTimer is now gone.
49 * Added FbAtoms.hh/cc where all the atoms is. 57 * Added FbAtoms.hh/cc where all the atoms is.
50 Makes the interface in BaseDisplay cleaner 58 Makes the interface in BaseDisplay cleaner
51 * Fixed std::max/min 59 * Fixed std::max/min
52 * Added better window cycling with optional parameters (Thanks Steve Cooper) 60 * Added better window cycling with optional parameters (Thanks Steve Cooper)
53 NextWindow and PrevWindow now takes an integer parameter. 61 NextWindow and PrevWindow now takes an integer parameter.
54 parameter values: 62 parameter values:
55 0 or unspecified = Default/current behavior - no skipping 63 0 or unspecified = Default/current behavior - no skipping
56 1 = Skip: lower tabs 64 1 = Skip: lower tabs
57 2 = Skip: stuck windows 65 2 = Skip: stuck windows
58 3 = Skip: lower tabs/stuck windows 66 3 = Skip: lower tabs/stuck windows
@@ -61,13 +69,13 @@ changes for 0.1.8:
61 6 = Skip: stuck windows/shaded windows 69 6 = Skip: stuck windows/shaded windows
62 7 = Skip: lower tabs/stuck windows/shaded windows 70 7 = Skip: lower tabs/stuck windows/shaded windows
63*02/03/15: 71*02/03/15:
64 * Xinerama support, maximizes windows to the current heads size, places 72 * Xinerama support, maximizes windows to the current heads size, places
65 windows on the current head, makes it possible to place toolbar on 73 windows on the current head, makes it possible to place toolbar on
66 the different heads, also possible with the slit. Menus will be placed 74 the different heads, also possible with the slit. Menus will be placed
67 on the current head too. (Claes Nästen) 75 on the current head too. (Claes Nästen)
68*02/03/13: 76*02/03/13:
69 * Fixed window placement, now tabs are taking in account. Also, 77 * Fixed window placement, now tabs are taking in account. Also,
70 no spaced are put inbetween windows to save space. (Claes Nästen) 78 no spaced are put inbetween windows to save space. (Claes Nästen)
71*02/03/11: 79*02/03/11:
72 * Fixed some KDE stuff in Slit.cc (Thanks Tommi Komulainen) 80 * Fixed some KDE stuff in Slit.cc (Thanks Tommi Komulainen)
73*02/03/08: 81*02/03/08:
diff --git a/TODO b/TODO
index 35a492f..0cf70ab 100644
--- a/TODO
+++ b/TODO
@@ -12,7 +12,6 @@
12 you are in "change workspace mode" 12 you are in "change workspace mode"
13* The BadAccess error in Theme 13* The BadAccess error in Theme
14* Finnish (Finland) translation 14* Finnish (Finland) translation
15* Keybinding for ROOTMENU
16* Wheel-config support 15* Wheel-config support
17* Separator in the menus 16* Separator in the menus
18* Fix "move group to..." without tab bugg. 17* Fix "move group to..." without tab bugg.