Mercurial > emacs
comparison lisp/ChangeLog @ 69230:4a8b67a4aaf5
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Wed, 01 Mar 2006 07:16:16 +0000 |
parents | 6b8e36edacc5 |
children | 565fa03c9873 |
comparison
equal
deleted
inserted
replaced
69229:6b8e36edacc5 | 69230:4a8b67a4aaf5 |
---|---|
1 2006-03-01 Carsten Dominik <dominik@science.uva.nl> | 1 2006-03-01 Carsten Dominik <dominik@science.uva.nl> |
2 | 2 |
3 * textmodes/reftex-index.el (reftex-index-map): Fixed typo, | 3 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse' |
4 follow-mouse must be follow-link. | 4 must be `follow-link'. |
5 | 5 |
6 * textmodes/reftex-toc.el (reftex-toc-map): Fixed typo, | 6 * textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be |
7 follow-mouse must be follow-link. | 7 `follow-link'. |
8 | 8 |
9 * textmodes/org.el: (org-export-as-html): Fixed bugs in HTML | 9 * textmodes/org.el: (org-export-as-html): Fixed bugs in HTML |
10 formatting: No nested anchors. | 10 formatting: No nested anchors. |
11 (org-all-targets): Fixed bug with XEmacs compatibility. | 11 (org-all-targets): Fixed bug with XEmacs compatibility. |
12 (org-read-date): Add (require 'parse-time). | 12 (org-read-date): Add (require 'parse-time). |