# HG changeset patch # User Richard M. Stallman # Date 1028902472 0 # Node ID 120cf6ced12eafef9e87fe7403cadfc8e61c6246 # Parent e06b5768debd1ec7315ddae2daf728e8658213f3 *** empty log message *** diff -r e06b5768debd -r 120cf6ced12e lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 09 14:14:06 2002 +0000 +++ b/lisp/ChangeLog Fri Aug 09 14:14:32 2002 +0000 @@ -1,7 +1,26 @@ +2002-08-09 Richard M. Stallman + + * simple.el (set-variable): Give locality status in prompt. + +2002-08-09 Benjamin Rutt + + * simple.el (set-variable): If given a prefix argument, set + variable buffer-locally. + 2002-08-09 John Paul Wallington * font-core.el (font-lock-function): Make it buffer-local. +2002-08-08 Richard M. Stallman + + * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive) + (checkdoc-message-interactive, checkdoc-interactive-loop) + (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments) + (checkdoc-defun): + Update checkdoc-spellcheck-documentation-flag correctly. + (checkdoc-ispell-docstring-engine): Don't test for + checkdoc-autofix-flag = nil. + 2002-08-07 John Paul Wallington * xt-mouse.el (xterm-mouse-mode): Make it a global mode.