]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 19 Mar 2006 19:59:17 +0000 (19:59 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 19 Mar 2006 19:59:17 +0000 (19:59 +0000)
lisp/ChangeLog
src/ChangeLog

index b0903f839ad4460a38d3baf228e1ed806cb1657d..f84449274e35efbfd4fb927e365358e8e488f3a5 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-19  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
+       cursor property value to 2 (to align with C level change).
+
 2006-03-19  Bill Wohler  <wohler@newt.com>
 
        * image.el (image-load-path-for-library): Shorten first line in
index 8e59841276341f16944639524a987d8a0bacbcd0..9ab5555e1b1c38db0be3953aa03a6339f9492f6f 100644 (file)
@@ -1,3 +1,10 @@
+2006-03-19  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (set_cursor_from_row): Fix cursor property on overlay string,
+       so it doesn't associate overlay string with following glyph by default.
+       Allow integer property value to specify explicit number of buffer
+       positions associate with overlay string.
+
 2006-03-18  Chong Yidong  <cyd@stupidchicken.com>
 
        * xterm.c (x_display_ok): Fix minor bug and compilation warnings.