From 59b1e25cfdb4253a94df4392d1e2fb69a6901515 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 2 Jan 2001 18:16:45 +0000 Subject: Do not compose strings so that they can be localized correctly. Also, 2001-01-02 Federico Mena Quintero * gui/dialogs/delete-comp.c (delete_component_dialog): Do not compose strings so that they can be localized correctly. Also, convert from UTF8 into the font's encoding. Fixes bug #1030. * gui/e-calendar-table.c (delete_component): Pass the widget argument to delete_component_dialog(). * gui/e-day-view.c (e_day_view_on_delete_appointment): Likewise. * gui/e-week-view.c (e_week_view_on_delete_appointment): Likewise. * gui/event-editor.c (file_delete_cb): Likewise. * gui/calendar-commands.c: Use BONOBO_UI_VERB() instead of BONOBO_UI_UNSAFE_VERB(). Guess what, all of our handler signatures were wrong. * gui/event-editor.c: Likewise. * gui/dialogs/task-editor.c: Likewise. * gui/goto-dialog.glade: Added some spacing between the month/year widgets and the calendar widget. svn path=/trunk/; revision=7211 --- calendar/ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b372baa31e..04abb82c3b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,29 @@ +2001-01-02 Federico Mena Quintero + + * gui/dialogs/delete-comp.c (delete_component_dialog): Do not + compose strings so that they can be localized correctly. Also, + convert from UTF8 into the font's encoding. Fixes bug #1030. + + * gui/e-calendar-table.c (delete_component): Pass the widget + argument to delete_component_dialog(). + + * gui/e-day-view.c (e_day_view_on_delete_appointment): Likewise. + + * gui/e-week-view.c (e_week_view_on_delete_appointment): Likewise. + + * gui/event-editor.c (file_delete_cb): Likewise. + + * gui/calendar-commands.c: Use BONOBO_UI_VERB() instead of + BONOBO_UI_UNSAFE_VERB(). Guess what, all of our handler + signatures were wrong. + + * gui/event-editor.c: Likewise. + + * gui/dialogs/task-editor.c: Likewise. + + * gui/goto-dialog.glade: Added some spacing between the month/year + widgets and the calendar widget. + 2001-01-01 Federico Mena Quintero * gui/gnome-cal.c (gnome_calendar_destroy): Unconditionally remove -- cgit