comparison lisp/ChangeLog @ 28114:b8b859c9a824

*** empty log message ***
author Dave Love <fx@gnu.org>
date Sun, 12 Mar 2000 15:34:37 +0000
parents 2f4ab9eb303c
children ff3e24c96b80
comparison
equal deleted inserted replaced
28113:bfff8ed76f1c 28114:b8b859c9a824
1 2000-03-12 Dave Love <fx@gnu.org>
2
3 * facemenu.el (facemenu-get-face): Use display-color-p.
4 * enriched.el (enriched-decode-foreground): Likewise.
5 (enriched-decode-background): Likewise.
6 * isearch.el (isearch-highlight): Likewise.
7 * info-look.el (info-lookup): Likewise.
8 * simple.el (completion-setup-function): Likewise.
9
10 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11 :options.
12
13 * bindings.el (mode-line-format): Fix line-number and
14 column-number items. Add help-echo for the background.
15 (mode-line-mule-info): Modify help-echo.
16
17 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
18 defcustom.
19
20 * files.el (load-file): Allow completion to .elc.
21
22 * man.el: Doc fixes.
23 (Man-init-defvars): Use display-color-p to set fontification.
24
25 * play/hanoi.el (hanoi-internal): Don't use oddp.
26
1 2000-03-12 Gerd Moellmann <gerd@gnu.org> 27 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2 28
3 * arc-mode.el (archive-zip-update): Add `-P' for pkzip. 29 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
4 30
5 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment. 31 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
34 * textmodes/texinfo.el (texinfo-version): Variable and function 60 * textmodes/texinfo.el (texinfo-version): Variable and function
35 removed. 61 removed.
36 62
37 2000-03-09 Stefan Monnier <monnier@cs.yale.edu> 63 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
38 64
39 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to allow 65 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
40 more flexibility. 66 allow more flexibility.
41 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New funs. 67 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
42 (easy-mmode-def(map|syntax|ine-derived-mode)): New macros. 68 fns.
69 (easy-mmode-defmap, easy-mmode-defsyntax)
70 (easy-mmode-define-derived-mode): New macros.
43 71
44 2000-03-09 Didier Verna <didier@xemacs.org> 72 2000-03-09 Didier Verna <didier@xemacs.org>
45 73
46 * rect.el (replace-rectangle): New function. 74 * rect.el (replace-rectangle): New function.
47 75