aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-01-20 13:56:14 -0800
committerPaul Eggert2015-01-20 13:56:46 -0800
commit0dd19ac82662c5710e73852f438fd55e1d9225b7 (patch)
tree67074879f366306af045d28f68d208fc2cf1a0ff /src/ChangeLog
parent3a8312d00e59b50e76121cd512177e999c18b06d (diff)
downloademacs-0dd19ac82662c5710e73852f438fd55e1d9225b7.tar.gz
emacs-0dd19ac82662c5710e73852f438fd55e1d9225b7.zip
Undo port to hypothetical nonzero Qnil case
This mostly undoes the previous change in this area. See: http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00570.html * alloc.c (allocate_pseudovector): * callint.c (Fcall_interactively): * dispnew.c (realloc_glyph_pool): * fringe.c (init_fringe): * lisp.h (memsetnil): * xdisp.c (init_iterator): Simplify by assuming that Qnil is zero, but verify the assumption. * lisp.h (NIL_IS_ZERO): Revert back to this symbol, removing NIL_IS_NONZERO. All uses changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a320e22c65c..e5e4fe9edb0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12015-01-20 Paul Eggert <eggert@cs.ucla.edu>
2
3 Undo port to hypothetical nonzero Qnil case
4 This mostly undoes the previous change in this area. See:
5 http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00570.html
6 * alloc.c (allocate_pseudovector):
7 * callint.c (Fcall_interactively):
8 * dispnew.c (realloc_glyph_pool):
9 * fringe.c (init_fringe):
10 * lisp.h (memsetnil):
11 * xdisp.c (init_iterator):
12 Simplify by assuming that Qnil is zero, but verify the assumption.
13 * lisp.h (NIL_IS_ZERO): Revert back to this symbol, removing
14 NIL_IS_NONZERO. All uses changed.
15
12015-01-20 Jan Djärv <jan.h.d@swipnet.se> 162015-01-20 Jan Djärv <jan.h.d@swipnet.se>
2 17
3 * nsterm.m (EV_TRAILER2): Set Vinhibit_quit to Qt (Bug#19531). 18 * nsterm.m (EV_TRAILER2): Set Vinhibit_quit to Qt (Bug#19531).