diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-07 14:22:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-07 14:22:02 +0800 |
commit | c6c1164cca58c30c9bec04ca1c01856ed04a1366 (patch) | |
tree | 92f90128561abee151b97d8d4f32e8c23c258da6 /composer/ChangeLog | |
parent | dcc0eea8aacc61ce5c031fb76288238b436fb5ab (diff) | |
download | gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.gz gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.bz2 gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.lz gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.xz gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.tar.zst gsoc2013-evolution-c6c1164cca58c30c9bec04ca1c01856ed04a1366.zip |
Prompt the user to save their composition in Drafts. (set_editor_text):
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (do_exit): Prompt the user to save their
composition in Drafts.
(set_editor_text): Uhm, use "-- \n" not "--\n" because the space
is called for in the standard
(e_msg_composer_new_with_message): New convenience function that
takes a CamelMimeMessage as an argument. This will be useful when
we code the ability to resume the editing of a message draft (like
in the Drafts folder).
svn path=/trunk/; revision=4562
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index f5c8462b0b..dc490887dd 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,14 @@ +2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> + + * e-msg-composer.c (do_exit): Prompt the user to save their + composition in Drafts. + (set_editor_text): Uhm, use "-- \n" not "--\n" because the space + is called for in the standard + (e_msg_composer_new_with_message): New convenience function that + takes a CamelMimeMessage as an argument. This will be useful when + we code the ability to resume the editing of a message draft (like + in the Drafts folder). + 2000-08-01 JP Rosevear <jpr@helixcode.com> * e-msg-composer.h: Constify param |