diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 35b5d03dda..cba30a1d84 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,30 @@ +2006-01-10 Simon Zheng <simon.zheng@sun.com> + + * gui/calendar-component.c: (calendar_component_peek): + * gui/calendar-config.c: + * gui/e-cal-model-tasks.c: + * gui/e-cal-popup.c: + * gui/e-cell-date-edit-text.c: + * gui/e-meeting-store.c: + * gui/memos-component.c: (memos_component_peek): + * gui/print.c: + * gui/tasks-component.c: (tasks_component_peek): + Use e_util_mkdir_hier() instead of e_mkdir_hier(). + + Use e_util_strstrcase() instead of e_strstrcasea(). + + use e_strftime() in evolution-data-server/ + libedataserver/e-data-server-util.c instead of the copy in + evolution/e-util/e-util.c. + + use e_filename_make_safe() in evolution-data-server/ + libedataserver/e-data-server-util.c instead of the copy in + evolution/e-util/e-util.c. + + use e_utf8_strftime() in evolution-data-server/ + libedataserver/e-data-server-util.c instead of the copy in + evolution/e-util/e-util.c. + 2006-01-08 Tor Lillqvist <tml@novell.com> * gui/migration.c: Bypass most of this file on Win32, as there are |