diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6a5f3837a3..b77f00c21c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2015-01-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to hypothetical case where Qnil is nonzero | ||
| 4 | * alloc.c (allocate_pseudovector): | ||
| 5 | * callint.c (Fcall_interactively): | ||
| 6 | * coding.c (syms_of_coding): | ||
| 7 | * dispnew.c (realloc_glyph_pool): | ||
| 8 | * fringe.c (init_fringe): | ||
| 9 | * lisp.h (memsetnil): | ||
| 10 | * xdisp.c (init_iterator): | ||
| 11 | Port to the currently-hypothetical case where Qnil is nonzero. | ||
| 12 | * dispnew.c (adjust_glyph_matrix): Remove unnecessary verification, | ||
| 13 | as there are no Lisp_Object values in the data here. | ||
| 14 | * lisp.h (NIL_IS_NONZERO): New symbol, replacing NIL_IS_ZERO. | ||
| 15 | All uses changed. Define only if not already defined, so that one | ||
| 16 | can debug with -DNIL_IS_NONZERO. | ||
| 17 | * xdisp.c (init_iterator): Remove unnecessary initializations to 0. | ||
| 18 | |||
| 1 | 2015-01-19 Eli Zaretskii <eliz@gnu.org> | 19 | 2015-01-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 20 | ||
| 3 | * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool): Verify that | 21 | * dispnew.c (adjust_glyph_matrix, realloc_glyph_pool): Verify that |