aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-07-30 17:16:23 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-07-30 17:16:23 +0800
commit455d90395da1ab70852e2aabf37f54cad380f245 (patch)
tree7d4996aa0ef380e58d63bab31b7257807e511e8e /calendar/ChangeLog
parent9d1a776897eb5a3cbfeef06ae335a879cb472665 (diff)
downloadgsoc2013-evolution-455d90395da1ab70852e2aabf37f54cad380f245.tar.gz
gsoc2013-evolution-455d90395da1ab70852e2aabf37f54cad380f245.tar.zst
gsoc2013-evolution-455d90395da1ab70852e2aabf37f54cad380f245.zip
** Fix for bug #211267
2008-07-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #211267 * addressbook/printing/e-contact-print.c: (struct _EContactPrintContext), (e_contact_print_letter_heading), (e_contact_start_new_page), (e_contact_print_contact), (contact_draw_page), (e_contact_print): Report correct number of pages to print and print them as requested. * calendar/gui/print.c: (bound_text), (print_attendees), (print_day_event), (print_todo_details), (print_comp_draw_real), (print_comp_draw_page), (print_comp_begin_print), (print_comp): When printing only one event, then divide it to more pages if required, also word-wrap description text if necessary to fit the page. svn path=/trunk/; revision=35865
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 34f3667662..60b5e5f62e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2008-07-30 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #211267
+
+ * gui/print.c: (bound_text), (print_attendees), (print_day_event),
+ (print_todo_details), (print_comp_draw_real), (print_comp_draw_page),
+ (print_comp_begin_print), (print_comp): When printing only one event,
+ then divide it to more pages if required, also word-wrap description
+ text if necessary to fit the page.
+
2008-07-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #329821