aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2002-03-18 14:56:35 +0000
committerStefan Monnier2002-03-18 14:56:35 +0000
commit194c8d989a246930f9f672521ff0cd1c449e65da (patch)
tree5c36326bbd954af708e278ceed9fdd6d6e05d4f1 /lisp/ChangeLog
parent2ac75e6e1216898556a7c6b9b0b77b54c819ee29 (diff)
downloademacs-194c8d989a246930f9f672521ff0cd1c449e65da.tar.gz
emacs-194c8d989a246930f9f672521ff0cd1c449e65da.zip
(eshell-binary-suffixes): Use exec-suffixes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae85e3e799f..f7a15b22bee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-03-18 Stefan Monnier <monnier@cs.yale.edu>
2
3 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
4
12002-03-18 Richard M. Stallman <rms@gnu.org> 52002-03-18 Richard M. Stallman <rms@gnu.org>
2 6
3 * menu-bar.el (menu-bar-options-menu): Cope if 7 * menu-bar.el (menu-bar-options-menu): Cope if
@@ -10,7 +14,7 @@
10 14
11 * files.el (list-directory): Set default-directory at the end. 15 * files.el (list-directory): Set default-directory at the end.
12 16
13 * dabbrev.el (dabbrev--goto-start-of-abbrev): 17 * dabbrev.el (dabbrev--goto-start-of-abbrev):
14 Put a limit on field-beginning search. 18 Put a limit on field-beginning search.
15 19
162002-03-17 Simon Josefsson <jas@extundo.com> 202002-03-17 Simon Josefsson <jas@extundo.com>
@@ -26,6 +30,13 @@
26 30
272002-03-17 Stefan Monnier <monnier@cs.yale.edu> 312002-03-17 Stefan Monnier <monnier@cs.yale.edu>
28 32
33 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
34 (sgml-xml-guess): Simplify.
35 (sgml-mode-common): Remove (move into sgml-mode).
36 (sgml-mode): Add code from sgml-mode-common.
37 Remove redundant setting of indent-line-function.
38 Don't set skeleton-transformation when in XML mode.
39
29 * international/mule-diag.el (describe-char-after): 40 * international/mule-diag.el (describe-char-after):
30 Use `internal-describe-syntax-value' again (got lost somewhere). 41 Use `internal-describe-syntax-value' again (got lost somewhere).
31 42