aboutsummaryrefslogtreecommitdiff
path: root/emms-cache.el
Commit message (Expand)AuthorAgeFilesLines
* Clean: emms-track-file-p replaces eq file type checksYoni Rabkin2021-05-031-1/+1
* Fix typo in emms-cache-resetPetteri Hintsanen2021-04-301-1/+1
* Make it possible to force-update Emms cachePetteri Hintsanen2021-04-301-9/+8
* *.el: Misc improvements and fixes w.r.t lexical bindingYoni Rabkin2021-04-271-1/+1
* * emms-cache.el: explicit ignoreYoni Rabkin2021-03-021-1/+2
* * emms-cache.el: lexicalYoni Rabkin2021-03-021-1/+1
* * emms-later-do.el: name changeYoni Rabkin2020-09-221-1/+1
* move all files to top-levelYoni Rabkin2020-06-031-0/+195
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-180/+0
* Replace `nnheader-concat' with `concat + file-name-as-directory' to make XEma...William Xu2007-10-141-1/+1
* Move emms config files to a common directory: ~/.emacs.d/emms.William Xu2007-10-121-1/+1
* change-all-file-headers-to-gpl3-or-later.dpatchTassilo Horn2007-06-261-1/+1
* Bump copyright years to 2007 and standardize statementMichael Olson2007-03-191-1/+1
* browser/cache: support deleting files, make emms-cache-dirty a defsubstDamien Elmes2006-09-221-1/+7
* Fix compilation warnings and don't clobber namespaceMichael Olson2006-08-221-0/+1
* emms-cache: Replace use of 'utf-8 with emms-cache-file-coding-system.Michael Olson2006-08-021-1/+1
* emms-cache: Change default coding system to utf-8. Fix byte-compilation warn...Michael Olson2006-08-011-1/+1
* emms-cache.el: New variable, emms-cache-file-coding-system, which willwilliam.xwl2006-07-311-1/+9
* cache: set coding cookie in cache fileDamien Elmes2006-07-021-0/+1
* Fix more XEmacs issues.Michael Olson2006-07-021-1/+2
* Make emms-cache and emms-browser work with XEmacs.Michael Olson2006-07-021-2/+7
* emms-cache.el: fix missing paren in emms-cache-synclucas2006-06-251-1/+1
* cache: readability fixDamien Elmes2006-06-251-1/+2
* cache: rename function, remove obsolete one, only mark dirty if necessaryDamien Elmes2006-06-251-22/+21
* emms-cache.el: Move the pruning code inside emms-cache-refresh.lucas2006-06-251-17/+8
* cache: add a routine to refresh metadata infoDamien Elmes2006-06-221-0/+21
* emms-cache: add pruning support, make save/load interactiveDamien Elmes2006-06-111-0/+15
* update emms-cache.el commentaryDamien Elmes2006-06-091-5/+1
* emms-cache: Small compiler fix.Michael Olson2006-06-091-0/+2
* emms-cache: Add standard enable/disable/toggle interface and do a docfix for ...Michael Olson2006-06-091-3/+43
* Standardize copyright notices. Add COPYING file. Mention license in README.Michael Olson2006-06-081-5/+7
* add a metadata browser - emms-browser.elDamien Elmes2006-06-081-1/+1
* Mark the cache as dirty for each modification.forcer2006-06-071-1/+6
* fix damien elmes's email addressDamien Elmes2006-06-071-1/+1
* Cleaned up the cached code in emms.el a bitforcer2006-06-071-2/+9
* refactor caching code into emms-cache.elDamien Elmes2006-06-071-0/+79