diff options
| author | Dmitry Antipov | 2012-07-23 15:15:43 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-23 15:15:43 +0400 |
| commit | d7a7fda3cc130edb8bc10af96d322d263afbb44a (patch) | |
| tree | c7e8012e1b8ab313038ccd2dab1a2b39fa2c4bd6 /src/ChangeLog | |
| parent | 5df1607869c5acff34382b5accf3332b1e72bc2a (diff) | |
| download | emacs-d7a7fda3cc130edb8bc10af96d322d263afbb44a.tar.gz emacs-d7a7fda3cc130edb8bc10af96d322d263afbb44a.zip | |
Cleanup miscellaneous objects allocation and initialization.
* alloc.c (allocate_misc): Change to static. Add argument to
specify the subtype. Adjust comment and users.
(build_overlay): New function.
* buffer.c (copy_overlays, Fmake_overlay): Use it.
* lisp.h (struct Lisp_Overlay): Remove obsolete comment.
(allocate_misc): Remove prototype.
(build_overlay): Add prototype.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bc486a99bd4..fb25d8dc937 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,15 @@ | |||
| 1 | 2012-07-22 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | |||
| 3 | Cleanup miscellaneous objects allocation and initialization. | ||
| 4 | * alloc.c (allocate_misc): Change to static. Add argument to | ||
| 5 | specify the subtype. Adjust comment and users. | ||
| 6 | (build_overlay): New function. | ||
| 7 | * buffer.c (copy_overlays, Fmake_overlay): Use it. | ||
| 8 | * lisp.h (struct Lisp_Overlay): Remove obsolete comment. | ||
| 9 | (allocate_misc): Remove prototype. | ||
| 10 | (build_overlay): Add prototype. | ||
| 11 | |||
| 12 | 2012-07-23 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | 13 | ||
| 3 | Swap buffer text indirection counters in Fbuffer_swap_text. | 14 | Swap buffer text indirection counters in Fbuffer_swap_text. |
| 4 | * buffer.c (Fbuffer_swap_text): Swap indirections too. | 15 | * buffer.c (Fbuffer_swap_text): Swap indirections too. |