aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-05-12 20:18:17 (GMT)
committermathias <mathias>2005-05-12 20:18:17 (GMT)
commit8a249bfb1bb3be41a2a7903eacfb1d027c7fdadd (patch)
tree74417c9a8f8ef0471b28a46ab69a34fbb54b3643
parent64336d4cec99202a7740fc062190c1f1cfa577db (diff)
downloadfluxbox-8a249bfb1bb3be41a2a7903eacfb1d027c7fdadd.zip
fluxbox-8a249bfb1bb3be41a2a7903eacfb1d027c7fdadd.tar.bz2
updated changes
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3684df5..bb87563 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/05/12:
4 * Fixed configure.in for iconv for different platforms (Mathias)
5 * Fixed setenv/putenv issues on platforms which dont support setenv (Mathias)
6 we now use only putenv() and manage the used values on our own
7 FbCommands.cc
8 * Fixed compile issues on Darwin/MacOSX (Mathias)
9 FbTk/I18n.hh
10 * Fixed problem when app changes the app-pixmap (Mathias)
11 WinButton.cc
12 * Fixed missing header (Mathias)
13 ClockTool.cc
14 * Fixed some FbTk_istringstream issues for gcc295* (Mathias)
15 Remember.cc FbCommandFactory.cc FbTk/Font.cc
3*05/05/10: 16*05/05/10:
4 * Cache root pixmap, watch for property changes (Simon) 17 * Cache root pixmap, watch for property changes (Simon)
5 (previously was checked EVERY time = lots) 18 (previously was checked EVERY time = lots)