comparison src/ChangeLog @ 110562:ea50a897140e

Fix int/EMACS_INT use in process.c and term.c. term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT for buffer positions. process.c (read_process_output, send_process) (Fprocess_send_region, status_notify): Use EMACS_INT for buffer and string positions and size.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 25 Sep 2010 08:31:15 -0400
parents 93141d34a175
children 08d10ad776d8
comparison
equal deleted inserted replaced
110561:93141d34a175 110562:ea50a897140e
1 2010-09-25 Eli Zaretskii <eliz@gnu.org> 1 2010-09-25 Eli Zaretskii <eliz@gnu.org>
2
3 * term.c (fast_find_position, term_mouse_highlight): Use EMACS_INT
4 for buffer positions.
5
6 * process.c (read_process_output, send_process)
7 (Fprocess_send_region, status_notify): Use EMACS_INT for buffer
8 and string positions and size.
2 9
3 * print.c (print_object, print_string, strout): Use EMACS_INT for 10 * print.c (print_object, print_string, strout): Use EMACS_INT for
4 string indices. 11 string indices.
5 12
6 * minibuf.c (string_to_object): Use EMACS_INT for string position 13 * minibuf.c (string_to_object): Use EMACS_INT for string position