1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
This commit is contained in:
Dave Love 2000-11-12 00:57:50 +00:00
parent 29a69d04a6
commit 0b074c2fe7

View File

@ -1,3 +1,32 @@
2000-11-12 Dave Love <fx@gnu.org>
* mail/feedmail.el: Fix header,
(feedmail) <defgroup>: Add :link.
* view.el: Use local-map property, not keymap on mode-line string.
* scroll-all.el (scroll-all-mode): Customize variable. Add
autoload cookie to function.
* lazy-lock.el: Remove compatibility code.
* finder.el (finder-known-keywords): Add `files', remove `vms'.
(finder-help-echo): New variable.
(finder-mouse-face-on-line): Add help-echo stuff.
(finder-list-keywords, finder-list-matches): Use mapc.
* faces.el (face-font-registry-alternatives): Add :version.
* progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
tags-table-list.
* net/browse-url.el (browse-url-browser-function): Update
:version.
* mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not
a-z.
(mail-mode): Use [:alnum:] in some regexps.
2000-11-10 Dave Love <fx@gnu.org>
* ediff.el (ediff-regions-internal, ediff-documentation):