From c1082913af125f3ccf0428fb730c85c2ff3c08ef Mon Sep 17 00:00:00 2001 From: Yong Sun Date: Fri, 4 Feb 2005 04:39:35 +0000 Subject: Fix for #56901 2005-02-04 Yong Sun Fix for #56901 * gui/print.c: (bound_text): When the width>maxwidth, the pointer 'p' should also be backwarded, same as 'o'. svn path=/trunk/; revision=28700 --- calendar/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d29a510ecf..758494861a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2005-02-04 Yong Sun + + Fix for #56901 + + * gui/print.c: (bound_text): When the width>maxwidth, the + pointer 'p' should also be backwarded, same as 'o'. + 2005-02-03 Rodney Dawes * calendar-errors.xml.h: Update to include new strings from the -- cgit