diff options
| author | Stefan Monnier | 2007-11-16 21:24:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-11-16 21:24:59 +0000 |
| commit | 6d3f2bb282810d37331cf050993ea630f8e1f9c2 (patch) | |
| tree | f2cedc27dd48a9799bb4a5a1ea14acb3dce02b0d /src/ChangeLog | |
| parent | b05b4e2787f085af0ebdf2ed1705e5f4f799dee5 (diff) | |
| download | emacs-6d3f2bb282810d37331cf050993ea630f8e1f9c2.tar.gz emacs-6d3f2bb282810d37331cf050993ea630f8e1f9c2.zip | |
* alloc.c (allocate_other_vector):
* lisp.h (allocate_other_vector): Remove.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c0d55b6ca04..e1f5be9c0cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * alloc.c (allocate_other_vector): | ||
| 4 | * lisp.h (allocate_other_vector): Remove. | ||
| 5 | |||
| 3 | * window.c (struct save_window_data): Move non-lisp data to the end | 6 | * window.c (struct save_window_data): Move non-lisp data to the end |
| 4 | and make it `int' rather than Lisp_Object. | 7 | and make it `int' rather than Lisp_Object. |
| 5 | (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR. | 8 | (Fcurrent_window_configuration): Use ALLOCATE_PSEUDOVECTOR. |
| @@ -29,6 +32,7 @@ | |||
| 29 | 32 | ||
| 30 | * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h. | 33 | * alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h. |
| 31 | (allocate_pseudovector): Make non-static. | 34 | (allocate_pseudovector): Make non-static. |
| 35 | |||
| 32 | * lisp.h (enum pvec_type): New tag PVEC_OTHER. | 36 | * lisp.h (enum pvec_type): New tag PVEC_OTHER. |
| 33 | (allocate_pseudovector): Declare. | 37 | (allocate_pseudovector): Declare. |
| 34 | (ALLOCATE_PSEUDOVECTOR): Move from alloc.c | 38 | (ALLOCATE_PSEUDOVECTOR): Move from alloc.c |