Mercurial > emacs
diff src/ChangeLog @ 39034:fe47985d622a
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Aug 2001 12:15:09 +0000 |
parents | d5b2cd9aadf2 |
children | 2a7279b2f60d |
line wrap: on
line diff
--- a/src/ChangeLog Thu Aug 30 12:14:48 2001 +0000 +++ b/src/ChangeLog Thu Aug 30 12:15:09 2001 +0000 @@ -1,5 +1,12 @@ 2001-08-30 Gerd Moellmann <gerd@gnu.org> + * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables. + (syms_of_xdisp): Initialize them. + (handle_single_display_prop): Don't change point, bind `object', + `position', and `buffer-position' instead to the object having the + `display' property, position in the object and position in the + buffer. + * fileio.c (Finsert_file_contents): Don't change the multibyteness of the buffer if REPLACE is non-nil.