From 4ac908c6ffa505ae3978eec809bf50fc7cb88e90 Mon Sep 17 00:00:00 2001 From: Chris Lahey Date: Fri, 14 Jan 2000 05:18:59 +0000 Subject: Added selection and clipboard support. Added up and down arrow keys. Fixed * widgets/e-text-event-processor-types.h, widgets/e-text-event-processor-emacs-like.c, widgets/e-text.c, widgets/e-text.h: Added selection and clipboard support. Added up and down arrow keys. Fixed choice of font colors for the selection to be based on the current style. * widgets/e-minicard.c: Caused a click to grab the focus. Changed the fake information added. * widgets/e-minicard-label.c: Forward mouse events to the field EText item. svn path=/trunk/; revision=1568 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8fd19153ab..7e92d26402 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2000-01-14 Christopher James Lahey + + * widgets/e-text-event-processor-types.h, + widgets/e-text-event-processor-emacs-like.c, widgets/e-text.c, + widgets/e-text.h: Added selection and clipboard support. Added up + and down arrow keys. Fixed choice of font colors for the + selection to be based on the current style. + + * widgets/e-minicard.c: Caused a click to grab the focus. Changed + the fake information added. + + * widgets/e-minicard-label.c: Forward mouse events to the field + EText item. + 2000-01-13 Christopher James Lahey * widgets/e-canvas-utils.c, widgets/e-canvas-utils.h: -- cgit