aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-11-28 23:38:41 -0800
committerPaul Eggert2014-11-28 23:39:06 -0800
commit366c1ceb038b42ed8590486e1a3c3cebba87e9da (patch)
tree8afbee532cef5f6ff9ddca7e7b0eb4c80d615f37 /src/ChangeLog
parent0cce3623b169732a51f055a86fc926313b11a5ee (diff)
downloademacs-366c1ceb038b42ed8590486e1a3c3cebba87e9da.tar.gz
emacs-366c1ceb038b42ed8590486e1a3c3cebba87e9da.zip
Improve clarity of USE_LSB_TAG definition.
Problem reported by Lee Duhem. Suggestion by Andreas Schwab in: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg02222.html * lisp.h (USE_LSB_TAG): Define in terms of the (simpler) VAL_MAX / 2 rather than in terms of the (more complicated) EMACS_INT_MAX >> GCTYPEBITS, and adjust commentary to match.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
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 @@
12014-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
12014-11-29 Eli Zaretskii <eliz@gnu.org> 102014-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