Mercurial > emacs
changeset 69573:96795267cd9b
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 19 Mar 2006 19:59:17 +0000 |
parents | b4faac2800dd |
children | e963763ec80a |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Mar 19 19:39:53 2006 +0000 +++ b/lisp/ChangeLog Sun Mar 19 19:59:17 2006 +0000 @@ -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
--- a/src/ChangeLog Sun Mar 19 19:39:53 2006 +0000 +++ b/src/ChangeLog Sun Mar 19 19:59:17 2006 +0000 @@ -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.