diff options
author | Larry Ewing <lewing@ximian.com> | 2001-10-19 03:59:05 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-10-19 03:59:05 +0800 |
commit | 2a22b3d668b277ff354d767635a7c6067360645a (patch) | |
tree | 16a70b380c47b4704ea6b20a4e9b9be2084febfc /calendar/ChangeLog | |
parent | cb0ed210287eb3f4b81376a0cbe72661af0f7756 (diff) | |
download | gsoc2013-evolution-2a22b3d668b277ff354d767635a7c6067360645a.tar.gz gsoc2013-evolution-2a22b3d668b277ff354d767635a7c6067360645a.tar.zst gsoc2013-evolution-2a22b3d668b277ff354d767635a7c6067360645a.zip |
add html widget (url_requested_cb): add function to load images from file
2001-10-18 Larry Ewing <lewing@ximian.com>
* gui/alarm-notify/alarm-notify-dialog.c: add html widget
(url_requested_cb): add function to load images from file as they
are requested.
(write_html_heading): convert to using html.
(alarm_notify_dialog): convert to use html display.
(make_html_display): this is the function the custom widget in the
galde file uses to create the html widget.
* gui/alarm-notify/alarm-notify.glade: add placeholder for the
custom html widget.
* gui/alarm-notify/Makefile.am: add flags for gtkhtml and gal.
svn path=/trunk/; revision=13766
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 154edf2a84..50df773314 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2001-10-18 Larry Ewing <lewing@ximian.com> + + * gui/alarm-notify/alarm-notify-dialog.c: add html widget + (url_requested_cb): add function to load images from file as they + are requested. + (write_html_heading): convert to using html. + (alarm_notify_dialog): convert to use html display. + (make_html_display): this is the function the custom widget in the + galde file uses to create the html widget. + + * gui/alarm-notify/alarm-notify.glade: add placeholder for the + custom html widget. + + * gui/alarm-notify/Makefile.am: add flags for gtkhtml and gal. + 2001-10-18 Federico Mena Quintero <federico@ximian.com> Adds session management for the alarm daemon. Also makes it store |