aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJesse Pavel <jpavel@src.gnome.org>2000-11-17 06:05:49 +0800
committerJesse Pavel <jpavel@src.gnome.org>2000-11-17 06:05:49 +0800
commit3c47e82fbc246047f2a0e42f70a228acb652eadf (patch)
tree61169377807bf55250718cadc53f2a6e610b4679 /calendar/ChangeLog
parentcff5794fb99709b950e8ca4004d74cc9bd924533 (diff)
downloadgsoc2013-evolution-3c47e82fbc246047f2a0e42f70a228acb652eadf.tar
gsoc2013-evolution-3c47e82fbc246047f2a0e42f70a228acb652eadf.tar.gz
gsoc2013-evolution-3c47e82fbc246047f2a0e42f70a228acb652eadf.tar.bz2
gsoc2013-evolution-3c47e82fbc246047f2a0e42f70a228acb652eadf.tar.lz
gsoc2013-evolution-3c47e82fbc246047f2a0e42f70a228acb652eadf.tar.xz
gsoc2013-evolution-3c47e82fbc246047f2a0e42f70a228acb652eadf.tar.zst
gsoc2013-evolution-3c47e82fbc246047f2a0e42f70a228acb652eadf.zip
added cancellation code to our program; people can cancel meetings,
which is the best thing to do for most meetings. svn path=/trunk/; revision=6594
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ed20842624..e5bdf9696c 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-16 Jesse Pavel <jpavel@helixcode.com>
+
+ * gui/e-itip-control.c, gui/e-meeting-edit.c: added cancellation
+ code to our program; people can cancel meetings, which is the best
+ thing to do for most meetings.
+
2000-11-13 Jesse Pavel <jpavel@helixcode.com>
* gui/e-itip-control.c: made the REPLY code actually work.