Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define all mode-maps with defvar instead of defconst | Pierre Neidhardt | 2017-12-29 | 1 | -1/+1 |
| | |||||
* | Correct email address for maintainer. | Yoni Rabkin | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | Change the way lines are killed in emms-playlist-mode. | Yoni Rabkin | 2014-10-25 | 1 | -14/+15 |
| | | | | This change was requested by Rasmus and Michael Olson. | ||||
* | * lisp/emms-playlist-mode.el: (emms-playlist-mode-open-buffer) Use | Yoni Rabkin | 2009-08-05 | 1 | -1/+2 |
| | | | | `emms-insert-file-contents' to load saved playlist. | ||||
* | * lisp/emms-playlist-mode.el: Bind "C-x u" to `emms-playlist-mode-undo' in ↵ | Yoni Rabkin | 2009-07-05 | 1 | -0/+1 |
| | | | | emms-playlist-mode. | ||||
* | Update copyright headers. | Michael Olson | 2009-02-08 | 1 | -1/+1 |
| | |||||
* | Prevent interactive yanking from messing up the playlist buffer. | Yoni Rabkin | 2008-08-29 | 1 | -2/+10 |
| | | | | | | | | | | Usually, emms-playlist-mode tries not to alter the standard Emacs editing behavior, so that killing and yanking work exactly like they would everywhere else in Emacs. But having two Emms tracks in the emms-playlist-mode buffer on the same line doesn't make sense. This should stop yank commands from doing that. Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org> | ||||
* | emms-playlist-mode: Use "EMMS" in mode-line. | Michael Olson | 2008-08-07 | 1 | -1/+1 |
| | | | | | | * lisp/emms-playlist-mode.el (emms-playlist-mode): Use "EMMS" in the mode-line, not the long "Emms-Playlist". This pretty much *is* the essence of EMMS now. | ||||
* | *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory. | William Xu | 2008-06-17 | 1 | -0/+614 |