aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChyla Zbigniew <chyla@src.gnome.org>2001-09-11 07:15:31 +0800
committerChyla Zbigniew <chyla@src.gnome.org>2001-09-11 07:15:31 +0800
commit0f464193fe82b5dea993048d7d91881baa828780 (patch)
tree83f0269c648806b353052254a0d550af3357d49e /calendar/ChangeLog
parente0beab13257c680c2772e842c82cf328f2ce4422 (diff)
downloadgsoc2013-evolution-0f464193fe82b5dea993048d7d91881baa828780.tar
gsoc2013-evolution-0f464193fe82b5dea993048d7d91881baa828780.tar.gz
gsoc2013-evolution-0f464193fe82b5dea993048d7d91881baa828780.tar.bz2
gsoc2013-evolution-0f464193fe82b5dea993048d7d91881baa828780.tar.lz
gsoc2013-evolution-0f464193fe82b5dea993048d7d91881baa828780.tar.xz
gsoc2013-evolution-0f464193fe82b5dea993048d7d91881baa828780.tar.zst
gsoc2013-evolution-0f464193fe82b5dea993048d7d91881baa828780.zip
Convert string generated by strftime to UTF-8.
* gui/print.c (format_date): Convert string generated by strftime to UTF-8. (print_week_view_background): Ditto. (print_month_summary): Ditto. (print_month_small): Use U_() instead of _(). (print_day_background): Ditto. (print_todo_details): Ditto. (print_date_label): Convert generated string to UTF-8. svn path=/trunk/; revision=12751
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 2db3ecb34d..afa3907a89 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,14 @@
+2001-09-10 Zbigniew Chyla <cyba@gnome.pl>
+
+ * gui/print.c
+ (format_date): Convert string generated by strftime to UTF-8.
+ (print_week_view_background): Ditto.
+ (print_month_summary): Ditto.
+ (print_month_small): Use U_() instead of _().
+ (print_day_background): Ditto.
+ (print_todo_details): Ditto.
+ (print_date_label): Convert generated string to UTF-8.
+
2001-09-10 Federico Mena Quintero <federico@ximian.com>
* cal-util/cal-component.c (cal_component_alarm_get_attach):