aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-10 12:02:18 (GMT)
committerfluxgen <fluxgen>2003-07-10 12:02:18 (GMT)
commite96cbf3d95f2c2217ea3ef654c524026f9715380 (patch)
tree0eec23f7cc5e9501796aaf9d44709554ee22360a
parent353ecfae6c3b8e3ff5d9d2c8a5a8644a8f7871ea (diff)
downloadfluxbox-e96cbf3d95f2c2217ea3ef654c524026f9715380.zip
fluxbox-e96cbf3d95f2c2217ea3ef654c524026f9715380.tar.bz2
update
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b465e17..07bf2d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.4: 2Changes for 0.9.4:
3*03/07/10:
4 * Added new shape theme items (Henrik)
5 * toolbar.shape: <bool> this will make the toolbar shape the corners that are towards center
6 of the screen
7 * menu.shape: <shape items>
8 * window.shape: <shape items>
9 Where shape items can be TopLeft TopRight BottomLeft and BottomRight
10 example: menu.shape: TopRight BottomLeft
11 ToolbarTheme.hh/cc, Toolbar.cc/hh, FbTk/Menu.hh, FbMenu.hh/cc, Screen.hh/cc,
12 MenuTheme.hh/cc, FbWinFrameTheme.hh/cc, FbWinFrame.cc/hh
13 * Applied patch that keeps the fbrun_history clean by not allowing
14 duplicates to get placed in the history. (Thanks David J Burger <dburger<(a|T)>hawaii.edu>)
15 FbRun.cc
16 * fbsetbg updates (Han)
3*03/07/05: 17*03/07/05:
4 * Fix winclient death signalling - fixes remember issues with applying 18 * Fix winclient death signalling - fixes remember issues with applying
5 attributes to wrong windows (Simon) 19 attributes to wrong windows (Simon)