diff options
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 289f66feec..78876acc1e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +1999-01-29 Jason Tackaberry <tack@dok.org> + + * gncal-full-day.c (child_popup_menu): if the user clicks on an + event that is an occurance, the menu will allow the user to delete + all occurances of this event, or just the selected occurance. + (delete_occurance): added. + + * eventedit.c (append_exception): force the clist to select the + new exception. (fixes segfault) + (delete_exception): if the last exception in the clist is deleted, + move the selection index up. (fixes segfault) + 1999-01-28 Miguel de Icaza <miguel@nuclecu.unam.mx> * main.c (parse_an_arg): Add --hidden key to hide the calendar at |