diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-21 02:00:54 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-21 02:00:54 +0800 |
commit | 26e5915000652f4807e337a2b370ce0051972f04 (patch) | |
tree | e439a67248bf8c320c79774d6247fb5a3c37a05b /calendar/ChangeLog | |
parent | efc1cef1db090cbce9b25260d7f236a21fc7e129 (diff) | |
download | gsoc2013-evolution-26e5915000652f4807e337a2b370ce0051972f04.tar gsoc2013-evolution-26e5915000652f4807e337a2b370ce0051972f04.tar.gz gsoc2013-evolution-26e5915000652f4807e337a2b370ce0051972f04.tar.bz2 gsoc2013-evolution-26e5915000652f4807e337a2b370ce0051972f04.tar.lz gsoc2013-evolution-26e5915000652f4807e337a2b370ce0051972f04.tar.xz gsoc2013-evolution-26e5915000652f4807e337a2b370ce0051972f04.tar.zst gsoc2013-evolution-26e5915000652f4807e337a2b370ce0051972f04.zip |
A lot of usability changes to GnomeCal -miguel
svn path=/trunk/; revision=168
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ba62725124..e1c77f2554 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +1998-04-20 Miguel de Icaza <miguel@nuclecu.unam.mx> + + * gncal-full-day.c (new_appointment): Setup the event editor dates + to those of the currently displayed day. + (gncal_full_day_selection_range): Use sensible values in the case + no range is selected. + (new_appointment): Events now use the current day for event creation. + + * view-utils.c: Pretty up the time display. + + * calobj.c (ical_object_compute_end): Initialize + ico->recur->enddate, otherwise we loop forever during final date computation. + + * eventedit.c: Now recurrence is toggled by a radio button in the + recurrence page, as the checkbox is confusing. + + * calobj.c (is_date_in_list): Add support for the exclussion + dates. + 1998-04-18 Miguel de Icaza <miguel@nuclecu.unam.mx> * gncal-year-view.c (double_click): Fix this routine as well. |