diff options
author | JP Rosevear <jpr@ximian.com> | 2002-03-30 05:45:33 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2002-03-30 05:45:33 +0800 |
commit | a3aae682ce9911e451faae370ed4e88b2d6f4a2a (patch) | |
tree | 2f1fdfd7de8ec1d25d2891ac9497b283f2d30410 /calendar/ChangeLog | |
parent | 5b8bbd736fce436933bbb1f6f02df36c1b86a5fc (diff) | |
download | gsoc2013-evolution-a3aae682ce9911e451faae370ed4e88b2d6f4a2a.tar.gz gsoc2013-evolution-a3aae682ce9911e451faae370ed4e88b2d6f4a2a.tar.zst gsoc2013-evolution-a3aae682ce9911e451faae370ed4e88b2d6f4a2a.zip |
implement new pop up menu items for "Save as", "Print", "Assign Task",
2002-03-29 JP Rosevear <jpr@ximian.com>
* gui/e-calendar-table.c: implement new pop up menu items for
"Save as", "Print", "Assign Task", "Forward as iCalendar"
* gui/e-day-view.c: similarly, also "Publish Free/Busy
Information" and "New Meeting" and "New Task"
* gui/e-week-view.c: ditto
* gui/dialogs/task-editor.c (show_assignment): move the assignment
page stuff here
(task_editor_show_assignment): use it
(assign_task_cmd): ditto
* gui/dialogs/task-editor.h: new proto
* gui/dialogs/comp-editor.c (save_as_cmd): use new e-util file
selector function
svn path=/trunk/; revision=16287
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7edd2e538e..279583485c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,27 @@ +2002-03-29 JP Rosevear <jpr@ximian.com> + + * gui/e-calendar-table.c: implement new pop up menu items for + "Save as", "Print", "Assign Task", "Forward as iCalendar" + + * gui/e-day-view.c: similarly, also "Publish Free/Busy + Information" and "New Meeting" and "New Task" + + * gui/e-week-view.c: ditto + + * gui/dialogs/task-editor.c (show_assignment): move the assignment + page stuff here + (task_editor_show_assignment): use it + (assign_task_cmd): ditto + + * gui/dialogs/task-editor.h: new proto + + * gui/dialogs/comp-editor.c (save_as_cmd): use new e-util file + selector function + + * meeting-mockup.glade: Remove old file + + * topic.dat + 2002-03-19 Dan Winship <danw@ximian.com> * cal-util/Makefile.am: s/libversit.la/libversit.a/ |