aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9f46db997e3..c61a5834c04 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12007-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
12007-03-04 Richard Stallman <rms@gnu.org> 102007-03-04 Richard Stallman <rms@gnu.org>
2 11
3 * progmodes/cperl-mode.el (cperl-mode): 12 * progmodes/cperl-mode.el (cperl-mode):
@@ -13,7 +22,7 @@
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
@@ -21,7 +30,7 @@
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.