diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-30 23:09:35 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-30 23:09:35 +0800 |
commit | 391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504 (patch) | |
tree | 209a2f99fff96ddb56569a095c67c5d4126b3625 /shell/ChangeLog | |
parent | 57679efdf629f8c3cd7ce2c255ee3c9839fa8618 (diff) | |
download | gsoc2013-evolution-391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504.tar.gz gsoc2013-evolution-391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504.tar.zst gsoc2013-evolution-391ca0f24d68d822c9f0cc09bcf2e7c68a1fa504.zip |
these just handle creating the ~/evolution dir and so are no longer needed
2003-12-30 JP Rosevear <jpr@ximian.com>
* e-setup.[hc]: these just handle creating the ~/evolution dir and
so are no longer needed
* main.c (main): don't setup the old ~/evolution dir
* Makefile.am: don't build dead files
* e-shell.c (e_shell_go_online): get the id from the component
info
svn path=/trunk/; revision=24024
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 73991d0eee..05c28b39e2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2003-12-30 JP Rosevear <jpr@ximian.com> + + * e-setup.[hc]: these just handle creating the ~/evolution dir and + so are no longer needed + + * main.c (main): don't setup the old ~/evolution dir + + * Makefile.am: don't build dead files + + * e-shell.c (e_shell_go_online): get the id from the component + info + 2003-12-22 Ross Burton <ross@burtonini.com> * e-shell.c: mark the settings dialog as transient for the main window. |