aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-10 22:05:32 (GMT)
committerfluxgen <fluxgen>2003-09-10 22:05:32 (GMT)
commit1abc55e726314ef6b24aef1311b844acf354d32c (patch)
treea1d564b84df2cc91b4509b961313668b1a318ac1
parent7965166d82d3a21413812e912815c546d84f95b8 (diff)
downloadfluxbox-1abc55e726314ef6b24aef1311b844acf354d32c.zip
fluxbox-1abc55e726314ef6b24aef1311b844acf354d32c.tar.bz2
update
-rw-r--r--ChangeLog74
-rw-r--r--configure.in2
2 files changed, 41 insertions, 35 deletions
diff --git a/ChangeLog b/ChangeLog
index 525f5d4..c1044bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.6: 2Changes for 0.9.6:
3*03/09/10: 3*03/09/10:
4 * Fixed buffer for TextButton (Henrik)
5 Reduces flicker
6 TextButton.hh/cc, Button.cc/hh
7 * Added Move action (Thanks Mathias Gumz)
8 Usage: Move x y
9 FbCommandFactory.cc, FbCommandFactory.hh
4 * Fixed minor bug in IconbarTool (Henrik) 10 * Fixed minor bug in IconbarTool (Henrik)
5 IconbarTool.hh/cc 11 IconbarTool.hh/cc
6 * Added update timer for transparency in FbWinFrame (Henrik) 12 * Added update timer for transparency in FbWinFrame (Henrik)
@@ -90,15 +96,15 @@ Changes for 0.9.6:
90Changes for 0.9.5: 96Changes for 0.9.5:
91*03/08/27: 97*03/08/27:
92 * Added support for _NET_WM_STATE_MAXIMIZE_{HORZ/VERT} (Thanks stephan wezel <s.wezel<at>web <dot> de>) 98 * Added support for _NET_WM_STATE_MAXIMIZE_{HORZ/VERT} (Thanks stephan wezel <s.wezel<at>web <dot> de>)
93 Ewmh.hh/cc 99 Ewmh.hh/cc
94 * Added new theme item for toolbar: (Henrik) 100 * Added new theme item for toolbar: (Henrik)
95 * toolbar.height 101 * toolbar.height
96 * Added new theme items for menu: (Henrik) 102 * Added new theme items for menu: (Henrik)
97 * menu.selected.pixmap 103 * menu.selected.pixmap
98 * menu.unselected.pixmap 104 * menu.unselected.pixmap
99 * menu.submenu.pixmap 105 * menu.submenu.pixmap
100 One can now specify pixmap to use for toggle items and 106 One can now specify pixmap to use for toggle items and
101 what "arrow" to show on submenu items 107 what "arrow" to show on submenu items
102 * Changed FbRun to use FbPixmap and GContext (Henrik) 108 * Changed FbRun to use FbPixmap and GContext (Henrik)
103 FbRun.hh/cc 109 FbRun.hh/cc
104 * Added FbTk::GContext a wrapper for X GC (Henrik) 110 * Added FbTk::GContext a wrapper for X GC (Henrik)
@@ -146,7 +152,7 @@ Changes for 0.9.5:
146 * Fixed fallback option for theme items (Henrik) 152 * Fixed fallback option for theme items (Henrik)
147 So the toolbar should look better in old themes 153 So the toolbar should look better in old themes
148 ToolTheme.cc/hh, IconbarTheme.hh/cc, Theme.hh/cc, 154 ToolTheme.cc/hh, IconbarTheme.hh/cc, Theme.hh/cc,
149 * Fixed bug in Subject.cc that cause observers to be added more than once (Henrik) 155 * Fixed bug in Subject.cc that cause observers to be added more than once (Henrik)
150 Subject.cc 156 Subject.cc
151*03/08/17: 157*03/08/17:
152 * Update fbsetbg and fluxbox-generate_menu (Han) 158 * Update fbsetbg and fluxbox-generate_menu (Han)
@@ -191,43 +197,43 @@ Changes for 0.9.5:
191 * Fixed a minor focus bug, the m_focused_window was out of sync after revertFocus (Henrik) 197 * Fixed a minor focus bug, the m_focused_window was out of sync after revertFocus (Henrik)
192 fluxbox.cc 198 fluxbox.cc
193 * Changed so FbTk::Timer executes a FbTk::Command instead of calling TimoutHandler (Henrik) 199 * Changed so FbTk::Timer executes a FbTk::Command instead of calling TimoutHandler (Henrik)
194 Timer.hh/cc, fluxbox.cc, Slit.hh/cc, ImageControl.hh/cc 200 Timer.hh/cc, fluxbox.cc, Slit.hh/cc, ImageControl.hh/cc
195 * Added new files for Toolbar (Henrik) 201 * Added new files for Toolbar (Henrik)
196 WorkspaceNameTool.hh/cc, ClockTool.hh/cc, ToolbarItem.hh/cc, ToolTheme.hh/cc 202 WorkspaceNameTool.hh/cc, ClockTool.hh/cc, ToolbarItem.hh/cc, ToolTheme.hh/cc
197 TextTheme.hh/cc 203 TextTheme.hh/cc
198 * toolbar theme items now: 204 * toolbar theme items now:
199 The clock: 205 The clock:
200 toolbar.clock: <texture> 206 toolbar.clock: <texture>
201 toolbar.clock.pixmap: <filename> 207 toolbar.clock.pixmap: <filename>
202 toolbar.clock.color: <color> 208 toolbar.clock.color: <color>
203 toolbar.clock.colorTo: <color> 209 toolbar.clock.colorTo: <color>
204 toolbar.clock.textColor: <color> 210 toolbar.clock.textColor: <color>
205 toolbar.clock.font: <font> 211 toolbar.clock.font: <font>
206 212
207 Workspace name: 213 Workspace name:
208 toolbar.workspace: <texture> 214 toolbar.workspace: <texture>
209 toolbar.workspace.pixmap: <filename> 215 toolbar.workspace.pixmap: <filename>
210 toolbar.workspace.color: <color> 216 toolbar.workspace.color: <color>
211 toolbar.workspace.colorTo: <color> 217 toolbar.workspace.colorTo: <color>
212 toolbar.workspace.textColor: <color> 218 toolbar.workspace.textColor: <color>
213 toolbar.workspace.font: <font> 219 toolbar.workspace.font: <font>
214 220
215 This is for an empty iconbar: 221 This is for an empty iconbar:
216 toolbar.iconbar.empty: <texture> 222 toolbar.iconbar.empty: <texture>
217 toolbar.iconbar.empty.pixmap: <filename> 223 toolbar.iconbar.empty.pixmap: <filename>
218 toolbar.iconbar.empty.color: <color> 224 toolbar.iconbar.empty.color: <color>
219 toolbar.iconbar.empty.colorTo: <color> 225 toolbar.iconbar.empty.colorTo: <color>
220 226
221 Focused window in iconbar: 227 Focused window in iconbar:
222 toolbar.iconbar.focused: <texture> 228 toolbar.iconbar.focused: <texture>
223 toolbar.iconbar.focused.pixmap: <filename> 229 toolbar.iconbar.focused.pixmap: <filename>
224 toolbar.iconbar.focused.color: <color> 230 toolbar.iconbar.focused.color: <color>
225 toolbar.iconbar.focused.colorTo: <color> 231 toolbar.iconbar.focused.colorTo: <color>
226 toolbar.iconbar.focused.textColor: <color> 232 toolbar.iconbar.focused.textColor: <color>
227 toolbar.iconbar.focused.font: <font> 233 toolbar.iconbar.focused.font: <font>
228 And the same for .unfocused: 234 And the same for .unfocused:
229 toolbar.iconbar.unfocused: <texture> 235 toolbar.iconbar.unfocused: <texture>
230 etc. 236 etc.
231 237
232*03/08/10: 238*03/08/10:
233 * Fix session.menuFile to work with ~ properly (Simon) 239 * Fix session.menuFile to work with ~ properly (Simon)
diff --git a/configure.in b/configure.in
index f6abe7a..bcc529e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
1dnl Initialize autoconf and automake 1dnl Initialize autoconf and automake
2AC_INIT(src/main.cc) 2AC_INIT(src/main.cc)
3AC_PREREQ(2.52) 3AC_PREREQ(2.52)
4AM_INIT_AUTOMAKE(fluxbox,0.9.6pre4, no-define) 4AM_INIT_AUTOMAKE(fluxbox,0.9.6pre5, no-define)
5 5
6dnl Determine default prefix 6dnl Determine default prefix
7test x$prefix = "xNONE" && prefix="$ac_default_prefix" 7test x$prefix = "xNONE" && prefix="$ac_default_prefix"