changeset 56071:90a064bbd822

*** empty log message ***
author Andreas Schwab <schwab@suse.de>
date Sun, 13 Jun 2004 15:35:03 +0000
parents 343ad07ce78b
children efb98a4ceb2b
files src/ChangeLog
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jun 13 15:34:11 2004 +0000
+++ b/src/ChangeLog	Sun Jun 13 15:35:03 2004 +0000
@@ -1,5 +1,23 @@
 2004-06-13  Andreas Schwab  <schwab@suse.de>
 
+	* print.c (print_object): Always use %ld for printing EMACS_INT.
+
+	* keyboard.c (cancel_hourglass_unwind): Return a value.
+	(modify_event_symbol): Always use %ld for printing EMACS_INT.
+	(Fexecute_extended_command): Likewise.
+
+	* syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
+	avoid clashes.
+	(SYNTAX): Likewise.
+	(SYNTAX_WITH_FLAGS): Likewise.
+	(SYNTAX_MATCH): Likewise.
+
+	* syntax.c (char_quoted): Avoid warning about undefined operation.
+	(find_defun_start): Likewise.
+	(scan_lists): Likewise.
+	(INC_FROM): Likewise.
+	(scan_sexps_forward): Likewise.
+
 	* image.c: Include <ctype.h>.
 
 	* xfaces.c (face_attr_equal_p): Declare parameters.