aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6392044ed62..f0937856559 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-07-22 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Simplify and cleanup markers positioning code.
4 * marker.c (attach_marker): More useful eassert.
5 (live_buffer, set_marker_internal): New function.
6 (Fset_marker, set_marker_restricted): Use set_marker_internal.
7 (set_marker_both, set_marker_restricted_both): Use live_buffer.
8
12012-07-22 Paul Eggert <eggert@cs.ucla.edu> 92012-07-22 Paul Eggert <eggert@cs.ucla.edu>
2 10
3 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int, 11 * buffer.h (struct buffer.indirections): Now ptrdiff_t, not int,