aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-16 13:47:06 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-16 13:47:06 +0800
commit16bcca2ec81199ff2460f35f9473349e7634ee40 (patch)
treed79dbcf933bdc9d5012838367310de2377004e51 /calendar/ChangeLog
parent8c2bc05620e28699a6d4768791411a293a797015 (diff)
downloadgsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar
gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar.gz
gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar.bz2
gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar.lz
gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar.xz
gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.tar.zst
gsoc2013-evolution-16bcca2ec81199ff2460f35f9473349e7634ee40.zip
added code in gui/itip-utils.[ch], gui/e-cal-popup.[ch], gui/e-calendar-view.c
so that an option of "Reply" and "Reply All" on right click of a calendar item for calendars that do not have the static capability of saving schedules. svn path=/trunk/; revision=31192
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5ee17a784b..e4dbe10697 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,24 @@
2006-01-16 P S Chakravarthi <pchakravarthi@novell.com>
+ Minor Feature: Reply and Reply all for calendar items of clients
+ that support such facility (personal, exchange).
+
+ * gui/e-cal-popup.[ch] : added a definition for
+ E_CAL_POPUP_SELECT_NOSAVESCHEDULES which separates out calendar items
+ of clients without the static capability of saving schedules.
+ * gui/itip-utils.c:
+ reply_to_calendar_comp (), html_new_lines_for (): added.
+ comp_to_list (): added another boolean parameter called reply_all which
+ indicates if reply to everyone is wanted or not.
+ added code for E_CAL_COMPONENT_METHOD_REPLY
+ itip_get_comp_attendee () : added code for E_CAL_COMPONENT_METHOD_REPLY
+ comp_content_type () : added code for E_CAL_COMPONENT_METHOD_REPLY
+ * gui/e-calendar-view.c on_reply (), on_reply_all (): added.
+ modified E_CAL_POPUP_* menu items to include Reply and Reply All
+
+
+2006-01-16 P S Chakravarthi <pchakravarthi@novell.com>
+
Fixes a crash in alarm-daemon on selecting "Quit" in panel options
* gui/alarm-notify/alarm-queue.c (remove_client_alarms):
Removed the code loops through a list of ids generated.