diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-11-24 07:26:12 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-11-24 07:26:12 +0800 |
commit | e0cc63b07902740a58e399dd07c91a9a5a1c52bb (patch) | |
tree | a35e9c6196e40c41e10c9b603c370e8b5457b9d7 /calendar/ChangeLog | |
parent | 515d9aaeb26d164dacc3fe0450b3b51fa1c04054 (diff) | |
download | gsoc2013-evolution-e0cc63b07902740a58e399dd07c91a9a5a1c52bb.tar.gz gsoc2013-evolution-e0cc63b07902740a58e399dd07c91a9a5a1c52bb.tar.zst gsoc2013-evolution-e0cc63b07902740a58e399dd07c91a9a5a1c52bb.zip |
fixed copyright notices.
2003-11-23 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/new-calendar.[ch]: fixed copyright notices.
* gui/dialogs/copy-source-dialog.[ch]: implementation of the
Copy command for sources.
* gui/dialogs/Makefile.am: added new files.
* gui/calendar-component.c (fill_popup_menu_cb, copy_calendar_cb):
added Copy command.
* gui/tasks-component.c (fill_popup_menu_cb, copy_task_list_cb):
added Copy command.
svn path=/trunk/; revision=23471
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 033816c4ea..0a00ace82f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2003-11-23 Rodrigo Moya <rodrigo@ximian.com> + + * gui/dialogs/new-calendar.[ch]: fixed copyright notices. + + * gui/dialogs/copy-source-dialog.[ch]: implementation of the + Copy command for sources. + + * gui/dialogs/Makefile.am: added new files. + + * gui/calendar-component.c (fill_popup_menu_cb, copy_calendar_cb): + added Copy command. + + * gui/tasks-component.c (fill_popup_menu_cb, copy_task_list_cb): + added Copy command. + 2003-11-23 Ross Burton <ross@burtonini.com> * gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in: |