Why does not RSF store a complete file history in the header (as SEPlib does)?

Not keeping complete file histories in header files was a design decision. The reasoning is that processing histories belong in other places (namely, the SConstruct files), and one should not rely on the header information for figuring out how the file was processed. A technical detail is that, since history parameters are stored in a hash table, they are outputed in random order. Please let us know if you can think of compelling reasons for changing this behavior.

Update: the behavior has changed following the suggestion from James Rickett. File histories are now stored in RSF files.