diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-03-26 19:14:13 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-26 19:14:13 +0800 |
commit | 5fe6e035ed8d47b13d151ca556197f8832b18c81 (patch) | |
tree | ab6ac630d3c33652e52716d567d321e87439c00d /calendar/ChangeLog | |
parent | ab54218f6469377dda71786decba73c8598afecf (diff) | |
download | gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.gz gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.bz2 gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.lz gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.xz gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.tar.zst gsoc2013-evolution-5fe6e035ed8d47b13d151ca556197f8832b18c81.zip |
Replace includes of <gnome.h>, <bonobo.h> and <gtk/gtk.h> with the needed
2001-03-26 Kjartan Maraas <kmaraas@gnome.org>
* cal-client/client-test.c: Replace includes of <gnome.h>, <bonobo.h>
and <gtk/gtk.h> with the needed headers to speed up compile.
* cal-util/test-recur.c: Same here for <gtk/gtk.h>
* gui/calendar-commands.c: Replace <bonobo.h> and remove
<libgnorba/gnorba.h>
* gui/calendar-summary.c: Replace <gnome.h> and <bonobo.h>
* gui/calendar-summary.h: Added <bonobo/bonobo-generic-factory.h>
* gui/component-factory.c: Remove <bonobo.h>
* gui/control-factory.c: Replace <bonobo.h>
* gui/e-calendar-table.c: Remove <gnome.h>
* gui/e-itip-control.c: Replace <gnome.h> and <bonobo.h>
* gui/e-meeting-edit.c: Replace <bonobo.h>
* gui/e-tasks.c: Replace <gnome.h>
* gui/e-tasks.h: Replace <bonobo.h>
* gui/gnome-cal.h: Remove <bonobo.h>
* gui/main.c: Replace <bonobo.h> and <glade/glade.h>
* gui/tasks-control-factory.c: Replace <bonobo.h>
* gui/tasks-control.c: Replace <gnome.h> and <bonobo.h>
* gui/weekday-picker.c: Add <string.h> and <libgnome/gnome-defs.h>
* gui/alarm-notify/client-main.c: Remove <gnome.h> and <bonobo.h>
* gui/alarm-notify/notify-main.c: Replace <gnome.h> and <bonobo.h>
* gui/dialogs/alarm-notify-dialog.c: Replace <gnome.h>
* pcs/cal-backend.c: Replace <gtk/gtk.h>
svn path=/trunk/; revision=8937
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 03f2e1b3a9..c7c74a95ed 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,29 @@ +2001-03-26 Kjartan Maraas <kmaraas@gnome.org> + + * cal-client/client-test.c: Replace includes of <gnome.h>, <bonobo.h> + and <gtk/gtk.h> with the needed headers to speed up compile. + * cal-util/test-recur.c: Same here for <gtk/gtk.h> + * gui/calendar-commands.c: Replace <bonobo.h> and remove + <libgnorba/gnorba.h> + * gui/calendar-summary.c: Replace <gnome.h> and <bonobo.h> + * gui/calendar-summary.h: Added <bonobo/bonobo-generic-factory.h> + * gui/component-factory.c: Remove <bonobo.h> + * gui/control-factory.c: Replace <bonobo.h> + * gui/e-calendar-table.c: Remove <gnome.h> + * gui/e-itip-control.c: Replace <gnome.h> and <bonobo.h> + * gui/e-meeting-edit.c: Replace <bonobo.h> + * gui/e-tasks.c: Replace <gnome.h> + * gui/e-tasks.h: Replace <bonobo.h> + * gui/gnome-cal.h: Remove <bonobo.h> + * gui/main.c: Replace <bonobo.h> and <glade/glade.h> + * gui/tasks-control-factory.c: Replace <bonobo.h> + * gui/tasks-control.c: Replace <gnome.h> and <bonobo.h> + * gui/weekday-picker.c: Add <string.h> and <libgnome/gnome-defs.h> + * gui/alarm-notify/client-main.c: Remove <gnome.h> and <bonobo.h> + * gui/alarm-notify/notify-main.c: Replace <gnome.h> and <bonobo.h> + * gui/dialogs/alarm-notify-dialog.c: Replace <gnome.h> + * pcs/cal-backend.c: Replace <gtk/gtk.h> + 2001-03-25 Federico Mena Quintero <federico@ximian.com> * gui/e-calendar-table.c (e_calendar_table_init): The |