changeset 56901:8090066a536d

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 03 Sep 2004 12:19:45 +0000
parents 7e7907af98fa
children 8d62e1b62c44
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Sep 03 02:36:57 2004 +0000
+++ b/lisp/ChangeLog	Fri Sep 03 12:19:45 2004 +0000
@@ -1,5 +1,11 @@
 2004-09-03  Kim F. Storm  <storm@cua.dk>
 
+	* emulation/cua-rect.el (cua--overlay-keymap): New keymap for
+	highlight overlays; allow using RET when cursor is over a button.
+	(cua--highlight-rectangle): Use it.
+	(cua--rectangle-set-corners): Don't move backwards at eol.
+	(cua--forward-line): Don't move into void after eob.
+
 	* emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
 	point is set (and displayed) inside rectangle.
 	(cua--rectangle-operation): Fix for highlight of empty lines.