Mercurial > emacs
comparison lisp/ChangeLog @ 40292:b040e198106d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 25 Oct 2001 05:54:03 +0000 |
parents | ec4224073236 |
children | a5332cff58ba |
comparison
equal
deleted
inserted
replaced
40291:7642548b1466 | 40292:b040e198106d |
---|---|
1 2001-10-25 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun | |
4 interactively so that C-u M-C-x still does edebug. | |
5 (checkdoc-sentencespace-region-engine): Don't force a double-space | |
6 after `.' if it doesn't look like an end-of-sentence. | |
7 (debug-ignored-errors): Add `disambiguate ...'. | |
8 | |
9 2001-10-24 Stefan Monnier <monnier@cs.yale.edu> | |
10 | |
11 * textmodes/texinfo.el (texinfo-environments) | |
12 (texinfo-environment-regexp): Hoisted. | |
13 (texinfo-font-lock-keywords): Use `italic' and `bold' faces. | |
14 Only highlight the menu name in menu items. | |
15 Setup `@foo ... @end foo' as text clones. | |
16 (texinfo-clone-environment): New function. | |
17 (texinfo-mode): Simplify auto-fill-inhibit-regexp. | |
18 (texinfo-insert-block): Simplify. | |
19 (texinfo-insert-quote): Insert a plain " if preceded by \ or if | |
20 the command is repeated. | |
21 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs. | |
22 (texinfo-insert-@end): Simplify. | |
23 | |
24 * textmodes/texnfo-upd.el (texinfo-section-types-regexp) | |
25 (texinfo-section-level-regexp, texinfo-subsection-level-regexp) | |
26 (texinfo-subsubsection-level-regexp) | |
27 (texinfo-update-menu-same-level-regexps) | |
28 (texinfo-update-menu-higher-regexps) | |
29 (texinfo-update-menu-lower-regexps): Hoisted to eliminate warnings. | |
30 | |
31 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks. | |
32 (derived-mode-p): Autoload. | |
33 | |
34 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks): | |
35 New vars and functions. | |
36 (text-clone-maintain, text-clone-create): New functions. | |
37 | |
1 2001-10-25 Miles Bader <miles@gnu.org> | 38 2001-10-25 Miles Bader <miles@gnu.org> |
2 | 39 |
3 * facemenu.el (facemenu-add-new-face): Fix variable names. | 40 * facemenu.el (facemenu-add-new-face): Fix variable names. |
4 | 41 |
5 2001-10-24 Richard M. Stallman <rms@gnu.org> | 42 2001-10-24 Richard M. Stallman <rms@gnu.org> |