| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Tree structures documented (ish), and algorithm laid out (even if the | James Aylett | 2001-10-26 | |
| | | | | | | | implementation is inside out for part of it). [originally from svn r1331] | |||
| * | Oops, that new heading-level error check was a bit over-zealous. | Simon Tatham | 2001-10-26 | |
| | | | | | | | Fixed again. [originally from svn r1330] | |||
| * | Enforce proper ordering of heading levels: specifically, ensure the | Simon Tatham | 2001-10-25 | |
| | | | | | | | | | | | user doesn't skip a heading level (\H before any \C or \A, or \S straight after \C with no intervening \H). The precise criterion is that when creating section a.b.c.d, sections a.b.c, a.b and a should already exist. This ensures the section tree really is a properly formed tree with no missing nodes. [originally from svn r1329] | |||
| * | Eliminate completely gratuitous tail recursion in three functions | Simon Tatham | 2001-10-25 | |
| | | | | | [originally from svn r1328] | |||
| * | Fix mis-aimed `next' pointers in various sections; appears to have | Simon Tatham | 2001-10-25 | |
| | | | | | | | sorted out the HTML truncated-contents bug. [originally from svn r1327] | |||
| * | Add tests of the text backend's new ability to wrap long headings. | Simon Tatham | 2001-10-25 | |
| | | | | | [originally from svn r1325] | |||
| * | Fixes to allow the text back end to wrap long headings. (These sound | Simon Tatham | 2001-10-25 | |
| | | | | | | | | like a typographical Bad Plan, but they work OK in some types of document such as a FAQ.) [originally from svn r1324] | |||
| * | Update for folding mode in later Jeds. | Simon Tatham | 2001-10-25 | |
| | | | | | [originally from svn r1323] | |||
| * | Remove the penalty for leaving the last word in a paragraph alone on | Simon Tatham | 2001-10-25 | |
| | | | | | | | | | its line. Real typesetters in practice don't appear to care much about this, and the lengths the algorithm has to go to to avoid it tend to end up looking even uglier. [originally from svn r1322] | |||
| * | Fix segfault on \W{URL}\cw{link text} construction. | Simon Tatham | 2001-10-25 | |
| | | | | | [originally from svn r1321] | |||
| * | Replace the naive greedy paragraph wrapping algorithm with the shiny | Simon Tatham | 2001-09-23 | |
| | | | | | | | optimal dynamic one used by the likes of TeX. Woo. [originally from svn r1288] | |||
| * | Numeric entities written about properly (Christian Ludlam). | James Aylett | 2001-07-16 | |
| | | | | | [originally from svn r1159] | |||
| * | Numeric entity references weren't working: the string pointer was | Simon Tatham | 2001-01-27 | |
| | | | | | | | being incremented _past_ the NUL, so the rest of the string was lost. [originally from svn r902] | |||
| * | * Now malloc()ing even built-in filenames, so we can free them all | James Aylett | 2001-01-17 | |
| | | | | | | | without worry (oops) [originally from svn r866] | |||
| * | * Removed original generation code (unused for some time) | James Aylett | 2001-01-06 | |
| | | | | | | | * Frees up data structures [originally from svn r835] | |||
| * | Numeric entity references are in decimal, not hex (sgt). | James Aylett | 2001-01-06 | |
| | | | | | [originally from svn r834] | |||
| * | * Couple more TODO items, from Simon's feedback. | James Aylett | 2001-01-05 | |
| | | | | | [originally from svn r833] | |||
| * | Initial checkin of xhtml backend. | James Aylett | 2000-12-21 | |
| | | | | | [originally from svn r828] | |||
| * | Improve Jed mode's ability to deal with nested braces in comments | Simon Tatham | 2000-11-22 | |
| | | | | | [originally from svn r811] | |||
| * | Add nonbreaking space as \_ | Simon Tatham | 2000-11-22 | |
| | | | | | [originally from svn r810] | |||
| * | Add "make spotless" to Makefile | Simon Tatham | 2000-11-22 | |
| | | | | | [originally from svn r809] | |||
| * | Daft error in input.c was causing messy aux fields and misgenerated emphasis | Simon Tatham | 1999-11-12 | |
| | | | | | | | in text output. Now all aux fields are carefully zeroed when not used [originally from svn r307] | |||
| * | First stab at text backend configurability | Simon Tatham | 1999-11-07 | |
| | | | | | [originally from svn r276] | |||
| * | Configurability backbone, and first use of it | Simon Tatham | 1999-11-07 | |
| | | | | | [originally from svn r275] | |||
| * | Added \q{...} for quoted text | Simon Tatham | 1999-11-07 | |
| | | | | | [originally from svn r274] | |||
| * | Distinguish bogus frees from double frees | Simon Tatham | 1999-10-28 | |
| | | | | | [originally from svn r262] | |||
| * | Add malloc.log analysis script | Simon Tatham | 1999-10-28 | |
| | | | | | [originally from svn r261] | |||
| * | Oops; let's get that NORETURN conditional right... | Simon Tatham | 1999-10-27 | |
| | | | | | [originally from svn r259] | |||
| * | Fix yet another error-handling segfault | Simon Tatham | 1999-10-25 | |
| | | | | | [originally from svn r257] | |||
| * | Fix a slight oddity in index generation, revealed by error testing | Simon Tatham | 1999-10-25 | |
| | | | | | [originally from svn r256] | |||
| * | Test all error conditions, I hope | Simon Tatham | 1999-10-25 | |
| | | | | | [originally from svn r254] | |||
| * | Macros; \- for nonbreaking hyphen | Simon Tatham | 1999-10-24 | |
| | | | | | [originally from svn r252] | |||
| * | Test architecture changed | Simon Tatham | 1999-10-24 | |
| | | | | | [originally from svn r251] | |||
| * | Fix a couple of segfaults in error handling code | Simon Tatham | 1999-10-22 | |
| | | | | | [originally from svn r250] | |||
| * | Added \rule for a horizontal rule | Simon Tatham | 1999-10-22 | |
| | | | | | [originally from svn r248] | |||
| * | Now get start-of-paragraph diagnoses _right_... *sigh* | Simon Tatham | 1999-10-22 | |
| | | | | | [originally from svn r246] | |||
| * | Introduce word types for attributed spaces, so backends can distinguish | Simon Tatham | 1999-10-22 | |
| | | | | | | | between emphasis _like_ _this_ and _like this_ [originally from svn r245] | |||
| * | We were failing to diagnose bad command at paragraph start | Simon Tatham | 1999-10-21 | |
| | | | | | [originally from svn r242] | |||
| * | Now handle \\, \{ and \} in paragraph keywords | Simon Tatham | 1999-10-21 | |
| | | | | | [originally from svn r241] | |||
| * | First backend! Text output now pretty much works. | Simon Tatham | 1999-10-20 | |
| | | | | | [originally from svn r240] | |||
| * | Further development; mid-end index handling pretty much there! | Simon Tatham | 1999-10-18 | |
| | | | | | [originally from svn r238] | |||
| * | Further development: index work, phase I | Simon Tatham | 1999-10-16 | |
| | | | | | [originally from svn r237] | |||
| * | More development... | Simon Tatham | 1999-09-12 | |
| | | | | | [originally from svn r220] | |||
| * | Redo memory allocation to use mknew macro | Simon Tatham | 1999-09-02 | |
| | | | | | [originally from svn r214] | |||
| * | Further development; bibliographies seem to work | Simon Tatham | 1999-08-15 | |
| | | | | | [originally from svn r200] | |||
| * | Module description file added | Simon Tatham | 1999-08-10 | |
| | | | | | [originally from svn r197] | |||
| * | More development; not nearly finished yet | Simon Tatham | 1999-08-09 | |
| | | | | | [originally from svn r193] | |||
| * | Further development work. Parser nearly finished | Simon Tatham | 1999-07-31 | |
| | | | | | [originally from svn r187] | |||
| * | Added more features | Simon Tatham | 1999-02-07 | |
| | | | | | [originally from svn r27] | |||
| * | Add support for \S0-type keywords | Simon Tatham | 1999-02-07 | |
| | | | | | [originally from svn r26] | |||