diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2007-12-05 23:11:26 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-12-05 23:11:26 +0800 |
commit | 08380ae64ec3d29f1335ce1d1a4a7b601be7903d (patch) | |
tree | 0ca7262699f9cbc0b70e559611b1ff6c54eec305 /e-util/ChangeLog | |
parent | eeeb246bdd1de04ab60e46c95449137db5ef0d5f (diff) | |
download | gsoc2013-evolution-08380ae64ec3d29f1335ce1d1a4a7b601be7903d.tar.gz gsoc2013-evolution-08380ae64ec3d29f1335ce1d1a4a7b601be7903d.tar.zst gsoc2013-evolution-08380ae64ec3d29f1335ce1d1a4a7b601be7903d.zip |
** Add basic support for crash recovery
2007-12-05 Srinivasa Ragavan <sragavan@novell.com>
** Add basic support for crash recovery
* apps_evolution_shell.schemas.in: Keys to recover and recovery dialog.
* e-shell.c: (e_shell_quit): Delete the lock while quitting.
* main.c: (show_recovery_warning), (idle_cb): Create lock and also show
the warning dialog.
svn path=/trunk/; revision=34652
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 06a841a3d7..1cd661efc8 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2007-12-05 Srinivasa Ragavan <sragavan@novell.com> + + * e-util.c: (get_lock_filename), (e_file_lock_create), + (e_file_lock_destroy), (e_file_lock_exists): Add utility functions for + startup-running lock create, check and delete. + * e-util.h: + 2007-12-04 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #500210 |