Mercurial > emacs
comparison src/ChangeLog @ 32595:6271a432fb2b
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 17 Oct 2000 19:39:17 +0000 |
parents | 326836fbd4aa |
children | 0953c68ae245 |
comparison
equal
deleted
inserted
replaced
32594:e0646c73bf81 | 32595:6271a432fb2b |
---|---|
1 2000-10-17 Gerd Moellmann <gerd@gnu.org> | 1 2000-10-17 Gerd Moellmann <gerd@gnu.org> |
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. | |
2 | 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 |
6 * xdisp.c (cursor_row_p): Take continued lines into account. | 13 * xdisp.c (cursor_row_p): Take continued lines into account. |