summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* rjk's `make install' patch.Simon Tatham2004-06-02
* Stop the PDF backend from crashing if no outline elements appear. ItSimon Tatham2004-05-23
* All measurements in the paper backend are now configurable, as areSimon Tatham2004-05-23
* Character-set-isation and configurability in the WinHelp backend.Simon Tatham2004-05-23
* Configurable bullet and quote characters for the man backend.Simon Tatham2004-05-23
* Kurt Jung points out that nav menus ought to be WHLP_PARA_SCROLL,Simon Tatham2004-05-16
* para_Title was confusing the XHTML backend and preventing it fromSimon Tatham2004-05-04
* Windows Help backend was only accepting \cfg{winhelp-filename} if itSimon Tatham2004-05-03
* Handle paragraph comments with no space (e.g. "\#waffle"), since these seemJacob Nevins2004-04-28
* General configurability upgrade for the info back end.Simon Tatham2004-04-23
* Ahem; that only didn't cause a segfault by sheer luck.Simon Tatham2004-04-23
* Oh, and now the text backend warns about too-long code lines, I'dSimon Tatham2004-04-23
* Enhance the text backend to support configurable quote characters,Simon Tatham2004-04-23
* Rewrite ustrftime(), so that (a) it uses wcsftime() where available,Simon Tatham2004-04-22
* Use wcscoll(), if available, when sorting index terms. (In aSimon Tatham2004-04-22
* Use iswalpha and towlower if they're available.Simon Tatham2004-04-22
* Instead of traversing a list of paragraphs, mark_attr_ends() nowSimon Tatham2004-04-22
* bk_text and bk_info both need to know the on-screen width ofSimon Tatham2004-04-22
* Add charset_from_locale(), a best-effort attempt to return theSimon Tatham2004-04-22
* Support the locale-supplied character set where appropriate. It'sSimon Tatham2004-04-22
* Charset support for the man page backend (\cfg{man-charset}).Simon Tatham2004-04-21
* Charset support for the info backend (\cfg{info-charset}). (ThisSimon Tatham2004-04-21
* I typed `Win1252' today and libcharset didn't recognise it. Fixed.Simon Tatham2004-04-20
* Don't forget to mention the default setting for \cfg{input-charset}.Simon Tatham2004-04-20
* Acroread's PDF cut and paste appears to depend on the order in whichSimon Tatham2004-04-20
* Add some tests of Unicode in the PDF document outline.Simon Tatham2004-04-20
* Ahem. Fix stupid string handling error in new command-line configSimon Tatham2004-04-20
* The Windows Help backend now uses libcharset to the maximum extentSimon Tatham2004-04-20
* PDF outline headings, it turns out, should be encoded using eitherSimon Tatham2004-04-20
* Text backend is now charset-enabled: the entire text file is builtSimon Tatham2004-04-20
* Add some tests of input charset switching.Simon Tatham2004-04-20
* Forgot to add *.ps and *.pdf to the `make clean' list!Simon Tatham2004-04-20
* Infrastructure changes for character set support. ustrtoa,Simon Tatham2004-04-20
* Support for \cfg{input-charset}. Input files can now be in ASCII,Simon Tatham2004-04-19
* Better robustness when backends encounter a Unicode character notSimon Tatham2004-04-19