aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2005-12-23 21:57:08 +0000
committerJuri Linkov2005-12-23 21:57:08 +0000
commiteb53358796975b82f31b7d64228bf4325d705019 (patch)
treeda53f4953bcf2378fcf686ccde91e828e56ca5e4 /lisp/ChangeLog
parent8a30a619e2c8d207a7edca9f373c09444099cce6 (diff)
downloademacs-eb53358796975b82f31b7d64228bf4325d705019.tar.gz
emacs-eb53358796975b82f31b7d64228bf4325d705019.zip
(edebug-all-defs, edebug-all-forms): Add autoload cookies.
(edebug-outside-d-c-i-n-s-w): New variable. (edebug-display, edebug-outside-excursion): Use it to save the original value of default-cursor-in-non-selected-windows. Set default-cursor-in-non-selected-windows to t while Edebug is active. (edebug-mode, edebug-eval-mode): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 21a25f79be3..029c0b93d7d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,35 @@
12005-12-23 Juri Linkov <juri@jurta.org>
2
3 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4 Add autoload cookies.
5 (edebug-outside-d-c-i-n-s-w): New variable.
6 (edebug-display, edebug-outside-excursion): Use it to save the
7 original value of default-cursor-in-non-selected-windows.
8 Set default-cursor-in-non-selected-windows to t while Edebug
9 is active.
10 (edebug-mode, edebug-eval-mode): Doc fix.
11
12 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
13 with `buffer-substring-no-properties' to remove common substring
14 highlighting.
15
16 * info.el (info-other-window, info): Rename function argument
17 `file' to `file-or-node'.
18 (Info-complete-menu-item): Use local variable `complete-nodes' to
19 keep the global value of `Info-complete-nodes' unchanged for
20 subsequent completions.
21 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
22
23 * simple.el (get-next-valid-buffer, last-buffer)
24 (next-error-buffer-p, next-error-find-buffer)
25 (minibuffer-history-sexp-flag): Doc fix.
26
27 * savehist.el (savehist-mode-hook): Add `:group'.
28
29 * log-view.el: Call autoload for vc-find-version.
30 (log-view-current-file): Adjust subgroup numbers.
31 (log-view-current-tag): Add `length'.
32
12005-12-23 Richard M. Stallman <rms@gnu.org> 332005-12-23 Richard M. Stallman <rms@gnu.org>
2 34
3 * vc.el (vc-annotate-car-last-cons): Defn moved up. 35 * vc.el (vc-annotate-car-last-cons): Defn moved up.