aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b0cc109162b..f44529c9bc0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12009-11-24 Stefan Monnier <monnier@iro.umontreal.ca> 12009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 Handle the [back] button properly (bug#4979).
4 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5 Use help-setup-xref, help-buffer, and with-help-window.
6 (describe-char): Add `buffer' argument.
7 Pass proper command to help-setup-xref. Don't meddle with
8 help-xref-stack-item directly.
9 (describe-text-category): Use with-help-window and help-buffer.
10
3 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode 11 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4 for the displayed buffer (bug#4887). 12 for the displayed buffer (bug#4887).
5 13