diff options
author | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-17 06:05:49 +0800 |
---|---|---|
committer | Jesse Pavel <jpavel@src.gnome.org> | 2000-11-17 06:05:49 +0800 |
commit | 3c47e82fbc246047f2a0e42f70a228acb652eadf (patch) | |
tree | 61169377807bf55250718cadc53f2a6e610b4679 /calendar/ChangeLog | |
parent | cff5794fb99709b950e8ca4004d74cc9bd924533 (diff) | |
download | gsoc2013-evolution-3c47e82fbc246047f2a0e42f70a228acb652eadf.tar.gz 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/ChangeLog | 6 |
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. |