aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-05-13 12:24:34 (GMT)
committerfluxgen <fluxgen>2005-05-13 12:24:34 (GMT)
commit8111089cddf4242c0af5e96f8c025b06a488637d (patch)
tree74ca56e4e0b95eccf6b1a6df00cbeef46b3a87b2 /NEWS
parentb48c87ca2972c490f62ed5cdb87975b23cb34481 (diff)
downloadfluxbox-8111089cddf4242c0af5e96f8c025b06a488637d.zip
fluxbox-8111089cddf4242c0af5e96f8c025b06a488637d.tar.bz2
update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS62
1 files changed, 42 insertions, 20 deletions
diff --git a/NEWS b/NEWS
index 25efe52..2b5de3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,45 @@
1News in 0.9.12: 1News in 0.9.13:
2 * Added Imlib2 support (./configure --enable-imlib2) [default=disabled] 2
3 Fluxbox can now load *.png, *.jpg and other image-formats. 3 * Massive speed- and memoryimprovements
4 * Added Tab command, which goes to a specific tab number 4 * Added new Buttons for the Titlebar:
5 action: 5 - Shade - just like the "Stick"-button
6 Tab <number> 6 Styleresources:
7 ex: 7 window.shade.pixmap, window.shade.unfocus.pixmap, window.shade.pressed.pixmap
8 Mod1 1 :Tab 1 8 window.unshade.pixmap, window.unshade.unfocus.pixmap, window.unshade.pressed.pixmap
9 Mod2 3 :Tab 3 9 etc.
10 * Added support for hsetroot to fbsetbg 10 - MenuIcon - click on it provides the windowmenu, if the app
11 contains a pixmap (gvim, konqueror etc etc) the pixmap is displayed, a
12 little menu otherwise.
13 Styleresources:
14 windowmenu.pixmap, windowmenu.unfocus.pixmap windowmenu.pressed.pixmap
15 etc.
16 Example ~/.fluxbox/init - entry:
17 session.titlebar.left: MenuIcon Stick
18 session.titlebar.right: Shade Minimize Maximize Close
19 * Added more KeyActions to TextBoxes
20 - Control + LeftArrow - Moves cursor to the left direction, up to next word.
21 - Control + RightArrow - to the right direction.
22 - Control + BackSpace - Removes everything from the cursor left side, up to next left word.
23 - Control + Delete - like above but removes to the right direction.
24 * Added some style-resources:
25 - menu.hilite.submenu.pixmap: <Pixmap>
26 - menu.hilite.selected.pixmap: <Pixmap>
27 - menu.hilite.unselected.pixmap: <Pixmap>
28 * Added new IconbarModes:
29 - NoIcons - all but iconified windows
30 - WorkspaceNoIcons - all but iconified windows on the current Workspace
31 * Added -screen <"all"|int[,int]> :
32 $> fluxbox -screen 0,2 will run fluxbox on 0.0 and 0.2 so
33 one can run any other wm on 0.1.
34 $> fluxbox -screen all default, fluxbox manages all screens
35 * fluxbox-generate_menu now can add pixmaps to the menuentries
11 36
12Bug fixes: 37Bug fixes:
13 * Fix for #1091710 (SystemTray is not covered by StyleStuff) 38 * Mutiple keyboard layout (#1160244, #1099704, #1094107)
14 SystemTray is now configurable via styles thru the 39 * ArrangeWindows (#1086673)
15 toolbar.systray.* - resource, it falls back to the look of the clock 40 * Inconsistent behavior of Java dialogs (#1157361)
16 * Warnings on amd64 (#1099278, #1099950) 41 * fbrun segfault (#1188690)
17 * WithdrawnState handling) (#1087220) 42 * ShowDesktop (#1020399)
18 * Windows dont respect toolbar.border.width (#996298) 43 * 64bit issues (#1107213, #1105041)
19 * Fixed "remove last workspace" bug 44
20 * Fixed problems with gtk2-fullscreen-mode (gimp2, galeon etc)
21 * missing header (#1080323)
22 * Update ClockTool when timeformat changed (#1026096)
23See ChangeLog for more details 45See ChangeLog for more details