aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-30 12:15:09 +0000
committerGerd Moellmann2001-08-30 12:15:09 +0000
commit92a256311f2b87e54be763f2471d60b4ba12503f (patch)
tree6f89c41fec12af4403469fbcffc66fda7bfac103 /src/ChangeLog
parentb384d6f81390b88206d61e7075e2017ec6ccdd1c (diff)
downloademacs-92a256311f2b87e54be763f2471d60b4ba12503f.tar.gz
emacs-92a256311f2b87e54be763f2471d60b4ba12503f.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4eab2b6143e..f3c4bdc6221 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12001-08-30 Gerd Moellmann <gerd@gnu.org> 12001-08-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (Qbuffer_position, Qposition, Qobject): New variables.
4 (syms_of_xdisp): Initialize them.
5 (handle_single_display_prop): Don't change point, bind `object',
6 `position', and `buffer-position' instead to the object having the
7 `display' property, position in the object and position in the
8 buffer.
9
3 * fileio.c (Finsert_file_contents): Don't change the multibyteness 10 * fileio.c (Finsert_file_contents): Don't change the multibyteness
4 of the buffer if REPLACE is non-nil. 11 of the buffer if REPLACE is non-nil.
5 12