aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-05 09:36:51 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-05 09:36:51 +0800
commit9ca0010b6de60b1eec18de4fcae499c6c82630b3 (patch)
tree9ecdbb2cda3b34174bae6ab8c76dd00cf1b94dfb /ChangeLog
parent0d327d6fc33813fcc06ae52b10cb74c7b0421acd (diff)
downloadgsoc2013-evolution-9ca0010b6de60b1eec18de4fcae499c6c82630b3.tar
gsoc2013-evolution-9ca0010b6de60b1eec18de4fcae499c6c82630b3.tar.gz
gsoc2013-evolution-9ca0010b6de60b1eec18de4fcae499c6c82630b3.tar.bz2
gsoc2013-evolution-9ca0010b6de60b1eec18de4fcae499c6c82630b3.tar.lz
gsoc2013-evolution-9ca0010b6de60b1eec18de4fcae499c6c82630b3.tar.xz
gsoc2013-evolution-9ca0010b6de60b1eec18de4fcae499c6c82630b3.tar.zst
gsoc2013-evolution-9ca0010b6de60b1eec18de4fcae499c6c82630b3.zip
Got rid of some runtime errors. Changed to "fixed" font so that it will
2000-04-04 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 324b91fe68..2699334ebe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2000-04-04 Christopher James Lahey <clahey@helixcode.com>
+ * 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 <clahey@helixcode.com>
+
* widgets/e-minicard/e-minicard.c: Fixed some referencing and
lifetime issues.