aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6fc1517054..93a3cd023e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-08 Jeffrey Stedfast <fejj@novell.com>
+
+ * em-composer-utils.c (em_utils_send_receipt): Simplify the
+ scanning for '@' by using strchr().
+
2005-04-08 Not Zed <NotZed@Ximian.com>
* em-composer-utils.c (em_utils_ask_receipt): removed.
@@ -225,8 +230,8 @@
2005-02-25 Mengjie Yu <meng-jie.yu@sun.com>
- * em-folder-browser.c: (emfb_edit_select_all):make the 'select all'
- work in all conditions.
+ * em-folder-browser.c (emfb_edit_select_all): make the 'select
+ all' work in all conditions.
Fixes #72545
@@ -288,7 +293,7 @@
2005-02-22 Marco Pesenti Gritti <marco@gnome.org>
- * mail/em-popup.c: (emp_apps_open_in), (emp_standard_menu_factory):
+ * mail/em-popup.c (emp_apps_open_in, emp_standard_menu_factory):
Use gnome-vfs API to launch external applications
2005-02-22 Not Zed <NotZed@Ximian.com>