]> git.cworth.org Git - mnemon/commit
Add support for sequential introduction of a category
authorCarl Worth <cworth@cworth.org>
Tue, 15 May 2007 23:25:34 +0000 (16:25 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 15 May 2007 23:25:43 +0000 (16:25 -0700)
commit13a54167ae37b75df8b929f533aa44096d59b17e
tree82425a45a4b5bb05afcbbed2b443c2b3e00d2779
parentf25e268ef7519977f6ec162b5c571ee71440e627
Add support for sequential introduction of a category

This allows a particular category to be configured so that new items
will be introduced in the order they exist in the file, rather than
randomly, (though once an item leaves bin 0 it gets the same random
treatment as all other items).

The behavior is controlled by a new option at the beginning of the
file that looks like this:

order = sequential

If there is no option it will be treated as random, (and when written
out the order option will be set to either sequential or random).
mnemon.c