aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS12
-rw-r--r--ChangeLog15
-rw-r--r--README7
3 files changed, 29 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 9a3fe0a..1219049 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
1-- AUTHORS for Fluxbox 1-- AUTHORS for Fluxbox
2Author: 2Author:
3 Henrik Kinnunen <fluxgen@linuxmail.org> 3 Henrik Kinnunen <fluxgen@users.sourceforge.net>
4 4
5Contributors: 5Contributors:
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
diff --git a/ChangeLog b/ChangeLog
index 57cd1c9..9d5906c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
1Changes for 0.1.7: 1Changes 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:
diff --git a/README b/README
index 81f7b4e..0c4e60c 100644
--- a/README
+++ b/README
@@ -9,9 +9,12 @@ Compile and Install:
9and then as root 9and then as root
10# make install 10# make install
11 11
12for KDE slitsupport: (Allows kde tray icons to be placed in the fluxbox slit) 12For KDE slitsupport: (Allows kde tray icons to be placed in the fluxbox slit)
13 ./configure --enable-kde 13 ./configure --enable-kde
14 14
15For Gnome support:
16 --enable-gnome
17
15For more information and FAQ go to http://fluxbox.sourceforge.net 18For more information and FAQ go to http://fluxbox.sourceforge.net
16 19
17To disable tabs and/or iconbar just change it in configure menu. 20To disable tabs and/or iconbar just change it in configure menu.