Mercurial > emacs
comparison lisp/ChangeLog @ 56901:8090066a536d
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 03 Sep 2004 12:19:45 +0000 |
parents | b4c980745e7f |
children | 19a3e391c2b7 |
comparison
equal
deleted
inserted
replaced
56900:7e7907af98fa | 56901:8090066a536d |
---|---|
1 2004-09-03 Kim F. Storm <storm@cua.dk> | 1 2004-09-03 Kim F. Storm <storm@cua.dk> |
2 | |
3 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for | |
4 highlight overlays; allow using RET when cursor is over a button. | |
5 (cua--highlight-rectangle): Use it. | |
6 (cua--rectangle-set-corners): Don't move backwards at eol. | |
7 (cua--forward-line): Don't move into void after eob. | |
2 | 8 |
3 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that | 9 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that |
4 point is set (and displayed) inside rectangle. | 10 point is set (and displayed) inside rectangle. |
5 (cua--rectangle-operation): Fix for highlight of empty lines. | 11 (cua--rectangle-operation): Fix for highlight of empty lines. |
6 (cua--highlight-rectangle): Fix highlight for tabs. | 12 (cua--highlight-rectangle): Fix highlight for tabs. |