| Commit message (Expand) | Author | Age |
| * | Replace Buttress's old tree23 routines with my shiny new counted | Simon Tatham | 2001-12-04 |
| * | Add tabstops, and also add proper cleaning up in whlp_abandon() so | Simon Tatham | 2001-12-04 |
| * | More cleanups. In particular I've taken non-breaking spaces and | Simon Tatham | 2001-12-03 |
| * | Code cleanup | Simon Tatham | 2001-12-03 |
| * | Add indexing support. Wow, that was unexpectedly easy. | Simon Tatham | 2001-12-03 |
| * | Implement browse sequence support | Simon Tatham | 2001-12-03 |
| * | Update the todo list at the top of the file. | Simon Tatham | 2001-12-03 |
| * | Check in the first draft of a module that writes out Windows .HLP | Simon Tatham | 2001-12-03 |
| * | Improve handling of versionids - now every HTML file contains all | Simon Tatham | 2001-11-25 |
| * | Introduce the ability to relabel a section as an `example' or | Simon Tatham | 2001-11-24 |
| * | Tree structures documented (ish), and algorithm laid out (even if the | James Aylett | 2001-10-26 |
| * | Oops, that new heading-level error check was a bit over-zealous. | Simon Tatham | 2001-10-26 |
| * | Enforce proper ordering of heading levels: specifically, ensure the | Simon Tatham | 2001-10-25 |
| * | Eliminate completely gratuitous tail recursion in three functions | Simon Tatham | 2001-10-25 |
| * | Fix mis-aimed `next' pointers in various sections; appears to have | Simon Tatham | 2001-10-25 |
| * | Add tests of the text backend's new ability to wrap long headings. | Simon Tatham | 2001-10-25 |
| * | Fixes to allow the text back end to wrap long headings. (These sound | Simon Tatham | 2001-10-25 |
| * | Update for folding mode in later Jeds. | Simon Tatham | 2001-10-25 |
| * | Remove the penalty for leaving the last word in a paragraph alone on | Simon Tatham | 2001-10-25 |
| * | Fix segfault on \W{URL}\cw{link text} construction. | Simon Tatham | 2001-10-25 |
| * | Replace the naive greedy paragraph wrapping algorithm with the shiny | Simon Tatham | 2001-09-23 |
| * | Numeric entities written about properly (Christian Ludlam). | James Aylett | 2001-07-16 |
| * | Numeric entity references weren't working: the string pointer was | Simon Tatham | 2001-01-27 |
| * | * Now malloc()ing even built-in filenames, so we can free them all | James Aylett | 2001-01-17 |
| * | * Removed original generation code (unused for some time) | James Aylett | 2001-01-06 |
| * | Numeric entity references are in decimal, not hex (sgt). | James Aylett | 2001-01-06 |
| * | * Couple more TODO items, from Simon's feedback. | James Aylett | 2001-01-05 |
| * | Initial checkin of xhtml backend. | James Aylett | 2000-12-21 |
| * | Improve Jed mode's ability to deal with nested braces in comments | Simon Tatham | 2000-11-22 |
| * | Add nonbreaking space as \_ | Simon Tatham | 2000-11-22 |
| * | Add "make spotless" to Makefile | Simon Tatham | 2000-11-22 |
| * | Daft error in input.c was causing messy aux fields and misgenerated emphasis | Simon Tatham | 1999-11-12 |
| * | 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-11-07 |
| * | Distinguish bogus frees from double frees | Simon Tatham | 1999-10-28 |
| * | Add malloc.log analysis script | Simon Tatham | 1999-10-28 |
| * | Oops; let's get that NORETURN conditional right... | Simon Tatham | 1999-10-27 |
| * | Fix yet another error-handling segfault | Simon Tatham | 1999-10-25 |
| * | Fix a slight oddity in index generation, revealed by error testing | Simon Tatham | 1999-10-25 |
| * | Test all error conditions, I hope | Simon Tatham | 1999-10-25 |
| * | Macros; \- for nonbreaking hyphen | Simon Tatham | 1999-10-24 |
| * | Test architecture changed | Simon Tatham | 1999-10-24 |
| * | Fix a couple of segfaults in error handling code | Simon Tatham | 1999-10-22 |
| * | Added \rule for a horizontal rule | Simon Tatham | 1999-10-22 |
| * | Now get start-of-paragraph diagnoses _right_... *sigh* | Simon Tatham | 1999-10-22 |
| * | Introduce word types for attributed spaces, so backends can distinguish | Simon Tatham | 1999-10-22 |
| * | We were failing to diagnose bad command at paragraph start | Simon Tatham | 1999-10-21 |
| * | Now handle \\, \{ and \} in paragraph keywords | Simon Tatham | 1999-10-21 |
| * | First backend! Text output now pretty much works. | Simon Tatham | 1999-10-20 |