diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 16 | ||||
-rw-r--r-- | emms.el | 4 |
3 files changed, 19 insertions, 5 deletions
@@ -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. @@ -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. @@ -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.") |