From 7b3a9025dd1dfde3602bfc121c8ff0c1d769a406 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 19 Feb 2003 23:58:17 +0000 Subject: [PATCH] Synch to Oort Gnus. --- lisp/ChangeLog | 6 ++++++ lisp/gnus-mailcap.el | 2 +- lisp/gnus-topic.el | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50a99c7..a7dced1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-02-20 Jesper Harder + + * mailcap.el (mailcap-mime-data): Fix typo. + + * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis. + 2003-02-19 Reiner Steib * gnus-cite.el (gnus-cite-unsightly-citation-regexp) diff --git a/lisp/gnus-mailcap.el b/lisp/gnus-mailcap.el index 92dc549..62baf32 100644 --- a/lisp/gnus-mailcap.el +++ b/lisp/gnus-mailcap.el @@ -147,7 +147,7 @@ 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")) diff --git a/lisp/gnus-topic.el b/lisp/gnus-topic.el index 7733b2c..db0e68a 100644 --- a/lisp/gnus-topic.el +++ b/lisp/gnus-topic.el @@ -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] -- 1.7.10.4