aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 55faefc160..3cee6b137e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,17 @@
+2003-04-02 Jeffrey Stedfast <fejj@ximian.com>
+
+ * gui/control-factory.c (set_prop): Add a check to see if the view
+ should be the day-view and change the default to be whatever
+ calendar_config_get_default_view() returns. Should fix bug #39735.
+
+ * gui/calendar-config.h: calendar_config_write() and
+ calendar_config_write_on_exit() no longer exist. Removed
+ prototypes.
+
+ * gui/control-factory.c (set_prop): g_strcasecmp() is
+ deprecated. Since the values can never be anything other than all
+ lowercase anyway, just use strcmp.
+
2003-04-02 Rodrigo Moya <rodrigo@ximian.com>
Fixes #39262