Mercurial > emacs
comparison lisp/ChangeLog @ 29426:454b4967e36d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 05 Jun 2000 08:11:22 +0000 |
parents | 7ec7a354fdfd |
children | 420c1b718335 |
comparison
equal
deleted
inserted
replaced
29425:846240c6fd38 | 29426:454b4967e36d |
---|---|
1 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> | 1 2000-06-05 Stefan Monnier <monnier@cs.yale.edu> |
2 | |
3 * autoarg.el (autoarg-mode, autoarg-kp-mode): | |
4 * hl-line.el (hl-line-mode): Use the new :global key argument. | |
5 | |
6 * tar-mode.el (tar-header-block-recompute-checksum): Remove. | |
7 (tar-clip-time-string): Prepend a space. | |
8 (tar-grind-file-mode): Construct a string rather than modifying one. | |
9 (tar-header-block-summarize): Fix docstring. | |
10 Use `format' rather than an error-prone set of copy-loops. | |
11 | |
12 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re) | |
13 (diff-goto-source, diff-unified->context, diff-context->unified) | |
14 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to | |
15 understand the format output by the `-p' argument to diff. | |
16 | |
17 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list) | |
18 (sh-re-done): Use defconst. | |
19 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar. | |
20 (sh-help-string-for-variable, sh-guess-basic-offset): | |
21 Don't quote lambdas. | |
22 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo. | |
23 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use. | |
2 | 24 |
3 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it. | 25 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it. |
4 (mh-letter-mode): Derive from text-mode. | 26 (mh-letter-mode): Derive from text-mode. |
5 This implicitly means that it now calls kill-all-local-variables. | 27 This implicitly means that it now calls kill-all-local-variables. |
6 Also remove the Emacs-18 compatibility code. | 28 Also remove the Emacs-18 compatibility code. |