diff options
author | fluxgen <fluxgen> | 2002-09-03 10:58:01 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-09-03 10:58:01 (GMT) |
commit | 9068d6925f2061f8f5040c27e45747d02bc99dee (patch) | |
tree | e0de81759b675ae9e7b81706bc94ae68800f7cdc | |
parent | 1941bfd9e5f12be9954c61592fbc63cb77d21f44 (diff) | |
download | fluxbox-9068d6925f2061f8f5040c27e45747d02bc99dee.zip fluxbox-9068d6925f2061f8f5040c27e45747d02bc99dee.tar.bz2 |
update
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | NEWS | 38 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | TODO | 1 |
5 files changed, 37 insertions, 17 deletions
@@ -32,7 +32,8 @@ Contributors: | |||
32 | - RPM Packaging, debugging and scripts. | 32 | - RPM Packaging, debugging and scripts. |
33 | Jeramy B. Smith | 33 | Jeramy B. Smith |
34 | - Packaging assistance, gnome and kde menu system. | 34 | - Packaging assistance, gnome and kde menu system. |
35 | 35 | Simon Bowden | |
36 | - Window moving across workspaces in outlined mode and bugfixes. | ||
36 | 37 | ||
37 | 38 | ||
38 | -- AUTHORS for Blackbox 0.61.1 - an X11 Window manager | 39 | -- AUTHORS for Blackbox 0.61.1 - an X11 Window manager |
@@ -1,5 +1,7 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.11: | 2 | Changes for 0.1.11: |
3 | *02/08/02: | ||
4 | * New theme BlueNight (Thanks mack) | ||
3 | *02/08/31: | 5 | *02/08/31: |
4 | * Fixed minor issue with window moving across workspace in outlined mode | 6 | * Fixed minor issue with window moving across workspace in outlined mode |
5 | (Thanks Simon Bowden) | 7 | (Thanks Simon Bowden) |
@@ -9,7 +11,7 @@ Changes for 0.1.11: | |||
9 | * Carry a window across workspace in non-opaque mode (Thanks Simon Bowden) | 11 | * Carry a window across workspace in non-opaque mode (Thanks Simon Bowden) |
10 | Window.cc/hh, Screen.cc/hh, fluxbox.cc | 12 | Window.cc/hh, Screen.cc/hh, fluxbox.cc |
11 | * Removed TDF theme | 13 | * Removed TDF theme |
12 | * Added new theme: lemonspace (Thanks xlife) | 14 | * Added new theme: LemonSpace (Thanks xlife) |
13 | * Fixed transient windows checking | 15 | * Fixed transient windows checking |
14 | Window.cc, Workspace.cc | 16 | Window.cc, Workspace.cc |
15 | *02/08/28: | 17 | *02/08/28: |
@@ -17,7 +19,7 @@ Changes for 0.1.11: | |||
17 | * Fixed bug [ 582574 ] borderless windows cant be horiz resized. | 19 | * Fixed bug [ 582574 ] borderless windows cant be horiz resized. |
18 | (Thanks Simon Bowden) | 20 | (Thanks Simon Bowden) |
19 | Window.cc | 21 | Window.cc |
20 | * Fixed [ 600811 ] undefined keys messes up | 22 | * Fixed bug [ 600811 ] undefined keys messes up |
21 | Keys.cc | 23 | Keys.cc |
22 | *02/08/24: | 24 | *02/08/24: |
23 | * Fixed workspace name and the reassociation bug (Thanks Simon Bowden) | 25 | * Fixed workspace name and the reassociation bug (Thanks Simon Bowden) |
@@ -74,9 +76,8 @@ Changes for 0.1.11: | |||
74 | slit: <texture option> | 76 | slit: <texture option> |
75 | slit.color: <color value> | 77 | slit.color: <color value> |
76 | slit.colorTo: <color value> | 78 | slit.colorTo: <color value> |
77 | If slit isn't present in the theme the slit will fall back to | 79 | If slit isn't present in the theme it'll fall back to |
78 | Toolbar theme. | 80 | toolbar theme. |
79 | |||
80 | *02/07/19: | 81 | *02/07/19: |
81 | * Fixed slitlist bug | 82 | * Fixed slitlist bug |
82 | Slit wasn't reading the entire line from slitlist. | 83 | Slit wasn't reading the entire line from slitlist. |
@@ -1,13 +1,31 @@ | |||
1 | News in 0.1.10: | 1 | News in 0.1.11: |
2 | * slit order, you can now order your apps in the slit, | 2 | * Autogrouping: |
3 | see documentation for more details | 3 | This will read groups from a file and auto group programs when |
4 | * xsri target in bsetbg | 4 | they start. |
5 | * language support in fluxbox-generate_menu: sv_SE, nl_NL, fi_FI, ru_RU | 5 | * Autogrouping-from-tab: |
6 | This will allow you to popup the root menu, if you right click on the tab, | ||
7 | and select an application and it'll start grouped to the tab. | ||
8 | (note: this might interfere with the normal autogrouping in a bad way) | ||
9 | * Two new themes: BlueNight and LemonSpace | ||
10 | * Carry window across workspace with outlined mode. | ||
11 | * Slit now has a theme option: | ||
12 | slit: <texture option> | ||
13 | slit.color: <color value> | ||
14 | slit.colorTo: <color value> | ||
15 | It will fall back to the toolbar theme if it doesn't find it. | ||
16 | * ja_JP and fr_FR in fluxbox-generate_menu | ||
17 | * New util: fbrun | ||
18 | Which allows you to type a command and run it. | ||
19 | * The window menu now pop up in iconbar when you right click on the icon. | ||
20 | |||
6 | Bug fixes: | 21 | Bug fixes: |
7 | * [ 562882 ] "bbpager in slit doesn't work correctly". | 22 | * Fixed bug [ 582574 ] borderless windows cant be horiz resized. |
8 | * [ 562713 ] "incorrect listings in workspace menu". | 23 | * Fixed bug [ 600811 ] undefined keys messes up |
9 | * [ 554646 ] "Dialog boxes have tabs briefly" | 24 | * Fixed bug [ 598490 ] misplaced parentrelative gives redrw prb |
10 | * [ 566277 ] "xine fullscreen causes hard X lockup" | 25 | * Fixed bug [ 586830 ] the clock now updates once per second. |
11 | * [ 554218 ] "windows have wrong resizeableness" | 26 | * Fixed bug [ 574717 ] restaring fluxbox should keep iconic. |
27 | * Fixed "send to..." bug | ||
28 | * Fixed slitlist bug | ||
29 | * Fixed workspace name and the reassociation bug | ||
12 | 30 | ||
13 | See ChangeLog for details | 31 | See ChangeLog for details |
@@ -53,6 +53,7 @@ A few extra notes: | |||
53 | This software is OSI Certified Open Source Software. | 53 | This software is OSI Certified Open Source Software. |
54 | OSI Certified is a certification mark of the Open Source Initiative. | 54 | OSI Certified is a certification mark of the Open Source Initiative. |
55 | 55 | ||
56 | |||
56 | Thanks: | 57 | Thanks: |
57 | 58 | ||
58 | Blackbox team | 59 | Blackbox team |
@@ -14,7 +14,6 @@ | |||
14 | Tab <-> Window | 14 | Tab <-> Window |
15 | Workspace <-> Window | 15 | Workspace <-> Window |
16 | and more | 16 | and more |
17 | * Fix "no font" crash | ||
18 | * Fix configurable toolbar | 17 | * Fix configurable toolbar |
19 | so the user can configure toolbar in a config file | 18 | so the user can configure toolbar in a config file |
20 | * Toolbar shouldn't hide if its autohide and | 19 | * Toolbar shouldn't hide if its autohide and |