diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2001-01-04 01:29:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-04 01:29:40 +0800 |
commit | e41312f0b71cbd0affe760597130410c8b996e58 (patch) | |
tree | 87f11b9cf2a2bd8fece62f8ec06f09a6cd022b79 /composer/ChangeLog | |
parent | faae476f9945cb6d9b31ee3f88e12e65b202312a (diff) | |
download | gsoc2013-evolution-e41312f0b71cbd0affe760597130410c8b996e58.tar gsoc2013-evolution-e41312f0b71cbd0affe760597130410c8b996e58.tar.gz gsoc2013-evolution-e41312f0b71cbd0affe760597130410c8b996e58.tar.bz2 gsoc2013-evolution-e41312f0b71cbd0affe760597130410c8b996e58.tar.lz gsoc2013-evolution-e41312f0b71cbd0affe760597130410c8b996e58.tar.xz gsoc2013-evolution-e41312f0b71cbd0affe760597130410c8b996e58.tar.zst gsoc2013-evolution-e41312f0b71cbd0affe760597130410c8b996e58.zip |
If the headers have changed, then continue with the prompt else just
2001-01-03 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (do_exit): If the headers have changed, then
continue with the prompt else just destroy the window.
* e-msg-composer-hdrs.c (init): Initialize has_changed to FALSE.
(entry_changed): New callback to set the value of has_changed.
(add_header): Attach the "changed" signal.
svn path=/trunk/; revision=7234
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 14a55ab116..cb0434ec1e 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,12 @@ +2001-01-03 Jeffrey Stedfast <fejj@helixcode.com> + + * e-msg-composer.c (do_exit): If the headers have changed, then + continue with the prompt else just destroy the window. + + * e-msg-composer-hdrs.c (init): Initialize has_changed to FALSE. + (entry_changed): New callback to set the value of has_changed. + (add_header): Attach the "changed" signal. + 2001-01-02 Dan Winship <danw@helixcode.com> * e-msg-composer-attachment.c (e_msg_composer_attachment_edit): |