aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--emms.texinfo16
2 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 725b991..8c16661 100644
--- a/NEWS
+++ b/NEWS
@@ -23,7 +23,8 @@ News since version 2.1:
Last.fm and playing Last.fm radio streams. Support for playing
these streams has been added to emms-streams.el.
- New file emms-i18n.el adds support for handling coding systems
- properly in process input/output..
+ properly in process input/output. This is currently only used by
+ emms-info-mp3info.el.
- New file emms-history.el causes playlists to be saved
automatically when exiting Emacs.
- emms-player-mpd:
diff --git a/emms.texinfo b/emms.texinfo
index 0d71131..6c8eb33 100644
--- a/emms.texinfo
+++ b/emms.texinfo
@@ -63,10 +63,12 @@ Emms basics
Advanced Features
* Track Information:: More narrative track descriptions.
* Interactive Playlists:: Interactive Playlists.
+* Markable Playlists:: Allow tracks to be marked.
Modules and Extensions
* The Browser:: Advanced metadata browsing.
* Sorting Playlists:: Sorting the order of the tracks.
+* Editing Tracks:: Editing track information from within Emms.
* Emms Mode Line:: Emms information on the mode line.
* Music Player Daemon:: Interface to Music Player Daemon.
* Streaming Audio:: Interface to streaming audio.
@@ -914,6 +916,13 @@ with the playlist tracks. Text which is not a track is ignored by the
program and can therefore be used to include titles and annotations
within the playlist.
+@node Markable Playlists
+@chapter Markable Playlists
+
+@cindex Markable Playlists
+
+Write me.
+
@node Extending Emms
@chapter Extending Emms
@@ -1519,6 +1528,13 @@ Sort playlist by notes in ascending order.
Sort emms playlist by score in descending order.
@end defun
+@node Editing Tracks
+@chapter Editing Tracks
+
+@cindex track editor
+
+Write me.
+
@node Emms Mode Line
@chapter Emms Mode Line