diff options
author | rathnor <rathnor> | 2004-10-04 12:43:52 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-10-04 12:43:52 (GMT) |
commit | 07af4ff5959d2ba358d4681aed3c9fe1cc30f74e (patch) | |
tree | 4aef36626d015089baf3247d57ff4668716550ee /ChangeLog | |
parent | da3f06b278e99b9ffcca2ba12582122c4ece7b52 (diff) | |
download | fluxbox-07af4ff5959d2ba358d4681aed3c9fe1cc30f74e.zip fluxbox-07af4ff5959d2ba358d4681aed3c9fe1cc30f74e.tar.bz2 |
fix usage of setlocale return value, which returns a pointer to static
memory, which we need to promptly copy
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.11 | 2 | Changes for 0.9.11 |
3 | *04/10/04: | ||
4 | * Fix handling of setlocale return (Thanks Victor Yegorov) | ||
5 | FbTk/XmbFontImp.cc | ||
3 | *04/09/30: | 6 | *04/09/30: |
4 | * Fix to show title of current tabbed-window as the label of the | 7 | * Fix to show title of current tabbed-window as the label of the |
5 | iconbar-button-group (Mathias) | 8 | iconbar-button-group (Mathias) |