comparison lisp/ChangeLog @ 60464:e87ceb26377f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Mar 2005 20:16:01 +0000
parents fe3c6e97ccc6
children f26879919f58
comparison
equal deleted inserted replaced
60463:be3ac492036f 60464:e87ceb26377f
1 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
2
3 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
4 (push-mark-command): Run activate-mark-hook.
5
6 2005-03-06 Richard M. Stallman <rms@gnu.org>
7
8 * help-mode.el (help-mode-finish): Don't alter the element
9 in view-return-to-alist if there already is one.
10
11 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
12 make sure the current buffer is the expected one.
13
14 * novice.el (disabled-command-function): Output in *Disabled Command*.
15 Explicitly ignore non-keyboard events, and explicitly handle C-g.
16
17 * textmodes/flyspell.el (flyspell-large-region):
18 Pass args differently for aspell.
19
20 * files.el (mode-require-final-newline): Doc fix.
21
22 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23
24 * progmodes/which-func.el (which-function):
25 Specify NOERROR when calling imenu--make-index-alist.
26
1 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca> 27 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 28
3 * simple.el (normal-erase-is-backspace): Define default value. 29 * simple.el (normal-erase-is-backspace): Define default value.
4 30
5 * custom.el (custom-theme-set-variables): Remove unused var `immediate'. 31 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.