diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
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): |