diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-08 03:01:42 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-08 03:01:42 +0800 |
commit | b5a61327da495147f0a45b4a9f6ee3a77687eeab (patch) | |
tree | c982108602c3bda5e204f1c4557a400cf96e00d0 /calendar/ChangeLog | |
parent | eaba896a148c812a3744805bcfb56b09753bc896 (diff) | |
download | gsoc2013-evolution-b5a61327da495147f0a45b4a9f6ee3a77687eeab.tar.gz gsoc2013-evolution-b5a61327da495147f0a45b4a9f6ee3a77687eeab.tar.zst gsoc2013-evolution-b5a61327da495147f0a45b4a9f6ee3a77687eeab.zip |
More work in progress, wheeeee - Federico
svn path=/trunk/; revision=109
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 99399d1f38..ced0d7c6ad 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,45 @@ +1998-04-06 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gncal-week-view.c (gncal_week_view_new): Use the new + gtk_table_set_homogeneous() instead of setting the variable directly. + +1998-04-03 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * eventedit.c (ee_create_ae): Make it return void. + (ee_alarm_widgets): Remove some unused variables. + (ee_store_alarm): Make it return void. + #include <string.h> + + * eventedit.h: #include "gnome-cal.h" + + * calobj.c (list_free): Don't use g_free in the g_list_foreach. + + * calendar.h: Add prototype for calendar_load(). + + * timeutil.h: Add prototypes for time_add_*(). + + * calendar.c: + * calobj.c: + * eventedit.c: + * gnome-cal.c: #include "timeutil.h" + + * gncal-day-view.c (gncal_day_view_size_request): Make the minimum + width equal or larger to the title width. + + * main.c: #include "eventedit.h" + (main): Add a return statement. + (new_calendar): Show stuff *after* the calendar has been loaded. + + * gnome-cal.c (gnome_calendar_load): Update the day view. + (setup_widgets): Hackish setup of a day view widget - will fix later. + (gnome_calendar_init): Initialize all fields. + + * gnome-cal.h: Added day_view field. Maybe this should be changed + when the a complete day view panel is complete. + + * gncal-day-view.c (gncal_day_view_update): Draw after update, not + before. + 1998-04-06 Carsten Schaar <nhadcasc@fs-maphy.uni-hannover.de> * versit/.cvsignore: New file. |