From 5c85a8211ecc53c48666a9180787659f88a8fea8 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 10 Jul 2001 01:31:29 +0000 Subject: Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly. 2001-07-09 Federico Mena Quintero * gui/e-day-view.c (e_day_view_key_press): Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly. (e_day_view_cut_clipboard): Constify. (e_day_view_on_cut): Constify. (e_day_view_reshape_long_event): Remove unused variable. * gui/e-week-view.c (e_week_view_key_press): Use e_utf8_from_gtk_event_key() so that we can input utf8 text properly. (e_week_view_cut_clipboard): Constify. (e_week_view_on_cut): Constify. * cal-client/cal-client.c (cal_client_resolve_tzid_cb): Fix the prototype so that this matches CalRecurResolveTimezoneFn. Also renamed it so that it is clear that it is supposed to be a callback. svn path=/trunk/; revision=10942 --- calendar/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 27e4c97758..f910acaece 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2001-07-09 Federico Mena Quintero + + * gui/e-day-view.c (e_day_view_key_press): Use + e_utf8_from_gtk_event_key() so that we can input utf8 text + properly. + (e_day_view_cut_clipboard): Constify. + (e_day_view_on_cut): Constify. + (e_day_view_reshape_long_event): Remove unused variable. + + * gui/e-week-view.c (e_week_view_key_press): Use + e_utf8_from_gtk_event_key() so that we can input utf8 text + properly. + (e_week_view_cut_clipboard): Constify. + (e_week_view_on_cut): Constify. + + * cal-client/cal-client.c (cal_client_resolve_tzid_cb): Fix the + prototype so that this matches CalRecurResolveTimezoneFn. Also + renamed it so that it is clear that it is supposed to be a + callback. + 2001-07-06 JP Rosevear * gui/dialogs/meeting-page.c (init_widgets): connect to the entry -- cgit v1.2.3