| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
* doc/emms.texinfo: Documented emms-playlist-mode-last independently
following the example of other `pairs' of functions.
|
| |
|
|
|
|
|
| |
* doc/emms.texinfo: Replace `@w' with `@w{}' to allow build
of DVI, PDF & Co.; the info output doesn't change.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* doc/emms.texinfo: display the licence
|
| |
|
|
|
|
|
|
|
| |
As suggested on the mailing list, this feature can be turned off. The
appropriate documentation has been added to the Emms manual.
Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/emms.texinfo: Update copyright years.
(Last.fm radio): Update names of functions.
* lisp/emms-lastfm.el (emms-lastfm-read-artist): New function that reads
an artist from the user, doing completions from the EMMS track cache if
present.
(emms-play-lastfm-similar-artists): Rename from
emms-lastfm-radio-similar-artists. Use completion. Thanks to
Thierry Volpiatto for the initial implementation
(emms-play-lastfm-global-tag): Rename from
emms-lastfm-radio-global-tag.
(emms-play-lastfm-artist-fan): Rename from
emms-lastfm-radio-artist-fan. Use completion.
|
| |
|
|
|
|
| |
Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
|
|
I've been thinking about moving some parts of Emms to their own
directories in order to tidy up the distribution. Attached is a patch
which does this for the documentation. What do you people think?
>From 61459ce16456b31b119faefc6333007a023436d5 Mon Sep 17 00:00:00 2001
From: Yoni Rabkin <yonirabkin@member.fsf.org>
Date: Thu, 8 May 2008 23:58:07 +0300
Subject: [PATCH] Moved Emms documentation to a newly created doc directory.
As a first step in cleaning up the Emms distribution directory
structure, I've moved all the documentation to its own
directory. Makefiles have been created/updated accordingly.
Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
|