aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-25 14:03:13 -0700
committerPaul Eggert2011-09-25 14:03:13 -0700
commitb62b53e8e9cdcc6d8392ffa0c9d17cb2b0e534e2 (patch)
treea842d6729d2f975a2e7121c058641df5ffe4c2d1 /src/ChangeLog
parent5895d7b92473b639531395df260729998d609653 (diff)
downloademacs-b62b53e8e9cdcc6d8392ffa0c9d17cb2b0e534e2.tar.gz
emacs-b62b53e8e9cdcc6d8392ffa0c9d17cb2b0e534e2.zip
* puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
configured --with-wide-int.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 312951457e4..cc6c01a4360 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -556,6 +556,8 @@
556 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int. 556 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
557 (Faccept_process_output): Use duration_to_sec_usec to do proper 557 (Faccept_process_output): Use duration_to_sec_usec to do proper
558 overflow checking on durations. 558 overflow checking on durations.
559 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
560 configured --with-wide-int.
559 * scroll.c (calculate_scrolling, calculate_direct_scrolling) 561 * scroll.c (calculate_scrolling, calculate_direct_scrolling)
560 (line_ins_del): Use int, not EMACS_INT, where int is wide enough. 562 (line_ins_del): Use int, not EMACS_INT, where int is wide enough.
561 * search.c (looking_at_1, string_match_1): 563 * search.c (looking_at_1, string_match_1):