aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2af0040e3c2..ecebe75e7ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
4
5 * eval.c (verror): Fix EMACS_INT/int conversion.
6
7 * print.c: (PRINTDECLARE, PRINTPREPARE, strout, print_string)
8 (print_preprocess, print_check_string_charset_prop)
9 (print_object): Fix EMACS_INT/int conversion.
10
11 * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
12
12010-09-24 Eli Zaretskii <eliz@gnu.org> 132010-09-24 Eli Zaretskii <eliz@gnu.org>
2 14
3 * callproc.c (Fcall_process): Use EMACS_INT for count of 15 * callproc.c (Fcall_process): Use EMACS_INT for count of
@@ -52,6 +64,8 @@
52 64
532010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> 652010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
54 66
67 * eval.c (verror): EMACS_INT/int cleanup.
68
55 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to 69 * lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
56 unwind_protect more than 2GB worth of functions. 70 unwind_protect more than 2GB worth of functions.
57 71