From ef9238e9cc2d2cd2f7b80fc4afe583e38d4914c7 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Mon, 24 Apr 2000 13:36:11 +0000 Subject: Made the tooltip show up in the correct place and configuration when using 2000-04-24 Christopher James Lahey * widgets/e-text/e-text.c: Made the tooltip show up in the correct place and configuration when using the "max_lines", "anchor" (untested), or "justification" arguments. From a patch by Iain Holmes * widgets/e-text/e-text-event-processor-emacs-like.c, widget/e-text/e-text-event-processor-types.h, widgets/e-text/e-text.c, widgets/e-text/e-text.h: Changed C-w and C-y to control the X clipboard. Added double and triple click events. From widgets/e-table/: 2000-04-24 Christopher James Lahey * e-table.c: Fixed some warnings. svn path=/trunk/; revision=2581 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ea5a3d12a9..14ed8a2bbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2000-04-24 Christopher James Lahey + + * widgets/e-text/e-text.c: Made the tooltip show up in the correct + place and configuration when using the "max_lines", "anchor" + (untested), or "justification" arguments. + +From a patch by Iain Holmes + + * widgets/e-text/e-text-event-processor-emacs-like.c, + widget/e-text/e-text-event-processor-types.h, + widgets/e-text/e-text.c, widgets/e-text/e-text.h: Changed C-w and + C-y to control the X clipboard. Added double and triple click + events. + 2000-04-24 Fatih Demir * configure.in : Added tr to ALL_LINGUAS . -- cgit