aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2002-02-16 06:43:19 +0000
committerJohn Wiegley2002-02-16 06:43:19 +0000
commitc0c16d4501c5cba072e896a909eac33bf0937f84 (patch)
tree6908ce8790dfe5bf8bbf5e48685e6e5e420145b4
parent5407e8a75f1903e3f34a92ab78a0cfe2d2129f9b (diff)
downloademacs-c0c16d4501c5cba072e896a909eac33bf0937f84.tar.gz
emacs-c0c16d4501c5cba072e896a909eac33bf0937f84.zip
Corrected the fix to bug 127167.
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc5c67fff10..5cff212be1c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12002-02-06 John Wiegley <johnw@gnu.org>
2
3 * eshell/esh-ext.el (eshell-external-command): Added a fix for
4 XEmacs' new dired.el, which adds a global entry in the
5 `file-name-handler-alist'.
6
72002-01-26 John Wiegley <johnw@gnu.org>
8
9 * align.el (align-region): Added a missing name argument.
10
112002-01-14 John Wiegley <johnw@gnu.org>
12
13 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
14 after the #! of a shell interpretor specification.
15
12002-02-15 Richard M. Stallman <rms@gnu.org> 162002-02-15 Richard M. Stallman <rms@gnu.org>
2 17
3 * help.el (describe-key-briefly): Make output in INSERT case 18 * help.el (describe-key-briefly): Make output in INSERT case
@@ -75,6 +90,7 @@
75 (mode-line-mode-menu): Each item now shows its mode line lighter. 90 (mode-line-mode-menu): Each item now shows its mode line lighter.
76 (minor-mode-alist): Don't call propertize here. 91 (minor-mode-alist): Don't call propertize here.
77 92
93>>>>>>> 1.3452
782002-02-12 Eli Zaretskii <eliz@is.elta.co.il> 942002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
79 95
80 * progmodes/pascal.el (pascal-imenu-generic-expression): Add 96 * progmodes/pascal.el (pascal-imenu-generic-expression): Add
@@ -334,6 +350,7 @@
334 (gamegrid-make-color-tty-face): Use the value of color, not the 350 (gamegrid-make-color-tty-face): Use the value of color, not the
335 symbol itself. Don't call gamegrid-color. 351 symbol itself. Don't call gamegrid-color.
336 352
353>>>>>>> 1.3440
3372002-02-05 Eli Zaretskii <eliz@is.elta.co.il> 3542002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
338 355
339 * gud.el (gud-refresh): Call recenter only after we are sure we 356 * gud.el (gud-refresh): Call recenter only after we are sure we
@@ -686,6 +703,7 @@
686 703
687 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition. 704 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
688 705
706>>>>>>> 1.3409
6892002-01-21 Richard M. Stallman <rms@gnu.org> 7072002-01-21 Richard M. Stallman <rms@gnu.org>
690 708
691 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change. 709 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
@@ -878,6 +896,7 @@
878 (eudc-display-mail): New function. 896 (eudc-display-mail): New function.
879 (eudc-bob-play-sound-at-point): Remove XEmacs case. 897 (eudc-bob-play-sound-at-point): Remove XEmacs case.
880 898
899>>>>>>> 1.3356
8812002-01-15 Richard M. Stallman <rms@gnu.org> 9002002-01-15 Richard M. Stallman <rms@gnu.org>
882 901
883 * emacs-lisp/autoload.el (make-autoload): 902 * emacs-lisp/autoload.el (make-autoload):
@@ -1717,6 +1736,7 @@
1717 * apropos.el (apropos-print): SPACING is now nil or a separator string. 1736 * apropos.el (apropos-print): SPACING is now nil or a separator string.
1718 (apropos-documentation, apropos-value): Pass a suitable string. 1737 (apropos-documentation, apropos-value): Pass a suitable string.
1719 1738
1739>>>>>>> 1.3337
17202001-12-21 Eli Zaretskii <eliz@is.elta.co.il> 17402001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1721 1741
1722 * dired.el (dired-free-space-program, dired-free-space-args): 1742 * dired.el (dired-free-space-program, dired-free-space-args):