aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
-rw-r--r--configure.in1
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1aa6d25f4..c75be71794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-01-14 Damon Chaplin <damon@helixcode.com>
+
+ * tools/evolution-move-tasks: new script to move tasks from the
+ Calendar folder to the new Tasks folder, so people won't lose tasks.
+ This can be deleted after a few releases.
+
+ * tools/Makefile.am (bin_SCRIPTS): added above.
+
+ * configure.in: added default_user/local/Tasks/Makefile to AC_OUTPUT.
+
2001-01-12 Jeffrey Stedfast <fejj@ximian.com>
* config.h.in: Removed GPG stuff.
diff --git a/configure.in b/configure.in
index 31d6b4b771..a4023268c6 100644
--- a/configure.in
+++ b/configure.in
@@ -687,6 +687,7 @@ default_user/local/Executive-Summary/Makefile
default_user/local/Inbox/Makefile
default_user/local/Outbox/Makefile
default_user/local/Sent/Makefile
+default_user/local/Tasks/Makefile
default_user/local/Trash/Makefile
tools/Makefile
doc/Makefile