aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 18 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 56311198831..549b70a1de1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
4 (debugger-env-macro): Remove support for unread-command-char.
5
6 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7 the temporary map re-appearing on emulation-mode-map-alists.
8
9 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
10 since 22.1.
11
12 * ehelp.el (with-electric-help): Accept functions in
13 electric-help-form-to-execute.
14 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
15 And replace unread-command-char -> unread-command-events.
16
12012-09-12 Michael Albinus <michael.albinus@gmx.de> 172012-09-12 Michael Albinus <michael.albinus@gmx.de>
2 18
3 Sync with Tramp 2.2.6. 19 Sync with Tramp 2.2.6.
@@ -9,8 +25,8 @@
9 25
102012-09-12 Martin Rudalics <rudalics@gmx.at> 262012-09-12 Martin Rudalics <rudalics@gmx.at>
11 27
12 * emacs-lisp/debug.el (debugger-previous-window-height): New 28 * emacs-lisp/debug.el (debugger-previous-window-height):
13 variable. 29 New variable.
14 (debug): When debugger-jumping-flag is non-nil try to restore 30 (debug): When debugger-jumping-flag is non-nil try to restore
15 height of debugger window. (Bug#8789) 31 height of debugger window. (Bug#8789)
16 32