comparison lisp/ChangeLog @ 27835:1e61e538c92c

*** empty log message ***
author Dave Love <fx@gnu.org>
date Wed, 23 Feb 2000 22:20:44 +0000
parents 8dc35300521c
children ad4b3195f851
comparison
equal deleted inserted replaced
27834:b5bc73b0b33e 27835:1e61e538c92c
1 2000-02-23 Dave Love <fx@gnu.org> 1 2000-02-23 Dave Love <fx@gnu.org>
2
3 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
4 scratch buffer name.
5 (gud-format-command): Use int-to-string in ?l case. Simplify
6 slightly.
7
8 * term/w32-win.el (internal-face-interactive): Update prompt for
9 new read-face-name.
10
11 * mail/footnote.el (footnote): Add :version to defgroup.
12 (footnote-section-tag-regexp): Customize.
13 (footnote-start-tag, footnote-end-tag): New option.
14 (footnote-latin-regexp): New variable.
15 (Footnote-latin): New function.
16 (footnote-style-alist): Add element for latin style.
17 (footnote-style): Moved.
18 (Footnote-goto-footnote): Use eq to test arg.
19
20 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2 21
3 * emacs-lisp/byte-opt.el: Change old backquote syntax. 22 * emacs-lisp/byte-opt.el: Change old backquote syntax.
4 (byte-compile-trueconstp): Include keywords. 23 (byte-compile-trueconstp): Include keywords.
5 (byte-optimize-quote, byte-optimize-lapcode): Use 24 (byte-optimize-quote, byte-optimize-lapcode): Use
6 byte-compile-const-symbol-p. 25 byte-compile-const-symbol-p.