aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS7
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2aef4f1..46be26e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Changes for 0.9.12
5 testing menu parser and theme 5 testing menu parser and theme
6*05/01/14: 6*05/01/14:
7 * Fix for #1091710 (SystemTray is not covered by StyleStuff) (Mathias) 7 * Fix for #1091710 (SystemTray is not covered by StyleStuff) (Mathias)
8 SystemTray is not configurable via styles thru the 8 SystemTray is now configurable via styles thru the
9 toolbar.systray.* - resource, it falls back to the look of the clock 9 toolbar.systray.* - resource, it falls back to the look of the clock
10 SystemTray.cc/hh ToolFactory.cc/hh 10 SystemTray.cc/hh ToolFactory.cc/hh
11*05/01/12: 11*05/01/12:
@@ -33,6 +33,7 @@ Changes for 0.9.12
33*05/01/04: 33*05/01/04:
34 * Added apps to fluxbox-generate_menu (thanx to Uwe Weissenbacher <UweWeissenbacher@gmx.net>) 34 * Added apps to fluxbox-generate_menu (thanx to Uwe Weissenbacher <UweWeissenbacher@gmx.net>)
35 * Added ko_KR (thanx Jo Hyunseok <ttrand at gmail dot com>) 35 * Added ko_KR (thanx Jo Hyunseok <ttrand at gmail dot com>)
36 * Added --with-style=/path/to/default/style (thanx php-code)
36 * Updated ru_RU (thanx php-coder) 37 * Updated ru_RU (thanx php-coder)
37 ru_RU/Translation.m 38 ru_RU/Translation.m
38 * Fix some initialisation states, especially window placement with no 39 * Fix some initialisation states, especially window placement with no
diff --git a/NEWS b/NEWS
index 6b436fc..e82f7e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
1News in 0.9.12: 1News in 0.9.12:
2 * Added Imlib2 support (./configure --enable-imlib2) [default=disabled] 2 * Added Imlib2 support (./configure --enable-imlib2) [default=disabled]
3 Fluxbox can now load .png files and other formats. 3 Fluxbox can now load *.png, *.jpg and other image-formats.
4 * Added Tab command, which goes to a specific tab number 4 * Added Tab command, which goes to a specific tab number
5 action: 5 action:
6 Tab <number> 6 Tab <number>
@@ -8,9 +8,10 @@ News in 0.9.12:
8 Mod1 1 :Tab 1 8 Mod1 1 :Tab 1
9 Mod2 3 :Tab 3 9 Mod2 3 :Tab 3
10 * Added support for hsetroot to fbsetbg 10 * Added support for hsetroot to fbsetbg
11
11Bug fixes: 12Bug fixes:
12 * Fix for #1091710 (SystemTray is not covered by StyleStuff) (Mathias) 13 * Fix for #1091710 (SystemTray is not covered by StyleStuff)
13 SystemTray is not configurable via styles thru the 14 SystemTray is now configurable via styles thru the
14 toolbar.systray.* - resource, it falls back to the look of the clock 15 toolbar.systray.* - resource, it falls back to the look of the clock
15 * Warnings on amd64 (#1099278, #1099950) 16 * Warnings on amd64 (#1099278, #1099950)
16 * WithdrawnState handling) (#1087220) 17 * WithdrawnState handling) (#1087220)