aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-11-15 06:21:22 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-11-15 06:21:22 +0800
commitd932891f608a7fabaada90056e207b891cf4190a (patch)
treebcb24c731e3b58ac8b90276db1335e24470c1e2a /calendar/ChangeLog
parentdcdbd48015c6fe7c94ff26305a6022dec2f0166a (diff)
downloadgsoc2013-evolution-d932891f608a7fabaada90056e207b891cf4190a.tar
gsoc2013-evolution-d932891f608a7fabaada90056e207b891cf4190a.tar.gz
gsoc2013-evolution-d932891f608a7fabaada90056e207b891cf4190a.tar.bz2
gsoc2013-evolution-d932891f608a7fabaada90056e207b891cf4190a.tar.lz
gsoc2013-evolution-d932891f608a7fabaada90056e207b891cf4190a.tar.xz
gsoc2013-evolution-d932891f608a7fabaada90056e207b891cf4190a.tar.zst
gsoc2013-evolution-d932891f608a7fabaada90056e207b891cf4190a.zip
Convert the buffer to UTF8. (calendar_model_value_to_string): Do not
2001-11-14 Federico Mena Quintero <federico@ximian.com> * gui/calendar-model.c (date_value_to_string): Convert the buffer to UTF8. (calendar_model_value_to_string): Do not convert the string fields to UTF8 again; they are already in UTF8. Fixes the UTF8-related bits of bug #15304. svn path=/trunk/; revision=14710
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d261d43b97..d33bfd24e7 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2001-11-14 Federico Mena Quintero <federico@ximian.com>
+
+ * gui/calendar-model.c (date_value_to_string): Convert the buffer
+ to UTF8.
+ (calendar_model_value_to_string): Do not convert the string fields
+ to UTF8 again; they are already in UTF8. Fixes the UTF8-related
+ bits of bug #15304.
+
2001-11-14 Damon Chaplin <damon@ximian.com>
* gui/calendar-model.c: