diff options
author | fluxgen <fluxgen> | 2002-05-07 15:26:59 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-07 15:26:59 (GMT) |
commit | a76d1e0bde7a71c26779a8850de47c0a17516c51 (patch) | |
tree | fb04b609e42381a8623ddcbfb581c37850e3ec63 | |
parent | 7deacd55acc38b393e905f3ce8b2e115d8def4a2 (diff) | |
download | fluxbox-a76d1e0bde7a71c26779a8850de47c0a17516c51.zip fluxbox-a76d1e0bde7a71c26779a8850de47c0a17516c51.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,5 +1,22 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.9: | 2 | Changes for 0.1.9: |
3 | *02/05/07: | ||
4 | * Fixed a minor bug in DrawUtil.cc (Thanks Sang-Hoon RHEE) | ||
5 | * Fixed bug [ 552723 ] removing decorations while shaded. (Thanks Joel Carlbark) | ||
6 | * const iterators in Screen::updateGnomeList | ||
7 | * fixed some const in Workspace and moved clientmenu from pointer to regular | ||
8 | * Minor clean up in Workspacemenu.cc/hh, Clientmenu.cc/hh, Netizen.hh/cc | ||
9 | * const fixes in FbAtoms.hh | ||
10 | * Added options direct to CXXFLAGS in configure.in, so we don't need to | ||
11 | add them in every Makefile.am-file. | ||
12 | * Updated src/Makefile.am and util/Makefile.am (see above) | ||
13 | *02/05/03: | ||
14 | * Fixed so settins for tool bar saves when you change them i the menu | ||
15 | in Toolbar.cc | ||
16 | *02/05/02: | ||
17 | * Added FirstTab, LastTab, MoveTabPrev and MoveTabNext keybindings (Thanks Phil Dier) | ||
18 | * Fixed ScreenList in fluxbox.cc | ||
19 | * Removed "NULL" from Font.cc | ||
3 | *02/04/28: | 20 | *02/04/28: |
4 | * Fixed shade bug while vertical rotated tabs and tabs off (Thanks signal9) | 21 | * Fixed shade bug while vertical rotated tabs and tabs off (Thanks signal9) |
5 | * Fluxbox doesn't save on exit anymore so restart of fluxbox will reread | 22 | * Fluxbox doesn't save on exit anymore so restart of fluxbox will reread |
@@ -11,6 +28,7 @@ Changes for 0.1.9: | |||
11 | * Fixed m_multibyte in Font.cc (Thanks kita) | 28 | * Fixed m_multibyte in Font.cc (Thanks kita) |
12 | *02/04/20: | 29 | *02/04/20: |
13 | * Fixed menu.font string in Theme.cc | 30 | * Fixed menu.font string in Theme.cc |
31 | |||
14 | -------------------------------------------------------------- | 32 | -------------------------------------------------------------- |
15 | Changes for 0.1.8: | 33 | Changes for 0.1.8: |
16 | *02/04/19: | 34 | *02/04/19: |