diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.in | 1 |
2 files changed, 11 insertions, 0 deletions
@@ -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 |