aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f95c1594ef..ccd5e1ffa6f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12014-09-24 Paul Eggert <eggert@cs.ucla.edu> 12014-09-24 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Default to stack objects on non-GNU/Linux, non-DOS_NT platforms.
4 * lisp.h (USE_STACK_LISP_OBJECTS): Also default to true
5 if !defined DOS_NT && !defined GNU_LINUX. I've tested this on AIX
6 and Solaris and it's likely to work on similar platforms.
7
3 Avoid signed integer overflow when converting Time to ptrdiff_t. 8 Avoid signed integer overflow when converting Time to ptrdiff_t.
4 * keyboard.c (INPUT_EVENT_POS_MAX, INPUT_EVENT_POS_MIN): 9 * keyboard.c (INPUT_EVENT_POS_MAX, INPUT_EVENT_POS_MIN):
5 New macros. 10 New macros.