comparison lisp/ChangeLog @ 26721:13132a2907aa

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 06 Dec 1999 13:20:39 +0000
parents e0d2a0a6e1f9
children 8dbcefccbde4
comparison
equal deleted inserted replaced
26720:32e893b03ad2 26721:13132a2907aa
1 1999-12-06 Gerd Moellmann <gerd@gnu.org>
2
3 * apropos.el (apropos-mode): Add autoload cookie.
4
5 1999-12-06 Sam Steingold <sds@goems.com>
6
7 * progmodes/etags.el (etags-tags-completion-table): Modified the
8 regexp to allow for the CL symbols starting with `+*'.
9 (tags-completion-table): Doc fix (it's an obarray, not an alist).
10 (tags-completion-table, tags-recognize-empty-tags-table): Remove
11 `function' quoting lambda.
12 (tags-with-face): New macro.
13 (list-tags, tags-apropos): Use it.
14 (tags-apropos-additional-actions): New user option.
15 (etags-tags-apropos-additional): Use it.
16 (tags-apropos): Call etags-tags-apropos-additional.
17 (tags-apropos-verbose): New user option.
18 (etags-tags-apropos): Use it.
19 (visit-tags-table-buffer, next-file): Use `unless'.
20 (recognize-empty-tags-table): Renamed to
21 tags-recognize-empty-tags-table.
22 (complete-tag): Call tags-complete-tag bypassing try-completion.
23
1 1999-12-06 Kenichi Handa <handa@etl.go.jp> 24 1999-12-06 Kenichi Handa <handa@etl.go.jp>
2 25
3 * international/mule.el (set-buffer-file-coding-system): Docstring 26 * international/mule.el (set-buffer-file-coding-system): Docstring
4 modified. 27 modified.
5 28