summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-08-05 21:57:35 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-08-05 21:57:35 +0000
commite94c42bd46382cabf70c5cc6dc356d586188423b (patch)
treea8c275b73f74b02a72fcc8dd68bfe9eb95ea7a52 /ChangeLog.pre-2-12
parent994d642cde899e1aaba90a2e01aef68cc719d784 (diff)
downloadglib-e94c42bd46382cabf70c5cc6dc356d586188423b.tar.gz
glib-e94c42bd46382cabf70c5cc6dc356d586188423b.tar.bz2
glib-e94c42bd46382cabf70c5cc6dc356d586188423b.zip
Don't insert unnecessary newlines in keyfiles. (#349825, Chris Wilson)
2006-08-05 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary newlines in keyfiles. (#349825, Chris Wilson)
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-123
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index bfa541feb..99d501cbe 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,8 @@
2006-08-05 Matthias Clasen <mclasen@redhat.com>
+ * glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary
+ newlines in keyfiles. (#349825, Chris Wilson)
+
* glib/guniprop.c (g_unichar_toupper, g_unichar_tolower)
(real_toupper, real_tolower): If a character can't be converted,
don't replace it with a NUL byte, but leave it unchanged.