From 9ca0010b6de60b1eec18de4fcae499c6c82630b3 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 5 Apr 2000 01:36:51 +0000 Subject: Got rid of some runtime errors. Changed to "fixed" font so that it will 2000-04-04 Christopher James Lahey * widgets/e-text/e-text-test.c: Got rid of some runtime errors. Changed to "fixed" font so that it will work on everyone's machine. Added a white background rectangle. Made resizing the window resize the contained text item. Changed to using affines (e_canvas_item_move_absolute) instead of "x" and "y" attributes. Set the text in the entries so that they match the original values of the displayed text object. svn path=/trunk/; revision=2292 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 324b91fe68..2699334ebe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2000-04-04 Christopher James Lahey + + * widgets/e-text/e-text-test.c: Got rid of some runtime errors. + Changed to "fixed" font so that it will work on everyone's + machine. Added a white background rectangle. Made resizing the + window resize the contained text item. Changed to using affines + (e_canvas_item_move_absolute) instead of "x" and "y" attributes. + Set the text in the entries so that they match the original values + of the displayed text object. + 2000-04-04 Christopher James Lahey * widgets/e-minicard/e-minicard.c: Fixed some referencing and -- cgit