[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102957: mm-decode.el (mm-inline-medi
From: |
Katsumi Yamaoka |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102957: mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org. |
Date: |
Sun, 23 Jan 2011 11:21:04 +0000 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102957
author: Julien Danjou <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Sun 2011-01-23 11:21:04 +0000
message:
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.
modified:
lisp/gnus/ChangeLog
lisp/gnus/mm-decode.el
lisp/gnus/mm-uu.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog 2011-01-23 03:33:59 +0000
+++ b/lisp/gnus/ChangeLog 2011-01-23 11:21:04 +0000
@@ -1,3 +1,10 @@
+2011-01-23 Julien Danjou <address@hidden>
+
+ * 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 <address@hidden>
* gnus-sum.el (gnus-summary-move-article): Protect against backends
=== modified file 'lisp/gnus/mm-decode.el'
--- a/lisp/gnus/mm-decode.el 2011-01-22 12:34:50 +0000
+++ b/lisp/gnus/mm-decode.el 2011-01-23 11:21:04 +0000
@@ -241,7 +241,7 @@
("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 @@
"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)
=== modified file 'lisp/gnus/mm-uu.el'
--- a/lisp/gnus/mm-uu.el 2011-01-20 23:43:27 +0000
+++ b/lisp/gnus/mm-uu.el 2011-01-23 11:21:04 +0000
@@ -393,7 +393,7 @@
(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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102957: mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.,
Katsumi Yamaoka <=