recent changes
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 23:26:09 +0000 (23:26 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 23:26:09 +0000 (23:26 +0000)
ChangeLog

index 572b0d2..d7a3eb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2003-09-03  Ben Jansens  <xor@zed.orodu.net>
 
+       * ChangeLog: recent changes
+
        * configure.ac: beta1 time. fuck yah.
 
        * openbox/openbox.c:
 
        * render/color.c: remove bad comment
 
-2003-09-03  Ben Jansens  <xor@zed.orodu.net>
-
-       * configure.ac: alpha8
-
-       * data/rc.xml, openbox/config.c, openbox/config.h, openbox/event.c:
-       add the focusDelay option
-
-       * openbox/mouse.c:
-       dont grab frame context mouse bindings on desktop windows
-
-       * openbox/client.c, openbox/client.h, openbox/menu.c, openbox/moveresize.c:
-       make the client destructor a GDestroyNotify
-
-       * Makefile.am: add themeupdate.py to the distribution
-
-       * data/rc.xml: add focus the desktop on left click binding
-
-       * openbox/menuframe.c: rm empty line
-
-       * openbox/menuframe.c: limit menus' width to 400px
-
-       * data/rc.xml, openbox/config.c:
-       rename the theme name node from 'theme' to 'name'
-
-       * data/rc.xml: fix capitalization and empty tags. cleanup.
-
-       * data/rc.xml: remove obsolete placement/remember option
-
-       * openbox/moveresize.c:
-       only show resize popups for clients with size increments. no move popup at all. waste of screen space.
-
-       * openbox/popup.c: use the provided margins to layout the popup better
-
-       * render/render.c, render/render.h:
-       provide a function to give the margins for an appearance
-
-       * data/rc.xml, openbox/config.c:
-       make the default screen-edge resistance 20 (double what it is for windows)
-
-       * render/render.c:
-       we use the offsets we get from the server, we should use the byte order too..
-
-       * render/color.c: remove bad comment
-
 2003-09-02  Ben Jansens  <xor@zed.orodu.net>
 
        * openbox/moveresize.c:
        * openbox/client.c:
        move_onscreen was supposed to go away.. :) thanks mikachu
 
-2003-08-31  Ben Jansens  <xor@zed.orodu.net>
-
-       * openbox/action.c, openbox/action.h, openbox/screen.c, openbox/screen.h:
-       add the DesktopLast action, props to marius nita for this one
-
-       * openbox/event.c: remove debug print
-
-       * openbox/client_list_menu.c:
-       add a separator in the client-list-menus above iconic windows
-
-       * openbox/menuframe.c:
-       dont lose the menu selection while puttin the mouse over a separator (properly)
-
-       * openbox/event.c: compress events properly
-
-       * openbox/menuframe.c:
-       only hide menus if theyre supposed to when executing
-
-       * openbox/action.c, openbox/action.h:
-       make directional focusing an interactive action
-
-       * data/rc3: the <interactive> tags are no longer needed
-
-       * openbox/screen.c:
-       make desktop cycling work properly when non-interactive
-
-       * openbox/keyboard.c, openbox/mouse.c:
-       when no modifiers are in a binding, then make it non-interactive
-
-       * openbox/focus.c, openbox/focus.h:
-       make focus cycling work when not interactive
-       add focus_directional_cycle
-
-       * AUTHORS: tore did some more actions :)
-
-       * openbox/keyboard.c:
-       ungrab keys before grabbnig keys at the next chain level
-
-       * openbox/grab.c:
-       grab the pointer Async for key grabs, lets key bindings like <execute>xkill</execute> work
-
-       * openbox/menuframe.c, openbox/menuframe.h: draw menu separators
-
-       * render/render.c, render/render.h: add RrColorGC
-       add a LineArt texture type for drawing a line, this is used for drawing the menu separators
-
-       * render/gradient.c, render/mask.c: use RrColorGC
-
-       * render/color.c: add RrColorGC
-
-       * openbox/stacking.c: kill a warning
-
-       * openbox/client.c:
-       move_onscreen was supposed to go away.. :) thanks mikachu
-
 2003-08-30  woodblock  <woodblock@zed>
 
        * AUTHORS: *** empty log message ***
 
        * render/render.c: stupid function name die
 
-2003-08-23  Ben Jansens  <xor@zed.orodu.net>
-
-       * ChangeLog: recent changes
-
-       * kernel/keyboard.c:
-       end the other action when starting a new interactive action while one was in place
-
-       * render/render.c: formatting
-
-       * render/render.c: 80 cols
-
-       * render/render.c: stupid function name die
-
 2003-08-22  Ben Jansens  <xor@zed.orodu.net>
 
        * render/theme.c: nevermind
        * render/theme.c:
        default font size one smaller to make default bitmaps fit better
 
-       * themes/Light-Industry/themerc: offset of 1 is default
-
-       * themes/Light-Industry/themerc:
-       shrink font by a pixel to make the button bitmaps line up nice
-
-       * kernel/action.c: only use visible windows when calcing for raiselower
+       * openbox/action.c:
+       only use visible windows when calcing for raiselower
 
-       * kernel/action.c: maybe smarter
+       * openbox/action.c: maybe smarter
 
-       * kernel/action.c: make the raiselower action smarter
+       * openbox/action.c: make the raiselower action smarter
 
-       * render/theme.c, render/theme.h, themes/BBstylE/themerc, themes/I-merry/themerc, themes/Light-Industry-big/themerc, themes/Light-Industry/themerc, themes/greenz/themerc, themes/om4ob/themerc, themes/planton/themerc, themes/thebear/themerc:
+       * render/theme.c, render/theme.h, themes/om4ob/themerc, themes/thebear/themerc:
        make focus and unfocus fonts for window titles. change 'xftfont' to 'font' in the themes.
 
 2003-08-20  Ben Jansens  <xor@zed.orodu.net>
 
        * ChangeLog: recent changes
 
-       * kernel/keyboard.c:
+       * openbox/keyboard.c:
        better handling of starting a new interactive grab while one is in progress
 
-       * data/rc3, kernel/frame.c, kernel/frame.h, kernel/mouse.c:
+       * data/rc3, openbox/frame.c, openbox/frame.h, openbox/mouse.c:
        rename the 'root' context to 'desktop'
 
-       * kernel/action.c, kernel/action.h:
+       * openbox/action.c, openbox/action.h:
        add the 'raiselower' action for raising obscured windows and lowering fully visible ones
 
-       * kernel/event.c, kernel/frame.c, kernel/frame.h:
+       * openbox/event.c, openbox/frame.c, openbox/frame.h:
        add an obscured flag that tracks if the frame is at all obscured
 
-       * themes/Light-Industry-big/themerc, themes/Light-Industry/themerc:
-       shrink the handles
+       * openbox/mouse.c: use the result from XGetGeometry correctly
 
-       * kernel/mouse.c: use the result from XGetGeometry correctly
+       * openbox/mouse.c: handle the XGetGeomtry failing for button releases
 
-       * kernel/mouse.c: handle the XGetGeomtry failing for button releases
-
-       * kernel/mouse.c:
+       * openbox/mouse.c:
        dont grab client context stuff on desktop windows. check that clint is non-null
 
-       * kernel/frame.c, kernel/mouse.c:
+       * openbox/frame.c, openbox/mouse.c:
        grab root mouse bindings on desktop windows also, since they are conceptually the desktop.
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        reset first to TRUE properly when the desktop popup is off
 
-       * kernel/moveresize.c:
+       * openbox/moveresize.c:
        move the pointer while doing a keyboard move/resize
 
 2003-08-16  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/keyboard.c: fix whitespace
+       * openbox/keyboard.c: fix whitespace
 
 2003-08-14  Ben Jansens  <xor@zed.orodu.net>
 
        * render/theme.c:
        was reading the menu bullet color into the wrong place
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them
 
        * README.CVS: add the gettext version
 
        * ChangeLog: recent changes
 
-       * kernel/menu.c: fix the offsets used to keep the menus on screen
+       * openbox/menu.c: fix the offsets used to keep the menus on screen
 
-       * kernel/menu_render.c:
+       * openbox/menu_render.c:
        dont show titles on submenus. kill the extra 1px at the top of titleless menus
 
-       * kernel/menu.c:
+       * openbox/menu.c:
        make putting plugin menus in a menu closer to working..
 
        * data/menu: rename root to root-menu
 
        * data/rc3: add the client-list-menu
 
-       * Makefile.am, kernel/plugin.c, plugins/menu/.cvsignore, plugins/menu/client_list_menu.c:
-       add the client_list_menu plugin
-
-       * plugins/menu/client_menu.c: add the destructor for menus
+       * Makefile.am, openbox/plugin.c: add the client_list_menu plugin
 
-       * kernel/menu.c, kernel/menu.h: add a menu destructor callback.
+       * openbox/menu.c, openbox/menu.h: add a menu destructor callback.
        fix a possible crasher where a callback was called with a different menu.
 
-       * kernel/stacking.c: 80 cols
+       * openbox/stacking.c: 80 cols
 
-       * kernel/openbox.c: shutdown the menus before the plugins are unloaded
+       * openbox/openbox.c: shutdown the menus before the plugins are unloaded
 
-       * kernel/focus.c, kernel/event.c, kernel/client.c, kernel/client.h:
+       * openbox/focus.c, openbox/event.c, openbox/client.c, openbox/client.h:
        make activate take a here parameter
 
-       * kernel/action.c: parse <here>true</here> for the activate action
+       * openbox/action.c: parse <here>true</here> for the activate action
 
-       * kernel/action.c, kernel/action.h:
+       * openbox/action.c, openbox/action.h:
        make the activate action have a 'here' parameter
 
-       * kernel/action.c, kernel/action.h: add an 'activate' action
+       * openbox/action.c, openbox/action.h: add an 'activate' action
 
 2003-08-12  Ben Jansens  <xor@zed.orodu.net>
 
-       * Makefile.am, kernel/config.c, kernel/config.h, kernel/moveresize.c, kernel/plugin.c, kernel/resist.c, kernel/resist.h:
+       * Makefile.am, openbox/config.c, openbox/config.h, openbox/moveresize.c, openbox/plugin.c, openbox/resist.c, openbox/resist.h:
        move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse.
 
-       * kernel/client.c: oops i fucked up tore's patch. better.
+       * openbox/client.c: oops i fucked up tore's patch. better.
 
-       * kernel/action.c, kernel/client.c:
+       * openbox/action.c, openbox/client.c:
        bug fixes for growtoedge from tore. props to tore for all the growtoedge and movetoedge code, and directional focus code also since i dont think i mentioned his name before in the changelogs woot.
 
-       * Makefile.am, data/menu, data/rc3, kernel/config.c, kernel/config.h, kernel/menu.c, kernel/menu.h, kernel/mouse.c, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h, plugins/interface.h, plugins/menu/fifo_menu.c, plugins/menu/include_menu.c, plugins/menu/timed_menu.c, plugins/placement/placement.c:
+       * Makefile.am, data/menu, data/rc3, openbox/config.c, openbox/config.h, openbox/menu.c, openbox/menu.h, openbox/mouse.c, openbox/openbox.c, openbox/plugin.c, openbox/plugin.h:
        adjust for changes to the parsing api.
        split the menu into its own file.
 
        create ObParseInst structuer which can be then used to parse more than one file/memory thing at a time.
        add function to parse memory block.
 
-       * kernel/config.c, kernel/mouse.c, kernel/mouse.h:
+       * openbox/config.c, openbox/mouse.c, openbox/mouse.h:
        prefix/capitalize the mouse actions enum
 
-       * kernel/config.c: oops read the mouse cnofig vars into the right place
+       * openbox/config.c:
+       oops read the mouse cnofig vars into the right place
 
-       * data/rc3, kernel/config.c, kernel/config.h, kernel/keyboard.c:
+       * data/rc3, openbox/config.c, openbox/config.h, openbox/keyboard.c:
        add the chainQuitKey option to teh <keyboard> section of the rc3
 
        * render/font.h, render/render.h, render/test.c:
 
        * render/theme.c: kill some warnings
 
-       * kernel/extensions.h: include Xutil for shape.h on old X versions
+       * openbox/extensions.h: include Xutil for shape.h on old X versions
 
-       * kernel/menu_render.c, render/theme.c:
+       * openbox/menu_render.c, render/theme.c:
        rendering fixups for submenu bullets
 
        * data/rc3: add the cyclingDialog option
        * data/rc3:
        remove the scrolling on root without alt since that fucks up with the dialog since there are no modifiers
 
-       * kernel/config.c, kernel/config.h, kernel/mouse.c, kernel/screen.c:
+       * openbox/config.c, openbox/config.h, openbox/mouse.c, openbox/screen.c:
        add an option for if the popup is used for desktop cycling. defaults on.
 
-       * kernel/client.c: dont move windows when starting
+       * openbox/client.c: dont move windows when starting
 
        * ChangeLog: recent changes
 
        * configure.ac: alpha5
 
-       * kernel/screen.c: when cancelling return the first desktop
+       * openbox/screen.c: when cancelling return the first desktop
 
-       * kernel/action.c, kernel/action.h:
+       * openbox/action.c, openbox/action.h:
        use the new client_directional_edge_search for the movetoedge actions.
        add new growtoedge actions.
 
-       * kernel/client.c, kernel/client.h:
+       * openbox/client.c, openbox/client.h:
        small bugfix to the directional focus code.
        add the client_directional_edge_search function.
 
-       * kernel/keyboard.c:
+       * openbox/keyboard.c:
        only do shit with the grabbed_* when a grab is in place
 
-       * kernel/action.c, kernel/mouse.c, kernel/screen.c:
+       * openbox/action.c, openbox/mouse.c, openbox/screen.c:
        remove debug printings
 
-       * ChangeLog, Makefile.am, kernel/.cvsignore, kernel/action.c, kernel/action.h, kernel/client.c, kernel/config.c, kernel/config.h, kernel/event.c, kernel/focus.c, kernel/keyboard.c, kernel/keyboard.h, kernel/keytree.c, kernel/keytree.h, kernel/menu.c, kernel/menu.h, kernel/mouse.c, kernel/mouse.h, kernel/openbox.c, kernel/plugin.c, kernel/screen.c, kernel/screen.h, kernel/translate.c, kernel/translate.h, plugins/menu/client_menu.c:
+       * ChangeLog, Makefile.am, openbox/.cvsignore, openbox/action.c, openbox/action.h, openbox/client.c, openbox/config.c, openbox/config.h, openbox/event.c, openbox/focus.c, openbox/keyboard.c, openbox/keyboard.h, openbox/keytree.c, openbox/keytree.h, openbox/menu.c, openbox/menu.h, openbox/mouse.c, openbox/mouse.h, openbox/openbox.c, openbox/plugin.c, openbox/screen.c, openbox/screen.h, openbox/translate.c, openbox/translate.h:
        move the keyboard and mouse plugins into the kernel for mucho sexiness.
        make workspace changing a grabbed/interactive process like focus cycling is, with the popup and all.
        this is some hot shit.
 
-       * kernel/event.c:
+       * openbox/event.c:
        keep event_lasttime at the last time an event has come in so far, don't regress when events come out of order. props to shrimpx for this patch.
 
 2003-08-11  woodblock  <woodblock@zed>
 
-       * kernel/menu.c, kernel/menu.h, kernel/menu_render.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c, render/theme.c, render/theme.h:
+       * openbox/menu.c, openbox/menu.h, openbox/menu_render.c, render/theme.c, render/theme.h:
        Some fixes and new bugs. Someone else can do the menus because it is
        clear no one gives a fuck what I think and no one else wants a window
        manager that doesn't suck the same balls as every other window manager.
 
 2003-08-10  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c:
+       * openbox/client.c:
        save the frame decorations in client_configure_full before causing the fake frame adjust, since that loses its old value.
 
-       * kernel/framerender.c:
+       * openbox/framerender.c:
        clear the window after setting the background color, this isnt implicit
 
 2003-08-09  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/focus.c, kernel/popup.c, kernel/popup.h, kernel/screen.c, kernel/timer.c, kernel/timer.h, plugins/menu/timed_menu.c:
+       * openbox/focus.c, openbox/popup.c, openbox/popup.h, openbox/screen.c, openbox/timer.c, openbox/timer.h:
        changes to the timer api, pass the timer to the callback function.
        add a desktop-switch popup with the desktop's name
 
 
 2003-08-07  woodblock  <woodblock@zed>
 
-       * kernel/event.c:
+       * openbox/event.c:
        Fix lock up when not using a session manager and doing fd management.
 
 2003-08-06  Ben Jansens  <xor@zed.orodu.net>
        * data/rc3:
        remove the <windows> option from the resistance plugin since window and edge resistance have been separated, a 0 value will work now
 
-       * plugins/menu/client_menu.c:
-       disable the current desktop in the send-to menu
-
 2003-08-05  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/screen.c: dont ignore topleft layouts
-
-       * plugins/placement/placement.c: missed prefix of define
-
-       * plugins/placement/placement.c:
-       pick  the xinerama head of the parent if possible
+       * openbox/screen.c: dont ignore topleft layouts
 
-       * plugins/placement/placement.c:
-       center parentless dialogs on the screen
-
-       * kernel/frame.c:
+       * openbox/frame.c:
        dont map the tl/tr invisible grips when the grip decors are turned off
 
        * render/gradient.c: split the increment into a separate macro
 
-       * kernel/client.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c:
+       * openbox/client.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c:
        a couple frame layout bugfixes hidden inside all this.. wee
        fixes for maximizing windows:
         - when you toggledecor, it will reconfigure once, but the new constraints from the decor changes would not be in effect when the window was resized to the contranits. fixed by calling frame_adjust_area first thing ni client_configure_fulll with fake=TRUE which will recalc all the frame geometry without resizing/redrawing anything in the frame. this way the decor can take effect in the geometries.
         - when maxed horizontally, make the client fill the screen, but dont do this by just making it wider than the screen, fit it to the screen and adjust the titlebar/handle as appropriate to keep it all on the screen.
         - when maxed horizontally and vertically, remove the handle from the decorations
 
-       * kernel/client.c:
+       * openbox/client.c:
        when setting up decor on a window, it needs to reconfigure twice if the decor changes, cuz the constraints need the new frame sizes to work right
 
-       * kernel/moveresize.c:
+       * openbox/moveresize.c:
        make the position dislpayed in the moving popup offset by the top/left struts so that 0,0 is inside teh struts not neccessarily at the screen edge
 
 2003-08-03  Ben Jansens  <xor@zed.orodu.net>
 
        * ChangeLog: recent changes
 
-       * data/rc3, kernel/client.c, kernel/config.c, kernel/config.h, kernel/moveresize.c:
+       * data/rc3, openbox/client.c, openbox/config.c, openbox/config.h, openbox/moveresize.c:
        kill non-opaque move/resize
        add an option for redrawing/resizing the client window while resizing, when disabled the client is not touched until the resize is complete.
 
-       * kernel/framerender.c:
+       * openbox/framerender.c:
        give the plate the same background color as its border
 
 2003-08-02  Ben Jansens  <xor@zed.orodu.net>
 
        * tools/obconf/main.c: has a menu and a treeview
 
-       * kernel/client.c, kernel/event.c:
+       * openbox/client.c, openbox/event.c:
        use the frame size not the client size when figuring out if stuff fits on the screen
 
-       * plugins/placement/placement.c:
-       let transients go where they requested :( fuck xmms
-
        * themes/om4ob/themerc: add disabled button styles (from miklos)
 
        * tools/kdetrayproxy/kdetrayproxy.c: missing sys/time.h
        * render/theme.c:
        look in theme dirs first, use the theme as the path as a last attempt only!
 
-       * kernel/frame.c: the grips go below the titlebar buttons
+       * openbox/frame.c: the grips go below the titlebar buttons
 
-       * plugins/placement/placement.c: place transients better
-
-       * kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/geom.h, kernel/prop.c, kernel/prop.h:
+       * openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/geom.h, openbox/prop.c, openbox/prop.h:
        add partial struts tho they arent useful eyt
 
-       * data/rc3, kernel/frame.c, kernel/frame.h, kernel/framerender.c, render/theme.h:
+       * data/rc3, openbox/frame.c, openbox/frame.h, openbox/framerender.c, render/theme.h:
        invisible resizing areas/grips in the top corners of the window
 
        * render/theme.c: use the toggled mask for shade and desk buttons
 
-       * kernel/client.c: that line ended up in teh if somehow...
+       * openbox/client.c: that line ended up in teh if somehow...
 
 2003-08-01  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/grab.c: oops buttons not keycodes
+       * openbox/grab.c: oops buttons not keycodes
 
-       * kernel/grab.c:
+       * openbox/grab.c:
        if a dock app has a button grabbed already then dont die
 
        * render/theme.c: look for masks only where the themerc was read from
 
-       * themes/BBstylE/desk.xbm, themes/BBstylE/desk_toggled.xbm, themes/BBstylE/stick.xbm, themes/BBstylE/stick_toggled.xbm, themes/planton/desk.xbm, themes/planton/desk_toggled.xbm, themes/planton/stick.xbm, themes/planton/stick_toggled.xbm:
-       rename stick bitmaps to desk
-
        * Makefile.am: rename stick buttons to desk
 
        * render/theme.c, render/theme.h:
        add pressed bitmaps. rename stick bitmaps to desk
 
-       * kernel/framerender.c, render/theme.c, render/theme.h:
+       * openbox/framerender.c, render/theme.c, render/theme.h:
        add toggled textuers for titlebar buttons
 
        * Makefile.am: make obconf_interface.h belong to the obconf sources
 
-       * data/openbox.desktop, kernel/openbox.desktop, render/gradient.c, render/render.c, render/render.h:
+       * data/openbox.desktop, openbox/openbox.desktop, render/gradient.c, render/render.c, render/render.h:
        move the dekstop file to data/
 
        * Makefile.am: install the .desktop file again
 
-       * themes/I-merry/themerc, themes/Light-Industry-big/themerc, themes/Light-Industry/themerc, themes/planton/themerc, themes/thebear/themerc:
-       remove old stuff
+       * themes/thebear/themerc: remove old stuff
 
        * Makefile.am: install greenz theme
 
        * Makefile.am: s/_t.xbm/_toggled.xbm/
 
-       * render/theme.c, render/theme.h, themes/BBstylE/max_t.xbm, themes/BBstylE/max_toggled.xbm, themes/BBstylE/shade_t.xbm, themes/BBstylE/shade_toggled.xbm, themes/BBstylE/stick_t.xbm, themes/BBstylE/stick_toggled.xbm, themes/planton/max_t.xbm, themes/planton/max_toggled.xbm, themes/planton/shade_t.xbm, themes/planton/shade_toggled.xbm, themes/planton/stick_t.xbm, themes/planton/stick_toggled.xbm:
+       * render/theme.c, render/theme.h:
        renamed the _t bitmaps, and added disabled and hover bitmaps
 
-       * Makefile.am, render/theme.c, themes/BBstylE/close.xbm, themes/BBstylE/iconify.xbm, themes/BBstylE/max.xbm, themes/BBstylE/max_t.xbm, themes/BBstylE/shade.xbm, themes/BBstylE/shade_t.xbm, themes/BBstylE/stick.xbm, themes/BBstylE/stick_t.xbm, themes/BBstylE/themerc, themes/I-merry/close.xbm, themes/I-merry/iconify.xbm, themes/I-merry/max.xbm, themes/I-merry/themerc, themes/Light-Industry-big/close.xbm, themes/Light-Industry-big/iconify.xbm, themes/Light-Industry-big/max.xbm, themes/Light-Industry-big/themerc, themes/Light-Industry/close.xbm, themes/Light-Industry/iconify.xbm, themes/Light-Industry/max.xbm, themes/Light-Industry/themerc, themes/artwiz, themes/bbs, themes/bluebox, themes/cthulhain, themes/deep, themes/ebox, themes/fieron, themes/fieron2, themes/flux, themes/frobozz, themes/frobust, themes/greenz/themerc, themes/mbdtex, themes/miklos, themes/nyz, themes/nyzclone, themes/ob20, themes/operation, themes/outcomes, themes/paper, themes/planton/close.xbm, themes/planton/iconify.xbm, themes/planton/max.xbm, themes/planton/max_t.xbm, themes/planton/shade.xbm, themes/planton/shade_t.xbm, themes/planton/stick.xbm, themes/planton/stick_t.xbm, themes/planton/themerc, themes/purplehaaze, themes/shade, themes/steelblue, themes/steelblue2, themes/the_orange, themes/thebear/themerc, themes/trisb, themes/twice, themes/warp-xp:
+       * Makefile.am, render/theme.c, themes/bbs, themes/bluebox, themes/cthulhain, themes/deep, themes/ebox, themes/fieron, themes/fieron2, themes/flux, themes/frobozz, themes/frobust, themes/mbdtex, themes/miklos, themes/nyz, themes/nyzclone, themes/ob20, themes/operation, themes/outcomes, themes/paper, themes/purplehaaze, themes/shade, themes/steelblue, themes/steelblue2, themes/the_orange, themes/thebear/themerc, themes/trisb, themes/twice, themes/warp-xp:
        make themes inside a directory
 
        * Makefile.am, tools/kdetrayproxy/.cvsignore, tools/kdetrayproxy/Makefile, tools/kdetrayproxy/kdetrayproxy.c:
        add the kdetrayproxy tool
 
-       * kernel/screen.c: configre teh dock after finding the new screen sizes
+       * openbox/screen.c:
+       configre teh dock after finding the new screen sizes
 
-       * kernel/session.c: compile fixes
+       * openbox/session.c: compile fixes
 
        * render/theme.c: add missing includes
 
 
        * configure.ac: alpha3
 
-       * kernel/frame.c: fix a long-lurknig gravity bug
+       * openbox/frame.c: fix a long-lurknig gravity bug
 
        * tools/obconf/main.c: dont inlcude these headers they arent needed yet
 
        * ChangeLog: recent changes
 
-       * kernel/openbox.c: oops missed one
-
-       * kernel/openbox.c, kernel/openbox.h: expose exit_with_error
+       * openbox/openbox.c: oops missed one
 
-       * plugins/placement/history.c: kill warnings
+       * openbox/openbox.c, openbox/openbox.h: expose exit_with_error
 
-       * kernel/session.c: kill some output
+       * openbox/session.c: kill some output
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        only load the session from file if a file was provided
 
        * render/font.c: missing a header
 
        * parser/parse.c: always return a string from parse_string
 
-       * kernel/client.c:
+       * openbox/client.c:
        set the desktop hint if the desktop is changed by the session code
 
-       * kernel/client.c:
+       * openbox/client.c:
        set the desktop hint after everything is read/setup even session stuff
 
-       * kernel/client.c:
+       * openbox/client.c:
        add the window to the lists before setting the client list hint
 
-       * kernel/session.c:
+       * openbox/session.c:
        declare functions that are needed when built without session support
 
-       * kernel/session.c:
+       * openbox/session.c:
        use the new sm_client_id function so all windows who should save state do. session save/load seems to be working with gnome-session rather well.
 
-       * kernel/client.c, kernel/client.h:
+       * openbox/client.c, openbox/client.h:
        add a function to retrieve the sm_client_id value
 
-       * plugins/placement/history.c:
-       dont save/load history. its slow and its stupid.
-
 2003-07-30  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/prop.c, kernel/prop.h, kernel/session.c, kernel/session.h:
+       * openbox/client.c, openbox/prop.c, openbox/prop.h, openbox/session.c, openbox/session.h:
        restore saved session data for applications
 
-       * plugins/placement/placement.c: center transients
-
-       * data/rc3, kernel/config.c, kernel/config.h, kernel/frame.c, render/theme.c, render/theme.h:
+       * data/rc3, openbox/config.c, openbox/config.h, openbox/frame.c, render/theme.c, render/theme.h:
        move the titlebar layout from the theme to the rc file
 
-       * kernel/client.c: attemp #3
+       * openbox/client.c: attemp #3
 
-       * kernel/client.c: attempt #2 at better logical size values
+       * openbox/client.c: attempt #2 at better logical size values
 
-       * kernel/client.c: include the base size in the logical size
+       * openbox/client.c: include the base size in the logical size
 
        * ChangeLog: recent changes
 
-       * kernel/client.c: the size can be 0 when there is a base size
+       * openbox/client.c: the size can be 0 when there is a base size
 
-       * kernel/client.c, kernel/client.h, kernel/event.c:
+       * openbox/client.c, openbox/client.h, openbox/event.c:
        improved ICCCM compliance!
          a) send ConfigureNotify back to the client as required by the ICCCM in all sitatuations.
          b) send the corrent coords in the ConfigureNotify, including the border width
          c) remove the WM_STATE property when unmanaging a window
 
