diff options
author | Arturo Espinosa Aldama <arturo@nuclecu.unam.mx> | 1998-04-15 10:40:24 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-15 10:40:24 +0800 |
commit | 0e5cfe78a5161e1c98e69f4670552e0d381b3d30 (patch) | |
tree | 058ef3f23121fbd5c87361a951c02b611c384529 /calendar/ChangeLog | |
parent | 3161696e57f03b5ebc859907725f6836f4220667 (diff) | |
download | gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.gz gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.bz2 gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.lz gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.xz gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.tar.zst gsoc2013-evolution-0e5cfe78a5161e1c98e69f4670552e0d381b3d30.zip |
New widget for the year view. added required compilation of the new files.
1998-04-14 Arturo Espinosa Aldama <arturo@nuclecu.unam.mx>
* gncal-year-view.[hc]: New widget for the year view.
* Makefile.am: added required compilation of the new files.
svn path=/trunk/; revision=134
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c986771afc..f6ad8b1a78 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,33 @@ +1998-04-14 Arturo Espinosa Aldama <arturo@nuclecu.unam.mx> + + * gncal-year-view.[hc]: New widget for the year view. + * Makefile.am: added required compilation of the new files. + +1998-04-14 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * eventedit.c (event_editor_setup_time_frame): Fixed some table + expansions to make the dialog look nicer when resized. + + * calobj.c (ignore_space): Fixed compiler warning about unused + computed value. + (ocurrencelist): Replace str by p confusion. Removed unused + variables value and q. + (daynumber): Fixed a couple of warnings about unused values. + (load_recurrence): Removed unused variable c. Added a default + clause to the switch(type). + + * eventedit.c (ee_rp_init_frequency): Removed unused variable content. + Fixed a compiler warning by adding a missing cast. + + * calobj.c (ical_object_create_from_vobject): Make the + load_recurrence() part work correctly. Eliminated use of + syntax_error variable. + 1998-04-13 Federico Mena Quintero <federico@nuclecu.unam.mx> + * gncal-full-day.c (child_key_press): Unfocus the child and focus + the parent fullday widget when the user presses Esc. + * gncal-week-view.c (gncal_week_view_update): Now takes object and flags parameters. * gncal-day-view.c (gncal_day_view_update): Likewise. |