diff options
author | Bharath Acharya <abharath@novell.com> | 2009-01-27 14:42:23 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2009-01-27 14:42:23 +0800 |
commit | 561ab42a1cd7da4bacd6b4080815156c5f95b7a5 (patch) | |
tree | cd43c4fe93cf53198722911ed729d73582439642 /calendar/ChangeLog | |
parent | bbb598d787744af0f5ad7c33240a8e98bab941d6 (diff) | |
download | gsoc2013-evolution-561ab42a1cd7da4bacd6b4080815156c5f95b7a5.tar gsoc2013-evolution-561ab42a1cd7da4bacd6b4080815156c5f95b7a5.tar.gz gsoc2013-evolution-561ab42a1cd7da4bacd6b4080815156c5f95b7a5.tar.bz2 gsoc2013-evolution-561ab42a1cd7da4bacd6b4080815156c5f95b7a5.tar.lz gsoc2013-evolution-561ab42a1cd7da4bacd6b4080815156c5f95b7a5.tar.xz gsoc2013-evolution-561ab42a1cd7da4bacd6b4080815156c5f95b7a5.tar.zst gsoc2013-evolution-561ab42a1cd7da4bacd6b4080815156c5f95b7a5.zip |
** Fix for bug #463597, bug #463594, bug#463599 (BNC) and ** bug
2009-01-27 Bharath Acharya <abharath@novell.com>
** Fix for bug #463597, bug #463594, bug#463599 (BNC) and
** bug #567824(BGO)
* gui/print.c (titled_box), (print_day_background),
(print_day_view), (print_week_view), (print_month_view): Fix all header
related bugs in calendar printing.
Bug reports:
1) Daily Printouts Display Hour In Wrong Spot :
When you print your daily calendar, it prints the hours in the left
column below the :30 time slot
2) Font Problems On Printout, Days Of Week
3) Calendar Heading Printout Problems, Overlapping Fonts
In print preview, short week day names in the header of the page are
overlapped.
Fixes all header issues mentioned at http://www.go-evolution.org/CalendarPrintoutLove
svn path=/trunk/; revision=37138
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6cf61f9f15..94b0c6f87b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,26 @@ +2009-01-27 Bharath Acharya <abharath@novell.com> + + ** Fix for bug #463597, bug #463594, bug#463599 (BNC) and + ** bug #567824(BGO) + + * gui/print.c (titled_box), (print_day_background), + (print_day_view), (print_week_view), (print_month_view): Fix all header + related bugs in calendar printing. + + Bug reports: + 1) Daily Printouts Display Hour In Wrong Spot : + When you print your daily calendar, it prints the hours in the left + column below the :30 time slot + + 2) Font Problems On Printout, Days Of Week + + 3) Calendar Heading Printout Problems, Overlapping Fonts + In print preview, short week day names in the header of the page are + overlapped. + + Fixes all header issues mentioned at + http://www.go-evolution.org/CalendarPrintoutLove + 2009-01-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #559604 |