-       * kernel/frame.c: code cleaning
+       * openbox/frame.c: code cleaning
 
-       * kernel/menu.c: only ignore wheel buttons
+       * openbox/menu.c: only ignore wheel buttons
 
 2003-07-29  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c: i am the king of copy/paste errors
+       * openbox/event.c: i am the king of copy/paste errors
 
 2003-07-29  woodblock  <woodblock@zed>
 
-       * kernel/event.c: more menu fixes.
+       * openbox/event.c: more menu fixes.
        I hate menus.
 
-       * kernel/menu.c: Clear current_menu when hiding menus.
+       * openbox/menu.c: Clear current_menu when hiding menus.
 
-       * kernel/event.c, kernel/menu.c: Close menu properly on unbound keys.
+       * openbox/event.c, openbox/menu.c: Close menu properly on unbound keys.
 
-       * kernel/menu.c: Fix some keyboard control issues.
+       * openbox/menu.c: Fix some keyboard control issues.
 
 2003-07-28  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/event.c:
+       * openbox/client.c, openbox/event.c:
        base rudeness on if they have a strut even smarter!
 
-       * kernel/client.c, kernel/event.c:
+       * openbox/client.c, openbox/event.c:
        base rudeness on if they have a strut or not
 
-       * kernel/client.c, kernel/event.c, kernel/screen.c:
+       * openbox/client.c, openbox/event.c, openbox/screen.c:
        make the new placement restrictions not affect !normal windows like panels
 
-       * kernel/menu.c: use plugin_open_reopen not plugin_open_full
+       * openbox/menu.c: use plugin_open_reopen not plugin_open_full
 
        * render/theme.c: typo thanks merry
 
-       * kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c:
+       * openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c:
        hover theme elements for window titlebar buttons
 
-       * kernel/client.c, kernel/client.h, kernel/event.c, kernel/screen.c:
+       * openbox/client.c, openbox/client.h, openbox/event.c, openbox/screen.c:
        make those apps stay/map on screen!! fuck stupid apps. thats right im talking to you mozilla and you too java.
 
-       * kernel/event.c: make things compile again. hover does not work yet.
+       * openbox/event.c: make things compile again. hover does not work yet.
 
-       * kernel/client.c: use the macro
+       * openbox/client.c: use the macro
 
-       * kernel/client.c, kernel/event.c:
+       * openbox/client.c, openbox/event.c:
        keep apps from moving/maping their titlebar underneath left/top panels
 
-       * kernel/session.c: set teh clone comamnd
+       * openbox/session.c: set teh clone comamnd
 
-       * kernel/session.c:
+       * openbox/session.c:
        use char not a long, since we're telling the SM that its 1 byte lone
 
-       * kernel/session.c: save the commands on startup
+       * openbox/session.c: save the commands on startup
 
-       * kernel/session.c: use the path properly for the session file
+       * openbox/session.c: use the path properly for the session file
 
-       * kernel/session.c: use teh save file not the session id
+       * openbox/session.c: use teh save file not the session id
 
 2003-07-28  woodblock  <woodblock@zed>
 
-       * kernel/menu.c: demand load plugins from the menu
+       * openbox/menu.c: demand load plugins from the menu
 
-       * kernel/event.c, kernel/menu.c, plugins/menu/client_menu.c:
-       Menu stuff.
+       * openbox/event.c, openbox/menu.c: Menu stuff.
        Testing may begin.
 
 2003-07-27  Ben Jansens  <xor@zed.orodu.net>
 
 2003-07-26  woodblock  <woodblock@zed>
 
-       * kernel/event.c: Close menu on click if outside the menu.
+       * openbox/event.c: Close menu on click if outside the menu.
        I think, haven't tested.
 
-       * kernel/menu.c: more fixes
+       * openbox/menu.c: more fixes
 
 2003-07-26  Ben Jansens  <xor@zed.orodu.net>
 
        * data/rc3:
        split resistance strengths for screen edges and windows. also a fix for parsing changes,
 
-       * kernel/stacking.c: dont stack groups together
-
-       * plugins/placement/placement.c:
-       the parsing shit changed but this didnt yet
+       * openbox/stacking.c: dont stack groups together
 
 2003-07-26  woodblock  <woodblock@zed>
 
-       * kernel/event.c, kernel/menu.c, kernel/menu.h: Some menu updates.
+       * openbox/event.c, openbox/menu.c, openbox/menu.h: Some menu updates.
        Don't talk to me about menus.
 
 2003-07-25  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/client.h:
+       * openbox/client.c, openbox/client.h:
        add client_search_transient which searches the tree from a client down for a client
 
        * render/theme.c: dont allow parentrelative on top-level appearances
 
-       * kernel/stacking.c: stacking fixes
+       * openbox/stacking.c: stacking fixes
 
 2003-07-24  Ben Jansens  <xor@zed.orodu.net>
 
-       * Makefile.am, kernel/openbox.c, kernel/openbox.h, kernel/session.c, kernel/session.h:
+       * Makefile.am, openbox/openbox.c, openbox/openbox.h, openbox/session.c, openbox/session.h:
        save and load the session save file, though its data is not used yet!
 
 2003-07-24  woodblock  <woodblock@zed>
 
-       * kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, plugins/menu/client_menu.c:
+       * openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c:
        I had a commit message but my commit got stepped on so fuck it.
        No one cares what I think anyway.
        If the menu navigation isn't EXACTLY FUCKING RIGHT I WILL REMOVE IT
        * configure.ac:
        dont display the build type at the end its already in the output
 
-       * configure.ac, kernel/action.c, kernel/client.c, kernel/debug.h, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/menu.c, kernel/menu_render.c, kernel/openbox.c, kernel/screen.c, parser/parse.c, plugins/menu/client_menu.c, plugins/placement/history.c, render/color.c, render/gradient.c, render/instance.c, render/theme.c, tools/obconf/main.c:
+       * configure.ac, openbox/action.c, openbox/client.c, openbox/debug.h, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/menu.c, openbox/menu_render.c, openbox/openbox.c, openbox/screen.c, parser/parse.c, render/color.c, render/gradient.c, render/instance.c, render/theme.c, tools/obconf/main.c:
        use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it
 
        * render/gradient.c:
 
        * Makefile.am: use rm -f
 
-       * plugins/menu/include_menu.c: declare vars at top
-
-       * plugins/menu/timed_menu.c:
-       i already fixed this once :) var declarations go first
-
        * Makefile.am: include obconf_interface.h in the dist
 
        * Makefile.am: remove headers that dont exist
 
-       * plugins/menu/.cvsignore: add the include menu plugin
-
        * m4/Makefile.am: add the new m4s
 
-2003-07-23  woodblock  <woodblock@zed>
-
-       * plugins/menu/timed_menu.c: Timed menu updates. Still needs work.
-
-       * plugins/menu/client_menu.c:
-       Better placement of the client window. Might need some tweaking.
-
-2003-07-23  Ben Jansens  <xor@zed.orodu.net>
-
-       * kernel/menu.c: unhilite the entry for the submenu when it is closed
+       * openbox/menu.c: unhilite the entry for the submenu when it is closed
 
        * configure.ac: alpha2
 
 
 2003-07-23  woodblock  <woodblock@zed>
 
-       * Makefile.am, plugins/menu/include_menu.c:
+       * Makefile.am:
        Added include_menu.c as an example of how one could write a plugin.
 
-       * kernel/config.c, kernel/menu.c, parser/parse.c, plugins/menu/fifo_menu.c, plugins/placement/history.c:
+       * openbox/config.c, openbox/menu.c, parser/parse.c:
        * Change xml parsing to pass the parent node, rather than the first
        child.
        * Add x,y co-ordinates on showmenu action so we can place menus on keypress.
 
 2003-07-22  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c:
+       * openbox/event.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c:
        add the --replace command line option, and support for the WM_Sn selection
 
-       * kernel/prop.c, kernel/prop.h: add the MANAGER atom.
+       * openbox/prop.c, openbox/prop.h: add the MANAGER atom.
        allow prop_message to be used with a user-defined mask instead of only with the NetWM mask
 
-       * kernel/client.c: stop shownig the desktop when a new window maps
+       * openbox/client.c: stop shownig the desktop when a new window maps
 
-       * kernel/menu.c: add a func to find a menu entry from a submenu.
+       * openbox/menu.c: add a func to find a menu entry from a submenu.
        keep menu entries highlighted while they have their submenu open
 
-       * kernel/menu.h: add a func to find a menu entry from a submenu
-
-       * plugins/menu/fifo_menu.c: declare vars at the top of the block
+       * openbox/menu.h: add a func to find a menu entry from a submenu
 
-       * kernel/menu.c, render/theme.c, render/theme.h:
+       * openbox/menu.c, render/theme.c, render/theme.h:
        add a menuOverlap property to themes, and use it in the submenu placement
 
        * configure.ac: update to new version of gettext
 
 2003-07-21  woodblock  <woodblock@zed>
 
-       * kernel/event.c, kernel/menu.c, kernel/menu.h:
+       * openbox/event.c, openbox/menu.c, openbox/menu.h:
        Keyboard navigatable menus
 
 2003-07-19  woodblock  <woodblock@zed>
 
-       * kernel/action.c, kernel/menu.c: Fix a couple memory leaks.
-
-       * plugins/menu/fifo_menu.c:
-       If there is a pid="true" attribute in the <menu plugin="fifo_menu">
-       tag, append .pid to the fifo files. This allows for more than one
-       openbox to be run by the same user and use fifo menus.
+       * openbox/action.c, openbox/menu.c: Fix a couple memory leaks.
 
 2003-07-17  woodblock  <woodblock@zed>
 
-       * kernel/menu.c, kernel/menu.h, kernel/plugin.c, kernel/plugin.h, plugins/menu/fifo_menu.c:
+       * openbox/menu.c, openbox/menu.h, openbox/plugin.c, openbox/plugin.h:
        Menu parsing updates for plugins.
 
        FIFO menus are the only plugin that takes advantage of this.
 
        * render/theme.c: useless code move
 
-       * kernel/client.c: simple code cleanup
+       * openbox/client.c: simple code cleanup
 
 2003-07-11  Ben Jansens  <xor@zed.orodu.net>
 
        * render/color.c, render/render.c:
        removed the RrEndian so using LSBFirst always now. hopefully this works!
 
-       * kernel/client.c:
+       * openbox/client.c:
        when a transient maps on another desktop, give it focus when it deserves it
 
        * render/render.h: same default offsets for all endian machines
 
        * DESIGN/themes.txt: extra menu tag
 
-       * kernel/openbox.c: add --g-fatal-warnings
+       * openbox/openbox.c: add --g-fatal-warnings
 
-       * kernel/dock.c:
+       * openbox/dock.c:
        fix a seggie i introduced, going too far in the dockapps list
 
        * DESIGN/themes.txt: attempt #2
 
        * DESIGN/themes.txt: a full style defn..
 
-       * kernel/client.c: move to the desktop of the activated window
+       * openbox/client.c: move to the desktop of the activated window
 
 2003-07-10  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/action.c, kernel/client.c, kernel/client.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/openbox.c, render/theme.c, render/theme.h, tests/.cvsignore, tests/noresize.c:
+       * openbox/action.c, openbox/client.c, openbox/client.h, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/openbox.c, render/theme.c, render/theme.h, tests/.cvsignore, tests/noresize.c:
        add disabled buttons, instead of now showing buttons at all when they wont do anything, now show a disabled button instead. this severely breaks compatibility with blackbox themes since there is no good way to automiatically create a disabled button that i can think of, so if they dont exist in the theme you get black and white for the button.
 
        when a window cant be resized, its handle is not removed but its grips are.
 
        * tests/Makefile: readd the Makefile
 
-       * kernel/focus.c: simply startup/shutdown
+       * openbox/focus.c: simply startup/shutdown
 
        * AUTHORS: add some more contributors
 
-       * kernel/openbox.c: sync is in unistd.h
+       * openbox/openbox.c: sync is in unistd.h
 
-       * kernel/client.c, kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/window.c, kernel/window.h, plugins/menu/client_menu.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c:
+       * openbox/client.c, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/window.c, openbox/window.h:
        prefix and capitalize ObMenu ObMenuEntry and ObMenuEntryRenderType
        make the ObMenuEntryRenderType a standard enum instead bitflags
 
-       * kernel/focus.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c, kernel/screen.h:
+       * openbox/focus.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/screen.h:
        move ob_pointer_pos to screen_pointer_pos
 
-       * kernel/client.c, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c, kernel/stacking.c, plugins/placement/history.c, plugins/placement/placement.c:
+       * openbox/client.c, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/stacking.c:
        make ob_state a function so it cant be changed outside of openbox.c
 
-       * kernel/client.c, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/grab.c, kernel/menu.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/prop.c, kernel/screen.c, kernel/stacking.c, kernel/startup.c:
+       * openbox/client.c, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/grab.c, openbox/menu.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/prop.c, openbox/screen.c, openbox/stacking.c, openbox/startup.c:
        remove the ob_root var, its redundant of what Xlib already provides
 
-       * kernel/openbox.c, kernel/openbox.h: use gint
+       * openbox/openbox.c, openbox/openbox.h: use gint
 
-       * kernel/openbox.c, kernel/openbox.h:
+       * openbox/openbox.c, openbox/openbox.h:
        ob_remote has been killed, remove ob_sync from the public header, its only used internally
 
-       * kernel/openbox.c, kernel/openbox.h:
+       * openbox/openbox.c, openbox/openbox.h:
        the --rc arg and rc_path var wasnt even being used so just rm it
 
-       * kernel/action.c, kernel/event.c, kernel/openbox.c, kernel/openbox.h:
+       * openbox/action.c, openbox/event.c, openbox/openbox.c, openbox/openbox.h:
        make the ob_restart/shutdown stuff static vars and expose them only through functions ob_restart_other(), ob_restart() and ob_exit()
 
-       * kernel/stacking.c: remove useless include
+       * openbox/stacking.c: remove useless include
 
-       * kernel/focus.c, kernel/focus.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c:
+       * openbox/focus.c, openbox/focus.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c:
        replace the focus_backup with the screen_support_win, we dont need 2 offscreen windows.
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        use the xerror stuff to trap errors instead of dupliacted the effort here
 
-       * kernel/dock.c, kernel/dock.h, kernel/screen.c, kernel/timer.c, kernel/timer.h, plugins/menu/timed_menu.c:
+       * openbox/dock.c, openbox/dock.h, openbox/screen.c, openbox/timer.c, openbox/timer.h:
        prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz
 
-       * kernel/action.h, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/dispatch.c, kernel/dispatch.h, kernel/dock.c, kernel/event.c, kernel/extensions.h, kernel/framerender.c, kernel/framerender.h, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/popup.h, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/window.c, kernel/window.h:
+       * openbox/action.h, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/dispatch.c, openbox/dispatch.h, openbox/dock.c, openbox/event.c, openbox/extensions.h, openbox/framerender.c, openbox/framerender.h, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/popup.h, openbox/screen.h, openbox/stacking.c, openbox/stacking.h, openbox/window.c, openbox/window.h:
        prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
        less includes in headers for less rebuilding on changes
 
-       * kernel/client.c, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/screen.c:
+       * openbox/client.c, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/screen.c:
        prefix and capitalize the ObFocusFallbackType enum
 
-       * kernel/config.c, kernel/config.h, kernel/dock.c:
+       * openbox/config.c, openbox/config.h, openbox/dock.c:
        use the ObOrientation enum instead of a horz bool for configuring the dock's orientation
 
-       * kernel/config.c, kernel/config.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/window.c, kernel/window.h:
+       * openbox/config.c, openbox/config.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/window.c, openbox/window.h:
        prefixing for the dock. use ObDirection instead of dupliacting it in another enum for the dock's placement
 
-       * kernel/popup.c, kernel/popup.h:
+       * openbox/popup.c, openbox/popup.h:
        prefixing for the Popup->ObPopup struct
 
-       * kernel/moveresize.h: dont need client.h in this header
+       * openbox/moveresize.h: dont need client.h in this header
 
-       * kernel/client.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/framerender.h, kernel/popup.c:
+       * openbox/client.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/framerender.h, openbox/popup.c:
        prefixing and capitalization for the Frame->ObFrame struct and the Context->ObFrameContext enum and its constants.
 
-       * kernel/client.h, kernel/group.c, kernel/group.h:
+       * openbox/client.h, openbox/group.c, openbox/group.h:
        prefix Group to ObGroup
 
-       * kernel/client.c, kernel/client.h, kernel/focus.c, kernel/stacking.c:
+       * openbox/client.c, openbox/client.h, openbox/focus.c, openbox/stacking.c:
        prefix TRAN_GROUP to OB_TRAN_GROUP
 
-       * kernel/action.c, kernel/client.c, kernel/client.h, kernel/frame.h, kernel/screen.c:
+       * openbox/action.c, openbox/client.c, openbox/client.h, openbox/frame.h, openbox/screen.c:
        prefix and capitalize some more constants/enums in client.h (Function -> ObFunctions and WindowType -> ObClientType)
 
-       * plugins/menu/client_menu.c, plugins/menu/fifo_menu.c, plugins/menu/timed_menu.c:
-       kill warnings
-
-       * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/group.c, kernel/group.h, kernel/menu.c, kernel/menu.h, kernel/moveresize.c, kernel/moveresize.h, kernel/popup.c, kernel/popup.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/window.c, kernel/window.h, plugins/placement/history.c, plugins/placement/history.h, plugins/placement/placement.c:
+       * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/dispatch.c, openbox/dispatch.h, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/group.c, openbox/group.h, openbox/menu.c, openbox/menu.h, openbox/moveresize.c, openbox/moveresize.h, openbox/popup.c, openbox/popup.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c, openbox/window.c, openbox/window.h:
        rename the Client struct to ObClient
 
        * Makefile.am: add the new misc.h and mwm.h to the kernel sources
 
-       * kernel/client.c, kernel/client.h, kernel/mwm.h:
+       * openbox/client.c, openbox/client.h, openbox/mwm.h:
        add a mwm.h for the mwm hint structure and flags.
        use proper prefixing and capitalization for the new mwm stuff.
 
-       * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/dock.c, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/grab.c, kernel/grab.h, kernel/misc.h, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, plugins/placement/history.c, plugins/placement/placement.c:
+       * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/dispatch.c, openbox/dispatch.h, openbox/dock.c, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/grab.c, openbox/grab.h, openbox/misc.h, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c:
        add misc.h with some standard enumerations with proper prefixing and capitalizations.
 
        use the new enums throughout.
 
        provide keycodes and cursors through ob_cursor and ob_keycode functions, which use the new misc.h enums for picking the cursor and keycode.
 
-       * kernel/client.c, kernel/client.h, kernel/event.c, kernel/extensions.c, kernel/focus.c, kernel/menu.c, kernel/moveresize.c, kernel/screen.c, kernel/screen.h, plugins/menu/client_menu.c, plugins/placement/placement.c:
+       * openbox/client.c, openbox/client.h, openbox/event.c, openbox/extensions.c, openbox/focus.c, openbox/menu.c, openbox/moveresize.c, openbox/screen.c, openbox/screen.h:
        rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
 
-       * kernel/stacking.c: speed up pick_group_windows too
+       * openbox/stacking.c: speed up pick_group_windows too
 
-       * kernel/stacking.c: make pick_windows waaaay faster
+       * openbox/stacking.c: make pick_windows waaaay faster
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        remove the use of the BINARY define. kill a compiler warning.
 
-       * kernel/stacking.c: allow restacking of transients above one another
+       * openbox/stacking.c: allow restacking of transients above one another
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        put the transient's title before the parent's in the focus popup
 
-       * kernel/extensions.c, kernel/extensions.h:
+       * openbox/extensions.c, openbox/extensions.h:
        remove the xinerama active boolean, just count the extension as not present if it is not active
 
-       * kernel/client.c, kernel/client.h: add client_search_top_transient.
+       * openbox/client.c, openbox/client.h: add client_search_top_transient.
        keep transients all on the same desktop together. use client_search_top_transient where possible in client.c
 
-       * kernel/debug.c, kernel/debug.h:
+       * openbox/debug.c, openbox/debug.h:
        add ob_debug for printing stuff only when debug is enabled
 
        * render/color.c, render/font.c, render/font.h, render/geom.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h:
        remove rependancy on geom.h from the kernel, provide what is used in its own geom.h
 
-       * Makefile.am, configure.ac, data/.cvsignore, data/Makefile, data/Makefile.am, kernel/.cvsignore, kernel/Makefile, kernel/Makefile.am, parser/.cvsignore, parser/Makefile, parser/Makefile.am, plugins/.cvsignore, plugins/Makefile.am, plugins/menu/.cvsignore, plugins/menu/Makefile, plugins/menu/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile, themes/Makefile.am, tools/Makefile.am, tools/obconf/Makefile.am:
+       * Makefile.am, configure.ac, data/.cvsignore, data/Makefile, data/Makefile.am, openbox/.cvsignore, openbox/Makefile, openbox/Makefile.am, parser/.cvsignore, parser/Makefile, parser/Makefile.am, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile, themes/Makefile.am, tools/Makefile.am, tools/obconf/Makefile.am:
        update the build system, using a single Makefile.am for a sexyass non-recursive make. booyah!
 
-       * gettext.h, kernel/gettext.h:
+       * gettext.h, openbox/gettext.h:
        move the gettext header out to the root source dir
 
 2003-07-07  Ben Jansens  <xor@zed.orodu.net>
 
 2003-07-05  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/openbox.c: use --foo instead of -foo for cmd line arguments
