diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-04-24 09:43:07 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-24 09:43:07 +0800 |
commit | 2c7418345ced904d282ec3a70e98c81053f72806 (patch) | |
tree | 5252e3f9b6b6ceb767d5ccc753315ca212d62b5c /calendar/ChangeLog | |
parent | c79a97a8e1983a8c28bb11afe95d3eb3675b15e7 (diff) | |
download | gsoc2013-evolution-2c7418345ced904d282ec3a70e98c81053f72806.tar gsoc2013-evolution-2c7418345ced904d282ec3a70e98c81053f72806.tar.gz gsoc2013-evolution-2c7418345ced904d282ec3a70e98c81053f72806.tar.bz2 gsoc2013-evolution-2c7418345ced904d282ec3a70e98c81053f72806.tar.lz gsoc2013-evolution-2c7418345ced904d282ec3a70e98c81053f72806.tar.xz gsoc2013-evolution-2c7418345ced904d282ec3a70e98c81053f72806.tar.zst gsoc2013-evolution-2c7418345ced904d282ec3a70e98c81053f72806.zip |
Actually save the to-do entries.
1998-04-23 Federico Mena Quintero <federico@nuclecu.unam.mx>
* calendar.c (calendar_save): Actually save the to-do entries.
* gncal-todo.c (simple_todo_editor): Now you can add and edit
to-do entries.
svn path=/trunk/; revision=191
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ecf72c4e81..6e5078a039 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +1998-04-23 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * calendar.c (calendar_save): Actually save the to-do entries. + + * gncal-todo.c (simple_todo_editor): Now you can add and edit + to-do entries. + 1998-04-22 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.c: Made it use popup_menu(). |