aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-07 11:39:21 (GMT)
committerfluxgen <fluxgen>2003-05-07 11:39:21 (GMT)
commit3aea45175d0ead3c17e6f102f0992dbd975102b7 (patch)
tree06b3facb090c16d1123fbfa12bac6857be5ea71c
parente6c00f15262e83fa0780fb2aa3d7765121180c72 (diff)
downloadfluxbox_pavel-3aea45175d0ead3c17e6f102f0992dbd975102b7.zip
fluxbox_pavel-3aea45175d0ead3c17e6f102f0992dbd975102b7.tar.bz2
update
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ad292c..a1d1aeb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.2: 2Changes for 0.9.2:
3*03/05/07:
4 * Fixed screen problem with redrawing menus (Henrik)
5 The m_screen_num wasn't set in X Window assignment operator
6 FbTk/FbWindow.cc
7 * Fixed check for RENDER extension before we start using it (Henrik)
8 FbTk/Transparent.hh/cc
9 * Fixed some bugs and minor cleaning (Thanks MrChuoi)
10 fluxbox.cc, FbTk/Button.cc, FbTk/RefCount.hh
11 LayerMenu.hh,
12 Resource.hh, Window.cc[focus on deiconify]
3*03/05/05: 13*03/05/05:
14 * Added window.<button name>.unfocus.pixmap theme item (Henrik)
15 WinButtonTheme.hh/cc, WinButton.cc
4 * Rework focus somewhat - now use Fluxbox::revertFocus when a window 16 * Rework focus somewhat - now use Fluxbox::revertFocus when a window
5 dies/gets forced out of focus (Simon) 17 dies/gets forced out of focus (Simon)
6 - should fix click focus sometimes acting sloppy 18 - should fix click focus sometimes acting sloppy