aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
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 @@
12012-07-22 Dmitry Antipov <dmantipov@yandex.ru> 12012-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
122012-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.