emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [lexbind]
Date: Tue, 06 Jul 2004 07:04:59 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2701.2.37 emacs/src/ChangeLog:1.2701.2.38
*** emacs/src/ChangeLog:1.2701.2.37     Tue Jul  6 10:00:16 2004
--- emacs/src/ChangeLog Tue Jul  6 10:10:51 2004
***************
*** 67,72 ****
--- 67,123 ----
        (Fdocumentation, store_function_docstring): Handle interpreted
        closures.
  
+ 2004-06-13  Andreas Schwab  <address@hidden>
+ 
+       * 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.
+ 
+ 2004-06-13  Kenichi Handa  <address@hidden>
+ 
+       * ccl.c (CCL_READ_CHAR): If hit EOF, set REG to -1.
+ 
+ 2004-06-12  Matthew Mundell  <address@hidden>
+ 
+       * eval.c (Fdefun): Signal an error if NAME is not a symbol.
+ 
+ 2004-06-12  Kenichi Handa  <address@hidden>
+ 
+       * ccl.c (CCL_CALL_FOR_MAP_INSTRUCTION): Save eof_ic in
+       ccl_prog_stack_struct and update it.
+       (CCL_INVALID_CMD): If CCL_DEBUG is defined, call ccl_debug_hook.
+       (CCL_READ_CHAR): Get instruction counter from eof_ic, not from
+       ccl->eof_ic on EOF.
+       (ccl_debug_hook): New function.
+       (struct ccl_prog_stack): New member eof_ic.
+       (ccl_driver): Handle EOF in subrountine call correctly.
+ 
+ 2004-06-11  Kenichi Handa  <address@hidden>
+ 
+       * coding.c (decode_coding_string): Check CODING_FINISH_INTERRUPT.
+ 
+ 2004-06-11  Kim F. Storm  <address@hidden>
+ 
+       * emacs.c (shut_down_emacs): Inhibit redisplay during shutdown.
+ 
  2004-06-11  Juanma Barranquero  <address@hidden>
  
        * keyboard.c (Fposn_at_point): Doc fix.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]