# HG changeset patch # User Stefan Monnier # Date 973837135 0 # Node ID 19438cccc556a233f35db5bea82f4994aedb8385 # Parent cda8c854bb0202c8642fe3952ef6f5e5293c0521 *** empty log message *** diff -r cda8c854bb02 -r 19438cccc556 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 10 00:57:45 2000 +0000 +++ b/lisp/ChangeLog Fri Nov 10 06:18:55 2000 +0000 @@ -6,6 +6,30 @@ * tooltip.el (tooltip-mode): Add a comment about startup.el setting the default value of this user-option. +2000-11-09 Stefan Monnier + + * font-lock.el (font-lock-*-face) : Move. + (font-lock-defaults-alist): Mark obsolete. + (font-lock-mode, font-lock-mode-hook) : Remove. + (font-lock-mode): Use define-minor-mode. + (font-lock-support-mode): Tweak type to default to jit-lock-mode. + (font-lock-turn-off-thing-lock): Be more explicit. + (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval. + (font-lock-syntactic-face-function): New var. + (font-lock-fontify-syntactically-region): Use it. + (font-lock-doc-face): New. + + * pcvs.el (cvs-enabledp): Ignore errors. + (cvs-commit-filelist): Never query. + (cvs-mode-insert): Always add a terminating / in the initial prompt. + (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not. + (cvs-do-removal): Use cvs-partition rather than delete-if. + Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and + cvs-bury-buffer. + + * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): + Allow `next' to jump to after the end of the last match. + 2000-11-09 Gerd Moellmann * simple.el (byte-compiling-files-p): New function.