diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-01 00:23:03 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-08-01 00:23:03 +0800 |
commit | d96fe8dc0a462489d863ee32f46e1631ca129e3e (patch) | |
tree | 1332ce30cface45104f566744b0814e6ed59cf78 /calendar/ChangeLog | |
parent | a82d0af27adda77412aa3e594cff5cd3fd14aa7e (diff) | |
download | gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.gz gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.bz2 gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.lz gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.xz gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.tar.zst gsoc2013-evolution-d96fe8dc0a462489d863ee32f46e1631ca129e3e.zip |
Sync from OLS - Federico
svn path=/trunk/; revision=11514
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 313b4a6b62..f5e999af8d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -75,6 +75,24 @@ * pcs/cal-backend-file.c (cal_backend_file_get_free_busy): implemented +2001-07-28 Federico Mena Quintero <federico@ximian.com> + + Fixes bug #5352. + + * gui/dialogs/cal-prefs-dialog.c (cal_prefs_dialog_show): Added a + `page' argument so that we can select which page to show when + popping up the dialog. + (cal_prefs_dialog_construct): Added the `page' argument as well. + (cal_prefs_dialog_new): Likewise. + + * gui/calendar-commands.c (settings_cmd): Set the page to the main + calendar settings one. + + * gui/tasks-control.c (tasks_control_settings_cmd): Implemented + callback for the "Task Settings" command. + (verbs): Added the "TasksSettings" verb. + (pixmaps): Added an icon for the tasks settings command. + 2001-07-27 JP Rosevear <jpr@ximian.com> * conduits/calendar/calendar-conduit.c (local_record_from_comp): |