Mercurial > emacs
changeset 56895:b4c980745e7f
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 02 Sep 2004 22:55:59 +0000 |
parents | 8beec197715e |
children | 77bbb90bd021 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 18 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 02 22:34:07 2004 +0000 +++ b/lisp/ChangeLog Thu Sep 02 22:55:59 2004 +0000 @@ -1,3 +1,14 @@ +2004-09-03 Kim F. Storm <storm@cua.dk> + + * 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. + (cua--highlight-rectangle): Fix highlight for tabs. + Position cursor at left/right edge of rectangle using new `cursor' + property on overlay strings. + (cua--indent-rectangle): Don't tabify. + (cua-rotate-rectangle): Ignore that point has moved. + 2004-09-02 Juri Linkov <juri@jurta.org> * progmodes/compile.el (compilation-buffer-name): Compare major
--- a/src/ChangeLog Thu Sep 02 22:34:07 2004 +0000 +++ b/src/ChangeLog Thu Sep 02 22:55:59 2004 +0000 @@ -1,5 +1,11 @@ +2004-09-03 Kim F. Storm <storm@cua.dk> + + * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property + in overlay or text-property strings; set cursor on corresponding + glyph rather than at end of the string. + 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> - + * term/mac-win.el: Add ASCII equivalents for some function keys. (mode-line-frame-identification): Sync with x-win.el.