From 5d9491ac1c9efc16704007126979d71d8ca69e78 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Thu, 10 Jan 2002 12:56:07 +0000
Subject: update

---
 ChangeLog        | 11 ++++++++---
 TODO             | 17 +++++++----------
 doc/Coding_style |  3 +++
 3 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c6458ec..6acdb35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,24 @@
 Changes for 0.1.6:
+*02/01/10:
+   * Fixed rootCommand to screen, so we can have
+     different rootcommands on the different screens
 *02/01/09:
    * Updated copyright date
-	 * Updated generate_menu (Thanks zyrnix)
+   * Updated generate_menu (Thanks zyrnix)
+   * Fixed Withdraw state
+   * Clean up in old gnome atom code
 *02/01/08:
    * Made class Keys more independent (layer 2). class Keys now only
      depends on StringUtil.
    * Replaced the old strtok in Keys with a new stringtok from 
      StringUtil this should make the config file less restrictive
    * Added stringtok to StringUtil
-	 * Removed Fluxbox dependency from class Theme
+   * Removed Fluxbox dependency from class Theme
    * Fixed closebutton bug
    * Fixed memory leak in Keys
 *02/01/06:
    * Changed toolbar placement enums to uppercase letters (Claes N�st�n)
-   * Moved strcasestr from Theme.cc to StringUtil	 
+   * Moved strcasestr from Theme.cc to StringUtil 
    * Created StringUtil and DrawUtil and moved all functions from Misc to them   
 *02/01/05:
    * Changed placement/alignment enums to uppercase letters (Claes N�st�n)
diff --git a/TODO b/TODO
index 4d12413..4c1498b 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,7 @@
 TODO for Fluxbox 0.2.0
-* "Dont use tab" doesnt save
 * Remove the cylic dep between class Tab and class Window
-* Remove the cylic dep between class Theme and class Fluxbox
-!* Fix "no font" crash
+* Fix "no font" crash
 * Remove cyclic dep on Basemenu with class Fluxbox
-* sloppy focus - auto-raise
 * Fix configurable toolbar
 	so the user can configure toolbar in a config file
 
@@ -16,18 +13,18 @@ TODO for Fluxbox 0.2.0
 
 * grabKillWindow to keygrabber grabCloseWindow
 
-* Fluxbox::real_reconfigure ...check "session.styleFile %s"
 * grabRootmenu
 * wheel-config support
 * separator in the menus
-* slit-maximize-stop
 (* restructure BImageControl::parseTexture)
-* slit.onTop and slit.placement "bugg" when changin in configurefile
 * fix "move group to..." without tab bugg.
 * 0,0-pos fix
-* reconfigure tar upp nya dekorationer
-
-* Create fbrun style app
+* gnome support 
+* net wm atom support
+* fix some more enums to uppercase
+* clean up in the global namespace
+* remove cyclic deps
+* Create fbinput style app
 (* Add wheelscroll-workspace-change configuration (reversed order or
   regular)- Add "system menu" for minimized apps in the toolbar.
   (Close, Kill, Send to, etc) )
diff --git a/doc/Coding_style b/doc/Coding_style
index df5e398..eff9eea 100644
--- a/doc/Coding_style
+++ b/doc/Coding_style
@@ -49,3 +49,6 @@ type classname::function(...) {
 enums must be in uppercase letters:
 enum {WHITE, RED, BLUE};
 
+Class data members are prefixed by m_ 
+Class member function will be organized accordning to creator, 
+manipulator and accessor categories.
-- 
cgit v0.11.2