diff options
author | Jason Tackaberry <tack@dok.org> | 1999-01-31 06:18:25 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-01-31 06:18:25 +0800 |
commit | 2d126d6634af26d7a4db216fe8c9922932b8f1f2 (patch) | |
tree | 31059fffe51ddcd309663a372c28650b1c625e61 /calendar/ChangeLog | |
parent | b1f6df5d5d869861e1fb3e38d6e665f2cf638709 (diff) | |
download | gsoc2013-evolution-2d126d6634af26d7a4db216fe8c9922932b8f1f2.tar.gz gsoc2013-evolution-2d126d6634af26d7a4db216fe8c9922932b8f1f2.tar.zst gsoc2013-evolution-2d126d6634af26d7a4db216fe8c9922932b8f1f2.zip |
if the user clicks on an event that is an occurance, the menu will allow
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)
svn path=/trunk/; revision=636
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 |