aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-10-04 12:43:52 (GMT)
committerrathnor <rathnor>2004-10-04 12:43:52 (GMT)
commit07af4ff5959d2ba358d4681aed3c9fe1cc30f74e (patch)
tree4aef36626d015089baf3247d57ff4668716550ee /ChangeLog
parentda3f06b278e99b9ffcca2ba12582122c4ece7b52 (diff)
downloadfluxbox-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01a09db..073d536 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.11 2Changes 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)