+       * openbox/openbox.c: use --foo instead of -foo for cmd line arguments
 
        * render/color.c, render/render.h:
        try some better default offsets for big endian machines.
        * render/color.c:
        used RrColorShift when RrColorOffset was what we wanted
 
-       * configure.ac, kernel/Makefile.am, render/Makefile.am, render/color.c, render/color.h, render/gradient.c, render/instance.c, render/instance.h, render/render.c, render/render.h:
+       * configure.ac, openbox/Makefile.am, render/Makefile.am, render/color.c, render/color.h, render/gradient.c, render/instance.c, render/instance.h, render/render.c, render/render.h:
        use the gdk-pixbuf-xlib library to render with
 
        * configure.ac: coment the USE_LIBSN defined variable
 
 2003-07-02  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        rename the raise and lower functions. raise is claimed by signal.h already
 
 2003-06-30  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/dock.c: set te strut smaller when autohide is on
+       * openbox/dock.c: set te strut smaller when autohide is on
 
 2003-06-30  woodblock  <woodblock@zed>
 
-       * kernel/event.c:
+       * openbox/event.c:
        Makes a simple click not so accidently annoying by making it not
        execute a menu action if nothing is highlighted.
 
 2003-06-30  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/extensions.c:
+       * openbox/extensions.c:
        messed up the indexes while finding the combined size of all xineerama heads
 
-       * kernel/extensions.c: oops, i want the max edges to find the full area
+       * openbox/extensions.c:
+       oops, i want the max edges to find the full area
 
        * CHANGELOG, ChangeLog: using a changelog generated off of CVS
 
-2003-06-30  woodblock  <woodblock@zed>
-
-       * plugins/menu/Makefile.am:
-       Remove menu plugins because they are stupid and don't work.
-
 2003-06-29  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/prop.c:
+       * openbox/prop.c:
        the prop_get_strings_locale function looked for a utf8 typed property
 
-       * kernel/focus.c, kernel/openbox.c, kernel/stacking.c:
+       * openbox/focus.c, openbox/openbox.c, openbox/stacking.c:
        add some comments and asserts to make sure I don't ever add this bug again
 
-       * kernel/popup.c:
+       * openbox/popup.c:
        create the popup's window before adding it to the stacking list, so that it is stacked properly and doesnt wreck everything
 
-       * Makefile.am, configure.ac, data/Makefile.am, kernel/Makefile.am, parser/Makefile.am, plugins/Makefile.am, plugins/menu/Makefile.am, plugins/placement/Makefile.am, render/Makefile.am, themes/Makefile.am, tools/obconf/Makefile.am:
+       * Makefile.am, configure.ac, data/Makefile.am, openbox/Makefile.am, parser/Makefile.am, render/Makefile.am, themes/Makefile.am, tools/obconf/Makefile.am:
        prepare for alpha1 release.
        make 'make dist' work.
 
        * po/POTFILES.in:
        we dont really have any translatable stuff yet but this was pointing at old cpp shit
 
-       * plugins/placement/history.c:
-       use strcmp instead of collate, since collate is slower and we're only doing an == check
-
        * render/gradient.c:
        missed setting 'current' at the end of the pyramid gradient
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        waste of energy in stacking_add, and it even caused bugs. woops.
 
 2003-06-29  woodblock  <woodblock@zed>
 
-       * plugins/menu/client_menu.c:
-       Update the send-to window only if the workspaces have changed.
-
-       * kernel/menu.c, kernel/menu_render.c:
+       * openbox/menu.c, openbox/menu_render.c:
        Handle menu events a little better: don't bother updating a submenu on
        mouseover if it is already open, and call update on menus, even if
        they aren't marked as invalid.
 
 2003-06-28  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        use fprintf not g_message in the signal handler. no mallocing allowed.
 
        * render/font.c: remove debug print
 
-       * kernel/prop.c: set the values of the array at teh right indexes
+       * openbox/prop.c: set the values of the array at teh right indexes
 
-       * kernel/prop.c: fix memory bugs
+       * openbox/prop.c: fix memory bugs
 
        * data/rc3: remove the switch to... menu
 
        * render/font.c:
        don't destroy font patterns, i think this is a double free
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        put group members above the window when lowering it
 
-       * kernel/stacking.c: set the stacking list when stacking changes
+       * openbox/stacking.c: set the stacking list when stacking changes
 
        * render/theme.h:
        add the themes path to the struct. make the name never include a path
 
        * render/theme.c: hardcode the button names for themes
 
-       * kernel/popup.c: dont need to raise after adding
+       * openbox/popup.c: dont need to raise after adding
 
        * render/theme.c: rename the button_dir var to data_dir.. pointless :>
 
 2003-06-27  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/Makefile.am: build 'openbox' instead of 'openbox3'.
+       * openbox/Makefile.am: build 'openbox' instead of 'openbox3'.
        add the openbox.desktop file for gnome compat.
 
-       * kernel/screen.c: set "Openbox" as the name no "Openbox3"
+       * openbox/screen.c: set "Openbox" as the name no "Openbox3"
 
-       * kernel/openbox.desktop:
+       * openbox/openbox.desktop:
        add a .desktop file which gets installed for gnome
 
-       * kernel/.cvsignore: add the openbox binary
+       * openbox/.cvsignore: add the openbox binary
 
-       * kernel/openbox.c: add a call to g_set_prgname
+       * openbox/openbox.c: add a call to g_set_prgname
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        stacking changes, its more like the old code without being shitty and with support for raising groups at a time.
 
-       * kernel/stacking.c: core when the list gets out of order
+       * openbox/stacking.c: core when the list gets out of order
 
-       * kernel/client.c, kernel/client.h, kernel/dock.c, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/geom.h, kernel/menu.c, kernel/menu.h, kernel/moveresize.c, kernel/screen.c, kernel/screen.h, plugins/menu/client_menu.c, plugins/placement/placement.c:
+       * openbox/client.c, openbox/client.h, openbox/dock.c, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/geom.h, openbox/menu.c, openbox/menu.h, openbox/moveresize.c, openbox/screen.c, openbox/screen.h:
        xinerama support
 
        * data/rc3: root menu on right click
 
-       * kernel/event.c: 4 space indents
+       * openbox/event.c: 4 space indents
 
 2003-06-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/grab.c:
+       * openbox/grab.c:
        return true when ungrabbing so that it can ungrab them all on shutdown
 
-       * kernel/grab.c:
+       * openbox/grab.c:
        set ret to true when grabbing and we alerady have it grabbed
 
        * render/font.c:
        dont destroy the match pattern, it seems that Xft holds onto the pointer
 
-       * kernel/client.c:
+       * openbox/client.c:
        check that extensions_vidmode is set before trying to use the vidmode functions
 
-       * kernel/grab.c, kernel/grab.h: return FALSE if a grab fails
+       * openbox/grab.c, openbox/grab.h: return FALSE if a grab fails
 
-       * kernel/client.c:
+       * openbox/client.c:
        set the desktop hint when the window already has a hint but its out of range
 
-       * kernel/event.c: clear the over item in the menu when executing shit
+       * openbox/event.c: clear the over item in the menu when executing shit
 
-       * kernel/stacking.h:
+       * openbox/stacking.h:
        add NUM_STACKLAYER, fix some comments that dont apply
 
-       * kernel/menu.c: remove unused variable
+       * openbox/menu.c: remove unused variable
 
-       * kernel/client.c:
+       * openbox/client.c:
        remove/add instead of raising to put a window into a new layer
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        new stacking code that doesnt suck ass to look at, woot
 
-       * kernel/dock.c:
+       * openbox/dock.c:
        use the minsize to keep the stuff ni the dock off of the bevel edges etc
 
        * render/theme.c: add comment
        * render/font.c:
        keep a small space on the sides of windows between the edge and the text
 
-       * kernel/event.c: only render if there was an over existing
+       * openbox/event.c: only render if there was an over existing
 
-       * kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c:
+       * openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c:
        menus grab the keyboard and pointer, thus making only one menu visible at a time, and making them act like gtk menus and * menus do, where you can click and drag and release to select something as well as click-release to elave it open while you search around the menu
 
        * data/rc3: show the client meun on "press" on the icon
 
-       * plugins/menu/client_menu.c:
-       use the stock shownig method for the client menu for now, makes it pop up under the cursor so a click-release works like expected
-
-       * kernel/grab.c: grab all motion events for pointer grabs
+       * openbox/grab.c: grab all motion events for pointer grabs
 
 2003-06-24  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/menu.c: position submenus correctly horizontally
+       * openbox/menu.c: position submenus correctly horizontally
 
-       * kernel/menu_render.c: menus were too short by a border width
+       * openbox/menu_render.c: menus were too short by a border width
 
-       * kernel/client.c:
+       * openbox/client.c:
        check to make sure the window is on screen *after* positioning it
 
        * render/gradient.c: do horz grads without any multipliaction
 
 2003-06-22  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/menu.c, kernel/menu_render.c: add a simple menu parser.
+       * openbox/menu.c, openbox/menu_render.c: add a simple menu parser.
        while menu parsing, the theme does not exist so we can't do any theme stuff while creating menu stuff, so put that off for later, i.e when the menu is shown.
 
-       * kernel/openbox.c: reorder startup so menu goes before config parsing
+       * openbox/openbox.c: reorder startup so menu goes before config parsing
 
        * data/rc3: add a root menu
 
 2003-06-21  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/frame.c, kernel/frame.h:
+       * openbox/client.c, openbox/frame.c, openbox/frame.h:
        add decoration state to the frame struct. make client_configure adjust the frame if the decorations do not match between the client and the frame, so that when they change it can send a configurenotify to the client.
 
-       * kernel/client.c:
+       * openbox/client.c:
        make client_reconfigure a non-user-type client_configure
 
-       * kernel/action.c:
+       * openbox/action.c:
        strdup the exec path cuz it gets freed by the time we restart otherwise
 
-       * kernel/event.c: moveresize messages are not user-requests
+       * openbox/event.c: moveresize messages are not user-requests
 
-       * kernel/client.c: remove debug print
+       * openbox/client.c: remove debug print
 
-       * kernel/client.c:
+       * openbox/client.c:
        send teh configure event to client on user-requested final configures even if not moved, cuz usualy the final isnt sent with a change, but just to end the move process.
 
        * render/render.c:
        always create the bg pixmap, X seems to not like it if i dont?
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        always use the session id from the session manager when setting the restart property
 
-       * kernel/openbox.c: add -sm-disable option
+       * openbox/openbox.c: add -sm-disable option
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        only show -sm-client-id in the help when session management is build in
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        session management works, and it can resume with its old ID, so it works with gnome-session
 
-       * configure.ac, kernel/Makefile.am, kernel/event.c, kernel/openbox.c, m4/x11.m4:
+       * configure.ac, m4/x11.m4, openbox/Makefile.am, openbox/event.c, openbox/openbox.c:
        make session management optional
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        set the required properties so that session managers see openbox
 
        * render/font.c, render/theme.c:
        don't exit in the render lib, rather return a NULL font/theme on failure
 
-       * kernel/event.c, kernel/openbox.c:
+       * openbox/event.c, openbox/openbox.c:
        add libSM *client* support, so we should work with gnome-session now!
 
        * render/instance.c, render/render.c: more namespacing with Rr*
 
        * render/color.c: use the pseudo shit in the instance now
 
-       * render/gradient.c, render/gradient.h, render/render.c, render/color.c, render/color.h, render/image.c, render/image.h, kernel/client.c, kernel/screen.c, render/font.c, render/render.h, render/theme.h:
+       * render/gradient.c, render/gradient.h, render/render.c, render/color.c, render/color.h, render/image.c, render/image.h, openbox/client.c, openbox/screen.c, render/font.c, render/render.h, render/theme.h:
        more namespacing with Rr*
 
-       * kernel/menu.h, kernel/menu.c: kill a warning
+       * openbox/menu.h, openbox/menu.c: kill a warning
 
-       * kernel/openbox.c, render/font.c, render/font.h, render/render.c, render/render.h, render/theme.c, render/theme.h:
+       * openbox/openbox.c, render/font.c, render/font.h, render/render.c, render/render.h, render/theme.c, render/theme.h:
        more namespacing to Rr*
 
-       * kernel/menu.c: fix a warning
+       * openbox/menu.c: fix a warning
 
-       * kernel/client.c, kernel/client.h, render/color.c, render/color.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/render.c, render/render.h:
+       * openbox/client.c, openbox/client.h, render/color.c, render/color.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/render.c, render/render.h:
        rename pixel32/16 to RrPixel32/16
 
        * render/color.c, render/color.h, render/render.h, render/theme.c, render/theme.h:
        rename color_rgb to RrColor
 
-       * kernel/dock.c, kernel/frame.c, kernel/framerender.c, kernel/menu.c, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, plugins/menu/client_menu.c, render/font.c, render/font.h, render/theme.c, render/theme.h:
+       * openbox/dock.c, openbox/frame.c, openbox/framerender.c, openbox/menu.c, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, render/font.c, render/font.h, render/theme.c, render/theme.h:
        put the render theme into a struct
 
-       * kernel/client.c, kernel/dock.c, kernel/dock.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c:
+       * openbox/client.c, openbox/dock.c, openbox/dock.h, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/screen.c:
        fixed to accomodate the changes to the render/ API.
 
 2003-06-20  Ben Jansens  <xor@zed.orodu.net>
        * render/font.c:
        take the bevel width into account for the width available
 
-       * plugins/menu/client_menu.c: position the client menu right
-
-       * kernel/dock.c, kernel/frame.c, kernel/framerender.c, kernel/menu_render.c, kernel/popup.c, plugins/menu/client_menu.c, render/font.c, render/gradient.c, render/image.c, render/image.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
+       * openbox/dock.c, openbox/frame.c, openbox/framerender.c, openbox/menu_render.c, openbox/popup.c, render/font.c, render/gradient.c, render/image.c, render/image.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
        simply the render interface by not requiring the setting of all the areas. only take a w and h in paint(). best font layout ever.
 
        * AUTHORS: miklos does themes like mad
        * render/font.c:
        center text vertically. use the font's height because all that space is needed for some charcters
 
-       * kernel/frame.c, kernel/framerender.c, kernel/menu_render.c, kernel/popup.c, kernel/screen.c, render/gradient.c, render/render.c, render/render.h, render/test.c, render/theme.c:
+       * openbox/frame.c, openbox/framerender.c, openbox/menu_render.c, openbox/popup.c, openbox/screen.c, render/gradient.c, render/render.c, render/render.h, render/test.c, render/theme.c:
        remove non-planar surfaces
 
 2003-06-19  Ben Jansens  <xor@zed.orodu.net>
 
        * configure.ac, m4/gl.m4: remove --enable-gl
 
-       * kernel/client.c:
+       * openbox/client.c:
        fix for how base-size is used to comply with the icccm
 
 2003-06-18  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/framerender.c: copy the frame's surface from the prototype
+       * openbox/framerender.c: copy the frame's surface from the prototype
 
 2003-06-17  Ben Jansens  <xor@zed.orodu.net>
 
 
 2003-06-17  manmower  <manmower@zed>
 
-       * kernel/client.c: wake up old icon grabbing code
+       * openbox/client.c: wake up old icon grabbing code
 
        * render/color.c: remove unneeded/uncompiled junk
 
 2003-06-09  manmower  <manmower@zed>
 
-       * kernel/client.c: try swapping bytes on textures
+       * openbox/client.c: try swapping bytes on textures
 
-       * kernel/client.c: | != &
+       * openbox/client.c: | != &
 
-       * kernel/client.c: fix? color on icons
+       * openbox/client.c: fix? color on icons
 
-       * kernel/client.c: remove bogus byte permutations in icon code
+       * openbox/client.c: remove bogus byte permutations in icon code
 
 2003-06-08  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        remove an extra useless call to focus_set_client(NULL)
 
-       * kernel/client.c: describe the complicated if a bit :)
+       * openbox/client.c: describe the complicated if a bit :)
 
-       * kernel/client.c: more checks for when to do an XResizeWindow
+       * openbox/client.c: more checks for when to do an XResizeWindow
 
-       * kernel/client.c:
+       * openbox/client.c:
        send the configure notify for resizes too, just to be a little more safe
 
-       * kernel/client.c:
+       * openbox/client.c:
        onlt send configurenotify if the client actually moved, to work around emacs, hopefully :)
 
-       * kernel/client.c:
+       * openbox/client.c:
        some more fixes for resizing clients. aspect ratio is not the last thing checked and so rules all, that might need to change.. however, it now uses base-size only for aspect ratios and base-size/min-size for other sizing shit, as per the ICCCM.
 
-       * kernel/client.c: from icccm:
+       * openbox/client.c: from icccm:
        If a base size is not provided, the minimum size is to be used in its place and vice versa.
 
        Added support for this.
 
-       * kernel/frame.c: missing another bwidth
+       * openbox/frame.c: missing another bwidth
 
-       * kernel/frame.c: position titlebars better, was missing a bwidth
+       * openbox/frame.c: position titlebars better, was missing a bwidth
 
-       * kernel/client.c: i was backwards
+       * openbox/client.c: i was backwards
 
-       * kernel/event.c: this cnofigure is FINAL!
+       * openbox/event.c: this cnofigure is FINAL!
 
-       * kernel/client.c:
+       * openbox/client.c:
        don't resize the client itself while doing a resize if its not final when config_opaque_resize is not on
 
 2003-06-04  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c:
+       * openbox/client.c:
        better VIDMODE support, handle the cases where the functions fail
 
-       * kernel/client.c:
+       * openbox/client.c:
        size fullscreen applications to the resolution with the VIDMODE extension
 
-       * kernel/client.c, kernel/client.h, kernel/screen.c:
+       * openbox/client.c, openbox/client.h, openbox/screen.c:
        remove the client_remaximize function, and replace it with the client_reconfigure function, which just calls client_configure with the window's current location and dimensions, user=TRUE and final=TRUE.
 
        add support for the VIDMODE extension in client_configure, namely, fullscreen windows are positioned at the point of the viewport rather than at 0,0.
        * data/rc3:
        add a leftHanded option for mouse bindings, reverses the left/right keywords
 
-       * kernel/grab.c, kernel/grab.h:
+       * openbox/grab.c, openbox/grab.h:
        make key grabbing per window instead of always root
 
-       * kernel/focus.c: allow cycling to iconic windows
+       * openbox/focus.c: allow cycling to iconic windows
 
-       * kernel/client.c:
+       * openbox/client.c:
        use client_can_focus from client_focus to always get the same result
 
-       * kernel/client.c, kernel/client.h, kernel/focus.c:
+       * openbox/client.c, openbox/client.h, openbox/focus.c:
        reverting the transient focus cycle change, its just not.. right. add the parent's title to the transient's for the popup instead of just relpacing it
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        better focus cycling for transients. use the parent instead of the transients in the list in case it has more than one, then after choosing it try focus a transient instead
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        dont try change focus while looping thru the focus list
 
-       * kernel/client.c, kernel/client.h, kernel/focus.c:
+       * openbox/client.c, openbox/client.h, openbox/focus.c:
        allow focus_fallback to query if a client can be focused without changing the focus order on it
 
 2003-06-03  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/popup.c:
+       * openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/popup.c:
        modifications to keep up with libobrender2
 
-       * kernel/popup.c: use theme stuff for the gfx/font
+       * openbox/popup.c: use theme stuff for the gfx/font
 
-       * kernel/frame.c: layout fixes
+       * openbox/frame.c: layout fixes
 
-       * kernel/frame.c: position the grips
+       * openbox/frame.c: position the grips
 
-       * kernel/framerender.c: fix some theme colors/display
+       * openbox/framerender.c: fix some theme colors/display
 
-       * kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c, kernel/window.c, m4/gl.m4, plugins/menu/client_menu.c, render/.cvsignore, render/Makefile.am, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h, COPYING, COPYING.FDL, COPYING.GPL, COPYING.LGPL, Makefile.am, README, configure.ac:
+       * m4/gl.m4, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/screen.c, openbox/window.c, render/.cvsignore, render/Makefile.am, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h, COPYING, COPYING.FDL, COPYING.GPL, COPYING.LGPL, Makefile.am, README, configure.ac:
        the kernel is using th gl shit to render itself, but with the old style frame shit here. in practice, the render and glft libraries needed some changes to be used better, these are incorporated.
 
-       * kernel/stacking.c: remove debug print
+       * openbox/stacking.c: remove debug print
 
        * render/color.c:
        more unique error for unhandles image bit depths, remove debug prints
 
        * render/color.c: handle increase_depth on 1bpp images
 
-       * kernel/client.c:
+       * openbox/client.c:
        ignore xerrors while using the pixmaps specified by the client, since they can certainly be invalid and there's nothing i can do about it.
 
-       * kernel/client.c: rm g_messages.. ones that segfault.. :>
+       * openbox/client.c: rm g_messages.. ones that segfault.. :>
 
 2003-06-02  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c: also dont increment the nicons if the w*h is 0
+       * openbox/client.c: also dont increment the nicons if the w*h is 0
 
-       * kernel/client.c: watch out for 0x0 icons, and skip them
+       * openbox/client.c: watch out for 0x0 icons, and skip them
 
-       * kernel/menu_render.c, kernel/popup.c:
+       * openbox/menu_render.c, openbox/popup.c:
        create some temporary fonts to use for rendering text
 
-       * kernel/frame.c, kernel/menu_render.c, kernel/popup.c:
+       * openbox/frame.c, openbox/menu_render.c, openbox/popup.c:
        set colors for text
 
-       * kernel/frame.c, kernel/popup.c:
+       * openbox/frame.c, openbox/popup.c:
        adjust for some api extensions in render2
 
        * bootstrap: add env var to get automake 1.7
 
 2003-06-01  Ben Jansens  <xor@zed.orodu.net>
 
-       * COPYING, COPYING.FDL, COPYING.GPL, COPYING.LGPL, Makefile.am, README, configure.ac, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c, kernel/window.c, kernel/window.h, m4/gl.m4, plugins/menu/client_menu.c, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
+       * COPYING, COPYING.FDL, COPYING.GPL, COPYING.LGPL, Makefile.am, README, configure.ac, m4/gl.m4, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/screen.c, openbox/window.c, openbox/window.h, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
        Merging in th gl2 branch. Adding a --enable-gl option to the configure script, which defaults off.
 
 2003-05-30  manmower  <manmower@zed>
 
-       * kernel/frame.c: adjust title bar text
+       * openbox/frame.c: adjust title bar text
 
 2003-05-30  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c:
+       * openbox/client.c:
        adjust what gets raised on map a bit, a little less selective.
 
 2003-05-30  manmower  <manmower@zed>
 
-       * kernel/frame.c: add some test cases for the font crap
+       * openbox/frame.c: add some test cases for the font crap
 
 2003-05-29  Ben Jansens  <xor@zed.orodu.net>
 
 
        * m4/openbox.m4: look for 'alpha' and 'beta' releases also
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        only add non-nonintrusively when both windows share a stacking layer
 
        * data/rc3: raise on client clicks
        * COPYING.FDL, COPYING.GPL, COPYING.LGPL, README:
        specify different licenses for different directories
 
-       * kernel/action.c, kernel/action.h:
+       * openbox/action.c, openbox/action.h:
        rm the 'focusraise' action, it is redundant.
 
-       * kernel/frame.c: use the new shape API from the render libs
+       * openbox/frame.c: use the new shape API from the render libs
 
-       * kernel/event.c:
+       * openbox/event.c:
        pass expose events like i was before. cleanups in rendering to not render areas anymore. pass the surface's absx/y to planar's paint func
 
-       * kernel/frame.c:
+       * openbox/frame.c:
        no button mask on the plate, and some cleanups with redundant if's
 
 2003-05-28  manmower  <manmower@zed>
 
-       * kernel/frame.c: slightly improved theme
+       * openbox/frame.c: slightly improved theme
 
 2003-05-28  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/popup.c: proper centering of the text in popups without icons
+       * openbox/popup.c: proper centering of the text in popups without icons
 
 2003-05-27  manmower  <manmower@zed>
 
-       * kernel/frame.c, kernel/frame.h: fixed the flicker in shape
+       * openbox/frame.c, openbox/frame.h: fixed the flicker in shape
        (we use a shapewindow now.  it rules, I rule, fuck X, blah blah MOOOOOOO)
 
 2003-05-27  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/frame.c: and typod
+       * openbox/frame.c: and typod
 
-       * kernel/frame.c, kernel/frame.h:
+       * openbox/frame.c, openbox/frame.h:
        some cleanups, got rid of the border shit
 
-       * kernel/event.c: toss out expose events to render
+       * openbox/event.c: toss out expose events to render
 
-       * kernel/popup.c: no more seg
+       * openbox/popup.c: no more seg
 
-       * kernel/frame.c, kernel/frame.h: some cleanups
+       * openbox/frame.c, openbox/frame.h: some cleanups
 
 2003-05-27  manmower  <manmower@zed>
 
-       * kernel/frame.c: free decor when removing frame
+       * openbox/frame.c: free decor when removing frame
 
