diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-09 08:04:08 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-09 08:04:08 +0800 |
commit | a9b1af2b26c0be96173149078b4e98b2b1d3aac2 (patch) | |
tree | 457f1242ed55d2503a3e8cca55c35e597fa0bd2d /calendar/ChangeLog | |
parent | ca6dd05c600cfbaf6c9b16059b2377932463ea0d (diff) | |
download | gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.gz gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.bz2 gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.lz gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.xz gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.tar.zst gsoc2013-evolution-a9b1af2b26c0be96173149078b4e98b2b1d3aac2.zip |
1. Fix: `New Appointment' defaults to the current day. 2. Add `New
1. Fix: `New Appointment' defaults to the current day.
2. Add `New appointment today' entry.
3. Use the new freeze/thaw changes to avoid the extensive flicker.
Miguel.
svn path=/trunk/; revision=209
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8f9bbe3e54..a921d7f813 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +1998-05-08 Miguel de Icaza <miguel@nuclecu.unam.mx> + + * gncal-full-day.c (new_appointment): Use gtk_calendar freeze/thaw + + * gncal-year-view.c (gncal_year_view_set_year): Use gtkcalendar freeze/thaw. + + * eventedit.c (event_editor_init): Use gnome_dialog_set_close to + avoid the ugly warning. + + * main.c (display_objedit): Default to the day the user is looking + at. + 1998-05-05 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-day-panel.c (full_day_size_allocated): Do not emit a value |