mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-17 19:30:38 -08:00
(reftex-index-map): Fixed typo,
follow-mouse must be follow-link.
This commit is contained in:
parent
f620c6bd15
commit
a85551d8c9
3 changed files with 17 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
2006-03-01 Carsten Dominik <dominik@science.uva.nl>
|
2006-03-01 Carsten Dominik <dominik@science.uva.nl>
|
||||||
|
|
||||||
|
* textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
|
||||||
|
must be `follow-link'.
|
||||||
|
|
||||||
|
* textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be
|
||||||
|
`follow-link'.
|
||||||
|
|
||||||
* textmodes/org.el: (org-export-as-html): Fixed bugs in HTML
|
* textmodes/org.el: (org-export-as-html): Fixed bugs in HTML
|
||||||
formatting: No nested anchors.
|
formatting: No nested anchors.
|
||||||
(org-all-targets): Fixed bug with XEmacs compatibility.
|
(org-all-targets): Fixed bug with XEmacs compatibility.
|
||||||
|
|
|
||||||
|
|
@ -1034,7 +1034,7 @@ When index is restricted, select the previous section as restriction criterion."
|
||||||
;; Index map
|
;; Index map
|
||||||
(define-key reftex-index-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
|
(define-key reftex-index-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
|
||||||
'reftex-index-mouse-goto-line-and-hide)
|
'reftex-index-mouse-goto-line-and-hide)
|
||||||
(define-key reftex-index-map [follow-mouse] 'mouse-face)
|
(define-key reftex-index-map [follow-link] 'mouse-face)
|
||||||
|
|
||||||
(substitute-key-definition
|
(substitute-key-definition
|
||||||
'next-line 'reftex-index-next reftex-index-map global-map)
|
'next-line 'reftex-index-next reftex-index-map global-map)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,13 @@
|
||||||
|
2006-03-01 Carsten Dominik <dominik@science.uva.nl>
|
||||||
|
|
||||||
|
* org.texi: (Interaction): Added item about `org-mouse.el' by
|
||||||
|
Piotr Zielinski.
|
||||||
|
(Managing links): Documented that also mouse-1 can be used to
|
||||||
|
activate a link.
|
||||||
|
(Headlines, FAQ): Added entry about hiding leading stars.
|
||||||
|
(Miscellaneous): Resorted the sections in this chapter to a more
|
||||||
|
logical sequence.
|
||||||
|
|
||||||
2006-02-28 Andre Spiegel <spiegel@gnu.org>
|
2006-02-28 Andre Spiegel <spiegel@gnu.org>
|
||||||
|
|
||||||
* files.texi (Old Versions): Clarify operation of C-x v =.
|
* files.texi (Old Versions): Clarify operation of C-x v =.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue