diff options
author | Larry Ewing <lewing@ximian.com> | 2001-07-04 03:31:06 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-07-04 03:31:06 +0800 |
commit | ed46ce99fed3badd4488706e8b82fc4bfc3402af (patch) | |
tree | 56679366065ec4fbd7e3d4fd177b6ff3cbde2982 /composer/ChangeLog | |
parent | 23dd7a254c20edc576039e51cde0138f7772fbd8 (diff) | |
download | gsoc2013-evolution-ed46ce99fed3badd4488706e8b82fc4bfc3402af.tar gsoc2013-evolution-ed46ce99fed3badd4488706e8b82fc4bfc3402af.tar.gz gsoc2013-evolution-ed46ce99fed3badd4488706e8b82fc4bfc3402af.tar.bz2 gsoc2013-evolution-ed46ce99fed3badd4488706e8b82fc4bfc3402af.tar.lz gsoc2013-evolution-ed46ce99fed3badd4488706e8b82fc4bfc3402af.tar.xz gsoc2013-evolution-ed46ce99fed3badd4488706e8b82fc4bfc3402af.tar.zst gsoc2013-evolution-ed46ce99fed3badd4488706e8b82fc4bfc3402af.zip |
remove the timer id.
2001-07-03 Larry Ewing <lewing@ximian.com>
* e-msg-composer.h: remove the timer id.
* e-msg-composer.c: use autosave manager.
(autosave_save_draft): moved initialization to
autosave_init_file. Only save the buffer if we get a valid
message.
(autosave_load_draft): unlink the old file, we own it now. and
unref the stream when we are done with it.
(autosave_is_owned): check if we own the file, this needs to be
extended to check for other valid processes.
(autosave_query_load_orphans): make this search through the
managers list as it walks the dir.
(autosave_query_load_orphans): make sure we use the full path.
(autosave_run_foreach_cb): timeout foreach handler.
(autosave_run): the timeout function.
(autosave_start): start timer.
(autosave_stop): stop timer.
(autosave_register): register a composer with the autosave manager.
(autosave_unregister): unregister a composer.
(destroy): unregister the composer, everything is okay.
(init): register the composer.
svn path=/trunk/; revision=10762
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 3956c9c1e9..2e3d5cde89 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,6 +1,32 @@ +2001-07-03 Larry Ewing <lewing@ximian.com> + + * e-msg-composer.h: remove the timer id. + + * e-msg-composer.c: use autosave manager. + (autosave_save_draft): moved initialization to + autosave_init_file. Only save the buffer if we get a valid + message. + (autosave_load_draft): unlink the old file, we own it now. and + unref the stream when we are done with it. + (autosave_is_owned): check if we own the file, this needs to be + extended to check for other valid processes. + (autosave_query_load_orphans): make this search through the + managers list as it walks the dir. + (autosave_query_load_orphans): make sure we use the full path. + (autosave_run_foreach_cb): timeout foreach handler. + (autosave_run): the timeout function. + (autosave_start): start timer. + (autosave_stop): stop timer. + (autosave_register): register a composer with the autosave manager. + (autosave_unregister): unregister a composer. + (destroy): unregister the composer, everything is okay. + (init): register the composer. + 2001-07-02 Larry Ewing <lewing@ximian.com> - * e-msg-composer.c (autosave_query_load_orphans): querythe user to + * e-msg-composer.h: add autosave members. + + * e-msg-composer.c (autosave_query_load_orphans): query the 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. |