branch: elpa/org-mime
commit 7475a592c2a7f52e90e272144cda0f97ca8152fb
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
drop emacs 24 support
---
.travis.yml | 1 -
README.org | 4 ++--
org-mime.el | 4 ++--
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 76135791e7..3d7c9ddeb6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ os:
- linux
env:
- - EMACS_CI=emacs-24-4
- EMACS_CI=emacs-25-3
- EMACS_CI=emacs-26-3
- EMACS_CI=emacs-snapshot
diff --git a/README.org b/README.org
index 88859fb951..0ee4161d0a 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-* org-mime v0.1.6
+* org-mime v0.1.7
[[https://travis-ci.org/org-mime/org-mime][https://travis-ci.org/org-mime/org-mime.svg?branch=master]]
[[http://melpa.org/#/org-mime][file:http://melpa.org/packages/org-mime-badge.svg]]
[[http://stable.melpa.org/#/org-mime][file:http://stable.melpa.org/packages/org-mime-badge.svg]]
@@ -7,7 +7,7 @@ org-mime can be used to send HTML email using Org-mode HTML
export.
This approximates a WYSiWYG HTML mail editor from within Emacs, and can be
useful for sending tables, fontified source code, and inline images in email.
-Tested on Emacs 24.3, 24.4, 24.5, 25.1, 25.2
+Tested on Emacs 25.1, 26.1, 27
Screenshot:
[[file:screenshot.png]]
diff --git a/org-mime.el b/org-mime.el
index d023a74b7c..96cb352359 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -6,8 +6,8 @@
;; Maintainer: Chen Bin (redguardtoo)
;; Keywords: mime, mail, email, html
;; Homepage: http://github.com/org-mime/org-mime
-;; Version: 0.1.6
-;; Package-Requires: ((emacs "24.4") (cl-lib "0.5"))
+;; Version: 0.1.7
+;; Package-Requires: ((emacs "25.1") (cl-lib "0.5"))
;; This file is not part of GNU Emacs.