diff options
author | Federico Mena Quintero <federico@ximian.com> | 2004-06-08 03:31:34 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2004-06-08 03:31:34 +0000 |
commit | 06235517b0494740929331775d86e8cdc1a23993 (patch) | |
tree | 217d911eabd517958f54c5c660c1b52dfb2b5808 /ChangeLog.pre-2-8 | |
parent | 3f1e8d546df0844992976ec19f80959f5cb2957c (diff) |
Added a note about the changes below.
2004-06-07 Federico Mena Quintero <federico@ximian.com>
* README.in: Added a note about the changes below.
Merge from HEAD:
Fixes #140532.
* glib/gconvert.c (is_asciialphanum): Renamed from
is_escalphanum(); ensures that this is an ASCII character.
(is_asciiescalpha): Renamed from is_escalpha().
(hostname_validate): Use the two functions above.
(g_filename_to_uri): Don't convert the filename to UTF-8.
(g_filename_from_uri): Don't convert the filename from UTF-8.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3881a2637..39b415415 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,18 @@ +2004-06-07 Federico Mena Quintero <federico@ximian.com> + + * README.in: Added a note about the changes below. + + Merge from HEAD: + + Fixes #140532. + + * glib/gconvert.c (is_asciialphanum): Renamed from + is_escalphanum(); ensures that this is an ASCII character. + (is_asciiescalpha): Renamed from is_escalpha(). + (hostname_validate): Use the two functions above. + (g_filename_to_uri): Don't convert the filename to UTF-8. + (g_filename_from_uri): Don't convert the filename from UTF-8. + Mon Jun 7 22:25:24 2004 Matthias Clasen <maclas@gmx.de> * tests/run-markup-tests.sh: Default to silence, but support |