aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d1e8314b172..b94ac53051a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -17,6 +17,15 @@
17 * alloc.c (verify_alloca) [ENABLE_CHECKING]: New function. 17 * alloc.c (verify_alloca) [ENABLE_CHECKING]: New function.
18 (init_alloc_once): Call it. 18 (init_alloc_once): Call it.
19 19
20 Cleanup last change and make all new stuff conditional.
21 * lisp.h (build_local_string): Rename to ...
22 (make_local_string): ... this macro.
23 (build_local_string, scoped_list1, scoped_list3): New macros.
24 (toplevel) [USE_STACK_LISP_OBJECTS]: Define all new macros
25 and functions as such, use regular fallbacks otherwise.
26 * alloc.c (verify_alloca) [USE_STACK_LISP_OBJECTS]: Define
27 conditionally.
28
202014-09-08 Eli Zaretskii <eliz@gnu.org> 292014-09-08 Eli Zaretskii <eliz@gnu.org>
21 30
22 * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, 31 * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero,