comparison lisp/ChangeLog @ 33361:19438cccc556

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 10 Nov 2000 06:18:55 +0000
parents 482cbaef2af5
children 756e811e42d2
comparison
equal deleted inserted replaced
33360:cda8c854bb02 33361:19438cccc556
3 * startup.el (command-line): Set the default tooltip-mode 3 * startup.el (command-line): Set the default tooltip-mode
4 to t for graphical displays which implement x-show-tip. 4 to t for graphical displays which implement x-show-tip.
5 5
6 * tooltip.el (tooltip-mode): Add a comment about startup.el 6 * tooltip.el (tooltip-mode): Add a comment about startup.el
7 setting the default value of this user-option. 7 setting the default value of this user-option.
8
9 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
10
11 * font-lock.el (font-lock-*-face) <defvar>: Move.
12 (font-lock-defaults-alist): Mark obsolete.
13 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
14 (font-lock-mode): Use define-minor-mode.
15 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
16 (font-lock-turn-off-thing-lock): Be more explicit.
17 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
18 (font-lock-syntactic-face-function): New var.
19 (font-lock-fontify-syntactically-region): Use it.
20 (font-lock-doc-face): New.
21
22 * pcvs.el (cvs-enabledp): Ignore errors.
23 (cvs-commit-filelist): Never query.
24 (cvs-mode-insert): Always add a terminating / in the initial prompt.
25 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
26 (cvs-do-removal): Use cvs-partition rather than delete-if.
27 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
28 cvs-bury-buffer.
29
30 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
31 Allow `next' to jump to after the end of the last match.
8 32
9 2000-11-09 Gerd Moellmann <gerd@gnu.org> 33 2000-11-09 Gerd Moellmann <gerd@gnu.org>
10 34
11 * simple.el (byte-compiling-files-p): New function. 35 * simple.el (byte-compiling-files-p): New function.
12 36