aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-06-30 10:06:42 +0800
committerChris Lahey <clahey@src.gnome.org>2001-06-30 10:06:42 +0800
commit6f940aed6e4c091812b13aff93a4f1de190a8dd3 (patch)
tree13fdab5d4aaa9882b9f8d7ea29c797c13f187e60 /shell/ChangeLog
parente8b463223ec8b3ca87a2d53f227a60d500a800e2 (diff)
downloadgsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.tar
gsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.tar.gz
gsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.tar.bz2
gsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.tar.lz
gsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.tar.xz
gsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.tar.zst
gsoc2013-evolution-6f940aed6e4c091812b13aff93a4f1de190a8dd3.zip
Changed $(datadir)/evolution/etspec to "$(etspecdir)" here.
2001-06-29 Christopher James Lahey <clahey@ximian.com> * Makefile.am (INCLUDES): Changed $(datadir)/evolution/etspec to "$(etspecdir)" here. svn path=/trunk/; revision=10618
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0e845d6343..e500740bb6 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2001-06-29 Christopher James Lahey <clahey@ximian.com>
+ * Makefile.am (INCLUDES): Changed $(datadir)/evolution/etspec to
+ "$(etspecdir)" here.
+
+2001-06-29 Christopher James Lahey <clahey@ximian.com>
+
* e-shortcuts-view-model.c (load_group_into_model): Replaced GList
with GSList here to fix a type mismatch.