Mercurial > emacs
comparison lisp/ChangeLog @ 33259:2a66e0c2671b
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 06 Nov 2000 15:51:58 +0000 |
parents | 3d7bff27ec2d |
children | 7ea177b4933a |
comparison
equal
deleted
inserted
replaced
33258:e2ec8e65cd35 | 33259:2a66e0c2671b |
---|---|
1 2000-11-06 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * textmodes/texnfo-upd.el: Require texinfo. | |
4 (defmacro, defgroup): Remove. | |
5 (texinfo-section-to-generic-alist): Remove. | |
6 Use texinfo-section-list instead (i.e. level is changed string->int). | |
7 (texinfo-filter): New function. | |
8 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp) | |
9 (texinfo-subsection-level-regexp, texinfo-section-level-regexp): | |
10 Use it. And use regexp-opt. | |
11 (texinfo-find-higher-level-node, texinfo-hierarchic-level) | |
12 (texinfo-update-menu-region-beginning) | |
13 (texinfo-update-menu-same-level-regexps) | |
14 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps) | |
15 (texinfo-update-the-node, texinfo-sequentially-update-the-node): Update. | |
16 (texinfo-update-node, texinfo-every-node-update) | |
17 (texinfo-sequential-node-update): Remove autoload cookie. | |
18 | |
19 * textmodes/texinfo.el (texinfo-section-list): Change majorheading to 2. | |
20 (texinfo-font-lock-syntactic-keywords): Use syntax-strings. | |
21 (texinfo-chapter-level-regexp): Remove. | |
22 (texinfo-mode): Hard code texinfo-chapter-level-regexp. | |
23 | |
1 2000-11-06 Dave Love <fx@gnu.org> | 24 2000-11-06 Dave Love <fx@gnu.org> |
2 | 25 |
3 * autoinsert.el (auto-insert-alist) <latex-mode>: Use | 26 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass. |
4 \documentclass. | 27 |
5 | 28 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Match defun*. |
6 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Match | |
7 defun*. | |
8 | 29 |
9 2000-11-06 Kenichi Handa <handa@etl.go.jp> | 30 2000-11-06 Kenichi Handa <handa@etl.go.jp> |
10 | 31 |
11 * composite.el (composition-function-table): Variable declaration | 32 * composite.el (composition-function-table): Variable declaration |
12 moved to src/composite.c. | 33 moved to src/composite.c. |