-* `verify_src_file` only called from Render.pm (actually, function removed)
-* Gets rid of `%del_files`.
-* Uses `%wikistate`.
+---
+
+Known bugs in my branch (probably also in David's):
+
+* Does not remember that a tag was deleted.
+
+ The code to do that only works if, at the same time the tag
+ is deleted, one of the pages that has the tag is modified.
+ That's because `add_autofile` needs to be called before it's
+ aware the autofile exists, and if it's not aware, it does not
+ record it as a deleted autofile.