-       * kernel/frame.c: HOW DO YOU LIKE MY SEXY NEW DECOR?!?
+       * openbox/frame.c: HOW DO YOU LIKE MY SEXY NEW DECOR?!?
 
-       * kernel/frame.c: I get my events on decor again
+       * openbox/frame.c: I get my events on decor again
        and probably ruined exposure for some weird case. bwa ha ha
 
-       * kernel/frame.c, kernel/frame.h: how about some UGLY decor!
+       * openbox/frame.c, openbox/frame.h: how about some UGLY decor!
 
 2003-05-27  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/popup.c: paints are now recursive
+       * openbox/popup.c: paints are now recursive
 
 2003-05-27  manmower  <manmower@zed>
 
-       * kernel/frame.h: surface pointer please
+       * openbox/frame.h: surface pointer please
 
 2003-05-27  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/popup.c: proper layout
+       * openbox/popup.c: proper layout
 
-       * kernel/popup.c: i suck so much
+       * openbox/popup.c: i suck so much
 
-       * kernel/event.c, kernel/menu.c, kernel/popup.c: DRAWS!!
+       * openbox/event.c, openbox/menu.c, openbox/popup.c: DRAWS!!
 
 2003-05-27  manmower  <manmower@zed>
 
-       * kernel/frame.c, kernel/frame.h: added shape support for decor
+       * openbox/frame.c, openbox/frame.h: added shape support for decor
 
 2003-05-27  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/popup.c: dont try use an icon when where isnt one
+       * openbox/popup.c: dont try use an icon when where isnt one
 
-       * kernel/client.c, kernel/client.h, kernel/dock.c, kernel/dock.h, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h, kernel/popup.c, kernel/screen.c, kernel/window.c, plugins/menu/client_menu.c:
+       * openbox/client.c, openbox/client.h, openbox/dock.c, openbox/dock.h, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h, openbox/popup.c, openbox/screen.c, openbox/window.c:
        port to the new render stuff.. but this isnt complte since we don't have themes yet.
 
        * Makefile.am, configure.ac, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/font.h, render/gradient.c, render/gradient.h, render/image.c, render/image.h, render/mask.c, render/mask.h, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h:
 
 2003-05-27  manmower  <manmower@zed>
 
-       * kernel/frame.c, kernel/frame.h: added % based decoration sizes
+       * openbox/frame.c, openbox/frame.h: added % based decoration sizes
 
-       * kernel/frame.c, kernel/frame.h: fixed right decor anchors properly
+       * openbox/frame.c, openbox/frame.h: fixed right decor anchors properly
 
-       * kernel/frame.c: fix right anchor point offsets
+       * openbox/frame.c: fix right anchor point offsets
 
-       * kernel/frame.c: position windows for all anchor types
+       * openbox/frame.c: position windows for all anchor types
 
-       * kernel/frame.c: all decor anchors supported
+       * openbox/frame.c: all decor anchors supported
 
-       * kernel/event.c, kernel/frame.c:
+       * openbox/event.c, openbox/frame.c:
        change event.c to use a frame pointer instead of client pointer in framedecor
        frame.c now supports more decor anchors
 
 
 2003-05-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/Makefile.am: link render version 2
+       * openbox/Makefile.am: link render version 2
 
 2003-05-26  manmower  <manmower@zed>
 
-       * kernel/frame.c, kernel/frame.h:
+       * openbox/frame.c, openbox/frame.h:
        frame pointer in framedecor instead of client pointer
 
 2003-05-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c, kernel/window.c: add case for Window_Decoration
+       * openbox/event.c, openbox/window.c: add case for Window_Decoration
 
 2003-05-26  manmower  <manmower@zed>
 
-       * kernel/frame.c, kernel/frame.h: client pointer in framedecor
+       * openbox/frame.c, openbox/frame.h: client pointer in framedecor
 
-       * kernel/frame.c: crap
+       * openbox/frame.c: crap
 
-       * kernel/frame.c, kernel/frame.h:
+       * openbox/frame.c, openbox/frame.h:
        I can now map arbitrarily sized invalid space above my windows!
        I suck.
 
-       * kernel/frame.c:
+       * openbox/frame.c:
        we now have no decor at all, but are otherwise functional
 
 2003-05-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c:
+       * openbox/client.c:
        use frame->visible, not the desktop number, other states exist too, like show_desktop
 
-       * plugins/menu/client_menu.c, kernel/dock.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/menu.c, kernel/popup.c, kernel/screen.c, kernel/window.h:
+       * openbox/dock.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/menu.c, openbox/popup.c, openbox/screen.c, openbox/window.h:
        merge in the changes made in the gl branch
 
        * Makefile.am, configure.ac:
 
 2003-05-26  manmower  <manmower@zed>
 
-       * kernel/frame.c: add back some frame adjust stuff
+       * openbox/frame.c: add back some frame adjust stuff
 
-       * kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/window.h, plugins/menu/client_menu.c:
+       * openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/window.h:
        complete destruction of all current frame functionality.
        you're welcome.
 
 2003-05-25  manmower  <manmower@zed>
 
-       * render/gradient.c, render/mask.c, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h, kernel/dock.c, kernel/frame.c, kernel/framerender.c, kernel/menu.c, kernel/popup.c, kernel/screen.c, render/color.c, render/color.h:
+       * render/gradient.c, render/mask.c, render/render.c, render/render.h, render/test.c, render/theme.c, render/theme.h, openbox/dock.c, openbox/frame.c, openbox/framerender.c, openbox/menu.c, openbox/popup.c, openbox/screen.c, render/color.c, render/color.h:
        everything compiles.  everything is broken.
 
        rendertest works, yay.
 
 2003-05-24  Ben Jansens  <xor@zed.orodu.net>
 
-       * Makefile.am, configure.ac, kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/config.c, kernel/focus.c, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/plugin.c, parser/.cvsignore, parser/Makefile.am, parser/parse.c, parser/parse.h, plugins/Makefile.am, plugins/interface.h, plugins/menu/Makefile.am, plugins/obconf_interface.h, plugins/placement/history.c, plugins/placement/placement.c, plugins/resistance.c, tools/.cvsignore, tools/Makefile.am, tools/obconf/.cvsignore, tools/obconf/Makefile.am, tools/obconf/about.c, tools/obconf/main.c, tools/obconf/obconf.glade, tools/obconf/obconf.gladep, tools/obconf/obconf.h, tools/obconf/plugins.c, tools/obconf/plugins.h:
+       * Makefile.am, configure.ac, openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/config.c, openbox/focus.c, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/plugin.c, parser/.cvsignore, parser/Makefile.am, parser/parse.c, parser/parse.h, tools/.cvsignore, tools/Makefile.am, tools/obconf/.cvsignore, tools/obconf/Makefile.am, tools/obconf/about.c, tools/obconf/main.c, tools/obconf/obconf.glade, tools/obconf/obconf.gladep, tools/obconf/obconf.h, tools/obconf/plugins.c, tools/obconf/plugins.h:
        this is a big one! im putting stats in here just cuz!
         59 files changed, 1691 insertions(+), 607 deletions(-)
        Adding the beginings of ObConf. Adding a resistance-config plugin for ObConf.
        Creating an obparser library that obrender can use, the kernel can use, plugins can use, and ObConf and its plugins can use. (its just code for using libXml2)
 
-       * kernel/action.c: convert shit from utf8 to filename before execing it
+       * openbox/action.c:
+       convert shit from utf8 to filename before execing it
 
-       * configure.ac, data/rc3, kernel/Makefile.am, kernel/config.c, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/parse.l, kernel/parse.y, plugins/Makefile.am, plugins/placement/Makefile.am, plugins/placement/history.c, plugins/placement/history.h, plugins/placement/placement.c, plugins/resistance.c:
+       * configure.ac, data/rc3, openbox/Makefile.am, openbox/config.c, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/parse.l, openbox/parse.y:
        ECKS EM ELL
 
-       * plugins/menu/client_menu.c:
-       let the client menu open below the top of the window, just limit it at the titlebar
-
-       * kernel/action.c, kernel/action.h: add actions for showing the desktop
+       * openbox/action.c, openbox/action.h:
+       add actions for showing the desktop
 
-       * kernel/action.c, kernel/action.h: soem changes to desktop actions.
+       * openbox/action.c, openbox/action.h: soem changes to desktop actions.
        instead of having *wrap actions, just default to having wrap on, and let it be optionally placed into the rc to disable it.
        instead of next/prev desktop, just have actions for desktop to the right/left/up/down. this applies to sendtodesktop actions too.
 
-       * kernel/focus.c: add a DEBUG_FOCUS print
+       * openbox/focus.c: add a DEBUG_FOCUS print
 
-       * kernel/event.c:
+       * openbox/event.c:
        there's this case where we DONT want to ignore both events or we end up without anything we know of being focused, even tho something is. this case is now covered. ps i hate focus so much.
 
-       * kernel/client.c: use the user friendly desktop number
+       * openbox/client.c: use the user friendly desktop number
 
-       * kernel/focus.c: clarify comment
+       * openbox/focus.c: clarify comment
 
 2003-05-23  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c:
+       * openbox/event.c:
        dont refocus the focused window, that just causes so many problems (with alt-tab :)
 
-       * kernel/prop.c: validate utf8 strings before using them
-
-2003-05-23  woodblock  <woodblock@zed>
-
-       * plugins/menu/fifo_menu.c: Fixed missing includes
-
-2003-05-23  Ben Jansens  <xor@zed.orodu.net>
+       * openbox/prop.c: validate utf8 strings before using them
 
-       * configure.ac, kernel/Makefile.am, m4/gl.m4, plugins/Makefile.am, plugins/placement/Makefile.am, render/Makefile.am:
+       * configure.ac, m4/gl.m4, openbox/Makefile.am, render/Makefile.am:
        add --enable-gl support, and put the flags/libs in the appropriate makefiles
 
-       * kernel/focus.c: remove a todo item that seems to be.. done!
+       * openbox/focus.c: remove a todo item that seems to be.. done!
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        missed a case of using the stacking list and assuming that its all clients still. fixed that assumption now.
 
-       * kernel/event.c:
+       * openbox/event.c:
        ignore ancestor FocusIn events. i get them sometimes when hitting alt-tab and that totally fucks it up cuz it cancels teh alt-tab process.
 
-2003-05-23  woodblock  <woodblock@zed>
-
-       * plugins/menu/client_menu.c: Add toggle decor action to client menu
-
 2003-05-22  manmower  <manmower@zed>
 
        * render/test.c: fix cut'n'paste bug
 
 2003-05-22  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c: only button 1 can use menu items
-
-       * plugins/menu/client_menu.c: watch out for border widths
+       * openbox/event.c: only button 1 can use menu items
 
 2003-05-22  manmower  <manmower@zed>
 
 
 2003-05-22  Ben Jansens  <xor@zed.orodu.net>
 
-       * plugins/menu/.cvsignore: add the client_menu stuff
-
        * configure.ac:
        remove shit for my own makefiles that i dont need no more
 
-       * kernel/event.c: a missing break!
+       * openbox/event.c: a missing break!
 
 2003-05-22  woodblock  <woodblock@zed>
 
-       * kernel/menu.c, plugins/menu/client_menu.c: layers submenu on client
+       * openbox/menu.c: layers submenu on client
 
 2003-05-22  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h:
+       * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h:
        add actions for changing client layers to abov/below/normal
 
-       * kernel/client.c: typo
+       * openbox/client.c: typo
 
-       * kernel/plugin.c: load the client_menu by default for nowc
+       * openbox/plugin.c: load the client_menu by default for nowc
 
 2003-05-21  woodblock  <woodblock@zed>
 
-       * data/rc3, kernel/client.c, kernel/event.c, kernel/menu.c, kernel/menu.h, plugins/menu/Makefile.am, plugins/menu/client_menu.c:
+       * data/rc3, openbox/client.c, openbox/event.c, openbox/menu.c, openbox/menu.h:
        Client menus
        Add "client_menu" to pluginrc to use.
 
        * render/font.c:
        pass the number of bytes, not characters to the xft draw functions
 
-       * kernel/action.c, kernel/action.h: add 'movetoedge' actions
+       * openbox/action.c, openbox/action.h: add 'movetoedge' actions
 
-       * kernel/screen.c: add xerror.h
+       * openbox/screen.c: add xerror.h
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        Openbox3 in the WM name, FUCK OFF XINE, YA YOU HEARD ME.
 
        * render/gradient.c: allocate the border_color's gc
 
        * m4/openbox.m4: default debug off (for non-cvs builds!)
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        ignore errors when playing with application defined colormaps
 
 2003-05-19  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/dock.c: get the size for all the apps before positioning them
+       * openbox/dock.c: get the size for all the apps before positioning them
 
-       * kernel/dock.c:
+       * openbox/dock.c:
        set teh dock sizes before the app uses it for positioning
 
-       * kernel/dock.c: center dock apps
-
-       * plugins/menu/.cvsignore: add fifo_menu shit
+       * openbox/dock.c: center dock apps
 
-       * kernel/action.c: use the resize increment when resizing relative
+       * openbox/action.c: use the resize increment when resizing relative
 
-       * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h:
+       * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h:
        2 in 1 again..
        a) directional focus actions
        b) action system changes i.e. use structs/arrays for convertings strings to actions instead of gross if-else chains
 
 2003-05-18  woodblock  <woodblock@zed>
 
-       * kernel/menu.c, plugins/menu/Makefile.am, plugins/menu/fifo_menu.c, plugins/menu/fifo_menu.h:
-       Added a fifo_menu plugin
+       * openbox/menu.c: Added a fifo_menu plugin
 
 2003-05-18  manmower  <manmower@zed>
 
 
 2003-05-18  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/client.h, render/color.c, render/color.h, render/image.c, render/render.c, render/render.h:
+       * openbox/client.c, openbox/client.h, render/color.c, render/color.h, render/image.c, render/render.c, render/render.h:
        make icons use pixel32 data, and image_draw takes pixel32 data.
        client.c gets pixmap icons as a backup to netwm ones, and they are converted into pixel32 data.
 
-       * kernel/focus.c: include grab.h
+       * openbox/focus.c: include grab.h
 
 2003-05-18  manmower  <manmower@zed>
 
 
 2003-05-18  woodblock  <woodblock@zed>
 
-       * kernel/client.c:
+       * openbox/client.c:
        this is actually xor :) - fixing the focus search function to not return NULL if no valid group members exist to be a transient for
 
 2003-05-18  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        proper check to see if something was raised, the it==NULL would cause it to always return, incorrectly.
 
-       * kernel/client.c, kernel/client.h, kernel/event.c, kernel/stacking.c, render/render.c, render/render.h:
+       * openbox/client.c, openbox/client.h, openbox/event.c, openbox/stacking.c, render/render.c, render/render.h:
        2 in 1 deal :\
 
        client.c stacking.c: fixing looping transient case for group transient windows. now a window which is transient for a group is *not* transient for any other transient windows in the group (perviously the other window had to be transient for the group to be excluded, now it can be transient for anything).
 
        * configure.ac: make LIBSN optional
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        grab the mouse during focus cycling. this removes the bug of focusing following the mouse when the popup disappears and fuck up your cycling.
 
        * render/Makefile.am: need the libsn flags
 
-       * plugins/Makefile.am, plugins/menu/Makefile.am, plugins/placement/Makefile.am:
-       needs the libsn flags to use openbox.h now
-
-2003-05-18  woodblock  <woodblock@zed>
-
-       * plugins/menu/timed_menu.c: Clean up on destroy.
-
-2003-05-18  Ben Jansens  <xor@zed.orodu.net>
-
-       * configure.ac, kernel/Makefile.am, kernel/event.c, kernel/openbox.c, kernel/openbox.h, kernel/screen.c:
+       * configure.ac, openbox/Makefile.am, openbox/event.c, openbox/openbox.c, openbox/openbox.h, openbox/screen.c:
        add (optional) support for showing a busy cursor via startup notification
 
-2003-05-18  woodblock  <woodblock@zed>
-
-       * plugins/menu/timed_menu.c: Added stat() based timed menu update.
-       Needs parser before it is useful.
-
 2003-05-17  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c: disallow drag events on title buttons.
+       * openbox/event.c: disallow drag events on title buttons.
        dont redraw title button when the wheel buttons are used on them.
 
 2003-05-16  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c: print the class not the name
+       * openbox/client.c: print the class not the name
 
-       * kernel/prop.c: get all the strings!
+       * openbox/prop.c: get all the strings!
 
-       * kernel/client.c, kernel/dock.c, kernel/dock.h:
+       * openbox/client.c, openbox/dock.c, openbox/dock.h:
        save the dock's class/name for future evil purposes!
        also print names of windows being managed/unmanaged
 
        * data/rc3: discourage floating a bit, capitalize better.
 
-       * kernel/dock.c: FUCK dock is not an array anymore!
+       * openbox/dock.c: FUCK dock is not an array anymore!
 
-       * kernel/dock.c, kernel/dock.h, kernel/screen.c:
+       * openbox/dock.c, openbox/dock.h, openbox/screen.c:
        give the dock a strut and use it
 
-2003-05-16  woodblock  <woodblock@zed>
+       * openbox/event.c: remove debug prints
 
-       * plugins/menu/timed_menu.c: Fixed child wait.
-
-2003-05-16  Ben Jansens  <xor@zed.orodu.net>
-
-       * kernel/event.c: remove debug prints
-
-       * kernel/dock.c, kernel/dock.h, kernel/event.c:
+       * openbox/dock.c, openbox/dock.h, openbox/event.c:
        dockapps are ObWindows now.
        set the type when creating new dockapps.
 
-       * plugins/menu/timed_menu.c: add stdio.h
-
-       * data/rc3, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/dock.c, kernel/dock.h, kernel/event.c, kernel/frame.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, kernel/screen.c, kernel/slit.c, kernel/slit.h, kernel/window.c, kernel/window.h:
+       * data/rc3, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/dock.c, openbox/dock.h, openbox/event.c, openbox/frame.c, openbox/menu.c, openbox/menu.h, openbox/openbox.c, openbox/screen.c, openbox/slit.c, openbox/slit.h, openbox/window.c, openbox/window.h:
        rename "Slit" to "Dock".
        add config options to the rc3 for the dock.
        create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map).
 
-       * kernel/client.c, kernel/menu.c, kernel/moveresize.c, kernel/popup.c, kernel/slit.c, kernel/stacking.c, kernel/stacking.h:
+       * openbox/client.c, openbox/menu.c, openbox/moveresize.c, openbox/popup.c, openbox/slit.c, openbox/stacking.c, openbox/stacking.h:
        add anotehr stacking_add function.
        make stacking_add take care of raising also.
        make new windows that dont get focus also not raise above the focused window.
 
-       * kernel/event.c: movnig shit around
+       * openbox/event.c: movnig shit around
 
 2003-05-14  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/menu.c: watch out for not loading the timed_menu plugin
+       * openbox/menu.c: watch out for not loading the timed_menu plugin
 
-       * kernel/client.c: pass teh correct values for config notify events
+       * openbox/client.c: pass teh correct values for config notify events
 
 2003-05-14  woodblock  <woodblock@zed>
 
-       * kernel/event.c, kernel/event.h, kernel/menu.c, plugins/menu/timed_menu.c:
+       * openbox/event.c, openbox/event.h, openbox/menu.c:
        Added a menu to read from a pipe.
        File descriptors added to the event loop.
 
 2003-05-12  woodblock  <woodblock@zed>
 
-       * kernel/event.c, kernel/event.h, kernel/menu.c, plugins/menu/timed_menu.c:
+       * openbox/event.c, openbox/event.h, openbox/menu.c:
        woodblock's failed attempt at making pipes work
 
 2003-05-11  Ben Jansens  <xor@zed.orodu.net>
 
-       * plugins/resistance.c: watch out for stacking_list
-
-       * data/rc3, kernel/config.c, kernel/config.h, kernel/moveresize.c:
+       * data/rc3, openbox/config.c, openbox/config.h, openbox/moveresize.c:
        add opaque move/resize to the rc3
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        was using the frame window in the stacking list hint
 
-       * kernel/event.c, kernel/menu.c, kernel/moveresize.c, kernel/popup.c, kernel/stacking.c, kernel/window.c, kernel/window.h:
+       * openbox/event.c, openbox/menu.c, openbox/moveresize.c, openbox/popup.c, openbox/stacking.c, openbox/window.c, openbox/window.h:
        add internal popups n shit to the stacking list.
        some cleanups for the stacking order hint.
        add non-opaque move/resize. cant toggle it yet.
 
-       * kernel/menu.c: rm comment for shit i fixed
+       * openbox/menu.c: rm comment for shit i fixed
 
        * TODO: updated... it sucks tho anyways
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        not everything in the stacking_list is a client anymore
 
-       * kernel/event.c, kernel/menu.c:
+       * openbox/event.c, openbox/menu.c:
        Menus put themselves into the stacking list.
        Clicking on the menu (but not on an entry) will raise it.
 
-       * kernel/Makefile.am, kernel/action.c, kernel/client.c, kernel/client.h, kernel/config.h, kernel/event.c, kernel/focus.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, kernel/slit.c, kernel/slit.h, kernel/stacking.c, kernel/stacking.h, kernel/window.c, kernel/window.h, plugins/resistance.c:
+       * openbox/Makefile.am, openbox/action.c, openbox/client.c, openbox/client.h, openbox/config.h, openbox/event.c, openbox/focus.c, openbox/menu.c, openbox/menu.h, openbox/openbox.c, openbox/slit.c, openbox/slit.h, openbox/stacking.c, openbox/stacking.h, openbox/window.c, openbox/window.h:
        Clients Menus and Slits are all 'ObWindow's now.
        Stacking is done with ObWindows.
        Slits add themselves to the stacking order, as do clients of course.
        Added some macros for adding/removing to the stacking order.
 
-       * kernel/slit.c:
+       * openbox/slit.c:
        garb press events so they dont break bindings... X sucks
 
-       * kernel/slit.c:
+       * openbox/slit.c:
        grab button events on the slit so they dont go through to root
 
-       * kernel/client.c, kernel/slit.c, kernel/slit.h:
+       * openbox/client.c, openbox/slit.c, openbox/slit.h:
        use the size of the icon window for slit apps, not the client window
 
-       * plugins/menu/timed_menu.h: cleanups
-
-       * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/slit.c, kernel/slit.h:
+       * openbox/event.c, openbox/grab.c, openbox/grab.h, openbox/slit.c, openbox/slit.h:
        can drag slit-apps around in the slit
 
 2003-05-10  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c, kernel/slit.c, kernel/slit.h, kernel/timer.h:
+       * openbox/event.c, openbox/slit.c, openbox/slit.h, openbox/timer.h:
        add autohiding to the slit
 
-       * kernel/event.c, kernel/slit.c, kernel/slit.h:
+       * openbox/event.c, openbox/slit.c, openbox/slit.h:
        some slit fixes, support resizing slitapps
 
        * Makefile.am, configure.ac: rm the tools dir
 
        * tools/Makefile.am: rm this garbage...
 
-       * kernel/Makefile.am, kernel/client.c, kernel/event.c, kernel/frame.c, kernel/openbox.c, kernel/screen.c, kernel/slit.c, kernel/slit.h:
+       * openbox/Makefile.am, openbox/client.c, openbox/event.c, openbox/frame.c, openbox/openbox.c, openbox/screen.c, openbox/slit.c, openbox/slit.h:
        add a slit to the kernel
 
-       * plugins/menu/.cvsignore: ignore the build shit
-
        * doc/.cvsignore: add the sgml dir
 
-       * kernel/menu.c: make the client menu not have a title
+       * openbox/menu.c: make the client menu not have a title
 
-       * kernel/event.c:
+       * openbox/event.c:
        be more careful about ignoring focusin/out event pairs
 
 2003-05-10  woodblock  <woodblock@zed>
 
-       * plugins/Makefile.am: tyop
-
-       * kernel/menu.c, plugins/menu/timed_menu.c:
-       Turn off timed_menu by default
+       * openbox/menu.c: Turn off timed_menu by default
 
-       * kernel/menu.c, kernel/menu.h, plugins/menu/timed_menu.c:
+       * openbox/menu.c, openbox/menu.h:
        Timed menu that reads output from a process while the window is hidden
 
-       * kernel/event.c, kernel/menu_render.c: whitespace
-
-2003-05-09  woodblock  <woodblock@zed>
-
-       * plugins/menu/Makefile.am, plugins/menu/Makefile.in: fixor
+       * openbox/event.c, openbox/menu_render.c: whitespace
 
 2003-05-09  Ben Jansens  <xor@zed.orodu.net>
 
 
 2003-05-09  woodblock  <woodblock@zed>
 
-       * configure.ac, kernel/event.c, kernel/menu.c, kernel/menu.h, kernel/menu_render.c, kernel/plugin.c, kernel/plugin.h, kernel/timer.c, plugins/Makefile.am, plugins/menu/Makefile.in, plugins/menu/timed_menu.c, plugins/menu/timed_menu.h:
+       * configure.ac, openbox/event.c, openbox/menu.c, openbox/menu.h, openbox/menu_render.c, openbox/plugin.c, openbox/plugin.h, openbox/timer.c:
        Menu uber patch
        Since we have no menu parser see menu_startup() to customize
 
 2003-05-09  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/client.h, kernel/event.c, kernel/focus.c:
