diff options
| author | Gerd Moellmann | 2000-10-17 19:39:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-10-17 19:39:17 +0000 |
| commit | 1f0b3fd2075fbb68e9fde05c350c06b787cf20e3 (patch) | |
| tree | 945a422d8e43fb4b43f6c403b2a344dd0e5934ea /src/ChangeLog | |
| parent | 68c5d1db4a686dcd6d50ba98f46b19edd48cb48a (diff) | |
| download | emacs-1f0b3fd2075fbb68e9fde05c350c06b787cf20e3.tar.gz emacs-1f0b3fd2075fbb68e9fde05c350c06b787cf20e3.zip | |
(pure_bytes_used): Renamed from pureptr.
(ALIGN): New macro.
(pure_alloc): New function.
(make_pure_string, pure_cons, make_pure_float, make_pure_vector):
Use it.
(Fpurecopy): Use PURE_POINTER_P.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2000-10-17 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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 | ||