Add a ChangeLog entry for an already committed change to lib/localename.c.
authorBruno Haible <bruno@clisp.org>
Mon, 21 Apr 2008 15:38:59 +0000 (17:38 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 21 Apr 2008 15:38:59 +0000 (17:38 +0200)
ChangeLog

index 60534c9..9153749 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
        Reported by Daniel Bergström <daniel@octocode.com>.
 
+2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
+            Bruno Haible  <bruno@clisp.org>
+
+       * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
+       function.
+       (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
+       New functions, mostly extracted from gl_locale_name_default.
+       (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
+
 2008-04-16  Eric Blake  <ebb9@byu.net>
 
        Adjust strtod detection to catch glibc 2.7 bug.