+       * openbox/client.c, openbox/client.h, openbox/event.c, openbox/focus.c:
        add a client_activate function, use it for net_wm_active mesgs and for focus cycling.
 
-       * kernel/focus.c: unshade windows when you cycle focus to them
+       * openbox/focus.c: unshade windows when you cycle focus to them
 
-       * kernel/openbox.c, kernel/popup.c, kernel/popup.h, tools/Makefile.am:
+       * openbox/openbox.c, openbox/popup.c, openbox/popup.h, tools/Makefile.am:
        add shit that i made in the last week!
 
-       * HACKING, Makefile.am, configure.ac, data/rc3, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/event.c, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/framerender.c, kernel/framerender.h, kernel/menu.c, kernel/moveresize.c, kernel/moveresize.h, kernel/openbox.c, kernel/parse.h, kernel/parse.l, kernel/parse.y, kernel/screen.c, kernel/screen.h, kernel/stacking.c, m4/x11.m4, render/font.c, render/image.c, render/render.c, render/render.h, render/theme.c, render/theme.h:
+       * HACKING, Makefile.am, configure.ac, data/rc3, m4/x11.m4, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/event.c, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/framerender.c, openbox/framerender.h, openbox/menu.c, openbox/moveresize.c, openbox/moveresize.h, openbox/openbox.c, openbox/parse.h, openbox/parse.l, openbox/parse.y, openbox/screen.c, openbox/screen.h, openbox/stacking.c, render/font.c, render/image.c, render/render.c, render/render.h, render/theme.c, render/theme.h:
        all my changes while i was offline.
        better alt-tabbing. better transient handling. i dont even know. lots of fucking cool shit so WATCH the FUCK OUT.
 
 2003-04-28  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        move windows before calcing struts. watch for windows on DESKTOP_ALL when removeing a desktop
 
 2003-04-27  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/stacking.c:
+       * openbox/client.c, openbox/stacking.c:
        a more correct for the missing frame problem. don't restack windows when changing the window's layer while it is being managed.
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        watch for windows without frames, they can be in the transient order before they get fully managed
 
        * doc/themerc.txt: no longer pertinent
 
 2003-04-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/moveresize.c:
+       * openbox/moveresize.c:
        show the move coords for where the window will actually be
 
 2003-04-25  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c: only focus on startup if focus_new is true
+       * openbox/client.c: only focus on startup if focus_new is true
 
-       * kernel/Makefile.am, kernel/client.c, kernel/openbox.c, kernel/screen.c, kernel/startup.c, kernel/startup.h:
+       * openbox/Makefile.am, openbox/client.c, openbox/openbox.c, openbox/screen.c, openbox/startup.c, openbox/startup.h:
        restore the desktop and focused window on restarts if possible
 
-       * kernel/action.c, kernel/client.c, kernel/client.h, kernel/focus.c, kernel/focus.h:
+       * openbox/action.c, openbox/client.c, openbox/client.h, openbox/focus.c, openbox/focus.h:
        add helper functions for manipulating the focus_order list.
        move the focus popup into focus.c, out of action.c
        allow cycling to iconic windows, which are kept at the bottom of the focus_order lists.
 
-       * kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c:
+       * openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c:
        let the frame hold a focus state so that it can lie.
        dont focus windows while cycling, just highlight them as if they are focused
 
-       * kernel/framerender.c: icons are not at +1 anymore
+       * openbox/framerender.c: icons are not at +1 anymore
 
 2003-04-24  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c:
+       * openbox/client.c:
        some more checks for transients looping on eachother when they are transients of a group
 
 2003-04-22  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/prop.c:
+       * openbox/prop.c:
        client side shit ISNT 32 bits on 64 bit platforms, its 64 bits. fuck X so hard.
 
 2003-04-22  woodblock  <woodblock@zed>
 
 2003-04-22  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c:
+       * openbox/client.c:
        even better checks for when to focus new windows. focus dialogs when they are the only member of their group
 
 2003-04-22  woodblock  <woodblock@zed>
 
-       * kernel/menu.c, kernel/menu.h, kernel/menu_render.c:
+       * openbox/menu.c, openbox/menu.h, openbox/menu_render.c:
        More menu changes to facilitate plugins.
 
-       * kernel/Makefile.am, kernel/menu.c, kernel/menu.h, kernel/menu_render.c:
+       * openbox/Makefile.am, openbox/menu.c, openbox/menu.h, openbox/menu_render.c:
        Render menus only when they are invalid.
 
 2003-04-21  Ben Jansens  <xor@zed.orodu.net>
 
        * data/rc3: focus on press onm the titlebar buttons
 
-       * kernel/client.c:
+       * openbox/client.c:
        yet more changes to choosing to focus windows when they mapp
 
-       * kernel/parse.h, kernel/parse.y:
+       * openbox/parse.h, openbox/parse.y:
        try avoid cicular includes with the bison shit
 
 2003-04-20  woodblock  <woodblock@zed>
 
 2003-04-20  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/frame.c, kernel/framerender.c:
+       * openbox/frame.c, openbox/framerender.c:
        make the icon larger than the buttons by one pixel in each direction, this makes it as tall as the label and lets it fit more image in
 
-       * kernel/client.c: new focus-new rules
+       * openbox/client.c: new focus-new rules
 
 2003-04-20  woodblock  <woodblock@zed>
 
 
 2003-04-19  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c: i lied.. fuck @ those gnome dialogs
+       * openbox/client.c: i lied.. fuck @ those gnome dialogs
 
-       * kernel/client.c: lighten up a bit on the focus new windows criteria
+       * openbox/client.c: lighten up a bit on the focus new windows criteria
 
-       * kernel/event.c: rm invalid comment
+       * openbox/event.c: rm invalid comment
 
-       * kernel/event.c: only look for FocusOut events on the same window
+       * openbox/event.c: only look for FocusOut events on the same window
 
-       * kernel/prop.c:
+       * openbox/prop.c:
        convert STRING properties from "ISO-8859-1" instead of from the current locale, since this is what they apparently are, according to gdk.
 
-       * kernel/prop.c: check the string not the pointer to it
+       * openbox/prop.c: check the string not the pointer to it
 
 2003-04-18  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c: the mouse grab screws that up
+       * openbox/event.c: the mouse grab screws that up
 
-       * kernel/event.c: dispatch presses and releases during a move/resize
+       * openbox/event.c: dispatch presses and releases during a move/resize
 
-       * kernel/event.c: kill the debug prints for now
+       * openbox/event.c: kill the debug prints for now
 
-       * kernel/event.c: nm cant do it.. damn
+       * openbox/event.c: nm cant do it.. damn
 
-       * kernel/event.c:
+       * openbox/event.c:
        ignore another type of crossing event, caused when leaving gtk popup menus
 
-       * kernel/focus.c: just formatting
+       * openbox/focus.c: just formatting
 
-       * kernel/event.c:
+       * openbox/event.c:
        yet MORE changes to how focusin/out's are handled. more edge case fixing, this time with focus fallback when unmapping a window in sloppy focus mode.
 
-       * kernel/client.c:
+       * openbox/client.c:
        adjust choosing to focus new windows, make it more strict.
        eat all Enter events when unmapping a window so focus fallback can be more smarter..
 
-       * kernel/screen.c: dont need to sync
+       * openbox/screen.c: dont need to sync
 
-       * kernel/focus.c: check for client_normal before focusing
+       * openbox/focus.c: check for client_normal before focusing
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        when unfocusing a window (e.g. unmanaging) try fallback to transient relations, if that fails, try group relations, then fallback to other window.
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        try focus other transients of the parent window when a transient falls back before focusing the parent
 
-       * kernel/moveresize.c: unset it AFTER using it...
+       * openbox/moveresize.c: unset it AFTER using it...
 
-       * kernel/moveresize.c: unset the client when done moveresizing
+       * openbox/moveresize.c: unset the client when done moveresizing
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        don't wait(), the glib function does that for us woot.
 
-       * kernel/client.c:
+       * openbox/client.c:
        more strict rules on what will be focused by the focusNew option in the rc3. only strictly NORMAL windows will be focused, not dialogs or anything else when they are mapped.
 
-       * kernel/focus.h: comment typo
+       * openbox/focus.h: comment typo
 
-       * kernel/client.c, kernel/moveresize.c, kernel/moveresize.h:
+       * openbox/client.c, openbox/moveresize.c, openbox/moveresize.h:
        watch out when unmanaging a window, that it is not being move/resized
 
 2003-04-17  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c:
+       * openbox/client.c:
        a) put transient windows on the same desktop as their parent
        b) if a window is attempted to be focused but it is not on the current desktop,
           then move it to the top of the focus order on its desktop
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        distribute focus when entering/leaving show-the-desktop mode
 
-       * kernel/event.c: remove debug print
+       * openbox/event.c: remove debug print
 
-       * kernel/moveresize.c, kernel/openbox.c, kernel/openbox.h:
+       * openbox/moveresize.c, openbox/openbox.c, openbox/openbox.h:
        add the left/right/top/bottom direction arrows and use them for resizing those ways
 
-       * kernel/event.c: dont ignore all Virtual pointer events
+       * openbox/event.c: dont ignore all Virtual pointer events
 
-       * kernel/action.c: 02:33 (@xor) omg yes
+       * openbox/action.c: 02:33 (@xor) omg yes
        02:33 (@xor) grid workspace cycling of d3th
 
-       * kernel/action.c: fix grip workspace cycling
+       * openbox/action.c: fix grip workspace cycling
 
-       * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/moveresize.c, kernel/moveresize.h:
+       * openbox/event.c, openbox/grab.c, openbox/grab.h, openbox/moveresize.c, openbox/moveresize.h:
        fix up support for moveresize. make keyboard grabs Async so that i can hit escape to cancel a moveresize process.
 
-       * kernel/openbox.c: do not shadow parameter pls
+       * openbox/openbox.c: do not shadow parameter pls
 
-       * kernel/moveresize.c: initialize start_x/y
+       * openbox/moveresize.c: initialize start_x/y
 
-       * kernel/focus.c, kernel/moveresize.c, kernel/moveresize.h, kernel/openbox.c, kernel/openbox.h:
+       * openbox/focus.c, openbox/moveresize.c, openbox/moveresize.h, openbox/openbox.c, openbox/openbox.h:
        add support for interactive/keyboard move/resize
 
-       * kernel/event.c, kernel/prop.c, kernel/prop.h, kernel/screen.c:
+       * openbox/event.c, openbox/prop.c, openbox/prop.h, openbox/screen.c:
        add support for net_moveresize_window and net_wm_moveresize
 
-       * kernel/frame.c: use the new cursor defn's
+       * openbox/frame.c: use the new cursor defn's
 
-       * kernel/screen.c: use the new ptr cursor defn
+       * openbox/screen.c: use the new ptr cursor defn
 
-       * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/event.c, kernel/moveresize.c, kernel/moveresize.h, kernel/prop.c, kernel/prop.h:
+       * openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/event.c, openbox/moveresize.c, openbox/moveresize.h, openbox/prop.c, openbox/prop.h:
        move the move/resize functionality into moveresize.c, for use with the netwm atoms. use it from teh plugins. combine the two actions.
 
-       * kernel/framerender.c: put text centered in the popup dialog properly
+       * openbox/framerender.c: put text centered in the popup dialog properly
 
        * data/rc3: make alt-middle the default resize binding
 
-       * kernel/openbox.c, kernel/openbox.h:
+       * openbox/openbox.c, openbox/openbox.h:
        add more cursors for move/resizing, and use the arrows not the angle brackets
 
-       * kernel/action.c:
+       * openbox/action.c:
        grab pointer during cycling to remove focus screwups from focus-follows-mouse.
        grab during move/resize and assign a cursor while doing the move/resize too!
 
-       * kernel/event.c: ignore virtual crossing events..
+       * openbox/event.c: ignore virtual crossing events..
 
-       * kernel/focus.c: that was dumb, it was metacity's fault
+       * openbox/focus.c: that was dumb, it was metacity's fault
 
-       * kernel/focus.c: only cycle to visible windows
+       * openbox/focus.c: only cycle to visible windows
 
 2003-04-16  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c: dont send menu events to plugins
+       * openbox/event.c: dont send menu events to plugins
 
        * data/rc3: show the root menu on right click
 
-       * kernel/event.c, kernel/grab.c, kernel/grab.h, kernel/menu.c, kernel/menu.h:
+       * openbox/event.c, openbox/grab.c, openbox/grab.h, openbox/menu.c, openbox/menu.h:
        menus works on some level. add a built-in root menu
 
-       * kernel/client.c: code cleanup
+       * openbox/client.c: code cleanup
 
-       * kernel/client.c: when flags are not set assume bette defaults
+       * openbox/client.c: when flags are not set assume bette defaults
 
-       * kernel/event.c, kernel/focus.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c, kernel/stacking.c, kernel/stacking.h:
+       * openbox/event.c, openbox/focus.c, openbox/menu.c, openbox/menu.h, openbox/openbox.c, openbox/stacking.c, openbox/stacking.h:
        raise menus above clients.
        hilight menu entries as the cursor passes over them.
 
-       * kernel/menu.c, kernel/menu.h:
+       * openbox/menu.c, openbox/menu.h:
        save the window ids in a map for the menus
 
-       * kernel/client.c: only change the group info if the group flag is set
+       * openbox/client.c: only change the group info if the group flag is set
 
-       * kernel/client.c: only add transients if we are IN a group
+       * openbox/client.c: only add transients if we are IN a group
 
-       * kernel/client.c: oops nm
+       * openbox/client.c: oops nm
 
-       * kernel/client.c: less ()s cleanup
+       * openbox/client.c: less ()s cleanup
 
-       * kernel/client.c:
+       * openbox/client.c:
        remove transients before removing ourlselves from teh group
 
-       * kernel/client.c:
+       * openbox/client.c:
        set the group to null when removeing ourselves from it
 
 2003-04-15  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/action.c: watch out for missing a name
+       * openbox/action.c: watch out for missing a name
 
        * render/theme.c: make menu font smaller and !bold for now
 
-       * kernel/action.c, kernel/action.h, kernel/framerender.c, kernel/menu.c, kernel/menu.h, kernel/openbox.c:
+       * openbox/action.c, openbox/action.h, openbox/framerender.c, openbox/menu.c, openbox/menu.h, openbox/openbox.c:
        start of showing/rendering menus. woot!
 
        * render/theme.c, render/theme.h: load menu style stuff
        * render/render.c, render/render.h:
        make minsize take int*'s not a Size*
 
-       * kernel/client.c:
+       * openbox/client.c:
        remove transients of the group from teh window when it leaves the group
 
-       * kernel/client.c: add group transients when setting up the group
+       * openbox/client.c: add group transients when setting up the group
 
-       * kernel/client.c: bug in the search for transient_for's
+       * openbox/client.c: bug in the search for transient_for's
 
        * data/rc3: update the theme stuff
 
 
 2003-04-15  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/screen.c: remove debug print
+       * openbox/screen.c: remove debug print
 
 2003-04-14  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/prop.c, kernel/screen.c:
+       * openbox/client.c, openbox/prop.c, openbox/screen.c:
        fixes for handling char**s
 
        * render/font.c: indenting oopsie
 
-       * kernel/prop.c: dont get a null at the end of the data, so use strndup
+       * openbox/prop.c:
+       dont get a null at the end of the data, so use strndup
 
-       * kernel/screen.c: fix a seg from ignoreing PROP_GETSS failure
+       * openbox/screen.c: fix a seg from ignoreing PROP_GETSS failure
 
-       * kernel/screen.c: more fixes for working with char**s
+       * openbox/screen.c: more fixes for working with char**s
 
-       * kernel/screen.c: nullify the ends of the char**
+       * openbox/screen.c: nullify the ends of the char**
 
-       * kernel/client.c, kernel/prop.h, kernel/screen.c:
+       * openbox/client.c, openbox/prop.h, openbox/screen.c:
        remove casts from PROP defines. use proper vars and cast elsewhere if needed.
 
        * render/font.c: text justification
        * render/render.c:
        shrink the area that the textures are rendered into by the bevels/borders
 
-       * kernel/client.c, kernel/prop.c, kernel/prop.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c:
+       * openbox/client.c, openbox/prop.c, openbox/prop.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c:
        rip the prop code i wrote in cwmcc out and make it all 64bit friendly (i think!). stop using gulong for values from the xserver, using guint32 instead.
 
-       * kernel/menu.c, kernel/menu.h:
+       * openbox/menu.c, openbox/menu.h:
        these menus should not be removed, they are good and will be used.
 
-       * kernel/event.c: clean up this mess of crap a lot
+       * openbox/event.c: clean up this mess of crap a lot
 
-       * kernel/prop.c, kernel/prop.h:
+       * openbox/prop.c, openbox/prop.h:
        do not commit bad char* foo that breaks on !32 bit platforms
 
 2003-04-14  woodblock  <woodblock@zed>
 
-       * kernel/menu.c, kernel/menu.h: *** empty log message ***
+       * openbox/menu.c, openbox/menu.h: *** empty log message ***
 
 2003-04-14  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/parse.l: allow _'s in identifiers
+       * openbox/parse.l: allow _'s in identifiers
 
-       * kernel/stacking.c: raise and lower all transients along with parents
+       * openbox/stacking.c: raise and lower all transients along with parents
 
-       * kernel/client.c:
+       * openbox/client.c:
        apply layers to all transients. only raise once on the highest window who's layer changed after applying layers to them all
 
 2003-04-13  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c: ifdef not ifndef
+       * openbox/client.c: ifdef not ifndef
 
-       * kernel/stacking.c: keep all transient windows above their parents
+       * openbox/stacking.c: keep all transient windows above their parents
 
-       * kernel/client.c: simple cleanups for the client_iconify function.
+       * openbox/client.c: simple cleanups for the client_iconify function.
        also dont follow into other groups when searching up the transient_for tree
 
-       * kernel/client.c: rm the unused vars
+       * openbox/client.c: rm the unused vars
 
-       * kernel/client.c: onyl focus 'normal' windows on map
+       * openbox/client.c: onyl focus 'normal' windows on map
 
-       * kernel/client.c:
+       * openbox/client.c:
        only keep fullscreen windows on top while they are focused
 
-       * kernel/client.c, kernel/client.h:
+       * openbox/client.c, openbox/client.h:
        make fullscreen decorations and functions be calculated by the setup_decor_and_functions func
 
-       * kernel/group.c: rm the group debug prints
+       * openbox/group.c: rm the group debug prints
 
-       * kernel/client.c: only print that when debuggin focus
+       * openbox/client.c: only print that when debuggin focus
 
-       * .cvsignore, kernel/.cvsignore, plugins/.cvsignore, plugins/placement/.cvsignore, render/.cvsignore:
+       * .cvsignore, openbox/.cvsignore, render/.cvsignore:
        ignore the remaining new shit from automaking everything again
 
-       * .cvsignore, INSTALL, Makefile.am, Makefile.in, bootstrap, configure.ac, data/.cvsignore, data/Makefile.am, kernel/.cvsignore, kernel/Makefile, kernel/Makefile.am, plugins/.cvsignore, plugins/Makefile, plugins/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, tests/Makefile, themes/.cvsignore, themes/Makefile.am:
+       * .cvsignore, INSTALL, Makefile.am, Makefile.in, bootstrap, configure.ac, data/.cvsignore, data/Makefile.am, openbox/.cvsignore, openbox/Makefile, openbox/Makefile.am, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, tests/Makefile, themes/.cvsignore, themes/Makefile.am:
        back to automake
 
        * AUTHORS: shrimpx above miklos?
 
-       * kernel/event.c, kernel/frame.c, kernel/frame.h:
+       * openbox/event.c, openbox/frame.c, openbox/frame.h:
        pass the Client for frame_context cuz the client might be NULL
 
        * themes/ebox: comment properly
 
        * render/theme.c: load the font shadow stuff from the old ob2 shitz
 
-       * kernel/config.c, kernel/config.h, kernel/openbox.c:
+       * openbox/config.c, openbox/config.h, openbox/openbox.c:
        let specify theme in the rc3 file. rm the other old engine options
 
        * Makefile.in: break on errors
 
-       * Makefile.in, kernel/.cvsignore, kernel/action.c, kernel/client.c, kernel/config.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/frame.h, kernel/framerender.c, kernel/framerender.h, kernel/openbox.c, kernel/parse.l, kernel/parse.y, kernel/screen.c, render/.cvsignore, render/font.h, render/mask.h, render/render.h, render/theme.c, render/theme.h:
+       * Makefile.in, openbox/.cvsignore, openbox/action.c, openbox/client.c, openbox/config.h, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/frame.h, openbox/framerender.c, openbox/framerender.h, openbox/openbox.c, openbox/parse.l, openbox/parse.y, openbox/screen.c, render/.cvsignore, render/font.h, render/mask.h, render/render.h, render/theme.c, render/theme.h:
        move the openbox engine into librender and the kernel. the theme is loaded and stored inside librender. the frame is decorated and managed inside the kernel.
 
-       * themes/ob20, themes/operation, themes/outcomes, themes/artwiz, themes/bbs, themes/bluebox, themes/cthulhain, themes/deep, themes/ebox, themes/fieron, themes/fieron2, themes/flux, themes/frobozz, themes/frobust, themes/mbdtex, themes/miklos, themes/nyz, themes/nyzclone, themes/paper, themes/purplehaaze, themes/shade, themes/steelblue, themes/steelblue2, themes/the_orange, themes/trisb, themes/twice, themes/warp-xp:
+       * themes/ob20, themes/operation, themes/outcomes, themes/bbs, themes/bluebox, themes/cthulhain, themes/deep, themes/ebox, themes/fieron, themes/fieron2, themes/flux, themes/frobozz, themes/frobust, themes/mbdtex, themes/miklos, themes/nyz, themes/nyzclone, themes/paper, themes/purplehaaze, themes/shade, themes/steelblue, themes/steelblue2, themes/the_orange, themes/trisb, themes/twice, themes/warp-xp:
        move the themes
 
        * render/render.c: allow freeing NULL appearances
 
        * data/rc3: add right click in client focuses
 
-       * kernel/client.c: make utility windows able to be resized
+       * openbox/client.c: make utility windows able to be resized
 
        * Makefile.in: rm the main Makefile in a distclean
 
 2003-04-10  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c:
+       * openbox/client.c:
        deiconify transient parents when a child is deiconified.
 
-       * kernel/client.h: no fuck that it was working fine
+       * openbox/client.h: no fuck that it was working fine
 
-       * kernel/client.h: make the TRAN_GROUP an unsigned long
+       * openbox/client.h: make the TRAN_GROUP an unsigned long
 
-       * kernel/event.c: add MapRequest print
+       * openbox/event.c: add MapRequest print
 
-       * kernel/client.c:
+       * openbox/client.c:
        some smarter rules for focusing new window when focus_new is not set
 
 2003-04-09  Ben Jansens  <xor@zed.orodu.net>
 
        * HACKING: describe the code subdirs
 
-       * kernel/action.c:
+       * openbox/action.c:
        dont show the focus popup when theres no target client
 
 2003-04-08  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c: rm debug print
+       * openbox/event.c: rm debug print
 
        * tests/.cvsignore: add override
 
        * tests/override.c: add a test that maps an override redirect window
 
-       * kernel/client.c, kernel/config.c, kernel/config.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/openbox.c, kernel/prop.c, kernel/screen.c:
+       * openbox/client.c, openbox/config.c, openbox/config.h, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/openbox.c, openbox/prop.c, openbox/screen.c:
        move config option loading for the kernel into config.c/h
        add options for the number of desktops and the names of the desktops
 
 
        * data/rc3: better clickfocus friendliness
 
-       * kernel/client.c: check for focus before unfocusing
+       * openbox/client.c: check for focus before unfocusing
 
-       * kernel/client.c, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/screen.c:
+       * openbox/client.c, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/screen.c:
        add more options for focus fallback, use an enum for all the types of fallbacks.
 
-       * kernel/focus.c: only cycle focus to normal windows
+       * openbox/focus.c: only cycle focus to normal windows
 
        * data/rc3: make stacked cycling the default
 
-       * kernel/action.c: show a popup with the focus target while cycling
+       * openbox/action.c: show a popup with the focus target while cycling
 
-       * kernel/focus.c, kernel/focus.h:
+       * openbox/focus.c, openbox/focus.h:
        fallback to transients' parents when possible.
        return the Client* which was focused from focus_cycle
 
-       * kernel/client.c: fallback focus while unmanaging the window
+       * openbox/client.c: fallback focus while unmanaging the window
 
 2003-04-07  Ben Jansens  <xor@zed.orodu.net>
 
        * data/rc3: FocusRaise to be more clickfocus friendly too
 
