From: Kim F. Storm Date: Sun, 19 Mar 2006 19:59:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~3518 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45c1c789a5e551e8eb832d2448f4fd1888b4967d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b0903f839ad..f84449274e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-03-19 Kim F. Storm + + * 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 * image.el (image-load-path-for-library): Shorten first line in diff --git a/src/ChangeLog b/src/ChangeLog index 8e598412763..9ab5555e1b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2006-03-19 Kim F. Storm + + * 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 * xterm.c (x_display_ok): Fix minor bug and compilation warnings.