summaryrefslogtreecommitdiff
path: root/halibut.h (unfollow)
Commit message (Expand)Author
2004-06-27Sort out error handling everywhere a charset name is converted intoSimon Tatham
2004-06-20Introduce a configurable option to select the HTML flavour. AlsoSimon Tatham
2004-06-13The Halibut manual contained at least one instance of two indexSimon Tatham
2004-06-12Enforce that \q may not be used anywhere within \c. It shouldn't beSimon Tatham
2004-06-12Switch the memory allocation macros from the Halibut onesSimon Tatham
2004-06-12Initial checkin of the shiny new rewritten-from-scratch HTML backSimon Tatham
2004-05-23All measurements in the paper backend are now configurable, as areSimon Tatham
2004-05-23Character-set-isation and configurability in the WinHelp backend.Simon Tatham
2004-04-23Enhance the text backend to support configurable quote characters,Simon Tatham
2004-04-22Rewrite ustrftime(), so that (a) it uses wcsftime() where available,Simon Tatham
2004-04-22Instead of traversing a list of paragraphs, mark_attr_ends() nowSimon Tatham
2004-04-22bk_text and bk_info both need to know the on-screen width ofSimon Tatham
2004-04-22Support the locale-supplied character set where appropriate. It'sSimon Tatham
2004-04-21Charset support for the info backend (\cfg{info-charset}). (ThisSimon Tatham
2004-04-20Infrastructure changes for character set support. ustrtoa,Simon Tatham
2004-04-19Support for \cfg{input-charset}. Input files can now be in ASCII,Simon Tatham
2004-04-14And now the page numbers in the index are PDF cross-references too.Simon Tatham
2004-04-13Initial work on PS and PDF output. Because these two backends shareSimon Tatham
2004-04-10The Emacs and Jed info readers don't like my index format: Info menuSimon Tatham
2004-04-10Info backend now takes care to avoid magic characters in node namesSimon Tatham
2004-04-09Add a config directive to generate the INFO-DIR-ENTRY things thatSimon Tatham
2004-04-09Added an info(1) backend, which constructs .info files directlySimon Tatham
2004-04-01GCC 3.0 doesn't like you not including <string.h> if you use things in it.James Aylett
2004-04-01Arrange a mechanism whereby each backend can be passed a filenameSimon Tatham
2004-04-01Add \cfg / -C directives to allow the user to choose the output fileSimon Tatham
2004-03-30Fix index sorting so that it collates in a sensible order.Simon Tatham
2004-03-25Obsoleted the `\preamble' command. Preamble text is now taken to beSimon Tatham
2004-03-25Add a \quote{...} directive, working like <blockquote> in HTML.Simon Tatham
2004-03-23Oops, nearly forgot. Nesting one numbered list inside another shouldSimon Tatham
2004-03-23Man-page back end for Halibut. Also, a couple of additional markupSimon Tatham
2002-08-05Rename Buttress to Halibut. I _think_ I've caught everything in this pass.Simon Tatham
2001-12-14Keywords are now collected using a B-tree rather than an array withSimon Tatham
2001-12-06Allow the user to specify the Help topic ID string for particularSimon Tatham
2001-12-04Indexing in the Help backend now seems to work! Woo!Simon Tatham
2001-12-04This update should bring the Windows Help back end up toSimon Tatham
2001-12-04Most of a Windows Help back end now appears to work. Missing areSimon Tatham
2001-12-04Replace Buttress's old tree23 routines with my shiny new countedSimon Tatham
2001-11-24Introduce the ability to relabel a section as an `example' orSimon Tatham
2001-10-26Oops, that new heading-level error check was a bit over-zealous.Simon Tatham
2001-10-25Enforce proper ordering of heading levels: specifically, ensure theSimon Tatham
2001-10-25Fixes to allow the text back end to wrap long headings. (These soundSimon Tatham
2000-12-21Initial checkin of xhtml backend.James Aylett
1999-11-07First stab at text backend configurabilitySimon Tatham
1999-11-07Configurability backbone, and first use of itSimon Tatham
1999-11-07Added \q{...} for quoted textSimon Tatham
1999-10-27Oops; let's get that NORETURN conditional right...Simon Tatham
1999-10-24Macros; \- for nonbreaking hyphenSimon Tatham
1999-10-22Added \rule for a horizontal ruleSimon Tatham
1999-10-22Introduce word types for attributed spaces, so backends can distinguishSimon Tatham
1999-10-21We were failing to diagnose bad command at paragraph startSimon Tatham