diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-20 07:03:49 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-20 07:03:49 +0800 |
commit | ad8fe2fd17d945406291b2ce7a8522d9794ee915 (patch) | |
tree | 4b57e2207ef91a41a89604392ada15713c94b38f /calendar/ChangeLog | |
parent | 477830f7602e726cacf24fdbfb7d4c648b1a8bcb (diff) | |
download | gsoc2013-evolution-ad8fe2fd17d945406291b2ce7a8522d9794ee915.tar gsoc2013-evolution-ad8fe2fd17d945406291b2ce7a8522d9794ee915.tar.gz gsoc2013-evolution-ad8fe2fd17d945406291b2ce7a8522d9794ee915.tar.bz2 gsoc2013-evolution-ad8fe2fd17d945406291b2ce7a8522d9794ee915.tar.lz gsoc2013-evolution-ad8fe2fd17d945406291b2ce7a8522d9794ee915.tar.xz gsoc2013-evolution-ad8fe2fd17d945406291b2ce7a8522d9794ee915.tar.zst gsoc2013-evolution-ad8fe2fd17d945406291b2ce7a8522d9794ee915.zip |
add some needed commas (itip_send_comp): if publishing, don't set the to
2001-06-19 JP Rosevear <jpr@ximian.com>
* gui/itip-utils.c: add some needed commas
(itip_send_comp): if publishing, don't set the to list and show
the message. unless publishing, just send the email
* gui/Makefile.am: remove typo
svn path=/trunk/; revision=10310
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 88954b159d..49c9c0b304 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,9 @@ 2001-06-19 JP Rosevear <jpr@ximian.com> + * gui/itip-utils.c: add some needed commas + (itip_send_comp): if publishing, don't set the to list and show + the message. unless publishing, just send the email + * gui/Makefile.am: remove typo 2001-06-19 JP Rosevear <jpr@ximian.com> |