summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2010-09-24 17:01:03 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2010-09-24 17:01:03 +0200
commitdb063399123f02faeec4beaedf2ee375a9a50c49 (patch)
treec616d1d2ca8091732f4ea8bd4a9cb3cd42d44c43 /src/ChangeLog
parent69481da786be74ed3f89eebafbd38b9de9a1355e (diff)
Fix all EMACS_INT/int conversion errors in print.c (and related files).
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 @@
+2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
+
+ * eval.c (verror): Fix EMACS_INT/int conversion.
+
+ * print.c: (PRINTDECLARE, PRINTPREPARE, strout, print_string)
+ (print_preprocess, print_check_string_charset_prop)
+ (print_object): Fix EMACS_INT/int conversion.
+
+ * xdisp.c (message_dolog): Fix EMACS_INT/int conversion.
+
2010-09-24 Eli Zaretskii <eliz@gnu.org>
* callproc.c (Fcall_process): Use EMACS_INT for count of
@@ -52,6 +64,8 @@
2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
+ * eval.c (verror): EMACS_INT/int cleanup.
+
* lisp.h (SPECPDL_INDEX): Cast to int, since we're not going to
unwind_protect more than 2GB worth of functions.