summaryrefslogtreecommitdiff
path: root/misc.c (follow)
Commit message (Expand)AuthorAge
* Fix the behaviour of constructions like \e{index \i{term}} -- the index tagJacob Nevins2007-01-01
* Add support for compressed PDF streams, using Simon's new deflate library.Ben Harris2006-11-30
* The Halibut manual contained at least one instance of two indexSimon Tatham2004-06-13
* Switch the memory allocation macros from the Halibut onesSimon Tatham2004-06-12
* Use wcscoll(), if available, when sorting index terms. (In aSimon Tatham2004-04-22
* Instead of traversing a list of paragraphs, mark_attr_ends() nowSimon Tatham2004-04-22
* Support the locale-supplied character set where appropriate. It'sSimon Tatham2004-04-22
* Infrastructure changes for character set support. ustrtoa,Simon Tatham2004-04-20
* Initial work on PS and PDF output. Because these two backends shareSimon Tatham2004-04-13
* Added an info(1) backend, which constructs .info files directlySimon Tatham2004-04-09
* Fix index sorting so that it collates in a sensible order.Simon Tatham2004-03-30
* Man-page back end for Halibut. Also, a couple of additional markupSimon Tatham2004-03-23
* Rename Buttress to Halibut. I _think_ I've caught everything in this pass.Simon Tatham2002-08-05
* Fixes to allow the text back end to wrap long headings. (These soundSimon Tatham2001-10-25
* Remove the penalty for leaving the last word in a paragraph alone onSimon Tatham2001-10-25
* Replace the naive greedy paragraph wrapping algorithm with the shinySimon Tatham2001-09-23
* Added \q{...} for quoted textSimon Tatham1999-11-07
* Macros; \- for nonbreaking hyphenSimon Tatham1999-10-24
* Introduce word types for attributed spaces, so backends can distinguishSimon Tatham1999-10-22
* First backend! Text output now pretty much works.Simon Tatham1999-10-20
* Further development; mid-end index handling pretty much there!Simon Tatham1999-10-18
* Further development: index work, phase ISimon Tatham1999-10-16
* Redo memory allocation to use mknew macroSimon Tatham1999-09-02
* Further development work. Parser nearly finishedSimon Tatham1999-07-31