aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d760dd1df78..55433577cee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12012-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Generalize common compile-time constants.
4 * lisp.h (header_size, bool_header_size, word_size): Now here.
5 (struct Lisp_Vector): Add comment.
6 (struct Lisp_Bool_Vector): Move up to define handy constants.
7 (VECSIZE, PSEUDOVECSIZE): Simplify.
8 (SAFE_ALLOCA_LISP): Use new constant. Adjust indentation.
9 * buffer.c, buffer.h, bytecode.c, callint.c, eval.c, fns.c:
10 * font.c, fontset.c, keyboard.c, keymap.c, macros.c, menu.c:
11 * msdos.c, w32menu.c, w32term.h, window.c, xdisp.c, xfaces.c:
12 * xfont.c, xmenu.c: Use word_size where appropriate.
13
12012-08-05 Lawrence Mitchell <wence@gmx.li> 142012-08-05 Lawrence Mitchell <wence@gmx.li>
2 15
3 * search.c (Freplace_match): Treat \? in the replacement text 16 * search.c (Freplace_match): Treat \? in the replacement text