-       * data/rc3, kernel/focus.c, kernel/focus.h:
+       * data/rc3, openbox/focus.c, openbox/focus.h:
        add focusLast and focusLastOnDesktop options in the [focus] section of the rc3. allows more customizaton of the focus model. default to click-focus style. add handling for focus cycling when nothing on the desktop is focused.
 
-       * kernel/event.c: ignore inferior enternotifies
+       * openbox/event.c: ignore inferior enternotifies
        add anotehr focusdebug print
 
-       * kernel/client.c: check for new windows always being onscreen.
+       * openbox/client.c: check for new windows always being onscreen.
        rename the client pointer to self in teh manage unmanage functions for consistancy
 
-       * kernel/grab.c: rm debug prints
+       * openbox/grab.c: rm debug prints
 
 2003-04-07  woodblock  <woodblock@zed>
 
 
 2003-04-07  Ben Jansens  <xor@zed.orodu.net>
 
-       * plugins/placement/history.c:
-       dont check to make sure the window is on screen here
-
        * HACKING: add comment about the two different area Rects
 
        * HACKING: add new HACKING!
        warn about Client.transient_for
 
-       * kernel/client.h, kernel/stacking.c, kernel/client.c:
+       * openbox/client.h, openbox/stacking.c, openbox/client.c:
        support for transients of groups
 
-       * kernel/event.c: missed one
+       * openbox/event.c: missed one
 
-       * kernel/event.c: put focus messages in ifdefs
+       * openbox/event.c: put focus messages in ifdefs
 
-       * kernel/focus.c: remove debug print
+       * openbox/focus.c: remove debug print
 
-       * kernel/client.c, kernel/client.h, kernel/group.c, kernel/group.h, kernel/openbox.c:
+       * openbox/client.c, openbox/client.h, openbox/group.c, openbox/group.h, openbox/openbox.c:
        track window groups
        iconify all its transients when a window is iconified
 
-       * kernel/action.c, kernel/client.c, kernel/client.h, kernel/focus.c, kernel/focus.h:
+       * openbox/action.c, openbox/client.c, openbox/client.h, openbox/focus.c, openbox/focus.h:
        put focus_cycle into focus.c, use it there in the action. improved it as well to handle odd cases like modal windows. added functions to client.c which are needed by the focus cycling routine.
 
-       * kernel/grab.c: grab the other device in Sync for button/key grabs
+       * openbox/grab.c: grab the other device in Sync for button/key grabs
 
 2003-04-06  Ben Jansens  <xor@zed.orodu.net>
 
-       * plugins/placement/history.c: dont let windows be placed offscreen
-
        * render/render.c: ifndef NOT IFNDEF GAH
 
-       * kernel/action.c: dont toggle when no client was passed to teh action
+       * openbox/action.c: dont toggle when no client was passed to teh action
 
-       * kernel/event.c: nm that, pointless...
+       * openbox/event.c: nm that, pointless...
 
-       * kernel/event.c:
+       * openbox/event.c:
        disable keyboard and mouse input while ob is starting or exiting
 
 2003-04-06  manmower  <manmower@zed>
 
 2003-04-06  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/engine.c: print the error when the engine cant load
+       * openbox/engine.c: print the error when the engine cant load
 
        * render/render.c: add stdlib.h for exit()
 
        * .cvsignore, Makefile, Makefile.in, configure.ac, install-sh, m4/openbox.m4, render/.cvsignore:
        fixes for build system. add themes to the install process. use the build/ dir for configures trash dump
 
-       * kernel/engine.c: clean up the module if load() fails
+       * openbox/engine.c: clean up the module if load() fails
 
        * render/render.c, render/render.h:
        add function to give the minimum size of an appearance to fully render it's data
 
-       * kernel/action.c: add a coords popup for moving and resizing
+       * openbox/action.c: add a coords popup for moving and resizing
 
-       * kernel/geom.h: add ()'s to the macros for more safety
+       * openbox/geom.h: add ()'s to the macros for more safety
 
-       * kernel/engine.c, kernel/engine.h:
+       * openbox/engine.c, openbox/engine.h:
        add the ability to render and size text labels for non-window-decorations
 
 2003-04-06  woodblock  <woodblock@zed>
 
 2003-04-06  Ben Jansens  <xor@zed.orodu.net>
 
-       * plugins/resistance.c: dont resize snap windows with size increments
-
-       * data/rc3, kernel/engine.c: make NLIMC the default titlebar layout
+       * data/rc3, openbox/engine.c: make NLIMC the default titlebar layout
 
 2003-04-06  woodblock  <woodblock@zed>
 
 
 2003-04-05  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/action.c, kernel/focus.c, kernel/focus.h:
+       * openbox/action.c, openbox/focus.c, openbox/focus.h:
        allow specifying that some focus events should be ignored for the focus order list
 
-       * kernel/action.c: stacked and linear cycling
+       * openbox/action.c: stacked and linear cycling
 
-       * kernel/action.c, kernel/action.h: linear focus cycling of the gods
+       * openbox/action.c, openbox/action.h: linear focus cycling of the gods
 
-       * kernel/client.c: typo
+       * openbox/client.c: typo
 
-       * kernel/client.c: put it back
+       * openbox/client.c: put it back
 
-       * kernel/client.c: make unfocus really unfocus everything
+       * openbox/client.c: make unfocus really unfocus everything
 
        * data/rc3: add linear cycling for now
 
 
        * data/rc3: update teh rc3 to reflect how the code works now
 
-       * kernel/engine.c: dont default to NULL for the engine name
+       * openbox/engine.c: dont default to NULL for the engine name
 
-       * kernel/engine.c: add engine options to the new rc file
+       * openbox/engine.c: add engine options to the new rc file
 
-       * Makefile, kernel/focus.c, kernel/openbox.c, kernel/parse.c:
+       * Makefile, openbox/focus.c, openbox/openbox.c, openbox/parse.c:
        add focus options to the new rc file
 
-       * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h, kernel/config.c, kernel/config.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/focus.c, kernel/focus.h, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/parse.l, kernel/parse.y, kernel/screen.c, plugins/placement/history.c, plugins/placement/placement.c, plugins/resistance.c:
+       * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h, openbox/config.c, openbox/config.h, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/focus.c, openbox/focus.h, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/parse.l, openbox/parse.y, openbox/screen.c:
        change how rc parsing will work. a=b will be parsed in any [section] and given to a separate parsing callback. no more general config infrastructure needed/
 
        * render/render.h: make tint signed
 
        * Makefile: make love
 
-       * kernel/frame.c, kernel/frame.h: use a context enum instead of quarks
+       * openbox/frame.c, openbox/frame.h:
+       use a context enum instead of quarks
 
 2003-04-04  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        reorder startup so that grabs are set up before parsing teh rc
 
-       * kernel/parse.c, kernel/parse.y:
+       * openbox/parse.c, openbox/parse.y:
        add the keyboard plugin into the build systems
        keyboard bindings are parsed from the rc file
 
 
        * configure.ac: add -DENABLE_NLS
 
-       * kernel/parse.c: more using of new token struct
+       * openbox/parse.c: more using of new token struct
 
-       * kernel/parse.c: use new token structs. free token lists.
+       * openbox/parse.c: use new token structs. free token lists.
 
-       * kernel/parse.c, kernel/parse.h, kernel/parse.y:
+       * openbox/parse.c, openbox/parse.h, openbox/parse.y:
        attempting to parse lists
 
        * README.CVS: reflect the current requirements for building/using cvs
 
 2003-04-03  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/parse.l: allow '-' in identifiers
+       * openbox/parse.l: allow '-' in identifiers
 
        * Makefile: engine builds
 
        * Makefile: build the resistance/placement plugins
 
-       * kernel/parse.h: use the values from the yacc parser
+       * openbox/parse.h: use the values from the yacc parser
 
-       * Makefile, kernel/.cvsignore, kernel/parse.y:
+       * Makefile, openbox/.cvsignore, openbox/parse.y:
        more build fixes, calling the other makefiles instead of including them
 
-       * kernel/parse.y: try accomidate more versions of bison
+       * openbox/parse.y: try accomidate more versions of bison
 
-       * .cvsignore, Makefile, kernel/.cvsignore, plugins/.cvsignore, plugins/placement/.cvsignore:
-       more build fixes
+       * .cvsignore, Makefile, openbox/.cvsignore: more build fixes
 
        * configure.ac: use PACKAGE_FOO vars
 
-       * kernel/action.c: double break statements :) oops
+       * openbox/action.c: double break statements :) oops
 
        * .cvsignore: add stuff that should be ignored at the toplevel
 
        * bootstrap, install-sh: some build fixes
 
-       * .cvsignore, Makefile, Makefile.am, bootstrap, configure.ac, doc/.cvsignore, doc/Makefile.am, doc/doxygen/.cvsignore, doc/doxygen/Makefile.am, kernel/.cvsignore, kernel/Makefile, kernel/Makefile.am, kernel/openbox.c, kernel/parse.h, m4/openbox.m4, plugins/.cvsignore, plugins/Makefile, plugins/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile, plugins/placement/Makefile.am, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile.am:
+       * .cvsignore, Makefile, Makefile.am, bootstrap, configure.ac, doc/.cvsignore, doc/Makefile.am, doc/doxygen/.cvsignore, doc/doxygen/Makefile.am, m4/openbox.m4, openbox/.cvsignore, openbox/Makefile, openbox/Makefile.am, openbox/openbox.c, openbox/parse.h, po/.cvsignore, render/.cvsignore, render/Makefile, render/Makefile.am, themes/.cvsignore, themes/Makefile.am:
        new build system without automake
 
        * data/.cvsignore, data/Makefile.am, data/README, data/README.menu, data/README.style, data/menu.in:
 
 2003-04-02  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/Makefile.am: BLEF HATE DIE
+       * openbox/Makefile.am: BLEF HATE DIE
 
-       * kernel/Makefile.am: bison doesnt use y.tab.*
+       * openbox/Makefile.am: bison doesnt use y.tab.*
 
        * configure.ac: use bison not yacc
 
-       * kernel/Makefile.am, kernel/parse.y, kernel/parse.yacc:
+       * openbox/Makefile.am, openbox/parse.y, openbox/parse.yacc:
        rename the parse.yacc to parse.y
 
-       * kernel/Makefile.am: make parse.h depend on y.tab.h
+       * openbox/Makefile.am: make parse.h depend on y.tab.h
 
-       * kernel/parse.h, kernel/parse.l: this should seriously work
+       * openbox/parse.h, openbox/parse.l: this should seriously work
 
-       * kernel/parse.h, kernel/parse.yacc: undo that
+       * openbox/parse.h, openbox/parse.yacc: undo that
 
-       * kernel/.cvsignore: ignore new lex/yacc gen'd files
+       * openbox/.cvsignore: ignore new lex/yacc gen'd files
 
-       * kernel/parse.h, kernel/parse.yacc:
+       * openbox/parse.h, openbox/parse.yacc:
        don't include the y.tab.h inside the yacc file
 
-       * kernel/Makefile.am: add y.tab.h to the headers so the yacc shit runs
+       * openbox/Makefile.am: add y.tab.h to the headers so the yacc shit runs
 
-       * kernel/Makefile.am: rm the generated files on clean
+       * openbox/Makefile.am: rm the generated files on clean
 
-       * kernel/Makefile.am: wrong .h for the make rule
+       * openbox/Makefile.am: wrong .h for the make rule
 
-       * kernel/Makefile.am: deps the lex h on the c
+       * openbox/Makefile.am: deps the lex h on the c
 
-       * kernel/Makefile.am, kernel/config.c, kernel/config.h, kernel/cparse.l, kernel/openbox.c, kernel/parse.c, kernel/parse.h, kernel/parse.l, kernel/parse.yacc:
+       * openbox/Makefile.am, openbox/config.c, openbox/config.h, openbox/cparse.l, openbox/openbox.c, openbox/parse.c, openbox/parse.h, openbox/parse.l, openbox/parse.yacc:
        create a generic tokenizer/sectionizer for the config file. pass off the token to functions registered for each section to parse them further. some fixes for the engine irt font shadows, and fixed a bug with rendering the iconify button when it was not in the layout
 
        * render/font.c: whitespace
 
        * render/font.c: use the tint properly for the shadow
 
-       * kernel/client.c: rm debug print
+       * openbox/client.c: rm debug print
 
        * render/render.c: will seg again
 
 
 2003-03-31  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/client.h: add a shaded button
+       * openbox/client.c, openbox/client.h: add a shaded button
 
        * TODO: add some current states
 
-       * plugins/resistance.c: dont resist to windows which we're not touching
-
-       * kernel/client.c:
+       * openbox/client.c:
        only disallow shading when the function is not enabled, dont disallow unshading
 
-       * kernel/action.c: disallow resizing of windows which are shaded
+       * openbox/action.c: disallow resizing of windows which are shaded
 
-       * kernel/client.c:
+       * openbox/client.c:
        use the frame's position in the maximize function since they're converted to the client coords before getting to client_configure
 
-       * kernel/frame.c:
+       * openbox/frame.c:
        was not using the pointer properly. leaving the value untouched
 
-       * kernel/client.c:
+       * openbox/client.c:
        set fullscreen and max positions properly for all gravities
 
-       * kernel/focus.c: rm a no-longer-valid comment
+       * openbox/focus.c: rm a no-longer-valid comment
 
-       * kernel/event.c:
+       * openbox/event.c:
        yet more haxes to make focus events work the way i want. this is rough shit.
 
-       * plugins/resistance.c:
-       extraneous ! causing resistance to be snapping in one case. rm a debug print
-
 2003-03-30  Ben Jansens  <xor@zed.orodu.net>
 
        * render/font.c: use 'sans' as the fallback font instead of 'fixed'
 
-       * kernel/event.c, kernel/focus.c:
+       * openbox/event.c, openbox/focus.c:
        yet more focus fixings. RevertToPointerRoot could mess things up focusing a client and us ignoring the FocusIn of Pointer type. this is all handled now.
 
 2003-03-29  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/action.c, kernel/action.h:
+       * openbox/action.c, openbox/action.h:
        make SendToDesktop action work right, give the option of following
 
        * render/mask.c, render/mask.h, render/render.h:
        add pixmap_mask_copy, and add the data to the mask struct, since it is needed for allowing copies
 
-       * kernel/action.c, kernel/action.h: rm a redundant actiondata struct
-
-       * kernel/menu.c: no //'s plz
+       * openbox/action.c, openbox/action.h: rm a redundant actiondata struct
 
-       * kernel/action.c: translate sendtodesktop actions
+       * openbox/menu.c: no //'s plz
 
-       * plugins/resistance.c: use the top when snapping to the top
+       * openbox/action.c: translate sendtodesktop actions
 
-       * kernel/openbox.c: create the dirs for themes in ~/.openbox on startup
+       * openbox/openbox.c:
+       create the dirs for themes in ~/.openbox on startup
 
 2003-03-29  woodblock  <woodblock@zed>
 
        * tests/Makefile: Add include path
 
-2003-03-29  Ben Jansens  <xor@zed.orodu.net>
-
-       * plugins/resistance.c:
-       use the bottom of the screen for botom snapping! :)
-
-2003-03-29  woodblock  <woodblock@zed>
-
-       * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/menu.c, kernel/menu.h:
+       * openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/menu.c, openbox/menu.h:
        Menu data structures basically completed.
        Need the engine support still, parser, and controllers.
 
 2003-03-29  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/action.c, kernel/action.h:
+       * openbox/action.c, openbox/action.h:
        add unshaderaise and shadelower actions from Mikachu
 
-       * kernel/xerror.c, kernel/xerror.h: add a var to track errors
+       * openbox/xerror.c, openbox/xerror.h: add a var to track errors
 
-       * kernel/grab.c: don't die when someone else has a key grabbed
+       * openbox/grab.c: don't die when someone else has a key grabbed
 
 2003-03-28  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/action.c, kernel/client.c, kernel/client.h:
+       * openbox/action.c, openbox/client.c, openbox/client.h:
        rm client_disable_decorations.. it already had an action.
        add the action to the action_from_string func
 
-       * kernel/client.c, kernel/client.h: add client_disable_decorations
+       * openbox/client.c, openbox/client.h: add client_disable_decorations
 
-       * kernel/client.c:
+       * openbox/client.c:
        onlt raise the window when sending to a desktop it wasnt already on
 
-       * kernel/event.c:
+       * openbox/event.c:
        FocusOut's are NOT ignored. thats bullshit. fixing comment.
 
-       * kernel/event.c:
+       * openbox/event.c:
        focus... works...? i have all cases of mozilla working, with RevertToPointerRoot sucking ass but.. working now.
 
-       * kernel/client.c:
+       * openbox/client.c:
        RevertToPointerRoot is the worse error case, so use it always
 
-       * kernel/event.c: comment why NotifyAncestor is not ignored
+       * openbox/event.c: comment why NotifyAncestor is not ignored
 
-       * kernel/event.c:
+       * openbox/event.c:
        yet MORE focus events reworkings. mozilla behaves now too. woot
 
-       * kernel/client.c: make the value boolean
+       * openbox/client.c: make the value boolean
 
-       * kernel/event.c:
+       * openbox/event.c:
        more focus cleanups. ignored focusin's were not working right recursively.
        also, when the focusin coming later is not for a valid window the fallback would not be called. both fixed.
 
-       * plugins/resistance.c: round down for size increments
-
-       * kernel/action.c, kernel/dispatch.c, kernel/dispatch.h:
+       * openbox/action.c, openbox/dispatch.c, openbox/dispatch.h:
        add resizing event
 
-       * plugins/resistance.c:
-       resize resistance. size incs will fuck with it yet though.
-
-       * kernel/client.c:
+       * openbox/client.c:
        was not moving the window between desktop focus lists sometimes. bad news. now i always do. yay!
 
-       * kernel/focus.c: killa  debug print
+       * openbox/focus.c: killa  debug print
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        handle better the case of choosing the window to focus but it is already focused when switching desktops
 
-       * kernel/client.h: comment the new parameter
+       * openbox/client.h: comment the new parameter
 
-       * kernel/action.c, kernel/client.c, kernel/client.h, kernel/event.c, kernel/screen.c:
+       * openbox/action.c, openbox/client.c, openbox/client.h, openbox/event.c, openbox/screen.c:
        let a window be 'moved' to a new desktop without actually show/hiding it. useful for sending a window when following it, so theres no flash/flicker
 
-       * kernel/stacking.c: oops that worked before i borked it bad
+       * openbox/stacking.c: oops that worked before i borked it bad
 
-       * kernel/stacking.c: frame is a pointer
+       * openbox/stacking.c: frame is a pointer
 
-       * kernel/stacking.c: dont die if a non-visible window is raised/lowered
+       * openbox/stacking.c:
+       dont die if a non-visible window is raised/lowered
 
-       * kernel/geom.h: make better?
+       * openbox/geom.h: make better?
 
-       * kernel/focus.c: sync after focusing
+       * openbox/focus.c: sync after focusing
 
-       * kernel/geom.h: make these things one 'command' without braces
+       * openbox/geom.h: make these things one 'command' without braces
 
 2003-03-28  manmower  <manmower@zed>
 
 
 2003-03-28  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/stacking.c: dont lower below lower layers
+       * openbox/stacking.c: dont lower below lower layers
 
-       * kernel/client.c:
+       * openbox/client.c:
        use the struts to size the window correctly for maximized windows
 
-       * kernel/client.c: read struts properly
+       * openbox/client.c: read struts properly
 
 2003-03-28  manmower  <manmower@zed>
 
 
 2003-03-28  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/plugin.c: skip better
+       * openbox/plugin.c: skip better
 
-       * kernel/plugin.c: skip comments and empty lines
+       * openbox/plugin.c: skip comments and empty lines
 
-       * kernel/client.c:
+       * openbox/client.c:
        only use the initial_state shit when NOT starting and when managing the window
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        rm a bunch of prints. make switching to an empty desktop not kill focus
 
-       * kernel/event.c: dont focus !normal windows on enter events
-
-       * plugins/Makefile.am: focus plugin is gone
+       * openbox/event.c: dont focus !normal windows on enter events
 
-       * kernel/client.c: mor fabulous focus fixings.
+       * openbox/client.c: mor fabulous focus fixings.
        RevertToNone so that when the fallback stuff goes the window wont already have focus cuz it has the pointer in to
 
-       * kernel/event.c: fallback focus in superior fashion
+       * openbox/event.c: fallback focus in superior fashion
 
-       * kernel/focus.c: better var naming
+       * openbox/focus.c: better var naming
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        dont rm focus when i actually found something to fall back to with the pointer
 
 2003-03-27  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c: watch for FocusIn's for unknown clients
+       * openbox/event.c: watch for FocusIn's for unknown clients
 
-       * kernel/plugin.c: rm the focus plugin
+       * openbox/plugin.c: rm the focus plugin
 
 2003-03-27  manmower  <manmower@zed>
 
 
 2003-03-27  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c: missed the end of a comment
+       * openbox/event.c: missed the end of a comment
 
-       * kernel/client.c, kernel/client.h, kernel/event.c, kernel/event.h:
+       * openbox/client.c, openbox/client.h, openbox/event.c, openbox/event.h:
        handle focus in the kernel, no more plugin
 
-       * kernel/focus.c, kernel/focus.h: add code to fallback focus
+       * openbox/focus.c, openbox/focus.h: add code to fallback focus
 
-       * kernel/screen.c: focus a window on desktop switch
+       * openbox/screen.c: focus a window on desktop switch
 
-       * plugins/Makefile.am, plugins/focus.c: rm the focus plugin
+       * openbox/config.c: add focus options
 
-       * kernel/config.c: add focus options
-
-       * kernel/event.c:
+       * openbox/event.c:
        set the last time to CurrentTime for events that don't have time stamps
 
-       * kernel/client.c: rm debug print
+       * openbox/client.c: rm debug print
 
 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/event.c, kernel/event.h, kernel/focus.c, kernel/grab.c, kernel/keyboard.c, kernel/keyboard.h, kernel/pointer.c, kernel/pointer.h:
+       * openbox/client.c, openbox/event.c, openbox/event.h, openbox/focus.c, openbox/grab.c, openbox/keyboard.c, openbox/keyboard.h, openbox/pointer.c, openbox/pointer.h:
        not using CurrentTime anywhere
 
-       * kernel/grab.c: use CurrentTime again?
+       * openbox/grab.c: use CurrentTime again?
 
-       * kernel/grab.c: ungrab with currenttime
+       * openbox/grab.c: ungrab with currenttime
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        use the last event timestamp when focusing the focus_backup
 
-       * kernel/action.h:
+       * openbox/action.h:
        comment that the relative move/resize amounts need to be set
 
-       * kernel/action.c, kernel/action.h:
+       * openbox/action.c, openbox/action.h:
        split up the relative move/resize actions into horz/vert
 
-       * kernel/action.c, kernel/action.h: create actions from string names
+       * openbox/action.c, openbox/action.h: create actions from string names
 
-       * kernel/action.c: let a be null for action_free
+       * openbox/action.c: let a be null for action_free
 
-       * kernel/cparse.l: use g_warning not printf
+       * openbox/cparse.l: use g_warning not printf
 
-       * kernel/client.c: kill the prints again for now
+       * openbox/client.c: kill the prints again for now
 
-       * kernel/xerror.c: dont print bad window errors
+       * openbox/xerror.c: dont print bad window errors
 
-       * kernel/client.c, kernel/grab.c: put back map/unmap msgs
+       * openbox/client.c, openbox/grab.c: put back map/unmap msgs
 
        * configure.ac: look for yacc
 
-       * kernel/event.c: dont let you got to numdesktops+1
+       * openbox/event.c: dont let you got to numdesktops+1
 
-       * kernel/screen.c: rm the debug print
+       * openbox/screen.c: rm the debug print
 
-       * kernel/event.c: kill debug prints
+       * openbox/event.c: kill debug prints
 
-       * kernel/client.c: oops
+       * openbox/client.c: oops
 
-       * kernel/client.c: rm some debug prints
+       * openbox/client.c: rm some debug prints
 
-       * kernel/event.c: use ungrab enter events
+       * openbox/event.c: use ungrab enter events
 
 2003-03-26  manmower  <manmower@zed>
 
 
 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/client.h: use rgba icons for clients
+       * openbox/client.c, openbox/client.h: use rgba icons for clients
 
 2003-03-26  manmower  <manmower@zed>
 
 
 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/action.c: check for no client
+       * openbox/action.c: check for no client
 
 2003-03-26  manmower  <manmower@zed>
 
 
 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/.cvsignore: new output file from flex
+       * openbox/.cvsignore: new output file from flex
 
        * .cvsignore: wrong place
 
-       * .cvsignore, kernel/Makefile.am, kernel/cparse.l:
+       * .cvsignore, openbox/Makefile.am, openbox/cparse.l:
        usnig flex directly, renaming symbols so that theres no clash with other lexers
 
        * configure.ac: look for flex
 
-       * kernel/action.c: free the string for action_restart too
+       * openbox/action.c: free the string for action_restart too
 
 2003-03-26  manmower  <manmower@zed>
 
 
 2003-03-26  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/plugin.c: print a warning when a module fails to open
