aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * doc/emms.texinfo: Document emms-bookmarks.Yoni Rabkin2010-03-271-0/+19
|
* * doc/emms.texinfo: Whitespace cleanup.Yoni Rabkin2010-03-271-3/+3
|
* * doc/emms.texinfo: Update copyright years.Yoni Rabkin2010-03-271-1/+1
|
* Document emms-lastfm-client.elYoni Rabkin2010-03-271-137/+60
|
* Move emms-cue.el from emms-devel to emms-all and update manual.William Xu2010-03-191-4/+30
|
* * AUTHORS: add Jesse WLucas Bonnet2009-02-171-1/+4
| | | | * doc/emms.texinfo: display the licence
* Update copyright headers.Michael Olson2009-02-081-1/+1
|
* Ask before saving over an existing playlist file.Yoni Rabkin2008-09-021-4/+7
| | | | | | | 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>
* emms-lastfm: Complete artist names from cache.Michael Olson2008-08-091-4/+4
| | | | | | | | | | | | | | | | * 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.
* emms.texinfo: New advocacy section in the manual titled "Formats and Freedom".Yoni Rabkin2008-08-011-0/+28
|
* Update the Emms manual to point to the newly added lisp/ directory.Yoni Rabkin2008-07-051-2/+2
| | | | Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
* doc/gpl.texi: Remove trailing whitespace.Michael Olson2008-06-161-3/+3
|
* Emms directory structure change/cleanupYoni Rabkin2008-06-164-0/+3605
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>