Instead of traversing a list of paragraphs, mark_attr_ends() now
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 22 Apr 2004 18:01:31 +0000 (18:01 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 22 Apr 2004 18:01:31 +0000 (18:01 +0000)
commitbb9e7835935e7a2098f2ce27964342d4c4557e3f
tree30a89e00b30aa37a98d95b77f43f3d846f12e4c4
parente5cd393faa334825e69833ba2996cbcac9f2957d
Instead of traversing a list of paragraphs, mark_attr_ends() now
merely traverses a list of words, and main() takes responsibility
for applying it to each paragraph in the document. This is so that
it can _also_ be applied to the display form of each index entry,
which Jacob spotted wasn't previously being done.

git-svn-id: svn://svn.tartarus.org/sgt/halibut@4117 cda61777-01e9-0310-a592-d414129be87e
halibut.h
inputs/test.but
main.c
misc.c