emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/emms 009efa5 3/4: * README: update the README for ELPA


From: Yoni Rabkin
Subject: [elpa] externals/emms 009efa5 3/4: * README: update the README for ELPA package display
Date: Wed, 30 Dec 2020 16:48:21 -0500 (EST)

branch: externals/emms
commit 009efa58b439fc06a4c6d0749057789ae7103184
Author: Yoni Rabkin <yoni@rabkins.net>
Commit: Yoni Rabkin <yoni@rabkins.net>

    * README: update the README for ELPA package display
---
 NEWS    |  4 ++++
 README  | 16 +++++++++++++---
 emms.el |  4 ++--
 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.")
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]