summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Forgot to set a file position on characters being returned fromSimon Tatham2004-08-20
* Remove a \#{FIXME} comment in \cfg{paper-chapter-top-space}; the checkinJacob Nevins2004-08-09
* `make release' tweak to prevent tarball containing trailing NULs (fix fromJacob Nevins2004-08-09
* Explicitly bless in the documentation, and fix in the man backend,Simon Tatham2004-08-06
* Make sure (paragraph)->private_data is defined in all cases, on generalJacob Nevins2004-08-06
* Fix crash in Info backend: if a \[Kk] to a \B or \n was followed in aJacob Nevins2004-08-06
* dup_word_list() does the right thing if passed NULL (on general principles)Jacob Nevins2004-08-06
* Fix for an uninitialised structure member spotted by valgrind (probably didn'tJacob Nevins2004-08-04
* Explicit bounds checking on the bmp[] array.Simon Tatham2004-08-04
* Add an explicit cast to prevent a compiler warning.Simon Tatham2004-08-04
* Colin spotted a sizeof/lenof confusion which we think has beenSimon Tatham2004-08-04
* More careful context hash calculation which doesn't depend on sizeSimon Tatham2004-07-30
* Division by zero (which criminally failed to give rise to any kindSimon Tatham2004-07-17
* Cut-and-paste error was preventing PS and PDF filename configSimon Tatham2004-07-17
* Tweak for \cq (probably unnecessary)Jacob Nevins2004-07-16
* Right; I'm finally sick of typing \q{\cw{foo}}, so I've invented aSimon Tatham2004-07-16
* Failed to initialise state.curr_topic early enough, causingSimon Tatham2004-07-13
* Apparently (according to a user) WinZip complains of `trailingSimon Tatham2004-07-05
* Avoid generating an index section if there actually is no index.Simon Tatham2004-07-02
* Sort out error handling everywhere a charset name is converted intoSimon Tatham2004-06-27
* Free up all the data we allocated during the HTML backend.Simon Tatham2004-06-27
* Support non-breaking spaces.Simon Tatham2004-06-27
* Config directives for all the extra configurable things in the newSimon Tatham2004-06-27
* Fix up the restrict_charset and output_charset configuration for theSimon Tatham2004-06-27
* nit: s/case-sensitive/case-insensitive/ in comment about nasty indexingJacob Nevins2004-06-21
* Various HTML backend cleanups.Simon Tatham2004-06-20
* Introduce a configurable option to select the HTML flavour. AlsoSimon Tatham2004-06-20
* Improve the naming of fragment IDs for numbered list elements andSimon Tatham2004-06-20
* Minimal documentation of all the new paper backend \cfg{} directives.Jacob Nevins2004-06-20
* We seem to have ended up with duplicate documentation of --man. Gone.Jacob Nevins2004-06-19
* Ensure that every \cfg{} directive documented so far has appropriate \IMJacob Nevins2004-06-19
* Fairly wholesale reorganisation of the \cfg{} documentation for the text,Jacob Nevins2004-06-19
* In the text backend, multiple characters can now be used for underlining.Jacob Nevins2004-06-19
* The Unicode OVERLINE in the text backend documentation was probably supposedJacob Nevins2004-06-19
* Note that \cfg{quotes} and friends apply to the output in its entirety andJacob Nevins2004-06-19
* Note that no index is generated by the text backend.Jacob Nevins2004-06-19
* Minor correction to --ps and --pdf descriptions.Jacob Nevins2004-06-19
* Initial rough documentation of some of the newer \cfg{} directives, namely:Jacob Nevins2004-06-19
* Moderately nasty workaround for the fact that Windows Help's indexSimon Tatham2004-06-19
* Add a batch of assertions to ensure no more index terms fail to haveSimon Tatham2004-06-19
* I had somehow managed to leave index entry anchors out of sectionSimon Tatham2004-06-19
* Add a clash-checking mechanism to ensure we never generate the sameSimon Tatham2004-06-19
* Support \I\c, \I\cw. (Haven't bothered with \I\e since the emphasis may asJacob Nevins2004-06-19
* s/text-quotes/man-quotes/. Damn cut and paste. Thanks Jacob.Simon Tatham2004-06-16
* The Halibut manual contained at least one instance of two indexSimon Tatham2004-06-13
* Er, don't forget to document the disallowing of \q within \c. Ahem.Simon Tatham2004-06-12
* Enforce that \q may not be used anywhere within \c. It shouldn't beSimon Tatham2004-06-12
* Switch the memory allocation macros from the Halibut onesSimon Tatham2004-06-12
* Initial checkin of the shiny new rewritten-from-scratch HTML backSimon Tatham2004-06-12
* Preferred MIME name for ASCII is "US-ASCII", not "ANSI_X3.4-1968". Oops.Simon Tatham2004-06-03