diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
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 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-01-20 Jan Djärv <jan.h.d@swipnet.se> | 16 | 2015-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). |