aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-09-24 04:15:44 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-09-24 04:15:44 +0800
commit8db40018282f8220a9f350b0e07ab8851f235fed (patch)
tree25bca7108df362925303358fa33d364fb264c659 /mail/ChangeLog
parentb0cf774e785b616c1a3f9773da3ca08626fa18e0 (diff)
downloadgsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.tar
gsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.tar.gz
gsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.tar.bz2
gsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.tar.lz
gsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.tar.xz
gsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.tar.zst
gsoc2013-evolution-8db40018282f8220a9f350b0e07ab8851f235fed.zip
Fix for bug #48791 (and also fixes a FIXME)
2003-09-23 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #48791 (and also fixes a FIXME) * em-format.c (emf_init): Setup a gconf listener for changes to the charset setting. (gconf_charset_changed): Update the cached gconf charset value. (emf_finalise): Free the EMFormatPrivate data, unref the gconf client, disconnect the charset notify id, and free the cached gconf charset value. (em_format_format_text): Use the cached gconf charset value. svn path=/trunk/; revision=22675
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f6b600b97e..1c746f2996 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2003-09-23 Jeffrey Stedfast <fejj@ximian.com>
+
+ Fix for bug #48791 (and also fixes a FIXME)
+
+ * em-format.c (emf_init): Setup a gconf listener for changes to
+ the charset setting.
+ (gconf_charset_changed): Update the cached gconf charset value.
+ (emf_finalise): Free the EMFormatPrivate data, unref the gconf
+ client, disconnect the charset notify id, and free the cached
+ gconf charset value.
+ (em_format_format_text): Use the cached gconf charset value.
+
2003-09-22 Not Zed <NotZed@Ximian.com>
** See bug #32996