# HG changeset patch # User Richard M. Stallman # Date 1110140161 0 # Node ID e87ceb26377f689ebfa6c6b9d92ca09c74fc8601 # Parent be3ac492036f3f0082e8820f64c2fc8f185015ff *** empty log message *** diff -r be3ac492036f -r e87ceb26377f lisp/ChangeLog --- a/lisp/ChangeLog Sun Mar 06 20:15:50 2005 +0000 +++ b/lisp/ChangeLog Sun Mar 06 20:16:01 2005 +0000 @@ -1,3 +1,29 @@ +2005-03-06 Chong Yidong + + * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars. + (push-mark-command): Run activate-mark-hook. + +2005-03-06 Richard M. Stallman + + * help-mode.el (help-mode-finish): Don't alter the element + in view-return-to-alist if there already is one. + + * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for, + make sure the current buffer is the expected one. + + * novice.el (disabled-command-function): Output in *Disabled Command*. + Explicitly ignore non-keyboard events, and explicitly handle C-g. + + * textmodes/flyspell.el (flyspell-large-region): + Pass args differently for aspell. + + * files.el (mode-require-final-newline): Doc fix. + +2005-03-03 Stephan Stahl (tiny change) + + * progmodes/which-func.el (which-function): + Specify NOERROR when calling imenu--make-index-alist. + 2005-03-05 Stefan Monnier * simple.el (normal-erase-is-backspace): Define default value.