aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-06-28 23:10:40 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-06-28 23:10:40 +0800
commit60e8e89604ace4df3124e53e05e1318edba431f4 (patch)
treefbcd5a0959f66deb2c3750978d920d25f07f3115 /calendar/ChangeLog
parentb8430242b75b1aa7a06ec98dfadd4e934879a432 (diff)
downloadgsoc2013-evolution-60e8e89604ace4df3124e53e05e1318edba431f4.tar
gsoc2013-evolution-60e8e89604ace4df3124e53e05e1318edba431f4.tar.gz
gsoc2013-evolution-60e8e89604ace4df3124e53e05e1318edba431f4.tar.bz2
gsoc2013-evolution-60e8e89604ace4df3124e53e05e1318edba431f4.tar.lz
gsoc2013-evolution-60e8e89604ace4df3124e53e05e1318edba431f4.tar.xz
gsoc2013-evolution-60e8e89604ace4df3124e53e05e1318edba431f4.tar.zst
gsoc2013-evolution-60e8e89604ace4df3124e53e05e1318edba431f4.zip
new functions for allowing the execution of clipboard-related commands
2001-06-28 Rodrigo Moya <rodrigo@ximian.com> * gui/e-calendar-table.[ch] (e_calendar_table_cut_clipboard), (e_calendar_table_copy_clipboard), (e_calendar_table_paste_clipboard): new functions for allowing the execution of clipboard-related commands * gui/tasks-control.c (tasks_control_cut_cmd), (tasks_control_copy_cmd), (tasks_control_paste_cmd): added callbacks for the new clipboard-related menu entries svn path=/trunk/; revision=10560
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5f0e57392f..6169cdaf0f 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,16 @@
2001-06-28 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/e-calendar-table.[ch] (e_calendar_table_cut_clipboard),
+ (e_calendar_table_copy_clipboard),
+ (e_calendar_table_paste_clipboard): new functions for allowing the
+ execution of clipboard-related commands
+
+ * gui/tasks-control.c (tasks_control_cut_cmd),
+ (tasks_control_copy_cmd), (tasks_control_paste_cmd): added
+ callbacks for the new clipboard-related menu entries
+
+2001-06-28 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/component-factory.c: removed not-uses-anymore parameter in
call to evolution_shell_component_new