| Commit message (Expand) | Author |
| 2014-12-16 | Add missing err_cantopen. | Simon Tatham |
| 2014-12-16 | Fix segfault when a source file doesn't exist. | Simon Tatham |
| 2013-03-10 | Add \s for 'strong' text, i.e. bold rather than italics. I've missed | Simon Tatham |
| 2012-08-29 | Revamp of the Halibut error handling mechanism. | Simon Tatham |
| 2012-02-24 | Allow macro definitions to be terminated by tok_eof as well as | Simon Tatham |
| 2010-02-27 | A user recently reported that Halibut's font-file handling doesn't | Simon Tatham |
| 2009-10-24 | Enable Halibut to read a .but file from standard input, by supplying | Simon Tatham |
| 2008-11-21 | Correct mishandling of paragraphs beginning with "\#{". | Simon Tatham |
| 2007-02-03 | Add support for using TrueType fonts, including embedding in PostScript but | Ben Harris |
| 2007-01-27 | Add support for PFB files. This seems to have caused me to completely | Ben Harris |
| 2006-12-07 | I've just noticed some unacceptably long lines in code paragraphs in | Simon Tatham |
| 2006-12-05 | Distingush font files from other input by magic number rather than name. | Ben Harris |
| 2006-05-14 | Fairly ropey font-embedding support. In particular, the PDF output is | Ben Harris |
| 2006-05-13 | Initial support for adding fonts at run-time. Currently we only support | Ben Harris |
| 2005-11-13 | Just to be on the safe side about avoiding other portability hazards | Simon Tatham |
| 2005-09-29 | Remove the error message `no text found in paragraph'. Aaron Brown | Simon Tatham |
| 2005-04-12 | input.c was capable of generating a paragraph structure with no text | Simon Tatham |
| 2005-01-24 | `origtext' was not getting set correctly for escaped tokens (\\, \{, | Simon Tatham |
| 2004-11-17 | Allow macros to work (a) at the very start of a paragraph, and (b) | Simon Tatham |
| 2004-08-20 | Forgot to set a file position on characters being returned from | Simon Tatham |
| 2004-07-16 | Right; I'm finally sick of typing \q{\cw{foo}}, so I've invented a | Simon Tatham |
| 2004-06-27 | Sort out error handling everywhere a charset name is converted into | Simon Tatham |
| 2004-06-12 | Enforce that \q may not be used anywhere within \c. It shouldn't be | Simon Tatham |
| 2004-06-12 | Switch the memory allocation macros from the Halibut ones | Simon Tatham |
| 2004-04-23 | Enhance the text backend to support configurable quote characters, | Simon Tatham |
| 2004-04-20 | Infrastructure changes for character set support. ustrtoa, | Simon Tatham |
| 2004-04-19 | Support for \cfg{input-charset}. Input files can now be in ASCII, | Simon Tatham |
| 2004-04-15 | Support the \W{...}\i\c{...} combination used in the NASM manual. | Simon Tatham |
| 2004-04-10 | Info backend now takes care to avoid magic characters in node names | Simon Tatham |
| 2004-03-30 | \lcont and \quote were being confused by whitespace (in particular, | Simon Tatham |
| 2004-03-30 | Make \ii work! | Simon Tatham |
| 2004-03-25 | Introduce \. as a NOP command. The purpose of this is to act as a | Simon Tatham |
| 2004-03-25 | Obsoleted the `\preamble' command. Preamble text is now taken to be | Simon Tatham |
| 2004-03-25 | Add a \quote{...} directive, working like <blockquote> in HTML. | Simon Tatham |
| 2004-03-24 | Cleanups to complete the man page backend. Also, an additional new | Simon Tatham |
| 2004-03-23 | Man-page back end for Halibut. Also, a couple of additional markup | Simon Tatham |
| 2002-08-23 | Just had a play with this newfangled `valgrind' memory debugger | Simon Tatham |
| 2002-08-12 | Arrange for multiple \cfg, \IM and \BR paragraphs to not require | Simon Tatham |
| 2002-08-05 | Rename Buttress to Halibut. I _think_ I've caught everything in this pass. | Simon Tatham |
| 2001-12-14 | Buttress was dealing poorly with \r in input files (though not _too_ | Simon Tatham |
| 2001-12-04 | This update should bring the Windows Help back end up to | Simon Tatham |
| 2001-12-04 | Replace Buttress's old tree23 routines with my shiny new counted | Simon Tatham |
| 2001-10-25 | Fix segfault on \W{URL}\cw{link text} construction. | Simon Tatham |
| 2000-11-22 | Add nonbreaking space as \_ | Simon Tatham |
| 1999-11-12 | Daft error in input.c was causing messy aux fields and misgenerated emphasis | Simon Tatham |
| 1999-11-07 | First stab at text backend configurability | Simon Tatham |
| 1999-11-07 | Configurability backbone, and first use of it | Simon Tatham |
| 1999-11-07 | Added \q{...} for quoted text | Simon Tatham |
| 1999-10-24 | Macros; \- for nonbreaking hyphen | Simon Tatham |
| 1999-10-22 | Fix a couple of segfaults in error handling code | Simon Tatham |