emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 07 Jul 2002 16:25:49 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4076 emacs/lisp/ChangeLog:1.4077
*** emacs/lisp/ChangeLog:1.4076 Sun Jul  7 05:59:31 2002
--- emacs/lisp/ChangeLog        Sun Jul  7 16:25:23 2002
***************
*** 1,3 ****
--- 1,15 ----
+ 2002-07-07  Stefan Monnier  <address@hidden>
+ 
+       * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
+       aliases to also work for interactive functions.
+       Use the same wrapper for subroutines.
+       (cancel-debug-on-entry): Get rid of the now-useless wrapper.
+       (debug-on-entry-1): Correctly skip docstrings and interactive forms.
+ 
+       * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
+       automatic environment name update.
+       (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
+ 
  2002-07-07  Richard M. Stallman  <address@hidden>
  
        * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
***************
*** 10,16 ****
        Also allow `safe-local-eval-function' property to be a function
        or a list of functions.
        (c-add-style): Delete `safe-local-eval-function' property.
!       
        * files.el (after-find-file): Make buffer read-only if file is
        marked that way, even for root.
  
--- 22,28 ----
        Also allow `safe-local-eval-function' property to be a function
        or a list of functions.
        (c-add-style): Delete `safe-local-eval-function' property.
! 
        * files.el (after-find-file): Make buffer read-only if file is
        marked that way, even for root.
  
***************
*** 32,37 ****
--- 44,59 ----
        * emulation/cua-rect.el (cua--rectangle-operation): Don't call
        FCT if current column is outside rectangle.
        (cua--delete-rectangle): Do nothing if zero width or out of bounds.
+ 
+ 2002-07-04  Stefan Monnier  <address@hidden>
+ 
+       * net/ange-ftp.el: Use add-hook and find-file-hook.
+       (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
+       (ange-ftp-ls-parser): Make it into a function.
+       Ignore trailing @ in symlink targets.
+       (ange-ftp-file-entry-p): Ignore FTP errors.
+       (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
+       to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
  
  2002-07-04  Per Abrahamsen  <address@hidden>
  



reply via email to

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