aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index aa88a29e94..b258637da4 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,35 @@
+2008-11-07 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Fix for bug #559701
+
+ * e-msg-composer.c: (e_load_spell_languages): Don't save when its
+ NULL.
+
+2008-11-05 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #559371
+
+ * e-msg-composer.c (e_load_spell_languages):
+ New function loads a list of GtkhtmlSpellLanguage structs from
+ GConf, taking care of details like converting language codes to
+ structs and ensuring the returned list is non-empty.
+
+ * e-msg-composer.c (e_save_spell_languages):
+ New function saves a list of GtkhtmlSpellLanguage structs to
+ GConf, taking care of details like converting the structs to
+ language codes.
+
+ * e-msg-composer.c (msg_composer_constructor):
+ Simplify the logic by using e_load_spell_languages().
+
+2008-11-04 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes bug #554450
+
+ * e-msg-composer.c (msg_composer_init):
+ Get drag-and-drop to the attachment bar working again, but see
+ my note in the source code. I'm still not sure why it broke.
+
2008-11-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #559028