| Commit message (Expand) | Author |
| 2017-05-30 | New utility function rdaddc_rep(). | Simon Tatham |
| 2017-05-13 | New output mode to write CHM files directly. | 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 |
| 2009-10-24 | Enable Halibut to read a .but file from standard input, by supplying | Simon Tatham |
| 2007-12-02 | Cope with TrueType fonts with slightly broken cmaps, just ignoring code points | Ben Harris |
| 2007-02-13 | Add a --list-fonts option, since getting PostScript names out of TrueType | Ben Harris |
| 2007-02-11 | Improved error handling in sfnt support. No more calls to abort()! | Ben Harris |
| 2007-02-04 | Add a "const" to the argument of dupstr() so that GCC doesn't complain when | Ben Harris |
| 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 |
| 2007-01-01 | Fix the behaviour of constructions like \e{index \i{term}} -- the index tag | Jacob Nevins |
| 2006-12-11 | Support for the MS HTML Help system in the HTML back end. As yet I | Simon Tatham |
| 2006-12-09 | Correct embedding of Type 1 fonts in PDF. Error cases (e.g. invalid Type 1 | Ben Harris |
| 2006-11-30 | Add support for compressed PDF streams, using Simon's new deflate library. | 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 |
| 2006-05-08 | Add font-selection mechanism to the paper backend. Since we have no way to | Ben Harris |
| 2005-11-13 | Just to be on the safe side about avoiding other portability hazards | Simon Tatham |
| 2005-11-13 | `version' needs to be declared `extern'. | Simon Tatham |
| 2005-11-12 | `style.c' appears to have been around since 1999 and never had | 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-03-08 | Ability to specify multiple arguments to \cfg{html-template-fragment}; | Jacob Nevins |
| 2005-02-18 | Add a `--list-charsets' option to Halibut to enumerate canonical names of known | Jacob Nevins |
| 2005-02-17 | Changes/additions to input character set handling: | Jacob Nevins |
| 2004-06-27 | Sort out error handling everywhere a charset name is converted into | Simon Tatham |
| 2004-06-20 | Introduce a configurable option to select the HTML flavour. Also | Simon Tatham |
| 2004-06-13 | The Halibut manual contained at least one instance of two index | 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-06-12 | Initial checkin of the shiny new rewritten-from-scratch HTML back | Simon Tatham |
| 2004-05-23 | All measurements in the paper backend are now configurable, as are | Simon Tatham |
| 2004-05-23 | Character-set-isation and configurability in the WinHelp backend. | Simon Tatham |
| 2004-04-23 | Enhance the text backend to support configurable quote characters, | Simon Tatham |
| 2004-04-22 | Rewrite ustrftime(), so that (a) it uses wcsftime() where available, | Simon Tatham |
| 2004-04-22 | Instead of traversing a list of paragraphs, mark_attr_ends() now | Simon Tatham |
| 2004-04-22 | bk_text and bk_info both need to know the on-screen width of | Simon Tatham |
| 2004-04-22 | Support the locale-supplied character set where appropriate. It's | Simon Tatham |
| 2004-04-21 | Charset support for the info backend (\cfg{info-charset}). (This | 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-14 | And now the page numbers in the index are PDF cross-references too. | Simon Tatham |
| 2004-04-13 | Initial work on PS and PDF output. Because these two backends share | Simon Tatham |
| 2004-04-10 | The Emacs and Jed info readers don't like my index format: Info menu | Simon Tatham |
| 2004-04-10 | Info backend now takes care to avoid magic characters in node names | Simon Tatham |
| 2004-04-09 | Add a config directive to generate the INFO-DIR-ENTRY things that | Simon Tatham |
| 2004-04-09 | Added an info(1) backend, which constructs .info files directly | Simon Tatham |
| 2004-04-01 | GCC 3.0 doesn't like you not including <string.h> if you use things in it. | James Aylett |
| 2004-04-01 | Arrange a mechanism whereby each backend can be passed a filename | Simon Tatham |