comparison lisp/ChangeLog @ 83267:c7d2b6ee3a80

Merged from miles@gnu.org--gnu-2005 (patch 159) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-159 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-307
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 16 Mar 2005 15:59:10 +0000
parents 1f334cdd7020 f26879919f58
children 7ea3d7198adc
comparison
equal deleted inserted replaced
83266:e5edfda9b768 83267:c7d2b6ee3a80
1 2005-03-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
4 "Open Directory" as for "Open File".
5
6 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7
8 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
9 (push-mark-command): Run activate-mark-hook.
10
11 2005-03-06 Richard M. Stallman <rms@gnu.org>
12
13 * help-mode.el (help-mode-finish): Don't alter the element
14 in view-return-to-alist if there already is one.
15
16 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17 make sure the current buffer is the expected one.
18
19 * novice.el (disabled-command-function): Output in *Disabled Command*.
20 Explicitly ignore non-keyboard events, and explicitly handle C-g.
21
22 * textmodes/flyspell.el (flyspell-large-region):
23 Pass args differently for aspell.
24
25 * files.el (mode-require-final-newline): Doc fix.
26
27 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
28
29 * progmodes/which-func.el (which-function):
30 Specify NOERROR when calling imenu--make-index-alist.
31
32 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * simple.el (normal-erase-is-backspace): Define default value.
35
36 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
37 (custom-reevaluate-setting): Simple function to handle
38 variables that are defined before their default value can really
39 be computed.
40
41 * startup.el (command-line): Use it for temporary-file-directory,
42 small-emporary-file-directory, auto-save-file-name-transforms,
43 blink-cursor-mode, and normal-erase-is-backspace.
44
45 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
46 progress, even with buggy anchored keywords.
47
1 2005-03-05 Luc Teirlinck <teirllm@auburn.edu> 48 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
2 49
3 * simple.el (goto-line): Remove unbalanced final parenthesis. 50 * simple.el (goto-line): Remove unbalanced final parenthesis.
4 51
5 2005-03-05 Richard M. Stallman <rms@gnu.org> 52 2005-03-05 Richard M. Stallman <rms@gnu.org>