diff options
-rw-r--r-- | AUTHORS | 12 | ||||
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | README | 7 |
3 files changed, 29 insertions, 5 deletions
@@ -1,6 +1,6 @@ | |||
1 | -- AUTHORS for Fluxbox | 1 | -- AUTHORS for Fluxbox |
2 | Author: | 2 | Author: |
3 | Henrik Kinnunen <fluxgen@linuxmail.org> | 3 | Henrik Kinnunen <fluxgen@users.sourceforge.net> |
4 | 4 | ||
5 | Contributors: | 5 | Contributors: |
6 | Joel Carlbark <skypher@linuxmail.org> | 6 | Joel Carlbark <skypher@linuxmail.org> |
@@ -13,6 +13,16 @@ Contributors: | |||
13 | - suggestions, bug reports and beta testing | 13 | - suggestions, bug reports and beta testing |
14 | Oliwier Ptak <aleczapka@gmx.net> | 14 | Oliwier Ptak <aleczapka@gmx.net> |
15 | - suggestions, styles and webpage | 15 | - suggestions, styles and webpage |
16 | Paul W Brannan <pbranna@clemson.edu> | ||
17 | - consulting, code clean up | ||
18 | Rando Christensen <digiwano@babblica.net> | ||
19 | - Documentation | ||
20 | Takashi KATAYAMA <valcyrie@hi-ho.ne.jp> | ||
21 | - Japanese translation | ||
22 | Miroslav Iordanov <m_iordo@yahoo.com> | ||
23 | - Bulgarian translation | ||
24 | Luis Medinas <metalgodin@excite.com> | ||
25 | - Portuguese translation | ||
16 | 26 | ||
17 | -- AUTHORS for Blackbox 0.61.1 - an X11 Window manager | 27 | -- AUTHORS for Blackbox 0.61.1 - an X11 Window manager |
18 | 28 | ||
@@ -1,5 +1,16 @@ | |||
1 | Changes for 0.1.7: | 1 | Changes for 0.1.7: |
2 | *02/20/20: | 2 | *02/02/26: |
3 | * indentation in Workspace.hh | ||
4 | * Added key action SENDTOWORKSPACE (Thanks Oliwier Ptak) | ||
5 | *02/02/24: | ||
6 | * Added setupConfigFiles in class Fluxbox | ||
7 | copies configfiles to ~/.fluxbox/ | ||
8 | *02/02/23: | ||
9 | * Added Bulgarian translation (Thanks Miroslav Iordanov) | ||
10 | * Added Japanese translation (Thanks Takashi KATAYAMA) | ||
11 | *02/02/21: | ||
12 | * Bugfix in _WIN_CLIENT_LIST | ||
13 | *02/02/20: | ||
3 | * Added _WIN_CLIENT_LIST | 14 | * Added _WIN_CLIENT_LIST |
4 | * Fixed parameter to keybindings (Thanks Tomer Kol) | 15 | * Fixed parameter to keybindings (Thanks Tomer Kol) |
5 | * Fixed a bug in BScreen::raiseWindow | 16 | * Fixed a bug in BScreen::raiseWindow |
@@ -36,7 +47,7 @@ Changes for 0.1.7: | |||
36 | *02/02/04: | 47 | *02/02/04: |
37 | * Fixed some unsigned/signed warnings | 48 | * Fixed some unsigned/signed warnings |
38 | * Moved from LinkedList to STL in some files (Thanks Paul W Brannan) | 49 | * Moved from LinkedList to STL in some files (Thanks Paul W Brannan) |
39 | * Added pt_PT to nls (Thanks Luis Medinas) | 50 | * Added pt_PT to nls (Portuguese) (Thanks Luis Medinas) |
40 | * Fixed multibyte in Iconbar (Thanks Jesper Louis Andersen) | 51 | * Fixed multibyte in Iconbar (Thanks Jesper Louis Andersen) |
41 | * Removed some unnecessary timer->stop() (Thanks Jesper Louis Andersen) | 52 | * Removed some unnecessary timer->stop() (Thanks Jesper Louis Andersen) |
42 | *02/02/02: | 53 | *02/02/02: |
@@ -9,9 +9,12 @@ Compile and Install: | |||
9 | and then as root | 9 | and then as root |
10 | # make install | 10 | # make install |
11 | 11 | ||
12 | for KDE slitsupport: (Allows kde tray icons to be placed in the fluxbox slit) | 12 | For KDE slitsupport: (Allows kde tray icons to be placed in the fluxbox slit) |
13 | ./configure --enable-kde | 13 | ./configure --enable-kde |
14 | 14 | ||
15 | For Gnome support: | ||
16 | --enable-gnome | ||
17 | |||
15 | For more information and FAQ go to http://fluxbox.sourceforge.net | 18 | For more information and FAQ go to http://fluxbox.sourceforge.net |
16 | 19 | ||
17 | To disable tabs and/or iconbar just change it in configure menu. | 20 | To disable tabs and/or iconbar just change it in configure menu. |