From 009efa58b439fc06a4c6d0749057789ae7103184 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 30 Dec 2020 16:42:35 -0500 Subject: * 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 , the Emms developers (see AUTHORS file) ;; Maintainer: Yoni Rabkin -;; 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.") -- cgit v1.2.3