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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 28 May 2004 18:10:11 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3712 emacs/src/ChangeLog:1.3713
*** emacs/src/ChangeLog:1.3712  Wed May 26 22:10:26 2004
--- emacs/src/ChangeLog Fri May 28 21:15:08 2004
***************
*** 1,3 ****
--- 1,14 ----
+ 2004-05-28  Stefan Monnier  <address@hidden>
+ 
+       * alloc.c (struct backtrace): Remove.
+       (Fgarbage_collect): Use the new mark_backtrace.
+ 
+       * eval.c (mark_backtrace): New function.
+ 
+       * minibuf.c (run_exit_minibuf_hook): New function.
+       (read_minibuf_unwind): Don't run exit-minibuffer-hook any more.
+       (read_minibuf): Use separate unwind handler to run exit-minibuf-hook.
+ 
  2004-05-27  Kim F. Storm  <address@hidden>
  
        * xdisp.c (back_to_previous_visible_line_start): Skip backwards
***************
*** 15,22 ****
  
  2004-05-23  K,Ba(Broly L,Bu(Brentey  <address@hidden>  (tiny change)
  
!       * coding.c (Fset_safe_terminal_coding_system_internal): Set
!       suppress_error in safe_terminal_coding, not terminal_coding.
  
  2004-05-22  Richard M. Stallman  <address@hidden>
  
--- 26,33 ----
  
  2004-05-23  K,Ba(Broly L,Bu(Brentey  <address@hidden>  (tiny change)
  
!       * coding.c (Fset_safe_terminal_coding_system_internal):
!       Set suppress_error in safe_terminal_coding, not terminal_coding.
  
  2004-05-22  Richard M. Stallman  <address@hidden>
  
***************
*** 71,77 ****
        (re_opcode_t): New opcodes `symbeg' and `symend'.
        (print_partial_compiled_pattern): Print the new opcodes properly.
        (regex_compile): Parse the new operators.
!       (analyse_first): Skip symbeg and symend (they match only the empty 
string).
        (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
        \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
        (re_match_2_internal): Match symbeg and symend.
--- 82,88 ----
        (re_opcode_t): New opcodes `symbeg' and `symend'.
        (print_partial_compiled_pattern): Print the new opcodes properly.
        (regex_compile): Parse the new operators.
!       (analyse_first): Skip sym(beg|end) (they match only the empty string).
        (mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
        \sw; `symbeg' is mutually exclusive with \S_ and \Sw.
        (re_match_2_internal): Match symbeg and symend.




reply via email to

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