| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the function quoting style to help the compiler. | Yoni Rabkin | 2021-04-20 | 1 | -7/+8 |
* | *.el: Remove redundant `:group` arguments | Yoni Rabkin | 2021-04-17 | 1 | -21/+11 |
* | add lexical declarations | Yoni Rabkin | 2021-03-03 | 1 | -1/+1 |
* | move all files to top-level | Yoni Rabkin | 2020-06-03 | 1 | -0/+585 |
* | *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory. | William Xu | 2008-06-17 | 1 | -520/+0 |
* | emms-lyrics-coding-system: Change default value to nil and update | William Xu | 2008-04-06 | 1 | -3/+9 |
* | Fix bug of missing lyrics | Ye Wenbin | 2008-04-03 | 1 | -1/+2 |
* | emms-lyrics.el, emms.texinfo: Remove "Known Problems" note, as it looks fairl... | William Xu | 2008-03-01 | 1 | -20/+1 |
* | - emms-url.el: (emms-url-quote, emms-url-quote-plus), New functions | William Xu | 2008-02-12 | 1 | -31/+3 |
* | When calling file-exists-p, make sure it's operated on a regular file. (This ... | William Xu | 2007-11-04 | 1 | -1/+3 |
* | emms-lyrics.el: (emms-lyrics-find-lyric), Use `emms-source-file-directory-tre... | William Xu | 2007-10-22 | 1 | -21/+9 |
* | emms-lyrics.el: Set default value for emms-lyrics-dir to ~/music/lyrics. | William Xu | 2007-07-17 | 1 | -7/+8 |
* | change-all-file-headers-to-gpl3-or-later.dpatch | Tassilo Horn | 2007-06-26 | 1 | -1/+1 |
* | emms-lyrics.el: (emms-lyrics-display): Fix "displaying only on minibuf" | William Xu | 2007-05-14 | 1 | -9/+10 |
* | emms-lyrics.el: Update comments about "Known problems". | William Xu | 2007-03-05 | 1 | -4/+17 |
* | emms-lyrics.el: Find chinese lyrics based on filename instead of `title' | William Xu | 2007-03-05 | 1 | -3/+6 |
* | emms-lyrics.el: Fix a function name typo. | William Xu | 2007-03-05 | 1 | -3/+3 |
* | emms-lyrics.el: Add chinese lyrics lookup support to | William Xu | 2007-03-02 | 1 | -9/+39 |
* | emms-lyrics: Fix compiler warnings | Michael Olson | 2007-03-02 | 1 | -7/+7 |
* | emms-lyrics.el: Rename `emms-lyrics-find-current-lyric' to | William Xu | 2007-03-02 | 1 | -80/+99 |
* | emms-lyrics: Fix several compiler warnings | Michael Olson | 2007-03-02 | 1 | -3/+4 |
* | emms-lyrics.el: Add lyrics auto-scrolling support. | William Xu | 2007-03-02 | 1 | -26/+82 |
* | Add `emms-lyrics-catchup' for dealing with external lyrics crawler. | William Xu | 2007-02-08 | 1 | -33/+49 |
* | emms-lyrics: Make `emms-lyrics-find-lyric-function' customizable and add | william.xwl | 2006-12-11 | 1 | -25/+44 |
* | emms-mp3tag support ogg, add more documentation. fix some error | Ye Wenbin | 2006-12-06 | 1 | -1/+3 |
* | Fix lyrics minibuffer display. Amixer display playback and more useful commands | Wenbin Ye | 2006-11-27 | 1 | -34/+37 |
* | emms-lyrics.el: Minor Cleanups. | william.xwl | 2006-09-29 | 1 | -19/+7 |
* | The coding system of choice is utf-8, not legacy-1 | forcer | 2006-08-17 | 1 | -1/+1 |
* | Allow player to set the exact elapsed time of a track. emms-player-mpd and e... | Michael Olson | 2006-07-02 | 1 | -2/+10 |
* | emms-lyrics.el: Fix file-exists-p error when finding lyrics file for | william.xwl | 2006-06-14 | 1 | -31/+34 |
* | Standardize copyright notices. Add COPYING file. Mention license in README. | Michael Olson | 2006-06-08 | 1 | -5/+6 |
* | Make XEmacs21 and Emacs21 happy. | Michael Olson | 2006-04-20 | 1 | -0/+1 |
* | New variable: `emms-lyrics-coding-system'. It's the coding system used | william.xwl | 2006-04-03 | 1 | -1/+7 |
* | emms-lyrics: Make this behave like other add-ons. | Michael Olson | 2006-04-01 | 1 | -20/+37 |
* | Make all add-on files toggle-able. | Michael Olson | 2006-04-01 | 1 | -0/+3 |
* | fixed copyright years and copyright holder | yonirabkin | 2006-03-15 | 1 | -1/+1 |
* | Use emms-replace-regexp-in-string. | Michael Olson | 2006-01-06 | 1 | -3/+3 |
* | New XEmacs compatibility function: emms-replace-regexp-in-string | Michael Olson | 2006-01-05 | 1 | -1/+1 |
* | Use timers in a way that is compatible with both Emacs and XEmacs. | Michael Olson | 2006-01-04 | 1 | -1/+1 |
* | Move `emms-lyrics-mode' to the end, or it won't work on CVS Emacs. | william.xwl | 2005-12-12 | 1 | -5/+5 |
* | emms-lyrics.el: New function: `emms-lyrics-restore-mode-line'. | william.xwl | 2005-10-05 | 1 | -3/+10 |
* | eemms-lyrics.el: | william.xwl | 2005-09-23 | 1 | -70/+87 |
* | emms-lyrics.el: Fixed a bug in `emms-lyrics-start'. | william.xwl | 2005-09-23 | 1 | -2/+4 |
* | Fix bugs in lyrics and mode-line modes when switching songs, fix yanking in p... | yonirabkin | 2005-09-19 | 1 | -3/+3 |
* | UNDO: Fix track switching error and interactive playlist yanking | yonirabkin | 2005-09-19 | 1 | -3/+3 |
* | Fix track switching error and interactive playlist yanking | yonirabkin | 2005-09-19 | 1 | -3/+3 |
* | emms-lyrics.el: Changed to `emms-player-seeked-hook' to | william.xwl | 2005-09-15 | 1 | -1/+1 |
* | emms-lyrics.el: Updated commentary and applied standard customization | william.xwl | 2005-09-14 | 1 | -41/+54 |
* | Fixing the extensions problem. | lucas | 2005-09-12 | 1 | -1/+0 |
* | Rename emms-lyric.el to emms-lyrics.el | forcer | 2005-09-12 | 1 | -0/+341 |