diff options
author | Milan Crha <mcrha@redhat.com> | 2008-06-02 13:00:46 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-06-02 13:00:46 +0800 |
commit | 341147f72e14d9e57d8f1cf4e9b7d6a9887cb5bb (patch) | |
tree | 73633b4b4e7943f944f7c40197945eb93d326b26 /mail/ChangeLog | |
parent | e61139fbecf79a84cb02043b20ce66231c0dce4f (diff) | |
download | gsoc2013-evolution-341147f72e14d9e57d8f1cf4e9b7d6a9887cb5bb.tar.gz gsoc2013-evolution-341147f72e14d9e57d8f1cf4e9b7d6a9887cb5bb.tar.zst gsoc2013-evolution-341147f72e14d9e57d8f1cf4e9b7d6a9887cb5bb.zip |
Committing on behalf of Milan Crha <mcrha@redhat.com>
2008-05-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #525966
* em-composer-utils.c: (composer_set_no_change):
New helper function to set composers state properly to "no
change".
* em-composer-utils.c: (em_utils_compose_new_message),
(em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder),
(em_utils_post_to_url), (edit_message), (forward_attached),
(forward_non_attached), (em_utils_redirect_message),
(em_utils_reply_to_message), (post_reply_to_message):
Use the above helper function.
* em-composer-utils.c: (reply_get_composer), (composer_set_body):
Do not drop undo in the editor multiple times, do that only once.
svn path=/trunk/; revision=35569
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f418adefa4..395904e6ba 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2008-06-02 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #525966 + + * em-composer-utils.c: (composer_set_no_change): + New helper function to set composers state properly to "no change". + * em-composer-utils.c: (em_utils_compose_new_message), + (em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder), + (em_utils_post_to_url), (edit_message), (forward_attached), + (forward_non_attached), (em_utils_redirect_message), + (em_utils_reply_to_message), (post_reply_to_message): + Use the above helper function. + * em-composer-utils.c: (reply_get_composer), (composer_set_body): + Do not drop undo in the editor multiple times, do that only once. + 2008-06-02 Lucian Langa <lucilanga@gnome.org> ** Fix for bug #535689 |