aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2004-06-13 15:35:03 +0000
committerAndreas Schwab2004-06-13 15:35:03 +0000
commitcea5d0d4234e3f208023e29873fdb199e0414749 (patch)
tree6a6d04f24a1dfca5dcedf7c03920614ad3a52b62 /src/ChangeLog
parent474f84d92535b4caf163e0c7c8b0717c0ab4126e (diff)
downloademacs-cea5d0d4234e3f208023e29873fdb199e0414749.tar.gz
emacs-cea5d0d4234e3f208023e29873fdb199e0414749.zip
(cancel_hourglass_unwind): Return a value.
(modify_event_symbol): Always use %ld for printing EMACS_INT. (Fexecute_extended_command): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c515a13d605..37719505adf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,23 @@
12004-06-13 Andreas Schwab <schwab@suse.de> 12004-06-13 Andreas Schwab <schwab@suse.de>
2 2
3 * print.c (print_object): Always use %ld for printing EMACS_INT.
4
5 * keyboard.c (cancel_hourglass_unwind): Return a value.
6 (modify_event_symbol): Always use %ld for printing EMACS_INT.
7 (Fexecute_extended_command): Likewise.
8
9 * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to
10 avoid clashes.
11 (SYNTAX): Likewise.
12 (SYNTAX_WITH_FLAGS): Likewise.
13 (SYNTAX_MATCH): Likewise.
14
15 * syntax.c (char_quoted): Avoid warning about undefined operation.
16 (find_defun_start): Likewise.
17 (scan_lists): Likewise.
18 (INC_FROM): Likewise.
19 (scan_sexps_forward): Likewise.
20
3 * image.c: Include <ctype.h>. 21 * image.c: Include <ctype.h>.
4 22
5 * xfaces.c (face_attr_equal_p): Declare parameters. 23 * xfaces.c (face_attr_equal_p): Declare parameters.