Synch to Oort Gnus.
authoryamaoka <yamaoka>
Wed, 19 Feb 2003 23:58:17 +0000 (23:58 +0000)
committeryamaoka <yamaoka>
Wed, 19 Feb 2003 23:58:17 +0000 (23:58 +0000)
lisp/ChangeLog
lisp/gnus-mailcap.el
lisp/gnus-topic.el

index 50a99c7..a7dced1 100644 (file)
@@ -1,3 +1,9 @@
+2003-02-20  Jesper Harder  <harder@ifa.au.dk>
+
+       * mailcap.el (mailcap-mime-data): Fix typo.
+
+       * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
+
 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
index 92dc549..62baf32 100644 (file)
                          mailcap-print-command))
       (test . window-system))
      ("pdf"
-      (viewer . ,(concat "pdftotext %s - | "))
+      (viewer . ,(concat "pdftotext %s -"))
       (type   . "application/pdf")
       ("print" . ,(concat "pdftops %s - | " mailcap-print-command))
       ("copiousoutput"))
index 7733b2c..db0e68a 100644 (file)
@@ -1104,7 +1104,7 @@ articles in the topic and its subtopics."
        ["Move..." gnus-topic-move-group t]
        ["Remove" gnus-topic-remove-group t]
        ["Copy matching..." gnus-topic-copy-matching t]
-       ["Move matching" gnus-topic-move-matching t])
+       ["Move matching..." gnus-topic-move-matching t])
        ("Topics"
        ["Goto..." gnus-topic-jump-to-topic t]
        ["Show" gnus-topic-show-topic t]