[gnus git] branch master updated: =1= mm: change text/org to text/x-org
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4dc732c93876d68baf60e6aa54c6038a2e4aa20e (commit)
from 0096f165f4beeb69a01302e716cbdd9c9b2c301e (commit)
- Log -----------------------------------------------------------------
commit 4dc732c93876d68baf60e6aa54c6038a2e4aa20e
Author: Julien Danjou <[email protected]>
Date: Sun Jan 23 12:12:12 2011 +0100
mm: change text/org to text/x-org
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 53a0071..38f7adf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-23 Julien Danjou <[email protected]>
+
+ * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
+
+ * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
+ text/x-org.
+
2011-01-22 Lars Ingebrigtsen <[email protected]>
* gnus-sum.el (gnus-summary-move-article): Protect against backends
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index ea65dd6..2ae9c59 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -241,7 +241,7 @@ before the external MIME handler is invoked."
("application/x-sh" mm-display-shell-script-inline identity)
("text/x-sh" mm-display-shell-script-inline identity)
("text/dns" mm-display-dns-inline identity)
- ("text/org" mm-display-org-inline identity)
+ ("text/x-org" mm-display-org-inline identity)
("text/html"
mm-inline-text-html
(lambda (handle)
@@ -318,7 +318,7 @@ when selecting a different article."
"application/pkcs7-mime"
;; Mutt still uses this even though it has already been withdrawn.
"application/pgp\\'"
- "text/org")
+ "text/x-org")
"A list of MIME types to be displayed automatically."
:type '(repeat regexp)
:group 'mime-display)
diff --git a/lisp/mm-uu.el b/lisp/mm-uu.el
index 6966122..200fa15 100644
--- a/lisp/mm-uu.el
+++ b/lisp/mm-uu.el
@@ -393,7 +393,7 @@ apply the face `mm-uu-extract'."
(defun mm-uu-org-src-code-block-extract ()
(mm-make-handle (mm-uu-copy-to-buffer start-point end-point)
- '("text/org")))
+ '("text/x-org")))
(defvar gnus-newsgroup-name)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 7 +++++++
lisp/mm-decode.el | 4 ++--
lisp/mm-uu.el | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project