diff options
author | JP Rosevear <jpr@ximian.com> | 2001-06-21 00:59:31 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-06-21 00:59:31 +0800 |
commit | 7aac092a0a515927c16a583bf736882bbda4901a (patch) | |
tree | 33004df8f31f0e4d75b21a95cbc9410ef02d3e9d /calendar/ChangeLog | |
parent | 7d9f61ab2d6fa76fcc9b909ae95a5719908f2331 (diff) | |
download | gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.gz gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.bz2 gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.lz gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.xz gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.tar.zst gsoc2013-evolution-7aac092a0a515927c16a583bf736882bbda4901a.zip |
print menu command (print_preview_cmd): ditto for print preview
2001-06-20 JP Rosevear <jpr@ximian.com>
* gui/dialogs/comp-editor.c (print_cmd): print menu command
(print_preview_cmd): ditto for print preview
(print_setup_cmd): ditto for print setup
(comp_editor_set_cal_client): listen for updated and removed
signals
(obj_updated_cb): if the item changes else where, query the user
for the course of action
(obj_removed_cb): ditto for removal
* gui/print.c (print_setup): rudimentary page setup support
(print_comp): rudimentary individual event/task printing support
* gui/print.h: new protos
* gui/dialogs/changed-comp.[hc]: dialog to query the user about
what to do when a item is changed elsewhere
* gui/dialogs/Makefile.am: build new files
* gui/dialogs/send-comp.c (send_component_dialog): remove useless
assignment
svn path=/trunk/; revision=10338
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 b4f169e2cd..4eacedf2b2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,27 @@ +2001-06-20 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/comp-editor.c (print_cmd): print menu command + (print_preview_cmd): ditto for print preview + (print_setup_cmd): ditto for print setup + (comp_editor_set_cal_client): listen for updated and removed + signals + (obj_updated_cb): if the item changes else where, query the user + for the course of action + (obj_removed_cb): ditto for removal + + * gui/print.c (print_setup): rudimentary page setup support + (print_comp): rudimentary individual event/task printing support + + * gui/print.h: new protos + + * gui/dialogs/changed-comp.[hc]: dialog to query the user about + what to do when a item is changed elsewhere + + * gui/dialogs/Makefile.am: build new files + + * gui/dialogs/send-comp.c (send_component_dialog): remove useless + assignment + 2001-06-20 Rodrigo Moya <rodrigo@ximian.com> * idl/evolution-calendar.idl: added getFreeBusy method |