*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Thu, 2 Sep 2004 22:55:59 +0000 (22:55 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 2 Sep 2004 22:55:59 +0000 (22:55 +0000)
lisp/ChangeLog
src/ChangeLog

index 015fb92..2877097 100644 (file)
@@ -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
index a2ae10d..c299931 100644 (file)
@@ -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.