aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 06cc70af5c9..41cee2636b0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12000-10-17 Gerd Moellmann <gerd@gnu.org> 12000-10-17 Gerd Moellmann <gerd@gnu.org>
2 2
3 * alloc.c (pure_bytes_used): Renamed from pureptr.
4 (ALIGN): New macro.
5 (pure_alloc): New function.
6 (make_pure_string, pure_cons, make_pure_float, make_pure_vector):
7 Use it.
8 (Fpurecopy): Use PURE_POINTER_P.
9
3 * xdisp.c (try_cursor_movement): Use cursor_row_p also when 10 * xdisp.c (try_cursor_movement): Use cursor_row_p also when
4 PT has moved backward. 11 PT has moved backward.
5 12