aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-11 08:00:03 +0800
committerDan Winship <danw@src.gnome.org>2000-08-11 08:00:03 +0800
commitad5bf14a297edf4c8c2796bae8ac343ad1551151 (patch)
tree3767f847f6b0a444d684abe319b35c7137c9b630 /e-util/ChangeLog
parent5778265e23c39c32412f7dac263c0447b4aefd82 (diff)
downloadgsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.gz
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.bz2
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.lz
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.xz
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.tar.zst
gsoc2013-evolution-ad5bf14a297edf4c8c2796bae8ac343ad1551151.zip
Remove. The shell tells the components where the evolution homedir is now.
* e-setup.[ch]: Remove. The shell tells the components where the evolution homedir is now. * Makefile.am (libeutil_la_SOURCES): Remove e-setup.c svn path=/trunk/; revision=4711
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 27c2fa210c..ce4de0c31a 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,5 +1,10 @@
2000-08-10 Dan Winship <danw@helixcode.com>
+ * e-setup.[ch]: Remove. The shell tells the components where
+ the evolution homedir is now.
+
+ * Makefile.am (libeutil_la_SOURCES): Remove e-setup.c
+
* e-html-utils.c (e_text_to_html): If converting both spaces and
newlines, then convert tabs too. The joys of pseudo-<PRE>.