+       * openbox/plugin.c: print a warning when a module fails to open
 
 2003-03-26  manmower  <manmower@zed>
 
 
 2003-03-25  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/event.c: dont change desktop when its out of range
+       * openbox/event.c: dont change desktop when its out of range
 
        * render/font.c: bettr font alignment, i think
 
-       * plugins/resistance.c: add 'corner snapping' resistance
+       * openbox/event.c: typo
 
-       * kernel/event.c: typo
+       * openbox/event.c: dont accept MapRequest's for !iconic windows
 
-       * kernel/event.c: dont accept MapRequest's for !iconic windows
-
-       * kernel/client.c:
+       * openbox/client.c:
        clarify using stacking_lower for restoring the stacking order
 
-       * kernel/client.c: free the startup stacking order after using it
+       * openbox/client.c: free the startup stacking order after using it
 
-       * kernel/client.c:
+       * openbox/client.c:
        read in the stacking order on startup, and use it to restore windows back to the order they were in before
 
-       * kernel/stacking.c:
+       * openbox/stacking.c:
        dont change the stacking order hint while shuting down
 
 2003-03-24  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/menu.h: add action.h for menu entries
+       * openbox/menu.h: add action.h for menu entries
 
-       * kernel/menu.h: you cant reference yourself as a type
+       * openbox/menu.h: you cant reference yourself as a type
 
-       * kernel/client.c, kernel/event.c: use g_hash_table properly
+       * openbox/client.c, openbox/event.c: use g_hash_table properly
 
 2003-03-24  woodblock  <woodblock@zed>
 
-       * kernel/menu.c, kernel/menu.h: Added some menu structure.
+       * openbox/menu.c, openbox/menu.h: Added some menu structure.
 
 2003-03-24  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c:
+       * openbox/client.c:
        make sure the ConfigureNotify is propogated even when there is no change
 
-       * kernel/client.c:
+       * openbox/client.c:
        always send the event on a final configure even if there was no real move
 
-       * kernel/client.c:
+       * openbox/client.c:
        make sure windows which cant be moved or resized also can't be fullscreened
 
-       * kernel/client.c: only configure the engine if something changed
+       * openbox/client.c: only configure the engine if something changed
 
-       * kernel/client.c, kernel/event.c:
+       * openbox/client.c, openbox/event.c:
        only perform the actions necessary when performing an engine_adjust_area. pass whether the client has moved or resized
 
-       * kernel/event.c: double ptrs suck! yay shape!
+       * openbox/event.c: double ptrs suck! yay shape!
 
-       * kernel/event.c: handle shape events
+       * openbox/event.c: handle shape events
 
-       * kernel/action.c: dont move/resize !normal windows
+       * openbox/action.c: dont move/resize !normal windows
 
-       * kernel/event.c: kill debug prints
+       * openbox/event.c: kill debug prints
 
-       * kernel/client.c: kill debug print
+       * openbox/client.c: kill debug print
 
-       * kernel/client.c, kernel/client.h, kernel/dispatch.h, kernel/event.c, kernel/focus.c:
+       * openbox/client.c, openbox/client.h, openbox/dispatch.h, openbox/event.c, openbox/focus.c:
        more focus improvements. everything seems to work!
 
-       * kernel/event.h: Time is declared in Xlib.h
+       * openbox/event.h: Time is declared in Xlib.h
 
-       * kernel/openbox.c: not.
+       * openbox/openbox.c: not.
 
-       * kernel/openbox.c: focus seems to work when not remote too now
+       * openbox/openbox.c: focus seems to work when not remote too now
 
-       * kernel/event.c, kernel/openbox.c:
+       * openbox/event.c, openbox/openbox.c:
        more focus fixes. i wish this could end.
 
-       * kernel/client.c: no \n in g_message
+       * openbox/client.c: no \n in g_message
 
-       * kernel/action.c, kernel/action.h: add restart and exit actions
+       * openbox/action.c, openbox/action.h: add restart and exit actions
 
 2003-03-23  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/client.h, kernel/event.c:
+       * openbox/client.c, openbox/client.h, openbox/event.c:
        yet more improvements to focus handling
 
        * render/test.c: gl aint used yet
 
-       * plugins/resistance.c: export config values
-
-       * plugins/focus.c, plugins/placement/placement.c: dont need the bool
-
-       * plugins/focus.c: typo
-
-       * plugins/placement/placement.c: make history placement optional
-
-       * plugins/focus.c: export its options and use them from the rc file
-
-       * plugins/focus.c: export focus options to the rc file
-
        * render/font.c: seems to be better text placement than ever
 
        * render/font.c:
        found what seems to be a better vertical offset for the fonts
 
-       * kernel/stacking.c: compare it to null like i do elsewhere
+       * openbox/stacking.c: compare it to null like i do elsewhere
 
-       * kernel/client.c: code optimization
+       * openbox/client.c: code optimization
 
-       * kernel/client.c:
+       * openbox/client.c:
        when adjusting the trasient lists, set them, dont leave them hanging into space
 
-       * kernel/client.c: whitespace
+       * openbox/client.c: whitespace
 
-       * kernel/dispatch.c: use gnew0 to make life easy
+       * openbox/dispatch.c: use gnew0 to make life easy
 
-       * kernel/plugin.c: use the plugins' plugin_setup_config function
+       * openbox/plugin.c: use the plugins' plugin_setup_config function
 
        * render/gradient.c: dont render gradients that are missing
 
-       * plugins/focus.c, plugins/placement/placement.c, plugins/resistance.c:
-       add the plugin_setup_config function
-
-       * kernel/event.c: kill debug print
+       * openbox/event.c: kill debug print
 
-       * kernel/event.c: handle multiple maprequests graciously
+       * openbox/event.c: handle multiple maprequests graciously
 
-       * kernel/screen.c: oops
+       * openbox/screen.c: oops
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        move windows when the number of desktops changes and they arent on a desktop anymore
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        set focus_order back to null on shutdown so g_renew would work
 
        * render/render.c: add more size checks
 
 2003-03-23  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/openbox.c, kernel/themerc.c, kernel/themerc.h:
+       * openbox/openbox.c, openbox/themerc.c, openbox/themerc.h:
        rm the themerc stuff
 
-       * kernel/Makefile.am: rm themerc.[ch]
+       * openbox/Makefile.am: rm themerc.[ch]
 
-       * kernel/config.c, kernel/cparse.l: better parsing errors
+       * openbox/config.c, openbox/cparse.l: better parsing errors
 
-       * kernel/config.c, kernel/config.h: add booleans
+       * openbox/config.c, openbox/config.h: add booleans
 
-       * kernel/cparse.l: properly parse comments!
+       * openbox/cparse.l: properly parse comments!
        parse booleans
 
        * render/gradient.c: no \n in g_message
 
-       * kernel/config.c, kernel/config.h:
+       * openbox/config.c, openbox/config.h:
        add descriptive names and long descriptions to config var def'ns. set these for the kernel config options.
 
 2003-03-22  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/config.c, kernel/engine.c, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h:
+       * openbox/config.c, openbox/engine.c, openbox/openbox.c, openbox/plugin.c, openbox/plugin.h:
        make the openbox engine use the new config shit instead of the themerc shit.
        order te startup so that plugins can set up their config shit before parsing the config, then the config is parsed, engine is loaded, and finally the plugins are officially started.
 
-       * kernel/config.c: only load the system rc if the user rc didnt load
+       * openbox/config.c: only load the system rc if the user rc didnt load
 
-       * kernel/config.c, kernel/engine.c, kernel/engine.h, kernel/openbox.c:
+       * openbox/config.c, openbox/engine.c, openbox/engine.h, openbox/openbox.c:
        load the engine out of the config shit. tho the ordering is fucked atm
 
-       * kernel/cparse.l: parse lines that start with '#' as comments
+       * openbox/cparse.l: parse lines that start with '#' as comments
 
-       * kernel/cparse.l: let identifiers have '.' in them
+       * openbox/cparse.l: let identifiers have '.' in them
 
-       * kernel/config.c, kernel/cparse.l:
+       * openbox/config.c, openbox/cparse.l:
        give the filename to the parser for errors
 
-       * kernel/cparse.l: remove debug print
+       * openbox/cparse.l: remove debug print
 
-       * kernel/config.c: yah. fuck
+       * openbox/config.c: yah. fuck
 
-       * kernel/config.c: add a check for adding the same exact def'n twice
+       * openbox/config.c: add a check for adding the same exact def'n twice
 
-       * kernel/Makefile.am, kernel/config.c, kernel/config.h:
+       * openbox/Makefile.am, openbox/config.c, openbox/config.h:
        config system fleshed out. many thanks to woodlbock for his code! yay!
 
        * configure.ac: add const and inline checks for the compiler
 
-       * kernel/.cvsignore: ignore cparse.c
+       * openbox/.cvsignore: ignore cparse.c
 
-       * kernel/cparse.c: didnt belong
+       * openbox/cparse.c: didnt belong
 
-       * kernel/Makefile.am, kernel/config.c, kernel/config.h, kernel/cparse.c, kernel/cparse.l, kernel/openbox.c:
+       * openbox/Makefile.am, openbox/config.c, openbox/config.h, openbox/cparse.c, openbox/cparse.l, openbox/openbox.c:
        start the config system, add the config file parser
 
        * configure.ac: check for stdio.h
 
-       * kernel/client.c: asserts in unmanage to try track a crash
+       * openbox/client.c: asserts in unmanage to try track a crash
 
-       * kernel/screen.c: blef
+       * openbox/screen.c: blef
 
-       * kernel/action.c, kernel/action.h, kernel/client.c, kernel/client.h:
+       * openbox/action.c, openbox/action.h, openbox/client.c, openbox/client.h:
        add the client_kill function, and the kill action, and bind it to the middle mouse button on the close button.
 
-       * plugins/placement/history.c, plugins/placement/placement.c:
-       history placement works. loads. saves. woot.
-
        * configure.ac: look for sys/stat.h
 
-       * kernel/openbox.c: make the ~/.openbox dir on startup
+       * openbox/openbox.c: make the ~/.openbox dir on startup
 
 2003-03-22  woodblock  <woodblock@zed>
 
 
 2003-03-22  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/client.h:
+       * openbox/client.c, openbox/client.h:
        rename the res_name and res_class members to name and class
 
 2003-03-22  woodblock  <woodblock@zed>
 
        * data/Makefile.am: use the SED command
 
-       * kernel/event.c, kernel/openbox.c, kernel/plugin.c, kernel/timer.c, m4/openbox.m4, render/color.c, render/font.c, render/mask.c, render/render.c, render/test.c:
+       * m4/openbox.m4, openbox/event.c, openbox/openbox.c, openbox/plugin.c, openbox/timer.c, render/color.c, render/font.c, render/mask.c, render/render.c, render/test.c:
        add strict ansi compliance
 
        * configure.ac: find sed
 
        * render/font.c: include gettext.h from the right place
 
-       * kernel/.cvsignore: ignore the openbox3 binary
+       * openbox/.cvsignore: ignore the openbox3 binary
 
-       * kernel/Makefile.am: build 'openbox3' instead of 'ob3'
+       * openbox/Makefile.am: build 'openbox3' instead of 'ob3'
 
-       * kernel/Makefile.am: build the binary called 'openbox3'
+       * openbox/Makefile.am: build the binary called 'openbox3'
 
        * tools/.cvsignore, tools/Makefile.am, tools/obsetroot.cc:
        rm the obsetroot tool and the wrap shit from swig
 
-       * kernel/client.c, kernel/engine.c, kernel/engine.h:
+       * openbox/client.c, openbox/engine.c, openbox/engine.h:
        always adjust the frames size and position together, so there is no more weird resizing before moving and edge flickering when resizing from the top/left
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        dont focus anything in the kernel from showing-the-desktop mode
 
-       * plugins/focus.c:
-       focus windows when entering/leaving enter-the-desktop mode
-
-       * kernel/dispatch.h: better comment for Event_Client_Moving
-
-       * kernel/openbox.c: choke on invalid options on the cmd line
+       * openbox/dispatch.h: better comment for Event_Client_Moving
 
-       * kernel/client.c: dont check for != NULL before freeing. pointless.
+       * openbox/openbox.c: choke on invalid options on the cmd line
 
-       * kernel/screen.c: don't check for != NULL before freeing. pointless
+       * openbox/client.c: dont check for != NULL before freeing. pointless.
 
-       * kernel/screen.c: defn vars at the top of funcs
+       * openbox/screen.c: don't check for != NULL before freeing. pointless
 
-       * plugins/placement/placement.c:
-       dont reposition windows who know what they want
+       * openbox/screen.c: defn vars at the top of funcs
 
-       * kernel/client.c, kernel/client.h:
+       * openbox/client.c, openbox/client.h:
        add the client_set_focused function.
        make focus state be changed internally immediately after calling the X functions to make it so, basically, assume their success. this elimiates races all over the place with our state vs the server's state.
 
-       * kernel/event.c:
+       * openbox/event.c:
        use the client_set_focused function when getting FocusIn/Out events
 
-       * kernel/focus.c: init the focus_client ptr in startup
-
-       * plugins/focus.c: dont focus !normal clients under the mouse
+       * openbox/focus.c: init the focus_client ptr in startup
 
-       * kernel/screen.c: dont use the client's colormap if it is set to None!
+       * openbox/screen.c:
+       dont use the client's colormap if it is set to None!
 
-       * kernel/Makefile.am, kernel/action.c, kernel/dispatch.c, kernel/dispatch.h, kernel/openbox.c, kernel/snap.c, kernel/snap.h:
+       * openbox/Makefile.am, openbox/action.c, openbox/dispatch.c, openbox/dispatch.h, openbox/openbox.c, openbox/snap.c, openbox/snap.h:
        add a dispatched event for interactively moving a window.
        move window snapping/resistance out of the kernel.
        make the action_move dispatch the new event.
 
-       * plugins/resistance.c: rm debug print
-
-       * plugins/resistance.c: optimization!
-
-       * plugins/resistance.c: syntax error!
-
-       * plugins/resistance.c: don't snap to non-visibles
-
-       * plugins/resistance.c: dont snap to self
-
-       * plugins/resistance.c:
-       rm the edge_resistance option.. just dont load the plugin!
-
-       * plugins/focus.c, plugins/placement/placement.c:
-       make the event function static!
-
-       * plugins/Makefile.am, plugins/.cvsignore, plugins/resistance.c:
-       add a window resistance plugin
-
-       * plugins/placement/placement.c: rename event() to place_event()
+       * openbox/snap.c: snap window-to-window
 
-       * kernel/snap.c: snap window-to-window
+       * openbox/event.c: rm debug print
 
-       * plugins/focus.c: focus new windows
+       * openbox/client.c: rm debug prints
 
-       * plugins/focus.c: rm debug prints
-
-       * kernel/event.c: rm debug print
-
-       * kernel/client.c: rm debug prints
-
-       * kernel/client.c, kernel/client.h, plugins/focus.c:
+       * openbox/client.c, openbox/client.h:
        rm the focused member from the client struct, it was redundant with the focus_client variable around
 
-       * kernel/event.c: update engine last for focus events
-
-       * plugins/placement/.cvsignore, plugins/placement/Makefile.am, plugins/placement/history.c, plugins/placement/history.h:
-       set up the history place stuff's files
-
-       * plugins/placement/placement.c: start and stop the history plugin
+       * openbox/event.c: update engine last for focus events
 
-       * kernel/openbox.c:
+       * openbox/openbox.c:
        dont set the restart path to "", load the placement plugin
 
-       * plugins/focus.c: dont skip enter events
-
-       * .cvsignore, configure.ac, kernel/openbox.c, plugins/Makefile.am, plugins/placement/.cvsignore, plugins/placement/Makefile.am, plugins/placement/placement.c:
+       * .cvsignore, configure.ac, openbox/openbox.c:
        add a window placement plugin
 
 2003-03-21  woodblock  <woodblock@zed>
 
 2003-03-20  Ben Jansens  <xor@zed.orodu.net>
 
-       * plugins/focus.c: disable warping on desk switch
-
-       * plugins/focus.c: skip events more smarter
-
-       * plugins/focus.c: kill all enter events on a desktop switch
-
-       * kernel/screen.c: show windows before hiding when switching desktops
-
-       * plugins/focus.c: skipping the right number of enters now i think
+       * openbox/screen.c: show windows before hiding when switching desktops
 
-       * plugins/focus.c:
-       skip all enter events for now.. need a clever tactic for this..
-
-       * kernel/openbox.c, kernel/openbox.h:
+       * openbox/openbox.c, openbox/openbox.h:
        add -help -version -sync and -rc cmd line options
 
-       * kernel/Makefile.am: add the binary and urls to the Makefile and -D's
+       * openbox/Makefile.am: add the binary and urls to the Makefile and -D's
 
-       * kernel/geom.h: add RECT_CONTAINS
+       * openbox/geom.h: add RECT_CONTAINS
 
-       * kernel/client.c, kernel/client.h:
+       * openbox/client.c, openbox/client.h:
        save decor and functions per client for fullscreening!
 
-       * kernel/client.c:
+       * openbox/client.c:
        lock the size/position of maximized and fullscreen clients
 
-       * plugins/focus.c:
-       fallback super intelligently with focus when the focused
+       * openbox/client.c: lock the position/size of maximized windows
 
-       * kernel/client.c: lock the position/size of maximized windows
+       * openbox/openbox.c: restart and catch errors appropriately
 
-       * kernel/openbox.c: restart and catch errors appropriately
+       * openbox/action.c: init the GError to NULL
 
-       * kernel/action.c: init the GError to NULL
-
-       * kernel/openbox.c: can restart now
+       * openbox/openbox.c: can restart now
 
 2003-03-19  manmower  <manmower@zed>
 
 
 2003-03-19  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/openbox.c: restart will work soon
+       * openbox/openbox.c: restart will work soon
 
-       * kernel/client.c: no \n in g_messages
+       * openbox/client.c: no \n in g_messages
 
-       * kernel/event.c: MapRequest needs to activate the window
+       * openbox/event.c: MapRequest needs to activate the window
 
-       * kernel/action.c: snap windows when moving them
+       * openbox/action.c: snap windows when moving them
 
-       * kernel/Makefile.am, kernel/snap.c, kernel/snap.h:
+       * openbox/Makefile.am, openbox/snap.c, openbox/snap.h:
        add code for snapping windows to screen edges
 
-       * kernel/grab.h: add funcs to grab buttons and keys
+       * openbox/grab.h: add funcs to grab buttons and keys
 
-       * kernel/event.h: export the NumLock and ScrollLock masks
+       * openbox/event.h: export the NumLock and ScrollLock masks
 
-       * kernel/event.c: dont need a mask_list here
+       * openbox/event.c: dont need a mask_list here
 
-       * kernel/grab.c: grab all lock keys
+       * openbox/grab.c: grab all lock keys
 
-       * kernel/event.c: break, dont return
+       * openbox/event.c: break, dont return
 
-       * kernel/event.c: add code to make net_active_window events work
+       * openbox/event.c: add code to make net_active_window events work
 
-       * kernel/action.c, kernel/action.h: add focusraise
+       * openbox/action.c, openbox/action.h: add focusraise
 
-       * kernel/screen.c: put the comment where it belongs
+       * openbox/screen.c: put the comment where it belongs
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        on shutdown: destroy the net support window. clear a few more properties we dont want across restart. select NoEventMask on root.
 
-       * kernel/focus.c: oops
+       * openbox/focus.c: oops
 
-       * kernel/focus.c: destroy the focus_backup
+       * openbox/focus.c: destroy the focus_backup
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        erase the openbox_pid hint on the root window when we shutdown
 
-       * plugins/focus.c: all the old ob2 mouse bindings are workin
-
-       * kernel/event.c: ignore !normal crossing events
-
-       * plugins/focus.c: simply out the events we dont need no more
+       * openbox/event.c: ignore !normal crossing events
 
        * render/render.c: free the right pixel data yay!
 
        * render/render.c: free the pixel data
 
-       * kernel/screen.c:
+       * openbox/screen.c:
        start with 0 desktops, so the focus_order stuff all gets initialized properly
 
-       * kernel/focus.c:
+       * openbox/focus.c:
        the focus_order shit is init'd by the screen_startup setting the number of desktops
 
-       * kernel/openbox.c: shutdown everything before closing the display
+       * openbox/openbox.c: shutdown everything before closing the display
 
        * render/render.c: can fit on one line
 
        * render/render.c:
        initialize texture to NULL if theres no textures. use g_memdup to copy it
 
-       * kernel/dispatch.c: comment what funcs is
+       * openbox/dispatch.c: comment what funcs is
 
-       * kernel/themerc.c: close the channel by unref'ing it
+       * openbox/themerc.c: close the channel by unref'ing it
 
        * render/font.c:
        kill the const, use g_new instead of malloc, g_free the font in font_close()
 
        * render/font.c: clean up comments regarding alpha
 
-       * kernel/client.c:
+       * openbox/client.c:
        rm the comments pointer bindings stuff, thats in a plugin now
 
-       * kernel/client.c: add new windows to the back of the focus order list
+       * openbox/client.c: add new windows to the back of the focus order list
 
-       * kernel/client.c, kernel/dispatch.h, kernel/focus.c, kernel/focus.h, kernel/openbox.c, kernel/screen.c, plugins/focus.c:
+       * openbox/client.c, openbox/dispatch.h, openbox/focus.c, openbox/focus.h, openbox/openbox.c, openbox/screen.c:
        move the focus_order lists into the kernel
 
-       * kernel/action.c, kernel/action.h: add focus actions
-
-       * plugins/focus.c: add sloppy focus
+       * openbox/action.c, openbox/action.h: add focus actions
 
-       * kernel/action.c, kernel/action.h, kernel/grab.c:
+       * openbox/action.c, openbox/action.h, openbox/grab.c:
        mouse and key bindings plugins work. segfault somewhere still on shutdown
 
-       * kernel/openbox.c: reset focus to root before exiting
+       * openbox/openbox.c: reset focus to root before exiting
 
 2003-03-18  Ben Jansens  <xor@zed.orodu.net>
 
-       * plugins/.cvsignore: ignore shit
-
        * configure.ac: add the mouse plugin
 
-       * kernel/client.c, kernel/grab.c, kernel/grab.h:
+       * openbox/client.c, openbox/grab.c, openbox/grab.h:
        add 'grab_server' for grabbing .. the .. server!
 
-       * kernel/Makefile.am, kernel/grab.c, kernel/grab.h, kernel/openbox.c:
+       * openbox/Makefile.am, openbox/grab.c, openbox/grab.h, openbox/openbox.c:
        provide functions for grabbing and ungrabbing the keyboard and pointer
 
-       * plugins/Makefile.am: set the log domain for each plugin properly
+       * openbox/focus.c: kill some whitespace
 
-       * plugins/focus.c:
-       warp the pointer on a workspace change to the focused window
+       * openbox/focus.c: kill a comment
 
-       * kernel/focus.c: kill some whitespace
+       * openbox/event.c: dont set the focused client if it's already set
 
-       * kernel/focus.c: kill a comment
+       * openbox/focus.c: send the right client for unfocus events
 
-       * plugins/focus.c: focus fallback works when nothing is focused
+       * openbox/focus.c: send unfocus events after focus events
 
-       * kernel/event.c: dont set the focused client if it's already set
-
-       * kernel/focus.c: send the right client for unfocus events
-
-       * kernel/focus.c: send unfocus events after focus events
-
-       * plugins/Makefile.am: generic domain
-
-       * kernel/Makefile.am, kernel/action.c, kernel/action.h, kernel/client.c, kernel/keyboard.c, kernel/openbox.c, kernel/screen.h:
+       * openbox/Makefile.am, openbox/action.c, openbox/action.h, openbox/client.c, openbox/keyboard.c, openbox/openbox.c, openbox/screen.h:
        add actions for key/mouse bindings etc
 
        * configure.ac: dont need process.h, yay glib
 
        * configure.ac: add process.h
 
-       * plugins/.cvsignore: add cvsignores
-
-       * configure.ac, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/engine.c, kernel/focus.c, kernel/openbox.c, kernel/plugin.c, kernel/screen.c, plugins/Makefile.am:
+       * configure.ac, openbox/client.c, openbox/client.h, openbox/dispatch.c, openbox/dispatch.h, openbox/engine.c, openbox/focus.c, openbox/openbox.c, openbox/plugin.c, openbox/screen.c:
        add a keyboard plugin
 
-       * plugins/focus.c:
-       focus new windows and focus windows on workspace change
-
-       * kernel/Makefile.am, kernel/dispatch.c, kernel/dispatch.h, kernel/engine.c, kernel/engine.h, kernel/openbox.c, kernel/plugin.c, kernel/plugin.h, plugins/Makefile.am, plugins/focus.c:
+       * openbox/Makefile.am, openbox/dispatch.c, openbox/dispatch.h, openbox/engine.c, openbox/engine.h, openbox/openbox.c, openbox/plugin.c, openbox/plugin.h:
        plugins work.
        start a focus plugin.
 
 
        * render/font.c: dont put \n's at the end of g_message
 
