From 9f12922bd88bd7a83247cc7e0646c72773e2a013 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Tue, 12 Jul 2005 04:04:14 +0000 Subject: Merge back eplugin-import-branch. svn path=/trunk/; revision=29725 --- calendar/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 98296f6a54..e0a93ee5a9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -127,6 +127,29 @@ (event_editor_construct): Do not desensitize the attachment bar as there will be no way to open an attachement. +2005-07-06 Not Zed + + * importers/icalendar-importer.c (ivcal_getwidget): fix a missing + init on sd. + (ivcal_getwidget): pack the notebook with fill on. + + * importers/Makefile.am: remove -module flags. + + * Makefile.am: build importers before the gui. + + * gui/main.c (initialize): register the inbuild calendar importers. + + * importers/icalendar-importer.c: Converted to eplugin, cleaned up + some stuff as well. Put the selectors in scrolledwindows so they + dont grow unbounded. + (gnome_calendar_getwidget): set the default actions based on + wether we've run or not. + (update_single_object): removed dead code? + +2005-07-05 Not Zed + + * importers/icalendar-importer.c: start work on e-plugin importer. + 2005-06-27 Tor Lillqvist * */Makefile.am: Prune unnecessary and nonexistent directories -- cgit