aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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