diff options
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes 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) |