diff options
author | JP Rosevear <jpr@novell.com> | 2004-05-18 22:14:14 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-05-18 22:14:14 +0800 |
commit | 12e3ecf07f633d0e496b4e35115b194fc39feab4 (patch) | |
tree | 5663a33951b9d807206ac1691b11cb6ed18e35dc /calendar/ChangeLog | |
parent | 8f8ecd25e13165724e6e4cc71af09a383d44d727 (diff) | |
download | gsoc2013-evolution-12e3ecf07f633d0e496b4e35115b194fc39feab4.tar gsoc2013-evolution-12e3ecf07f633d0e496b4e35115b194fc39feab4.tar.gz gsoc2013-evolution-12e3ecf07f633d0e496b4e35115b194fc39feab4.tar.bz2 gsoc2013-evolution-12e3ecf07f633d0e496b4e35115b194fc39feab4.tar.lz gsoc2013-evolution-12e3ecf07f633d0e496b4e35115b194fc39feab4.tar.xz gsoc2013-evolution-12e3ecf07f633d0e496b4e35115b194fc39feab4.tar.zst gsoc2013-evolution-12e3ecf07f633d0e496b4e35115b194fc39feab4.zip |
add arg
2004-05-18 JP Rosevear <jpr@novell.com>
* idl/evolution-calendar.idl: add arg
* gui/alarm-notify/alarm-queue.c (edit_component): send a mode
type
* gui/alarm-notify/alarm-notify.c: add fixme note
* gui/comp-editor-factory.c (impl_editExisting): take a editor
mode and twist it into a source type
(impl_editNew): ditto
(open_client): take a source type for creating the client
(lookup_open_client): ditto
svn path=/trunk/; revision=25959
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 779b0b02c5..f93c31eba1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,20 @@ 2004-05-18 JP Rosevear <jpr@novell.com> + * idl/evolution-calendar.idl: add arg + + * gui/alarm-notify/alarm-queue.c (edit_component): send a mode + type + + * gui/alarm-notify/alarm-notify.c: add fixme note + + * gui/comp-editor-factory.c (impl_editExisting): take a editor + mode and twist it into a source type + (impl_editNew): ditto + (open_client): take a source type for creating the client + (lookup_open_client): ditto + +2004-05-18 JP Rosevear <jpr@novell.com> + * gui/alarm-notify/notify-main.c (init_alarm_service): just set up the alarm notify object @@ -89,7 +104,7 @@ * gui/calendar-component.c (add_popup_menu_item): Use E_ICON_SIZE_MENU rather than hard-coding the pixel size. -2004-05-17 <jpr@ximian.com> +2004-05-17 JP Rosevear <jpr@novell.com> Fixes #56373 |