aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2009-02-01 03:03:12 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-01 03:03:12 +0800
commitfee5916b60c605ff5086d8fdc2a85c5ea21351f6 (patch)
tree4feaede1cf070448a32bd0ab846908e47747ceb7 /mail/ChangeLog
parentcd5ff486fb02451645f8b4b39608edca2da5e4a2 (diff)
downloadgsoc2013-evolution-fee5916b60c605ff5086d8fdc2a85c5ea21351f6.tar
gsoc2013-evolution-fee5916b60c605ff5086d8fdc2a85c5ea21351f6.tar.gz
gsoc2013-evolution-fee5916b60c605ff5086d8fdc2a85c5ea21351f6.tar.bz2
gsoc2013-evolution-fee5916b60c605ff5086d8fdc2a85c5ea21351f6.tar.lz
gsoc2013-evolution-fee5916b60c605ff5086d8fdc2a85c5ea21351f6.tar.xz
gsoc2013-evolution-fee5916b60c605ff5086d8fdc2a85c5ea21351f6.tar.zst
gsoc2013-evolution-fee5916b60c605ff5086d8fdc2a85c5ea21351f6.zip
Merge revisions 37108:37199 from trunk.
svn path=/branches/kill-bonobo/; revision=37200
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index bad1191117..c65af1896a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,44 @@
+2009-01-30 Srinivasa Ragavan <sragavan@novell.com>
+
+ * message-list.c: (regen_list_exec): Fix compiler warnings
+
+2009-01-29 Srinivasa Ragavan <sragavan@novell.com>
+
+ * em-format-html-display.c: (efhd_update_bar),
+ (efhd_message_update_bar): Show attachment bar at all times. Seems
+ like the contents are missing at times.
+
+2009-01-29 Srinivasa Ragavan <sragavan@novell.com>
+
+ * em-format.c: (em_format_format_text): Handle empty messages well.
+
+2009-01-29 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Fix for bug #546637
+
+ * em-folder-view.c: (emfv_popup_source): Ensure uid for source view
+ also.
+
+2009-01-29 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Fix for bug #562449
+
+ * em-folder-view.c: (em_folder_view_mark_selected),
+ (emfv_delete_msg_response): Don't emit for vfolders.
+
+2009-01-29 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Fix for bug #567654
+
+ * message-list.c: (regen_list_exec): Don't free the reffable string.
+
+2009-01-27 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #561628
+
+ * em-format-html-print.c: (efhp_class_init):
+ Initialize 'parent_class' with its parent, not with itself.
+
2009-01-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #204891