diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-25 15:55:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-25 15:55:39 +0000 |
commit | d75fde163d6201d2e0041e357a1fae869f670fed (patch) | |
tree | 6e7c9ea73b478bf2aa36e19f178c5d03c67927c3 /ChangeLog.pre-2-4 | |
parent | e29682d0ada4777ab18a49ceb25675e7a862e17d (diff) |
Version 1.3.9 (binary, interface == 0)
Tue Sep 25 11:34:22 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 1.3.9 (binary, interface == 0)
* glib/gstrfuncs.c (g_ascii_strdown): Change g_ascii_strup/strdown
to take a 'len' argument to match g_utf8_strup/strdown. This
hopefully will also make it more obvious that they duplicate
the string rather than acting like g_strup/strdown.
(Suggestion from Matthias Clasen, #59550)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 9e004b61a..d51c202ce 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,13 @@ +Tue Sep 25 11:34:22 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in: Version 1.3.9 (binary, interface == 0) + + * glib/gstrfuncs.c (g_ascii_strdown): Change g_ascii_strup/strdown + to take a 'len' argument to match g_utf8_strup/strdown. This + hopefully will also make it more obvious that they duplicate + the string rather than acting like g_strup/strdown. + (Suggestion from Matthias Clasen, #59550) + 2001-09-25 Tor Lillqvist <tml@iki.fi> * configure.in: More Win32 automake macros. For .def files: |