aboutsummaryrefslogtreecommitdiff
path: root/emms-volume.el
Commit message (Collapse)AuthorAgeFilesLines
* * emms-volume.el: load sndioctlYoni Rabkin2021-09-111-3/+8
| | | | load sndioctl and use correct quoting style
* Change the function quoting style to help the compiler.Yoni Rabkin2021-04-201-3/+3
| | | | Patch by Stefan Monnier
* *.el: Remove redundant `:group` argumentsYoni Rabkin2021-04-171-6/+4
| | | | | | Also, remove some redundant leading `*` in defcustom docstrings Patch by Stefan Monnier <monnier@iro.umontreal.ca>
* lexical declarationYoni Rabkin2021-03-031-2/+2
|
* * emms-volume.el: Fix missing quote in emms-volume-change-functionBruno Félix Rezende Ribeiro2020-07-161-1/+1
| | | | | | This change was originally commited in b136d63, but somehow got lost. It’s critical because otherwise EMMS volume library won’t load on systems lacking ‘amixer’ and ‘pactl’.
* move all files to top-levelYoni Rabkin2020-06-031-0/+154
|
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-144/+0
|
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
| | | | darcs-hash:20070626141221-c06f4-e034ff32ecc6e2d57ffaefaeb4f78d1e36a830a2.gz
* volume-autoloadsMartin Schoenmakers2007-06-051-0/+4
| | | | | | | | This patch adds autoload comments to the emms-volume 'UI' functions, as well as to the 'backend' function in emms-volume-amixer file. This seems like the right thing to do, offhand, not really knowing much about autoload stuff ;) darcs-hash:20070605132340-97144-da0ae5713037e784e7570cfe5437fb765db1686d.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
* change raise/lower-function to change-functon, add change-amountYe Wenbin2006-12-081-15/+13
| | | | darcs-hash:20061208052114-94065-3871387b8052194dc22627408e58b7822b670a10.gz
* Add mpd volume settings to customMartin Schoenmakers2006-06-091-0/+2
| | | | | | | Small patchlet so mpd users can use custom to change the volume setting backend to use the appropriate volume functions. darcs-hash:20060609231150-97144-06f60160ea3afb3de4a43dcd861601c03a8a6dc2.gz
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-5/+7
| | | | darcs-hash:20060608194123-1bfb2-cbfbc9eacb41016b24acb9ea2654f141496b0caa.gz
* Put volume options in their own customize group.Martin Schoenmakers2006-06-011-2/+7
| | | | | | | Added a separate emms-volume group for customize and put things there instead of in the main thing. darcs-hash:20060601193853-97144-c623003be58dbfc8b5bec359110197e115926c1d.gz
* emms-volume.el: Cosmetic stuff, defvar -> defcustomforcer2006-05-311-8/+15
| | | | darcs-hash:20060531003343-2189f-8a3926a21e63a49ddf66415e9f17041485dcd721.gz
* emms-volume.el: Minor cosmetic cleanupforcer2006-05-311-4/+4
| | | | darcs-hash:20060531002351-2189f-cedd0ca3350a02fc8deda9ec51e1e33f05ab9ecc.gz
* emms-volme.el: Add some requires.forcer2006-05-311-0/+4
| | | | darcs-hash:20060531001118-2189f-5d181b45b3ffdfc51c44e17185b3d2d9063475a9.gz
* Add emms-volume and emms-volume-amixer.Martin Schoenmakers2006-05-301-0/+122
New files: emms-volume.el provides some general volume changing things, including a minor mode to more easily change volume when not in the EMMS buffer. emms-volume-amixer.el is a backend using amixer. darcs-hash:20060530223500-97144-6c3f95ef335a5f100bc2c6d061a82cb5323b2557.gz