# HG changeset patch # User Kim F. Storm # Date 1094165759 0 # Node ID b4c980745e7f93e768eb85982799bbd608d4e8ab # Parent 8beec197715eb5db691bdb22a52f26c56ca943f5 *** empty log message *** diff -r 8beec197715e -r b4c980745e7f lisp/ChangeLog --- 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 + + * 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 * progmodes/compile.el (compilation-buffer-name): Compare major diff -r 8beec197715e -r b4c980745e7f src/ChangeLog --- 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 + + * 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 - + * term/mac-win.el: Add ASCII equivalents for some function keys. (mode-line-frame-identification): Sync with x-win.el.