diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-01-10 16:12:18 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-10 16:12:18 +0800 |
commit | 956be87d36c94848dedf5510188b97d22752cecc (patch) | |
tree | 282ca00c20208a89bd4c687686e478f4cc89d09b /plugins/save-calendar/ChangeLog | |
parent | 7bf9cee96b0c2a9220a5c123441d11f511d6ed7e (diff) | |
download | gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.tar gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.tar.gz gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.tar.bz2 gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.tar.lz gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.tar.xz gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.tar.zst gsoc2013-evolution-956be87d36c94848dedf5510188b97d22752cecc.zip |
use e_utf8_strftime() in evolution-data-server/
2006-01-10 Simon Zheng <simon.zheng@sun.com>
* csv-format.c:
* rdf-format.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.
svn path=/trunk/; revision=31120
Diffstat (limited to 'plugins/save-calendar/ChangeLog')
-rw-r--r-- | plugins/save-calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/save-calendar/ChangeLog b/plugins/save-calendar/ChangeLog index 9457c67aa3..7e97e80a8b 100644 --- a/plugins/save-calendar/ChangeLog +++ b/plugins/save-calendar/ChangeLog @@ -1,3 +1,11 @@ +2006-01-10 Simon Zheng <simon.zheng@sun.com> + + * csv-format.c: + * rdf-format.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. + 2005-12-30 Andre Klapper <a9016009@gmx.de> * csv-format.c: fixed two strings for consistency. |