chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Bring CHANGES.html up to date
[disorder]
/
lib
/
queue.h
diff --git
a/lib/queue.h
b/lib/queue.h
index f62ccac3225c17a490b5af521867c28757364155..1c70cfde8ffe2a22fcb6c63e02f2aad0ae00e4c2 100644
(file)
--- a/
lib/queue.h
+++ b/
lib/queue.h
@@
-31,9
+31,10
@@
enum playing_state {
/** @brief Track failed to play */
playing_failed,
/** @brief Track failed to play */
playing_failed,
- /** @brief
Track is a scratch and has not been played yet
+ /** @brief
OBSOLETE
*
*
- * Going to become obsolete.
+ * Formerly denoted an unplayed scratch. This is now indicated by @p
+ * playing_unplayed and @p origin_scratch.
*/
playing_isscratch,
*/
playing_isscratch,
@@
-93,8
+94,7
@@
extern const char *const playing_states[];
enum track_origin {
/** @brief Track was picked at random and then adopted by a user
*
enum track_origin {
/** @brief Track was picked at random and then adopted by a user
*
- * @c submitter identifies who adopted it. This isn't implemented
- * yet.
+ * @c submitter identifies who adopted it.
*/
origin_adopted,
*/
origin_adopted,