diff options
| author | Stefan Monnier | 2010-03-24 20:06:08 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-03-24 20:06:08 -0400 |
| commit | 18c812bde51dacabb16caa58475263974dc1af1a (patch) | |
| tree | 8904993329e593042b742e284b8fca9ced8fc6bd /etc | |
| parent | 9586c41ae5d5841bc30f23ebb9eac3c4b42a495c (diff) | |
| download | emacs-18c812bde51dacabb16caa58475263974dc1af1a.tar.gz emacs-18c812bde51dacabb16caa58475263974dc1af1a.zip | |
Add "union tags" in mpc.el.
* mpc.el: Remove backward compatibility code.
(mpc-browser-tags): Change default.
(mpc--find-memoize-union-tags): New var.
(mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
(mpc-cmd-find): Handle the case where the playlist does not exist.
Handle union-tags.
(mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
(mpc-cmd-add): Use mpc-cmd-flush.
(mpc-tagbrowser-tag-name): New fun.
(mpc-tagbrowser-buf): Use it.
(mpc-songs-refresh): Use cond. Move to point-min as a fallback.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -45,6 +45,7 @@ Use `set-scroll-bar-mode' to change this. | |||
| 45 | 45 | ||
| 46 | * Changes in Specialized Modes and Packages in Emacs 24.1 | 46 | * Changes in Specialized Modes and Packages in Emacs 24.1 |
| 47 | 47 | ||
| 48 | ** mpc.el: Can use pseudo tags of the form tag1|tag2 as a union of two tags. | ||
| 48 | ** Customize | 49 | ** Customize |
| 49 | 50 | ||
| 50 | *** Customize buffers now contain a search field. | 51 | *** Customize buffers now contain a search field. |