]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 3 Sep 2004 12:19:45 +0000 (12:19 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 3 Sep 2004 12:19:45 +0000 (12:19 +0000)
lisp/ChangeLog

index 2877097c39aade69b04b341f26f739bdb8b490cc..29b8f3fa81c3f5a09db871bb4df266283e30d7d9 100644 (file)
@@ -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.