aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 f97195a9b2c..bdb3434558c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -574,6 +574,8 @@
574 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int. 574 (conv_lisp_to_sockaddr): Don't assume fixnums fit into int.
575 (Faccept_process_output): Use duration_to_sec_usec to do proper 575 (Faccept_process_output): Use duration_to_sec_usec to do proper
576 overflow checking on durations. 576 overflow checking on durations.
577 (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_signal):
578 Don't assume pid_t fits in int.
577 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts 579 * puresize.h (PURESIZE_RATIO): Shrink this to 8/6 on 32-bit hosts
578 configured --with-wide-int. 580 configured --with-wide-int.
579 * scroll.c (calculate_scrolling, calculate_direct_scrolling) 581 * scroll.c (calculate_scrolling, calculate_direct_scrolling)