diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-19 09:06:29 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-19 09:06:29 +0800 |
commit | 6da38957bf240831aaa8a9c7c74080fec8cf2e3e (patch) | |
tree | d26f1157170ce4fadcba14e965929d02bad868b6 /calendar/ChangeLog | |
parent | 925301288069794eb2b1611bd1888af0996d76e3 (diff) | |
download | gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.gz gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.bz2 gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.lz gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.xz gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.zst gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.zip |
remove; redundant.
2000-10-19 Michael Meeks <michael@helixcode.com>
* gui/calendar-commands.c (tb_print_cb): remove; redundant.
* gui/event-editor.c (create_menu, create_toolbar): kill.
(event_editor_destroy): upd.
(event_editor_construct): update to new UI handler, cast
priv->general_summary to a widget not an object.
svn path=/trunk/; revision=6009
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7eded8aff2..03974500da 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2000-10-19 Michael Meeks <michael@helixcode.com> + + * gui/calendar-commands.c (tb_print_cb): remove; redundant. + + * gui/event-editor.c (create_menu, create_toolbar): kill. + (event_editor_destroy): upd. + (event_editor_construct): update to new UI handler, cast + priv->general_summary to a widget not an object. + +2000-10-18 Michael Meeks <michael@helixcode.com> + + * gui/dialogs/task-editor.c (create_menu, create_toolbar): die. + (debug_xml_cb): add debugging hook. + + * gui/dialogs/Makefile.am: add EVOLUTION_DATADIR + + * gui/dialogs/task-editor.c (task_editor_construct): upd for new UI. + 2000-10-17 JP Rosevear <jpr@helixcode.com> * conduits/todo/todo-conduit-control-applet.c: Add defines |