From 074aff3059b7d127a7670c65ed3f1ae542b1b1cb Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 27 Jan 2000 07:25:26 +0000 Subject: Set the minimum_width. 2000-01-28 Christopher James Lahey * widgets/test-reflow.c: Set the minimum_width. * widgets/e-reflow.h, widgets/e-reflow.c: Added one more column line so that the right edge of the reflow will have a line. Also added a minimum_width so that even if the reflow is thinner than the window, when you resize it larger all the lines are drawn. svn path=/trunk/; revision=1648 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ed215889a8..6c4c3ab0e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-01-28 Christopher James Lahey + + * widgets/test-reflow.c: Set the minimum_width. + + * widgets/e-reflow.h, widgets/e-reflow.c: Added one more column + line so that the right edge of the reflow will have a line. Also + added a minimum_width so that even if the reflow is thinner than + the window, when you resize it larger all the lines are drawn. + 2000-01-27 Christopher James Lahey * widgets/e-reflow.h, widgets/e-reflow.c: Added an arrow cursor -- cgit