changeset 33361:19438cccc556

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 10 Nov 2000 06:18:55 +0000
parents cda8c854bb02
children 8dc4461c59e0
files lisp/ChangeLog
diffstat 1 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@cs.yale.edu>
+
+	* font-lock.el (font-lock-*-face) <defvar>: Move.
+	(font-lock-defaults-alist): Mark obsolete.
+	(font-lock-mode, font-lock-mode-hook) <defvar>: 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  <gerd@gnu.org>
 
 	* simple.el (byte-compiling-files-p): New function.