aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index da04556f4be..999f8807902 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12005-12-14 Juri Linkov <juri@jurta.org>
2
3 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4 around `erase-buffer' and `insert'.
5
6 * descr-text.el (describe-text-properties): Replace buffer name
7 "*Help-2*" with "*Help*<2>".
8 (describe-char): Add functions print-help-return-message,
9 toggle-read-only. Use help-setup-xref with nil to not store
10 describe-char in help-xref-stack. Use help-make-xrefs to
11 make [back] button.
12
13 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14
15 * wdired.el (wdired-old-point): New internal variable.
16 (wdired-change-to-wdired-mode): Set it buffer-locally.
17 (wdired-abort-changes): Restore point after aborting changes.
18
12005-12-13 Stefan Monnier <monnier@iro.umontreal.ca> 192005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 20
3 * vc.el (vc-do-command): Add a new value t for okstatus. 21 * vc.el (vc-do-command): Add a new value t for okstatus.