# HG changeset patch # User Dave Love # Date 1022254350 0 # Node ID 9f589c592e30429e1bf4a99da79f8502eefb8b00 # Parent 54f9d745df1555e9f7a0320ba6cc7daab16d2129 *** empty log message *** diff -r 54f9d745df15 -r 9f589c592e30 src/ChangeLog --- a/src/ChangeLog Fri May 24 15:31:33 2002 +0000 +++ b/src/ChangeLog Fri May 24 15:32:30 2002 +0000 @@ -1,3 +1,21 @@ +2002-05-24 Dave Love + + * term.c (costs_set): Declare static, non-initialized for pcc. + (encode_terminal_code): Remove ensued var. + + * keyboard.c (kbd_buffer_store_event): Fix interrupt_signal decl + for K&R. + + * xterm.c (xlwmenu_window_p): Fix prototype for K&R. + + * coding.c (setup_iso_safe_charsets): Fix arg decl for K&R. + (suffixes): Moved out of make_subsidiaries for K&R. + + * charset.c (map_charset_chars): Fix c_function declaration for + K&R. + + * lisp.h (DEFUN) [!PROTOTYPES]: Remove spurious `args'. + 2002-05-23 Dave Love * data.c (Fchar_or_string_p): Doc fix. Use CHARACTERP. @@ -16763,6 +16781,6 @@ ;; coding: iso-2022-7bit ;; End: - Copyright (C) 2001 Free Software Foundation, Inc. + Copyright (C) 2001, 2002 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.