aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2020-12-30 16:42:35 -0500
committerYoni Rabkin <yoni@rabkins.net>2020-12-30 16:42:35 -0500
commit009efa58b439fc06a4c6d0749057789ae7103184 (patch)
tree554f55ac1d9c1c7c604885e9a15deb9c4de23c88
parent6995bf6ee0cb87a36d2ac462c329326603f8662e (diff)
* README: update the README for ELPA package display
-rw-r--r--NEWS4
-rw-r--r--README16
-rw-r--r--emms.el4
3 files changed, 19 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 24f0420..2e8592b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News since version 6.2
+
+ - Updated documentation
+
News since version 5.4
- Emms is now available via the GNU ELPA repository.
diff --git a/README b/README
index 238d4f8..ceeb86c 100644
--- a/README
+++ b/README
@@ -1,3 +1,13 @@
-Please read the fine manual which is available in the doc
-directory. We do our best to make sure that it's up to date and
-informative.
+Emms is the Emacs Multimedia System. Emms displays and plays
+multimedia from within GNU/Emacs using a variety of external players
+and from different sources.
+
+Emms can run as a minimalist player and controlled with a handful of
+M-x Emacs commands, or a fully-fledged, interactive media
+browser. Emms can display album art, play streaming audio, tag music
+files, search for lyrics, provide MPD connectivity, control the
+volume, and more.
+
+Please read the info fine manual which is shipped with Emms and
+available in the doc directory. We do our best to make sure that it's
+up to date and informative.
diff --git a/emms.el b/emms.el
index 3a0258c..1ea73fe 100644
--- a/emms.el
+++ b/emms.el
@@ -5,7 +5,7 @@
;; Author: Jorgen Schäfer <forcer@forcix.cx>, the Emms developers (see AUTHORS file)
;; Maintainer: Yoni Rabkin <yrk@gnu.org>
-;; Version: 6.02
+;; Version: 6.03
;; Keywords: emms, mp3, ogg, flac, music, mpeg, video, multimedia
;; Package-Type: multi
;; Package-Requires: ((cl-lib "0.5") (seq))
@@ -45,7 +45,7 @@
;;; Code:
-(defvar emms-version "6.00"
+(defvar emms-version "6.03"
"EMMS version string.")