diff options
author | markt <markt> | 2006-12-16 19:10:11 (GMT) |
---|---|---|
committer | markt <markt> | 2006-12-16 19:10:11 (GMT) |
commit | ecb0d95b8fdb98137236dfb17fdf0ebe384b6c29 (patch) | |
tree | 3e4a95504c4a4a6b08bff88c7cde8bd4c8c2b9c9 /ChangeLog | |
parent | 3efe68ffe30a24169492a97a9a0a883990e68b6a (diff) | |
download | fluxbox-ecb0d95b8fdb98137236dfb17fdf0ebe384b6c29.zip fluxbox-ecb0d95b8fdb98137236dfb17fdf0ebe384b6c29.tar.bz2 |
Apparently, this code did the following:
- create an empty database
- load the rc file into a database
- merge the empty database into the second one
- write the result to the rc file
- delete both databases
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,11 +1,13 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *06/12/16: | ||
4 | * Remove useless stuff from code that reloads configuration (Mark) | ||
5 | fluxbox.cc | ||
3 | *06/11/07: | 6 | *06/11/07: |
4 | * Cosmetic patch from Slava Semushin | 7 | * Cosmetic patch from Slava Semushin |
5 | tests/texturetest.cc WorkspaceCmd.cc ToolbarTheme.cc FbTk/Layer.hh | 8 | tests/texturetest.cc WorkspaceCmd.cc ToolbarTheme.cc FbTk/Layer.hh |
6 | FbTk/MultLayers.cc FbTk/Image.cc FbTk/TextBox.cc Shape.cc ClientPattern.cc | 9 | FbTk/MultLayers.cc FbTk/Image.cc FbTk/TextBox.cc Shape.cc ClientPattern.cc |
7 | FbWinFrame.cc | 10 | FbWinFrame.cc |
8 | |||
9 | *06/10/30: | 11 | *06/10/30: |
10 | * Cosmetic patch from Slava Semushin | 12 | * Cosmetic patch from Slava Semushin |
11 | CommandDialog.cc Ewmh.cc FbCommands.cc FbAtoms.cc Xutil.cc Gnome.cc | 13 | CommandDialog.cc Ewmh.cc FbCommands.cc FbAtoms.cc Xutil.cc Gnome.cc |