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: Wed, 30 Apr 2003 20:43:30 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3217 emacs/src/ChangeLog:1.3218
*** emacs/src/ChangeLog:1.3217  Wed Apr 30 08:08:31 2003
--- emacs/src/ChangeLog Wed Apr 30 20:43:29 2003
***************
*** 1,3 ****
--- 1,16 ----
+ 2003-04-30  Stefan Monnier  <address@hidden>
+ 
+       * eval.c (unbind_to): Don't handle symbol = Qnil any more.
+ 
+       * lisp.h (CHECK): Wrap args in parenthesis.
+       (specbind): Fix doc: symbol = Qnil is not supported any more.
+ 
+       * bytecode.c (Fbyte_code) <unwind-protect>:
+       Use Fprogn rather than 0 and Qnil.
+ 
+       * keyboard.c (parse_modifiers_uncached): Parse `down', `drag',
+       `double', and `triple' modifiers as well.
+ 
  2003-04-30  Richard M. Stallman  <address@hidden>
  
        * keyboard.c (echo_char): Don't clear out a dash that follows a space.
***************
*** 10,16 ****
        * eval.c (Fsignal): Clear abort_on_gc.
  
        * editfns.c (Fformat): Set abort_on_gc during first scan of format.
!       Reinit FORMAT_START and END before second scan. 
  
        * xdisp.c (move_it_vertically_backward): Do the final big else
        even if nlines is 0.
--- 23,29 ----
        * eval.c (Fsignal): Clear abort_on_gc.
  
        * editfns.c (Fformat): Set abort_on_gc during first scan of format.
!       Reinit FORMAT_START and END before second scan.
  
        * xdisp.c (move_it_vertically_backward): Do the final big else
        even if nlines is 0.
***************
*** 35,42 ****
  2003-04-23  Jan Dj,Ad(Brv  <address@hidden>
  
        * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
!       tool_bar_items so GTK tool bar expose callback does not access items 
        being updated.
  
  2003-04-18  Miles Bader  <address@hidden>
  
--- 48,59 ----
  2003-04-23  Jan Dj,Ad(Brv  <address@hidden>
  
        * xdisp.c (update_tool_bar): BLOCK_INPUT before calling
!       tool_bar_items so GTK tool bar expose callback does not access items
        being updated.
+ 
+ 2003-04-19  Stefan Monnier  <address@hidden>
+ 
+       * eval.c (Fapply): Undo last change and add a comment about why.
  
  2003-04-18  Miles Bader  <address@hidden>
  




reply via email to

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