changeset 46218:3bf04111920d

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 07 Jul 2002 20:25:23 +0000
parents 4a0f567d3c5f
children 56b79cbf05d2
files lisp/ChangeLog
diffstat 1 files changed, 23 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jul 07 20:22:29 2002 +0000
+++ b/lisp/ChangeLog	Sun Jul 07 20:25:23 2002 +0000
@@ -1,3 +1,15 @@
+2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* 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  <rms@gnu.org>
 
 	* emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
@@ -10,7 +22,7 @@
 	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.
 
@@ -33,6 +45,16 @@
 	FCT if current column is outside rectangle.
 	(cua--delete-rectangle): Do nothing if zero width or out of bounds.
 
+2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
+
+	* 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  <abraham@dina.kvl.dk>
 
 	* simple.el (toggle-truncate-lines): New command.