aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-12-16 22:55:28 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-12-16 22:55:28 +0800
commitb6a4a8bdb86886c8715f487f35069a5c90c72b9c (patch)
treede8b9651a2018965a11e206751a389514bc6b27c /calendar/ChangeLog
parent128e4fb46198ed79d4159a676cb6dfa4a6372250 (diff)
downloadgsoc2013-evolution-b6a4a8bdb86886c8715f487f35069a5c90c72b9c.tar
gsoc2013-evolution-b6a4a8bdb86886c8715f487f35069a5c90c72b9c.tar.gz
gsoc2013-evolution-b6a4a8bdb86886c8715f487f35069a5c90c72b9c.tar.bz2
gsoc2013-evolution-b6a4a8bdb86886c8715f487f35069a5c90c72b9c.tar.lz
gsoc2013-evolution-b6a4a8bdb86886c8715f487f35069a5c90c72b9c.tar.xz
gsoc2013-evolution-b6a4a8bdb86886c8715f487f35069a5c90c72b9c.tar.zst
gsoc2013-evolution-b6a4a8bdb86886c8715f487f35069a5c90c72b9c.zip
Correctly convert text.value into HTML here (ie, don't pass "<i>None</i>"
2002-12-16 Jeffrey Stedfast <fejj@ximian.com> * gui/e-itip-control.c (write_html): Correctly convert text.value into HTML here (ie, don't pass "<i>None</i>" into e_text_to_html() if text.value is NULL). svn path=/trunk/; revision=19123
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog34
1 files changed, 20 insertions, 14 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5b77fc1b59..a3fb87d38e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,20 +1,26 @@
+2002-12-16 Jeffrey Stedfast <fejj@ximian.com>
+
+ * gui/e-itip-control.c (write_html): Correctly convert text.value
+ into HTML here (ie, don't pass "<i>None</i>" into e_text_to_html()
+ if text.value is NULL).
+
2002-12-06 Rodrigo Moya <rodrigo@ximian.com>
Fixes #35003
-
- * gui/misc.[ch] (get_uri_without_password): new function for
- removing the password from the CalClient's uris.
-
- * gui/gnome-cal.c (client_cal_opened_cb): use the URI returned by
- get_uri_without_password for messages.
- (backend_error_cb): likewise.
- (backend_died_cb): likewise.
- (gnome_calendar_open): likewise.
- (open_error, method_error, permission_error): likewise.
-
- * gui/e-tasks.c (e_tasks_open): hide the password from the URI
- being displayed in messages.
- (backend_error_cb): likewise.
+
+ * gui/misc.[ch] (get_uri_without_password): new function for
+ removing the password from the CalClient's uris.
+
+ * gui/gnome-cal.c (client_cal_opened_cb): use the URI returned by
+ get_uri_without_password for messages.
+ (backend_error_cb): likewise.
+ (backend_died_cb): likewise.
+ (gnome_calendar_open): likewise.
+ (open_error, method_error, permission_error): likewise.
+
+ * gui/e-tasks.c (e_tasks_open): hide the password from the URI
+ being displayed in messages.
+ (backend_error_cb): likewise.
2002-12-06 Hans Petter Jansson <hpj@ximian.com>