diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1999-02-05 01:36:04 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-02-05 01:36:04 +0800 |
commit | caf215883e225dcc3a4f0d244dab0a61dfdf6ae8 (patch) | |
tree | d74ca114fb73885c5662feb5d9bdbff03c7cbe0e /calendar/ChangeLog | |
parent | 23e6445f8ba8f0173ac2c0f5e65985f0ffa9e2c2 (diff) | |
download | gsoc2013-evolution-caf215883e225dcc3a4f0d244dab0a61dfdf6ae8.tar.gz gsoc2013-evolution-caf215883e225dcc3a4f0d244dab0a61dfdf6ae8.tar.zst gsoc2013-evolution-caf215883e225dcc3a4f0d244dab0a61dfdf6ae8.zip |
Make the calendar start weeks on Monday if appropriate.
1999-02-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gncal-week-view.c (gncal_week_view_new): Make the calendar start
weeks on Monday if appropriate.
(gncal_week_view_time_format_changed): New function to notify the
week view that the time format has changed.
* gncal-day-panel.c (gncal_day_panel_new): Make the calendar start
weeks on Monday if appropriate.
(gncal_day_panel_time_format_changed): New function to notify the
day panel that the time format has changed.
* gnome-cal.c (gnome_calendar_time_format_changed): Tell the day
and week views that the time format has changed.
svn path=/trunk/; revision=643
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a53f21bb85..5def8c8840 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +1999-02-03 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gncal-week-view.c (gncal_week_view_new): Make the calendar start + weeks on Monday if appropriate. + (gncal_week_view_time_format_changed): New function to notify the + week view that the time format has changed. + + * gncal-day-panel.c (gncal_day_panel_new): Make the calendar start + weeks on Monday if appropriate. + (gncal_day_panel_time_format_changed): New function to notify the + day panel that the time format has changed. + + * gnome-cal.c (gnome_calendar_time_format_changed): Tell the day + and week views that the time format has changed. + 1999-02-01 Federico Mena Quintero <federico@nuclecu.unam.mx> * eventedit.c (event_editor_init): Set the title of the event |