diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-01-10 07:34:45 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-01-10 07:34:45 +0800 |
commit | 42e8edbe5c6bbb0ea247f256e113a07949432017 (patch) | |
tree | 614828e2b5513ba98c7621f97ac74f4f6095220b /composer/ChangeLog | |
parent | b70d7b029286309bcd19bd2e3efd53fdd62705a9 (diff) | |
download | gsoc2013-evolution-42e8edbe5c6bbb0ea247f256e113a07949432017.tar.gz gsoc2013-evolution-42e8edbe5c6bbb0ea247f256e113a07949432017.tar.zst gsoc2013-evolution-42e8edbe5c6bbb0ea247f256e113a07949432017.zip |
Fixed the setup of the "save-draft" signal so that it would actually work.
2002-01-09 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (class_init): Fixed the setup of the
"save-draft" signal so that it would actually work.
svn path=/trunk/; revision=15279
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index cdbf338f25..b0b891e5e9 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,15 @@ +2002-01-09 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (class_init): Fixed the setup of the + "save-draft" signal so that it would actually work. + +2002-01-08 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (is_special_header): Greatly simplified. No + need to have a list of headers to not accept - we can just refuse + all headers that are not X-* headers (other than X-Evolution + headers). + 2002-01-07 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (e_msg_composer_get_message_draft): Set the |