2001-01-04 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 5 Jan 2001 03:29:33 +0000 (03:29 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 5 Jan 2001 03:29:33 +0000 (03:29 +0000)
* gnus.texi (Newest Features): uref, not url.

* texi2latex.el (latexi-translate-file): Ignore anchor.

texi/ChangeLog
texi/gnus.texi
texi/texi2latex.el

index 9f55b48..8e85a44 100644 (file)
@@ -1,3 +1,9 @@
+2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Newest Features): uref, not url.
+
+       * texi2latex.el (latexi-translate-file): Ignore anchor.
+
 2001-01-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus.texi (Article Washing): Refer to `Customizing Articles' for
index 3d21e44..84e296c 100644 (file)
@@ -20406,9 +20406,9 @@ Message-ID, delete the "original".
  when replying to several messages at once, put the "other" message-ids
 into a See-Also header.
 @item
- support setext: @url{http://www.bsdi.com/setext/}
+ support setext: @uref{http://www.bsdi.com/setext/}
 @item
- support ProleText: @url{http://proletext.clari.net/prole/proletext.html}
+ support ProleText: @uref{http://proletext.clari.net/prole/proletext.html}
 @item
  when browsing a foreign server, the groups that are already subscribed
 should be listed as such and not as "K".
@@ -21021,7 +21021,7 @@ in the summary buffer.
 version branches as threading, checkin date as the date, etc.
 
 @item
-@url{http://www.dejanews.com/forms/dnsetfilter_exp.html}?
+@uref{http://www.dejanews.com/forms/dnsetfilter_exp.html}?
 This filter allows one to construct advance queries on the Dejanews
 database such as specifying start and end dates, subject, author,
 and/or newsgroup name.
index 251cd55..f5cb162 100644 (file)
          ;; These are commands with {}.
          (setq arg (match-string 5))
          (cond 
+          ((member command '("anchor"))
+           (latexi-strip-line))
           ((member command '("xref" "pxref"))
            (latexi-exchange-command (concat "gnus" command) arg))
           ((member command '("sc" "file" "dfn" "emph" "kbd" "uref"