aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorCarsten Dominik2006-03-01 07:16:16 +0000
committerCarsten Dominik2006-03-01 07:16:16 +0000
commita85551d8c9ab52a9268bee1bfe21707b8422b51a (patch)
tree05db6072cd9ef21e7e55f64ad1f53add1387e1f6 /lisp/ChangeLog
parentf620c6bd15ea41b66435a13f4d17868d0fc634be (diff)
downloademacs-a85551d8c9ab52a9268bee1bfe21707b8422b51a.tar.gz
emacs-a85551d8c9ab52a9268bee1bfe21707b8422b51a.zip
(reftex-index-map): Fixed typo,
follow-mouse must be follow-link.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 99c00a04013..161c86a0e2d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12006-03-01 Carsten Dominik <dominik@science.uva.nl> 12006-03-01 Carsten Dominik <dominik@science.uva.nl>
2 2
3 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4 must be `follow-link'.
5
6 * textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be
7 `follow-link'.
8
3 * textmodes/org.el: (org-export-as-html): Fixed bugs in HTML 9 * textmodes/org.el: (org-export-as-html): Fixed bugs in HTML
4 formatting: No nested anchors. 10 formatting: No nested anchors.
5 (org-all-targets): Fixed bug with XEmacs compatibility. 11 (org-all-targets): Fixed bug with XEmacs compatibility.