aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* no longer need to provide the compiled info and dir filesYoni Rabkin2021-04-172-4076/+0
|
* * doc/developer-release.txt:Yoni Rabkin2021-04-141-1/+1
|
* * emms.el: bump to version 7.1Yoni Rabkin2021-04-144-4/+9
|
* * emms-mode-line-icon.el: hiding icon made easyYoni Rabkin2021-04-073-26/+48
| | | | | It is now possible to easily hide the mode-line icon. The manual as been updated with this information as well.
* * emms-librefm-stream.el: authinfo for streamingYoni Rabkin2021-04-071-13/+11
| | | | make `emms-librefm-stream-tune-handshake-string' use authinfo as well
* * doc/developer-release.txt:Yoni Rabkin2021-04-051-2/+2
|
* * emms.el: version bumpYoni Rabkin2021-04-051-1/+1
|
* * NEWS: tell the people the news!Yoni Rabkin2021-04-051-0/+7
|
* * emms.info: updateYoni Rabkin2021-03-271-85/+93
|
* * doc/emms.texinfo: mention cache resetYoni Rabkin2021-03-271-3/+9
|
* * emms.info: new infoYoni Rabkin2021-03-101-153/+325
|
* Merge branch 'info-native'Petteri Hintsanen2021-03-101-101/+285
|\
| * Miscellaneous small fixes to manual chapter 13Petteri Hintsanen2021-03-101-17/+20
| |
| * Use two-column tables in manual chapter 13Petteri Hintsanen2021-03-101-78/+75
| | | | | | | | Tables look less cluttered than simple lists.
| * Rewrite manual Chapter 13 Track InformationPetteri Hintsanen2021-03-081-97/+281
| | | | | | | | | | | | | | Include emms-info-native and use homogeneous style for all info methods and their dependencies. Also describe what info symbols are recognized by Emms.
* | Set new default info methods in emms-allPetteri Hintsanen2021-03-101-7/+2
| | | | | | | | | | Set emms-info-methods to emms-info-native and emms-info-cueinfo in emms-all.
* | * emms-browser.el: add-to-list -> cl-pushnewYoni Rabkin2021-03-051-1/+1
| |
* | * emms-browser.el: fix unused lexical variables and argumentsYoni Rabkin2021-03-051-15/+11
| |
* | * emms-player-mplayer.el: lexical declaration, deprecate ↵Mike Kazantsev2021-03-041-14/+19
| | | | | | | | emms-player-mpv-cmd-prog macro
* | lexical declarationYoni Rabkin2021-03-0313-15/+15
| |
* | * emms-playlist-mode.el:Yoni Rabkin2021-03-031-3/+3
| |
* | * emms-playing-time.el: add lexical and fixYoni Rabkin2021-03-031-3/+3
| |
* | add lexical declarationsYoni Rabkin2021-03-032-2/+2
| |
* | * emms-player-simple.el: lexical declaration and fixYoni Rabkin2021-03-031-1/+2
| |
* | * emms-player-mplayer.el: lexical declarationYoni Rabkin2021-03-031-1/+1
| |
* | * emms-player-mpg321-remote.el: add lexical and fixYoni Rabkin2021-03-031-2/+6
| |
* | * emms-player-mpd.el: add lexical and fixYoni Rabkin2021-03-031-5/+16
| | | | | | | | | | This code is too smart for its own good and had left a lot of unused lexical variables.
* | * emms-mode-line-icon.el: add lexicalYoni Rabkin2021-03-031-1/+1
| |
* | * emms-mode-line.el: add lexical and fixYoni Rabkin2021-03-031-1/+2
| | | | | | | | Explicit ignore.
* | add lexical declarationsYoni Rabkin2021-03-033-3/+3
| |
* | * emms-librefm-stream.el: add lexical and fix warningsYoni Rabkin2021-03-021-26/+19
| |
* | * emms-librefm-scrobbler.el: add lexical declarationYoni Rabkin2021-03-021-1/+6
| | | | | | | | Explicitly ignore variables that are implicitly not used.
* | * emms-later-do.el: tell the compiler that we knowYoni Rabkin2021-03-021-1/+1
| |
* | * emms-later-do.el: add lexical declarationYoni Rabkin2021-03-021-1/+1
| |
* | Add lexical declarationsYoni Rabkin2021-03-023-3/+3
| |
* | * emms-info-mp3info.el: lexical declarationYoni Rabkin2021-03-021-1/+1
| |
* | * emms-info-metaflac.el: lexical declarationYoni Rabkin2021-03-021-1/+1
| |
* | * emms-info-libtag.el: lexical declarationYoni Rabkin2021-03-021-1/+1
| |
* | * emms-info.el: add lexical and remove unused lexical variableYoni Rabkin2021-03-021-3/+2
| |
* | * emms-i18n.el: calm down the compilerYoni Rabkin2021-03-021-1/+1
| |
* | * emms-i18n.el: lexical declarationYoni Rabkin2021-03-021-1/+1
| |
* | * emms-history.el: lexical declarationYoni Rabkin2021-03-021-1/+1
| |
* | * emms.el: explicit ignoreYoni Rabkin2021-03-021-0/+1
| |
* | add lexical declarationsYoni Rabkin2021-03-022-2/+2
| |
* | * emms-compat.el: lexicalYoni Rabkin2021-03-021-1/+1
| |
* | * emms-cache.el: explicit ignoreYoni Rabkin2021-03-021-1/+2
| |
* | * emms-cache.el: lexicalYoni Rabkin2021-03-021-1/+1
| |
* | * emms-bookmarks.el: lexical scoping declarationYoni Rabkin2021-03-021-1/+1
| |
* | * emms.info: update datesYoni Rabkin2021-03-021-59/+59
| |
* | Merge branch 'info-native'Petteri Hintsanen2021-02-281-207/+377
|\|