aboutsummaryrefslogtreecommitdiffstats
path: root/util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'util/ChangeLog')
-rw-r--r--util/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/ChangeLog b/util/ChangeLog
index 4e0915ccc..add000357 100644
--- a/util/ChangeLog
+++ b/util/ChangeLog
@@ -1,5 +1,16 @@
+2002-09-09 Werner Koch <[email protected]>
+
+ * w32reg.c (read_w32_registry_string): Handle REG_EXPAND_SZ.
+ Suggested by Ryan Malayter.
+
+ * strgutil.c (ascii_strcasecmp): Replaced by code from gnulib.
+ (ascii_strncasecmp): New.
+
2002-09-02 Werner Koch <[email protected]>
+ * simple-gettext.c (set_gettext_file): Make sure that we only use
+ backslashes.
+
* strgutil.c (set_native_charset): Allow NULL as argument to use
nl_langinfo for selection. Mapped latin-15 to latin-1.