diff options
author | Larry Ewing <lewing@ximian.com> | 2001-07-04 03:17:31 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-07-04 03:17:31 +0800 |
commit | 23dd7a254c20edc576039e51cde0138f7772fbd8 (patch) | |
tree | 65f273a3bfa7eca86e888d728152efa5fb18ddc2 /composer/ChangeLog | |
parent | b7dede1a279b72d74cf52d2e194525426e6d144d (diff) | |
download | gsoc2013-evolution-23dd7a254c20edc576039e51cde0138f7772fbd8.tar.gz gsoc2013-evolution-23dd7a254c20edc576039e51cde0138f7772fbd8.tar.zst gsoc2013-evolution-23dd7a254c20edc576039e51cde0138f7772fbd8.zip |
querythe user to check if they want to load any orphans we've found.
2001-07-02 Larry Ewing <lewing@ximian.com>
* e-msg-composer.c (autosave_query_load_orphans): querythe user to
check if they want to load any orphans we've found.
(autosave_query_cb): the dialog callback.
(autosave_is_orphan): test if if a particular file is orphaned.
(autosave_load_draft): load a message from an autosave file.
(autosave_save_draft): save the current buffer to the autosave file.
svn path=/trunk/; revision=10761
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 fdf1fd4ce9..3956c9c1e9 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,12 @@ +2001-07-02 Larry Ewing <lewing@ximian.com> + + * e-msg-composer.c (autosave_query_load_orphans): querythe user to + check if they want to load any orphans we've found. + (autosave_query_cb): the dialog callback. + (autosave_is_orphan): test if if a particular file is orphaned. + (autosave_load_draft): load a message from an autosave file. + (autosave_save_draft): save the current buffer to the autosave file. + 2001-07-02 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). |