-       * kernel/dispatch.c: make sure theres always a client for client events
+       * openbox/dispatch.c:
+       make sure theres always a client for client events
 
-       * kernel/dispatch.h: oops missing a */
+       * openbox/dispatch.h: oops missing a */
 
-       * kernel/dispatch.h: fix comments
+       * openbox/dispatch.h: fix comments
 
-       * kernel/clientwrap.c, kernel/clientwrap.h, kernel/configwrap.c, kernel/configwrap.h, kernel/hooks.c, kernel/hooks.h, kernel/openboxwrap.c, kernel/openboxwrap.h, kernel/python.c, kernel/python.h:
+       * openbox/clientwrap.c, openbox/clientwrap.h, openbox/configwrap.c, openbox/configwrap.h, openbox/hooks.c, openbox/hooks.h, openbox/openboxwrap.c, openbox/openboxwrap.h, openbox/python.c, openbox/python.h:
        rming almost all the old python stuffs
 
-       * kernel/client.c, kernel/dispatch.c, kernel/dispatch.h, kernel/event.c, kernel/focus.c, kernel/openbox.c, kernel/screen.c:
+       * openbox/client.c, openbox/dispatch.c, openbox/dispatch.h, openbox/event.c, openbox/focus.c, openbox/openbox.c, openbox/screen.c:
        all events are dispatched
 
        * render/font.c: kill the debug print
 
-       * plugins/Makefile.am: add the plugins dir
-
-       * Makefile.am, configure.ac, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/dispatch.c, kernel/dispatch.h, kernel/event.c, kernel/focus.c, kernel/openbox.c:
+       * Makefile.am, configure.ac, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/dispatch.c, openbox/dispatch.h, openbox/event.c, openbox/focus.c, openbox/openbox.c:
        stop using python internally. add an event dispatcher
 
        * DESIGN/plugins_vs_scripting.txt: kill the timestamps
        * render/font.c, render/render.h:
        measure the font's height instead of listening to Xft
 
-       * kernel/event.c: dont skip ungrab corssing events
+       * openbox/event.c: dont skip ungrab corssing events
 
 2003-03-17  manmower  <manmower@zed>
 
 
 2003-03-17  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/hooks.c: declare variables first!
+       * openbox/hooks.c: declare variables first!
 
        * render/color.c: decalre variables before code!
 
-       * kernel/client.c, kernel/client.h:
+       * openbox/client.c, openbox/client.h:
        make client_showhide a static function
 
-       * kernel/client.c, kernel/client.h, kernel/screen.c:
+       * openbox/client.c, openbox/client.h, openbox/screen.c:
        speed up workspace switching by causing the minimal number of expose events (none for the hiding windows!)
 
-       * kernel/engine.c, kernel/engine.h, kernel/event.c:
+       * openbox/engine.c, openbox/engine.h, openbox/event.c:
        give engines mouse event notifications. make the openbox engine display pressed buttons
 
 2003-03-17  manmower  <manmower@zed>
 
 2003-03-17  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/themerc.c: pixmap button masks work (hardcoded)
+       * openbox/themerc.c: pixmap button masks work (hardcoded)
 
        * render/mask.h: dont need those includes no more
 
 
 2003-03-16  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/openbox.c: will draw fonts when stop segging
+       * openbox/openbox.c: will draw fonts when stop segging
 
 2003-03-16  manmower  <manmower@zed>
 
 
 2003-03-16  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/Makefile.am, kernel/configwrap.c, kernel/configwrap.h, kernel/openbox.c, kernel/pointer.c:
+       * openbox/Makefile.am, openbox/configwrap.c, openbox/configwrap.h, openbox/openbox.c, openbox/pointer.c:
        pointer's variables are config vars
 
 2003-03-16  manmower  <manmower@zed>
 
        * render/Makefile.am: font.h and font.c
 
-       * kernel/openbox.c: added font_startup
+       * openbox/openbox.c: added font_startup
 
        * render/render.h: filled out font texture
 
 
 2003-03-16  Ben Jansens  <xor@zed.orodu.net>
 
-       * themes/.cvsignore, themes/Makefile.am, Makefile.am, README.CVS, bootstrap, configure.ac, doc/Makefile.am, doc/bsetbg.1, doc/bsetroot.1, doc/openbox.1.in, doc/themerc.txt, kernel/.cvsignore, kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/clientwrap.c, kernel/clientwrap.h, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/event.h, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/geom.h, kernel/gettext.h, kernel/hooks.c, kernel/hooks.h, kernel/keyboard.c, kernel/keyboard.h, kernel/openbox.c, kernel/openbox.h, kernel/openboxwrap.c, kernel/openboxwrap.h, kernel/pointer.c, kernel/pointer.h, kernel/prop.c, kernel/prop.h, kernel/python.c, kernel/python.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/themerc.c, kernel/themerc.h, kernel/timer.c, kernel/timer.h, kernel/xerror.c, kernel/xerror.h, m4/openbox.m4, m4/swig.m4, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
+       * themes/.cvsignore, themes/Makefile.am, Makefile.am, README.CVS, bootstrap, configure.ac, doc/Makefile.am, doc/bsetbg.1, doc/bsetroot.1, doc/openbox.1.in, doc/themerc.txt, m4/openbox.m4, m4/swig.m4, openbox/.cvsignore, openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/clientwrap.c, openbox/clientwrap.h, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/event.h, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/geom.h, openbox/gettext.h, openbox/hooks.c, openbox/hooks.h, openbox/keyboard.c, openbox/keyboard.h, openbox/openbox.c, openbox/openbox.h, openbox/openboxwrap.c, openbox/openboxwrap.h, openbox/pointer.c, openbox/pointer.h, openbox/prop.c, openbox/prop.h, openbox/python.c, openbox/python.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c, openbox/stacking.h, openbox/themerc.c, openbox/themerc.h, openbox/timer.c, openbox/timer.h, openbox/xerror.c, openbox/xerror.h, render/.cvsignore, render/Makefile.am, render/color.c, render/color.h, render/font.c, render/gradient.c, render/gradient.h, render/render.c, render/render.h, render/test.c:
        merge the C branch into HEAD
 
-       * kernel/openboxwrap.c: add functions for next/previous workspace
+       * openbox/openboxwrap.c: add functions for next/previous workspace
 
-       * kernel/pointer.c: no segfault with the cleaner code
+       * openbox/pointer.c: no segfault with the cleaner code
 
-       * kernel/pointer.c: clean up pointer_event a little
+       * openbox/pointer.c: clean up pointer_event a little
 
 2003-03-12  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/keyboard.c, render/render.c: blef
+       * openbox/keyboard.c, render/render.c: blef
 
 2003-03-11  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/pointer.c:
+       * openbox/pointer.c:
        fire off pointer events and grabbed events, make work withthe new bindings model
 
 2003-03-08  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/keyboard.c: use glib TRUE/FALSE
+       * openbox/keyboard.c: use glib TRUE/FALSE
 
-       * kernel/keyboard.c: new keyboard model (the old old one basically..)
+       * openbox/keyboard.c: new keyboard model (the old old one basically..)
 
-       * kernel/clientwrap.c: compare 2 clients properly
+       * openbox/clientwrap.c: compare 2 clients properly
 
-       * kernel/clientwrap.c:
+       * openbox/clientwrap.c:
        return False when comparing a client to another object type
 
-       * kernel/keyboard.c: pass a KeyboardData instead of just the chain
+       * openbox/keyboard.c: pass a KeyboardData instead of just the chain
 
-       * kernel/keyboard.c: typo in the port to C
+       * openbox/keyboard.c: typo in the port to C
 
-       * kernel/clientwrap.c: add __eq__ to Client
+       * openbox/clientwrap.c: add __eq__ to Client
 
-       * kernel/openboxwrap.c: check for desktops out of range
+       * openbox/openboxwrap.c: check for desktops out of range
 
-       * kernel/client.c:
+       * openbox/client.c:
        OMG KILL ME PLZ THAT WAS SO FUCKING STUPID YA LETS USE TRUE AS THE INDEX FUCK YES THATS SO FUCKING BRILLIANT I THINK A MUTINY IS IN ORDER NOW
 
-       * kernel/openbox.c: must use a tuple for the argument list
+       * openbox/openbox.c: must use a tuple for the argument list
 
-       * kernel/clientwrap.c: add the maximized() setMaximized() funcs
+       * openbox/clientwrap.c: add the maximized() setMaximized() funcs
 
-       * kernel/pointer.c: add the drag threshold
+       * openbox/pointer.c: add the drag threshold
 
-       * kernel/clientwrap.c: add Client.close()
+       * openbox/clientwrap.c: add Client.close()
 
-       * kernel/client.c: keep clients in the right range of desktops
+       * openbox/client.c: keep clients in the right range of desktops
 
-       * kernel/client.c: kill debug prints
+       * openbox/client.c: kill debug prints
 
-       * kernel/client.c: client_validate should return TRUE sometimes@!(
+       * openbox/client.c: client_validate should return TRUE sometimes@!(
 
-       * kernel/event.c: *** empty log message ***
+       * openbox/event.c: *** empty log message ***
 
-       * kernel/client.c:
+       * openbox/client.c:
        position the maximized window so that its client's left edge is at the edge of the screen
 
-       * kernel/client.c:
+       * openbox/client.c:
        dont resize the client window unless its size changed
 
-       * kernel/client.c: dont resize the frame when not needed
+       * openbox/client.c: dont resize the frame when not needed
 
 2003-03-08  manmower  <manmower@zed>
 
 
 2003-03-08  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/openbox.c: start render before the engine
+       * openbox/openbox.c: start render before the engine
 
 2003-03-08  manmower  <manmower@zed>
 
 
 2003-03-08  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/geom.h: kill an assert.h include
+       * openbox/geom.h: kill an assert.h include
 
 2003-03-07  manmower  <manmower@zed>
 
 
        * render/color.h: add include for GC
 
-       * kernel/Makefile.am: use librender.a
+       * openbox/Makefile.am: use librender.a
 
        * render/Makefile.am: make a librender.a
 
 
        * configure.ac: look for ctype.h for toupper
 
-       * kernel/themerc.c: use g_build_filename!
+       * openbox/themerc.c: use g_build_filename!
 
-       * kernel/themerc.c: dont need to check for path being set now
+       * openbox/themerc.c: dont need to check for path being set now
 
-       * kernel/engine.c, kernel/openbox.c, kernel/python.c, kernel/themerc.c:
+       * openbox/engine.c, openbox/openbox.c, openbox/python.c, openbox/themerc.c:
        use g_build_filename properly, gotta pass a NULL at the end
 
-       * kernel/event.c:
+       * openbox/event.c:
        wait for the time until the next timer if there is a timer pending
 
-       * kernel/timer.c: if a callback fires, set the wait time to 0
+       * openbox/timer.c: if a callback fires, set the wait time to 0
 
-       * kernel/Makefile.am: add the render/color.o
+       * openbox/Makefile.am: add the render/color.o
 
-       * kernel/timer.c: oops stupid c++ iterators messing with me
+       * openbox/timer.c: oops stupid c++ iterators messing with me
 
-       * kernel/timer.c, kernel/timer.h: New file.
+       * openbox/timer.c, openbox/timer.h: New file.
 
-       * kernel/Makefile.am, kernel/timer.c, kernel/timer.h: add timers
+       * openbox/Makefile.am, openbox/timer.c, openbox/timer.h: add timers
 
-       * kernel/themerc.c: fucked up an error message
+       * openbox/themerc.c: fucked up an error message
 
 2003-03-07  manmower  <manmower@zed>
 
 
 2003-03-07  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/engine.c, kernel/python.c, kernel/themerc.c:
+       * openbox/engine.c, openbox/python.c, openbox/themerc.c:
        build paths properly, and get the home dir properly
 
        * render/test.c: enum changed
 
        * doc/themerc.txt: add a doc for the themerc file
 
-       * kernel/engine.c, kernel/engine.h, kernel/openbox.c, kernel/themerc.c, kernel/themerc.h:
+       * openbox/engine.c, openbox/engine.h, openbox/openbox.c, openbox/themerc.c, openbox/themerc.h:
        load the font and titlebarlayout from the themerc
 
        * configure.ac, m4/openbox.m4, m4/swig.m4:
 
        * m4/openbox.m4: dont set crazy mipspro flags.. this is C not C++!
 
-       * kernel/themerc.c: read home dir in the right order n shi
+       * openbox/themerc.c: read home dir in the right order n shi
 
-       * kernel/themerc.c: read the file out of the homedir first
+       * openbox/themerc.c: read the file out of the homedir first
 
-       * kernel/themerc.c: print warnings for redefines in the themerc
+       * openbox/themerc.c: print warnings for redefines in the themerc
 
-       * kernel/openbox.c, kernel/themerc.c, kernel/themerc.h:
+       * openbox/openbox.c, openbox/themerc.c, openbox/themerc.h:
        themerc gets parsed
 
-       * kernel/themerc.c, kernel/themerc.h: New file.
+       * openbox/themerc.c, openbox/themerc.h: New file.
 
-       * kernel/Makefile.am, kernel/engine.c, kernel/engine.h, kernel/openbox.c, kernel/python.c, kernel/themerc.c, kernel/themerc.h:
+       * openbox/Makefile.am, openbox/engine.c, openbox/engine.h, openbox/openbox.c, openbox/python.c, openbox/themerc.c, openbox/themerc.h:
        load the engine before the python
 
-       * kernel/client.c: fire the visible hook when requested
+       * openbox/client.c: fire the visible hook when requested
 
-       * kernel/engine.c, kernel/engine.h, kernel/openbox.c:
+       * openbox/engine.c, openbox/engine.h, openbox/openbox.c:
        rm the engine interface from the python
 
-       * kernel/pointer.c: dont let invalid contexts through
+       * openbox/pointer.c: dont let invalid contexts through
 
        * Makefile.am: build render before kernel
 
 
 2003-03-07  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c: map withdrawn/dock apps
+       * openbox/client.c: map withdrawn/dock apps
 
-       * kernel/Makefile.am: link the .o's instead of building them again
+       * openbox/Makefile.am: link the .o's instead of building them again
 
 2003-03-06  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/openbox.c: startup/shutdown the render stuff
+       * openbox/openbox.c: startup/shutdown the render stuff
 
-       * kernel/Makefile.am: build in the render/ sources
+       * openbox/Makefile.am: build in the render/ sources
 
        * themes/.cvsignore: New file.
 
 
        * configure.ac: openbox engine loads a style, well, opens one
 
-       * kernel/event.c: catch xkb bell events, fire the hook
+       * openbox/event.c: catch xkb bell events, fire the hook
 
        * themes/Makefile.am: New file.
 
        * Makefile.am, configure.ac, themes/Makefile.am:
        add themes for the openbox engine
 
-       * kernel/engine.c: clean up messages
+       * openbox/engine.c: clean up messages
 
-       * kernel/engine.c: dont save the internal char*'s
+       * openbox/engine.c: dont save the internal char*'s
 
-       * kernel/pointer.c: allow any context
+       * openbox/pointer.c: allow any context
 
        * render/Makefile.am: render/ doesnt need the locale or script dir
 
        * render/Makefile.am: link in xft and find its headers
 
-       * kernel/Makefile.am: link in Xft
+       * openbox/Makefile.am: link in Xft
 
-       * kernel/client.c, kernel/client.h, kernel/screen.c, kernel/stacking.h:
+       * openbox/client.c, openbox/client.h, openbox/screen.c, openbox/stacking.h:
        show and hide windows in the order to cause the least expose events
 
-       * configure.ac, kernel/Makefile.am, kernel/client.c, kernel/clientwrap.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c:
+       * configure.ac, openbox/Makefile.am, openbox/client.c, openbox/clientwrap.c, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/pointer.c, openbox/stacking.c:
        openbox engine works, fuck this tabs shit
 
 2003-03-05  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/pointer.c: kill bad return
+       * openbox/pointer.c: kill bad return
 
-       * kernel/client.c, kernel/clientwrap.c, kernel/frame.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c:
+       * openbox/client.c, openbox/clientwrap.c, openbox/frame.c, openbox/frame.h, openbox/pointer.c, openbox/stacking.c:
        engines n shit
 
-       * kernel/engine.c:
+       * openbox/engine.c:
        staticify these vars.. they were causing a SIGILL..???!!? i blame gcc..
 
 2003-03-04  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.h, kernel/pointer.c, kernel/stacking.c:
+       * openbox/client.c, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/frame.h, openbox/pointer.c, openbox/stacking.c:
        allow a frame to have multiple top-level windows. provide functions for getting a clients parent, and all of a frames top-level windows.
 
-       * kernel/engine.c, kernel/engine.h: New file.
+       * openbox/engine.c, openbox/engine.h: New file.
 
-       * configure.ac, kernel/Makefile.am, kernel/client.c, kernel/clientwrap.c, kernel/engine.c, kernel/engine.h, kernel/event.c, kernel/frame.c, kernel/frame.h, kernel/openbox.c, kernel/pointer.c:
+       * configure.ac, openbox/Makefile.am, openbox/client.c, openbox/clientwrap.c, openbox/engine.c, openbox/engine.h, openbox/event.c, openbox/frame.c, openbox/frame.h, openbox/openbox.c, openbox/pointer.c:
        make the pwm engine "work", however we have a race on startup..
 
-       * kernel/Makefile.am: add the enginedir
+       * openbox/Makefile.am: add the enginedir
 
-       * kernel/pointer.c: generate release events for client clicks
+       * openbox/pointer.c: generate release events for client clicks
 
-       * kernel/pointer.c:
+       * openbox/pointer.c:
        XAllowEvents when we get one with the client context
 
-       * kernel/frame.c: plate is the client context
+       * openbox/frame.c: plate is the client context
 
-       * kernel/pointer.c: dont let 3 clicks be 2 double clicks
+       * openbox/pointer.c: dont let 3 clicks be 2 double clicks
 
-       * kernel/hooks.c: kill debug prints
+       * openbox/hooks.c: kill debug prints
 
        * Makefile.am, configure.ac: add dirs for engines
 
 
 2003-03-04  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/frame.c: kill debug prints
+       * openbox/frame.c: kill debug prints
 
 2003-03-04  manmower  <manmower@zed>
 
 
 2003-03-04  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/frame.c: highlight the focused window
+       * openbox/frame.c: highlight the focused window
 
-       * kernel/pointer.c: cleanuo
+       * openbox/pointer.c: cleanuo
 
-       * kernel/hooks.c: let hook functions remove themselves
+       * openbox/hooks.c: let hook functions remove themselves
 
        * README.CVS: no mor swig, using C, etc.
 
-       * kernel/pointer.c:
+       * openbox/pointer.c:
        some cleanups/reordering. get those events going right.
 
 2003-03-03  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/pointer.c: grab all the requested grabs
+       * openbox/pointer.c: grab all the requested grabs
 
-       * kernel/pointer.c: pass along the client's area including the frame!
+       * openbox/pointer.c: pass along the client's area including the frame!
 
-       * kernel/clientwrap.c, kernel/pointer.c: pointer events work for real
+       * openbox/clientwrap.c, openbox/pointer.c: pointer events work for real
 
-       * kernel/event.c, kernel/pointer.c, kernel/pointer.h:
+       * openbox/event.c, openbox/pointer.c, openbox/pointer.h:
        pointer events should work
 
-       * kernel/keyboard.c, kernel/keyboard.h, kernel/pointer.c, kernel/pointer.h:
+       * openbox/keyboard.c, openbox/keyboard.h, openbox/pointer.c, openbox/pointer.h:
        New file.
 
-       * kernel/Makefile.am, kernel/client.c, kernel/event.c, kernel/hooks.c, kernel/hooks.h, kernel/kbind.c, kernel/kbind.h, kernel/keyboard.c, kernel/keyboard.h, kernel/mbind.c, kernel/mbind.h, kernel/openbox.c, kernel/pointer.c, kernel/pointer.h:
+       * openbox/Makefile.am, openbox/client.c, openbox/event.c, openbox/hooks.c, openbox/hooks.h, openbox/kbind.c, openbox/kbind.h, openbox/keyboard.c, openbox/keyboard.h, openbox/mbind.c, openbox/mbind.h, openbox/openbox.c, openbox/pointer.c, openbox/pointer.h:
        keyboard events work
 
-       * kernel/python.c: create the 'input' module
+       * openbox/python.c: create the 'input' module
 
-       * kernel/clientwrap.c, kernel/openboxwrap.c: add the constants
+       * openbox/clientwrap.c, openbox/openboxwrap.c: add the constants
 
-       * kernel/openbox.c, kernel/prop.c, kernel/prop.h:
+       * openbox/openbox.c, openbox/prop.c, openbox/prop.h:
        s/prop_init/prop_startup/
 
-       * kernel/Makefile.am, kernel/client.c, kernel/client.h, kernel/clientwrap.c, kernel/clientwrap.h, kernel/event.c, kernel/focus.c, kernel/frame.c, kernel/hooks.c, kernel/hooks.h, kernel/openbox.c, kernel/openbox.h, kernel/openboxwrap.c, kernel/openboxwrap.h, kernel/prop.c, kernel/prop.h, kernel/python.c:
+       * openbox/Makefile.am, openbox/client.c, openbox/client.h, openbox/clientwrap.c, openbox/clientwrap.h, openbox/event.c, openbox/focus.c, openbox/frame.c, openbox/hooks.c, openbox/hooks.h, openbox/openbox.c, openbox/openbox.h, openbox/openboxwrap.c, openbox/openboxwrap.h, openbox/prop.c, openbox/prop.h, openbox/python.c:
        Client and Openbox python objects "done"
 
-       * kernel/clientwrap.c, kernel/clientwrap.h, kernel/openboxwrap.c, kernel/openboxwrap.h:
+       * openbox/clientwrap.c, openbox/clientwrap.h, openbox/openboxwrap.c, openbox/openboxwrap.h:
        New file.
 
 2003-03-02  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/client.c: typecast to get the proper aspect ratio
+       * openbox/client.c: typecast to get the proper aspect ratio
 
 2003-02-28  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/Makefile.am: New file.
+       * openbox/Makefile.am: New file.
 
-       * Makefile.am, kernel/.cvsignore, kernel/Makefile.am:
+       * Makefile.am, openbox/.cvsignore, openbox/Makefile.am:
        add shit that was missing
 
 2003-02-27  Ben Jansens  <xor@zed.orodu.net>
 
-       * kernel/.cvsignore: New file.
+       * openbox/.cvsignore: New file.
 
-       * kernel/.cvsignore: add the cvsignore
+       * openbox/.cvsignore: add the cvsignore
 
-       * kernel/client.c, kernel/client.h, kernel/event.c, kernel/event.h, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/geom.h, kernel/gettext.h, kernel/hooks.c, kernel/hooks.h, kernel/kbind.c, kernel/kbind.h, kernel/mbind.c, kernel/mbind.h, kernel/openbox.c, kernel/openbox.h, kernel/prop.c, kernel/prop.h, kernel/python.c, kernel/python.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/xerror.c, kernel/xerror.h:
+       * openbox/client.c, openbox/client.h, openbox/event.c, openbox/event.h, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/geom.h, openbox/gettext.h, openbox/hooks.c, openbox/hooks.h, openbox/kbind.c, openbox/kbind.h, openbox/mbind.c, openbox/mbind.h, openbox/openbox.c, openbox/openbox.h, openbox/prop.c, openbox/prop.h, openbox/python.c, openbox/python.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c, openbox/stacking.h, openbox/xerror.c, openbox/xerror.h:
        New file.
 
-       * kernel/client.c, kernel/client.h, kernel/event.c, kernel/event.h, kernel/extensions.c, kernel/extensions.h, kernel/focus.c, kernel/focus.h, kernel/frame.c, kernel/frame.h, kernel/geom.h, kernel/gettext.h, kernel/hooks.c, kernel/hooks.h, kernel/kbind.c, kernel/kbind.h, kernel/mbind.c, kernel/mbind.h, kernel/openbox.c, kernel/openbox.h, kernel/prop.c, kernel/prop.h, kernel/python.c, kernel/python.h, kernel/screen.c, kernel/screen.h, kernel/stacking.c, kernel/stacking.h, kernel/xerror.c, kernel/xerror.h:
+       * openbox/client.c, openbox/client.h, openbox/event.c, openbox/event.h, openbox/extensions.c, openbox/extensions.h, openbox/focus.c, openbox/focus.h, openbox/frame.c, openbox/frame.h, openbox/geom.h, openbox/gettext.h, openbox/hooks.c, openbox/hooks.h, openbox/kbind.c, openbox/kbind.h, openbox/mbind.c, openbox/mbind.h, openbox/openbox.c, openbox/openbox.h, openbox/prop.c, openbox/prop.h, openbox/python.c, openbox/python.h, openbox/screen.c, openbox/screen.h, openbox/stacking.c, openbox/stacking.h, openbox/xerror.c, openbox/xerror.h:
        add the 'kernel' based on what's in c/. improved the Hook class for the hooks python module.
 
        * Makefile.am, bootstrap, configure.ac, doc/Makefile.am: