diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-03-01 05:08:45 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-03-01 05:08:45 +0800 |
commit | 5569968699ce8163d51110eeefee8e8ebfe31b46 (patch) | |
tree | 0530f5a969922727207e1b6a60adece8cc662fb0 /calendar/ChangeLog | |
parent | 2ee1eb9078b7e5a356fe2c9cfb6782bcf005bdb7 (diff) | |
download | gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar.gz gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.tar.zst gsoc2013-evolution-5569968699ce8163d51110eeefee8e8ebfe31b46.zip |
Add calendar/importers/Makefile to output.
2003-02-28 Hans Petter Jansson <hpj@ximian.com>
* configure.in: Add calendar/importers/Makefile to output.
* calendar/Makefile.am (SUBDIRS): Add importers/.
* calendar/importers/Makefile.am (server_in_files)
(server_DATA): Insert $(libexecdir).
* calendar/importers/icalendar-importer.c (connect_to_shell):
oaf_activate_from_id() -> bonobo_activation_activate_from_id().
(load_vcalendar_file): U_() -> _().
svn path=/trunk/; revision=20109
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c31495dd9f..c06491e3b3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2003-02-28 Hans Petter Jansson <hpj@ximian.com> + + * Makefile.am (SUBDIRS): Add importers/. + + * importers/Makefile.am (server_in_files) + (server_DATA): Insert $(libexecdir). + + * importers/icalendar-importer.c (connect_to_shell): + oaf_activate_from_id() -> bonobo_activation_activate_from_id(). + (load_vcalendar_file): U_() -> _(). + 2003-02-28 Dan Winship <danw@ximian.com> * gui/Makefile.am (libevolution_calendar_la_LIBADD): Remove |