]> code.delx.au - gnu-emacs/commitdiff
(reftex-index-map): Fixed typo,
authorCarsten Dominik <dominik@science.uva.nl>
Wed, 1 Mar 2006 07:16:16 +0000 (07:16 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Wed, 1 Mar 2006 07:16:16 +0000 (07:16 +0000)
follow-mouse must be follow-link.

lisp/ChangeLog
lisp/textmodes/reftex-index.el
man/ChangeLog

index 99c00a0401315c7dc39fb132930e3eeb7c4ff03b..161c86a0e2d36864fa305b72db002c8a8b27d94a 100644 (file)
@@ -1,5 +1,11 @@
 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
        formatting: No nested anchors.
        (org-all-targets): Fixed bug with XEmacs compatibility.
index 3601e584aad6153672ed334428cc1b09d37edd74..5616d4f454c9bb09d5b41cfd1ae509904f2656d4 100644 (file)
@@ -1034,7 +1034,7 @@ When index is restricted, select the previous section as restriction criterion."
 ;; Index map
 (define-key reftex-index-map (if (featurep 'xemacs) [(button2)] [(mouse-2)])
   '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
  'next-line 'reftex-index-next reftex-index-map global-map)
index f899bbe6b1ac79448b1c75ea69cba3ef42b4ced6..6b4127e35d7714ea1cb5bce9cc26bb6d62a0f5cd 100644 (file)
@@ -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>
 
        * files.texi (Old Versions): Clarify operation of C-x v =.