# HG changeset patch # User John Wiegley # Date 1013841799 0 # Node ID 4d3d5610eea8517040b3952819d18baf8d645693 # Parent 1f63661dc13a47fa42821aa607ddb3871c7c3de3 Corrected the fix to 127167. diff -r 1f63661dc13a -r 4d3d5610eea8 lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 15 21:52:12 2002 +0000 +++ b/lisp/ChangeLog Sat Feb 16 06:43:19 2002 +0000 @@ -1,3 +1,18 @@ +2002-02-06 John Wiegley + + * eshell/esh-ext.el (eshell-external-command): Added a fix for + XEmacs' new dired.el, which adds a global entry in the + `file-name-handler-alist'. + +2002-01-26 John Wiegley + + * align.el (align-region): Added a missing name argument. + +2002-01-14 John Wiegley + + * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace + after the #! of a shell interpretor specification. + 2002-02-15 Richard M. Stallman * help.el (describe-key-briefly): Make output in INSERT case @@ -75,6 +90,7 @@ (mode-line-mode-menu): Each item now shows its mode line lighter. (minor-mode-alist): Don't call propertize here. +>>>>>>> 1.3452 2002-02-12 Eli Zaretskii * progmodes/pascal.el (pascal-imenu-generic-expression): Add @@ -334,6 +350,7 @@ (gamegrid-make-color-tty-face): Use the value of color, not the symbol itself. Don't call gamegrid-color. +>>>>>>> 1.3440 2002-02-05 Eli Zaretskii * gud.el (gud-refresh): Call recenter only after we are sure we @@ -686,6 +703,7 @@ * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition. +>>>>>>> 1.3409 2002-01-21 Richard M. Stallman * emacs-lisp/copyright.el (copyright-regexp): Fix previous change. @@ -878,6 +896,7 @@ (eudc-display-mail): New function. (eudc-bob-play-sound-at-point): Remove XEmacs case. +>>>>>>> 1.3356 2002-01-15 Richard M. Stallman * emacs-lisp/autoload.el (make-autoload): @@ -1717,6 +1736,7 @@ * apropos.el (apropos-print): SPACING is now nil or a separator string. (apropos-documentation, apropos-value): Pass a suitable string. +>>>>>>> 1.3337 2001-12-21 Eli Zaretskii * dired.el (dired-free-space-program, dired-free-space-args):