aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b84625c773..3f3b46b0a5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,29 @@
+2003-07-22 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/e-cal-view.[ch]: added "get_selected_events",
+ and "update_query" virtual methods.
+ (e_cal_view_class_init): initialize new virtual methods.
+ (e_cal_view_destroy): destroy new private members.
+ (e_cal_view_get_selected_events, e_cal_view_set_cal_client,
+ e_cal_view_get_cal_client): new functions.
+ (e_cal_view_cut_clipboard, e_cal_view_copy_clipboard,
+ e_cal_view_paste_clipboard): merged clipboard stuff.
+
+ * gui/e-day-view.c (e_day_view_cut_clipboard,
+ e_day_view_copy_clipboard, e_day_view_paste_clipboard): removed.
+ (e_day_view_get_selected_events): made these private as the
+ implementation of the 'get_selected_events' base class virtual method.
+
+ * gui/e-week-view.c (e_week_view_get_selected_events): ditto.
+ (e_week_view_cut_clipboard, e_week_view_copy_clipboard,
+ e_week_view_paste_clipboard): removed.
+
+ * gui/calendar-commands.c (sensitize_calendar_commands): call
+ e_cal_view_get_selected_events.
+
+ * gui/gnome-cal.c: removed a lot of redundant code thanks to the
+ above changes.
+
2003-07-21 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-day-view.[ch]: removed e_day_view_set_calendar prototype.
='5' class='logmsg'> Fix remote code execution which can occur with a specially crafted audit file. The attacker would need to get the portaudit(1) to download the bad audit database, e.g. by performing a man in the middle attack. Add signature verification of the portaudit database. The public key is for the database generated for portaudit.FreeBSD.org is included in the distribution. (This parts add the portaudit public key missed in initial commit.) Submitted by: Michael Gmelin <freebsd@grem.de> Reported by: Michael Gmelin <freebsd@grem.de>, Joerg Scheinert Security: Remote code execution Security: http://vuxml.FreeBSD.org/6d329b64-6bbb-11e1-9166-001e4f0fb9b1.html Feature safe: yes With hat: so