aboutsummaryrefslogtreecommitdiff
path: root/emms-mode-line.el
Commit message (Collapse)AuthorAgeFilesLines
* emms-(playing-time|mode-line).el: Use `define-minor-mode`Yoni Rabkin2021-04-291-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | * emms-mode-line.el (emms-mode-line-active-p): Rename to `emms-mode-line-mode`. (emms-mode-line-mode): New minor mode, extracted from `emms-mode-line`. (emms-mode-line): Use it and mark as obsolete. (emms-mode-line-enable, emms-mode-line-toggle): Adjust accordingly and mark as obsolete as well. (emms-mode-line-disable): Adjust accordingly. * emms-playing-time.el (emms-playing-time-display-p): Rename to `emms-playing-time-display-mode`. (emms-playing-time-display-mode): New minor mode. (emms-playing-time-p): Rename to `emms-playing-time-mode`. (emms-playing-time-mode): New minor mode, extracted from `emms-playing-time`. (emms-playing-time): Use it and mark as obsolete. (emms-playing-time-display-mode, emms-playing-time-display-mode): Adjust and mark as obsolete. * emms-setup.el (emms-all): Avoid the now obsolete functions. patch by Stefan Monnier
* Change the function quoting style to help the compiler.Yoni Rabkin2021-04-201-9/+9
| | | | Patch by Stefan Monnier
* *.el: Remove redundant `:group` argumentsYoni Rabkin2021-04-171-6/+3
| | | | | | Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier <monnier@iro.umontreal.ca>
* * emms-mode-line.el: add lexical and fixYoni Rabkin2021-03-031-1/+2
| | | | Explicit ignore.
* move all files to top-levelYoni Rabkin2020-06-031-0/+158
|
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-157/+0
|
* (emms-lastfm-radio-request-metadata-sentinel): Let `emms-track-updated' take ↵William Xu2008-02-121-1/+1
| | | | | | care of updating track info. darcs-hash:20080212041204-cfa61-b9e5ee5ad4e09a6ebe583e796e573abd18b0afa3.gz
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
| | | | darcs-hash:20070626141221-c06f4-e034ff32ecc6e2d57ffaefaeb4f78d1e36a830a2.gz
* emms-mode-line.el: Make `emms-mode-line-toggle' just work..William Xu2007-03-201-2/+3
| | | | darcs-hash:20070320115727-cfa61-0ee8c7a2aa79be18ebfae19b7a6596e9fb84ae11.gz
* Bump copyright years to 2007 and standardize statementMichael Olson2007-03-191-1/+1
| | | | | | | | | Files made by those who haven't yet completed the assignment process remain copyrighted by that person. Those who have assigned have their files changed to be copyrighted by the FSF, but retain their Author line for the sake of giving proper credit. darcs-hash:20070319145852-1bfb2-2a4bb04c74262f43732fa5a81aa2d488da502995.gz
* emms-mode-line: Rename `emms-playing-time-toggle' to `emms-mode-line-toggle'.william.xwl2006-12-181-1/+1
| | | | darcs-hash:20061218111747-e8fe6-cbfad989d5a2993a12654578ab7336ff91fcb548.gz
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-4/+6
| | | | darcs-hash:20060608194123-1bfb2-cbfbc9eacb41016b24acb9ea2654f141496b0caa.gz
* Fix a variety of compilation errors and warnings.Michael Olson2006-04-011-13/+3
| | | | darcs-hash:20060401232610-1bfb2-5fe5e4892c94e29a59738bf0d27e7e91ad68f2ed.gz
* Make all add-on files toggle-able.Michael Olson2006-04-011-2/+2
| | | | darcs-hash:20060401210634-1bfb2-6a8f735119b68c6ab80d503910ec0105680fec73.gz
* emms-mode-line: Add toggle functions and autoload cookies.Michael Olson2006-04-011-0/+26
| | | | darcs-hash:20060401191825-1bfb2-763dcaee4201c44565e113e516b844e448a0c4a1.gz
* fixed copyright years and copyright holderyonirabkin2006-03-151-1/+1
| | | | darcs-hash:20060315155834-be80e-cda533a1510f20fdef5248ec0037ddaa037fa18b.gz
* fix mode-alter bugyonirabkin2005-12-031-1/+2
| | | | darcs-hash:20051203194736-be80e-90831954d25cd6d0608343e5be7317c8bc467683.gz
* emms-mode-line.el: Made `emms-mode-line-alter' be compatible withwilliam.xwl2005-10-051-2/+5
| | | | | | `emms-track-updated-functions'. darcs-hash:20051005053723-e8fe6-af820eb0ae971b9f47fd829ad3db9fdc2af5384d.gz
* emms-mode-line.el: When artist or title info cann't be achieved, showwilliam.xwl2005-10-041-3/+13
| | | | | | file name without directory. darcs-hash:20051004162138-e8fe6-dbbeb40bb623c61ac9a1051afcd8c12e4dc11553.gz
* emms-mode-line: Changed dead `emms-playlist-current-track-changed-hook'william.xwl2005-10-041-8/+6
| | | | | | to `emms-track-updated-functions'. darcs-hash:20051004154656-e8fe6-9872e4246c7635987fa79f7a499134b622e3e453.gz
* Fix bugs in lyrics and mode-line modes when switching songs, fix yanking in ↵yonirabkin2005-09-191-1/+3
| | | | | | playlist buffer darcs-hash:20050919130007-be80e-6b215d9ffeedd6c2a1b90412345560e9718f6d20.gz
* UNDO: Fix track switching error and interactive playlist yankingyonirabkin2005-09-191-3/+1
| | | | darcs-hash:20050919124513-be80e-19b15bf7f3d48d50eead0ba1cad39f3f29c89ca3.gz
* Fix track switching error and interactive playlist yankingyonirabkin2005-09-191-1/+3
| | | | darcs-hash:20050919124513-be80e-845e8aa410d52df3c7eb49a87cd08e42c2d55558.gz
* fixing emms-lyric.el and emms-mode-line.ellucas2005-09-121-1/+1
| | | | | | | I don't have any lyric file, so I can't test it. But there are no errors :) darcs-hash:20050912112331-4f952-2981436bdf7b89f559c9888bdde58ec5345abadd.gz
* Initial commit (CVS 2005-09-11)forcer2005-09-111-0/+124
darcs-hash:20050911200506-2189f-48a136015e33465c3cf09940ce935ec2203df463.gz