diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ed111bf3814..53834edffa8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-11-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Improve clarity of USE_LSB_TAG definition. | ||
| 4 | Problem reported by Lee Duhem. Suggestion by Andreas Schwab in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg02222.html | ||
| 6 | * lisp.h (USE_LSB_TAG): Define in terms of the (simpler) | ||
| 7 | VAL_MAX / 2 rather than in terms of the (more complicated) | ||
| 8 | EMACS_INT_MAX >> GCTYPEBITS, and adjust commentary to match. | ||
| 9 | |||
| 1 | 2014-11-29 Eli Zaretskii <eliz@gnu.org> | 10 | 2014-11-29 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * xdisp.c (handle_single_display_spec): When ignoring a fringe | 12 | * xdisp.c (handle_single_display_spec): When ignoring a fringe |