comparison lisp/ChangeLog @ 76313:a5e667d4ac50

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sun, 04 Mar 2007 20:50:54 +0000
parents debef31bdcb2
children c85e1748f5ca
comparison
equal deleted inserted replaced
76312:debef31bdcb2 76313:a5e667d4ac50
1 2007-03-04 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4 all when switching major mode.
5 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
6 (hs-block-start-mdata-select, hs-block-end-regexp)
7 (hs-forward-sexp-func, hs-adjust-block-beginning): Do not make
8 these variables permanent-local.
9
1 2007-03-04 Richard Stallman <rms@gnu.org> 10 2007-03-04 Richard Stallman <rms@gnu.org>
2 11
3 * progmodes/cperl-mode.el (cperl-mode): 12 * progmodes/cperl-mode.el (cperl-mode):
4 Modify cperl-compilation-error-regexp-alist by appending. 13 Modify cperl-compilation-error-regexp-alist by appending.
5 14
11 Handle end-of-file errors specially 20 Handle end-of-file errors specially
12 so they don't get reported wrong in .emacs. 21 so they don't get reported wrong in .emacs.
13 22
14 * startup.el (fancy-splash-text): Clarify text. 23 * startup.el (fancy-splash-text): Clarify text.
15 24
16 * simple.el (beginning-of-buffer, end-of-buffer): 25 * simple.el (beginning-of-buffer, end-of-buffer):
17 Avoid treating plain C-u like numeric arg. 26 Avoid treating plain C-u like numeric arg.
18 27
19 * simple.el (completion-setup-function): Don't set 28 * simple.el (completion-setup-function): Don't set
20 default-directory to nil. 29 default-directory to nil.
21 30
22 * shell.el (shell-dirstack-query): Doc fix. 31 * shell.el (shell-dirstack-query): Doc fix.
23 32
24 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line): 33 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
25 Don't select the window -- pass it to primitives instead. 34 Don't select the window -- pass it to primitives instead.
26 35
27 * faces.el (minibuffer-prompt): Use medium blue by default. 36 * faces.el (minibuffer-prompt): Use medium blue by default.
28 37
29 2007-03-04 David Kastrup <dak@gnu.org> 38 2007-03-04 David Kastrup <dak@gnu.org>