aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-27 13:17:51 (GMT)
committerfluxgen <fluxgen>2002-01-27 13:17:51 (GMT)
commit0cfe1502f43b0d99e382866f9e49d4e6c6fa814a (patch)
treeb2630620396acd7cd6b821f8a103297a2dc10f80
parentb6f3feac0bcef7a91dc66a2bea65fe34c03f9d4a (diff)
downloadfluxbox_paul-0cfe1502f43b0d99e382866f9e49d4e6c6fa814a.zip
fluxbox_paul-0cfe1502f43b0d99e382866f9e49d4e6c6fa814a.tar.bz2
update
-rw-r--r--ChangeLog24
-rw-r--r--TODO18
2 files changed, 29 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 2349251..25b61fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,28 @@
1Changes for 0.1.7: 1Changes for 0.1.7:
2*02/01/27:
3 * Clean up in menu loading
4 * Moved from old C style file reading to c++ istream
5 in menu loading
6 * Fixed small bug in StringUtil::expandFilename (Thanks Mauro Persano)
7*02/01/26:
8 * Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed before the children)
9 * Fixed indentation in BaseDisplay.hh/.cc and changed some variables
10 * Updated Russian translation (Thanks Anton Denisov)
11 * Clean up in Tab code (Thanks Jesper Louis Andersen)
12*02/01/20:
13 * Fixed std::string for Toolbar workspace name change.
14 * Added getStringBetween to StringUtil
15*02/01/19:
16 * Fixed some screen resources to Resource<T>
17 * Updated init.in
18 * Created GrabGuard for BaseDisplay
2*02/01/18: 19*02/01/18:
3 * Fixed bsetroot, now Eterm's, XChat's and similiar will be able to use 20 * Fixed bsetroot, now Eterm's, XChat's and similar will be able to use
4 bsetroots background images. (Claes Nästén) 21 bsetroot's background images. (Claes Nästén)
5 * Fixed ResourceManager 22 * Fixed ResourceManager
6 * Changed resources to Resource<T> in class Fluxbox 23 * Changed resources to Resource<T> in class Fluxbox
7 * Added Resource.hh/.cc, XrmDatabaseHelper.hh, NotCopyable.hh 24 * Added Resource.hh/.cc, XrmDatabaseHelper.hh,
25 NotCopyable.hh
8*02/01/16: 26*02/01/16:
9 * Fixed indent in Window.hh 27 * Fixed indent in Window.hh
10*02/01/15: 28*02/01/15:
diff --git a/TODO b/TODO
index 1f8858c..d599860 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,9 @@
1TODO for Fluxbox 0.2.0 1TODO for Fluxbox 0.2.0
2Screen.cc {
3 fix toupper for str_key in in Menu loading
4 nls for "error on row" in Menu loading ??
5}
6*
2* Remove the cylic dep between class Tab and class Window 7* Remove the cylic dep between class Tab and class Window
3* Fix "no font" crash 8* Fix "no font" crash
4* Remove cyclic dep on Basemenu with class Fluxbox 9* Remove cyclic dep on Basemenu with class Fluxbox
@@ -10,12 +15,9 @@ TODO for Fluxbox 0.2.0
10 15
11* Fix so toolbar dont hide if its autohide and 16* Fix so toolbar dont hide if its autohide and
12 you are in "change workspace mode" 17 you are in "change workspace mode"
13 18* the BadAccess error in Theme
14* grabKillWindow to keygrabber grabCloseWindow 19* Finska översättning
15 20* keybinding for ROOTMENU
16* Fix snapping for {VERT,HORIZ}{INC,DEC} keybindings when resising for example
17 xterms.
18* grabRootmenu
19* wheel-config support 21* wheel-config support
20* separator in the menus 22* separator in the menus
21(* restructure BImageControl::parseTexture) 23(* restructure BImageControl::parseTexture)
@@ -30,8 +32,4 @@ TODO for Fluxbox 0.2.0
30 regular)- Add "system menu" for minimized apps in the toolbar. 32 regular)- Add "system menu" for minimized apps in the toolbar.
31 (Close, Kill, Send to, etc) ) 33 (Close, Kill, Send to, etc) )
32 34
33* HUP the window manager, so it re-reads the
34 .fluxbox/init - rather than having to kill the window manager to change those
35 settings (like the key map)
36
37* "Iconify group" in Windowmenu 35* "Iconify group" in Windowmenu