diff options
author | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-07-12 00:23:57 +0800 |
---|---|---|
committer | Veerapuram Varadhan <vvaradan@src.gnome.org> | 2005-07-12 00:23:57 +0800 |
commit | 6a70408ad082eae0acbb9e1d367a934abf7cf6fb (patch) | |
tree | 0eb97a7e567cd81721a021451d54f08cb3cd4d59 /calendar/ChangeLog | |
parent | 073ef931e617ccc99c3610e9250a0e93b27ba71f (diff) | |
download | gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.tar gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.tar.gz gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.tar.bz2 gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.tar.lz gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.tar.xz gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.tar.zst gsoc2013-evolution-6a70408ad082eae0acbb9e1d367a934abf7cf6fb.zip |
Added support for opening a calendar-item in the editor when its ESource
* Added support for opening a calendar-item in the editor when its ESource id and ECalComponent id/rid are passed in the invocation URI.
svn path=/trunk/; revision=29722
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 02a9cf9ba3..98296f6a54 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -31,6 +31,14 @@ * gui/itip-utils.c: (itip_organizer_is_user), (itip_get_comp_attendee): Fixed some memory leaks. +2005-07-07 Veerapuram Varadhan <vvaradhan@novell.com> + + * gui/calendar-component.c: (impl_handleURI): Added support for + opening a calendar-item in the editor when its source-UID and UID/RID + is passed in the command-line. + * gui/gnome-cal.[c,h]: (gnome_calendar_edit_appointment): Newly added + for the above functionality. + 2005-07-06 Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/event-page.c: (sensitize_widgets): Enable alarms |