diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-10-15 02:17:38 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-10-15 02:17:38 +0800 |
commit | f618c258e13386998997886fd7fcd20dc4ea2276 (patch) | |
tree | 895cfe6dc7c63928bb02c3517bd754bfe5b34a4c /my-evolution/ChangeLog | |
parent | 9aa2b4c40f3e3a1214ceedbcf3fb20d4ea8a01ee (diff) | |
download | gsoc2013-evolution-f618c258e13386998997886fd7fcd20dc4ea2276.tar gsoc2013-evolution-f618c258e13386998997886fd7fcd20dc4ea2276.tar.gz gsoc2013-evolution-f618c258e13386998997886fd7fcd20dc4ea2276.tar.bz2 gsoc2013-evolution-f618c258e13386998997886fd7fcd20dc4ea2276.tar.lz gsoc2013-evolution-f618c258e13386998997886fd7fcd20dc4ea2276.tar.xz gsoc2013-evolution-f618c258e13386998997886fd7fcd20dc4ea2276.tar.zst gsoc2013-evolution-f618c258e13386998997886fd7fcd20dc4ea2276.zip |
Made temporary buffer for strftime much bigger (it was too small for
* e-summary-calendar.c (generate_html): Made temporary buffer for
strftime much bigger (it was too small for Polish month names), added
missing colon and conversion to UTF-8.
svn path=/trunk/; revision=13669
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index db4607bb8c..e5c917a5ea 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,9 @@ +2001-10-14 Zbigniew Chyla <cyba@gnome.pl> + + * e-summary-calendar.c (generate_html): Made temporary buffer for + strftime much bigger (it was too small for Polish month names), added + missing colon and conversion to UTF-8. + 2001-10-12 Iain Holmes <iain@ximian.com> * component-factory.c (component_factory_init): Fix message. |