comparison lisp/ChangeLog @ 33260:7ea177b4933a

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