aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cbdc3706076..08e0adb7999 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12010-09-25 Eli Zaretskii <eliz@gnu.org> 12010-09-25 Eli Zaretskii <eliz@gnu.org>
2 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.
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