| Commit message (Expand) | Author | Age |
| * | Don't bother overriding the metrics of PostScript fonts. If the metrics | Ben Harris | 2004-09-25 |
| * | Fix first two bugs in compound text support: escape sequences were | Simon Tatham | 2004-09-25 |
| * | The COMPOUND_TEXT encoding used by some X applications to transfer | Simon Tatham | 2004-09-25 |
| * | If you're going to change the metrics of a font, it's necessary to leave space | Ben Harris | 2004-09-24 |
| * | Replace the empirical GhostScript-derived font metrics with ones derived | Ben Harris | 2004-09-24 |
| * | Page-break penalties were calculated by taking the amount of spare space | Ben Harris | 2004-09-24 |
| * | Stupid bug: "t" was leaving the y-coordinate on the stack, which confused | Ben Harris | 2004-09-21 |
| * | Replace the hardcoded instances of "4096" and "4096.0" in the paper backends | Ben Harris | 2004-09-21 |
| * | Bracket each page in a save/restore pair. This is suggested by the Red Book, | Ben Harris | 2004-09-21 |
| * | Make the PostScript prologue look less like it was written by a C programmer. | Ben Harris | 2004-09-20 |
| * | Two small tweaks to the prologue: | Ben Harris | 2004-09-20 |
| * | Add lots of DSC comments, and change the DSC version to 3.0, which has been | Ben Harris | 2004-09-20 |
| * | Use "$(MAKE)" for sub-makes, so as to handle systems whose default "make" | Ben Harris | 2004-09-19 |
| * | Forgot to set a file position on characters being returned from | Simon Tatham | 2004-08-20 |
| * | Remove a \#{FIXME} comment in \cfg{paper-chapter-top-space}; the checkin | Jacob Nevins | 2004-08-09 |
| * | `make release' tweak to prevent tarball containing trailing NULs (fix from | Jacob Nevins | 2004-08-09 |
| * | Explicitly bless in the documentation, and fix in the man backend, | Simon Tatham | 2004-08-06 |
| * | Make sure (paragraph)->private_data is defined in all cases, on general | Jacob Nevins | 2004-08-06 |
| * | Fix crash in Info backend: if a \[Kk] to a \B or \n was followed in a | Jacob Nevins | 2004-08-06 |
| * | dup_word_list() does the right thing if passed NULL (on general principles) | Jacob Nevins | 2004-08-06 |
| * | Fix for an uninitialised structure member spotted by valgrind (probably didn't | Jacob Nevins | 2004-08-04 |
| * | Explicit bounds checking on the bmp[] array. | Simon Tatham | 2004-08-04 |
| * | Add an explicit cast to prevent a compiler warning. | Simon Tatham | 2004-08-04 |
| * | Colin spotted a sizeof/lenof confusion which we think has been | Simon Tatham | 2004-08-04 |
| * | More careful context hash calculation which doesn't depend on size | Simon Tatham | 2004-07-30 |
| * | Division by zero (which criminally failed to give rise to any kind | Simon Tatham | 2004-07-17 |
| * | Cut-and-paste error was preventing PS and PDF filename config | Simon Tatham | 2004-07-17 |
| * | Tweak for \cq (probably unnecessary) | Jacob Nevins | 2004-07-16 |
| * | Right; I'm finally sick of typing \q{\cw{foo}}, so I've invented a | Simon Tatham | 2004-07-16 |
| * | Failed to initialise state.curr_topic early enough, causing | Simon Tatham | 2004-07-13 |
| * | Apparently (according to a user) WinZip complains of `trailing | Simon Tatham | 2004-07-05 |
| * | Avoid generating an index section if there actually is no index. | Simon Tatham | 2004-07-02 |
| * | Sort out error handling everywhere a charset name is converted into | Simon Tatham | 2004-06-27 |
| * | Free up all the data we allocated during the HTML backend. | Simon Tatham | 2004-06-27 |
| * | Support non-breaking spaces. | Simon Tatham | 2004-06-27 |
| * | Config directives for all the extra configurable things in the new | Simon Tatham | 2004-06-27 |
| * | Fix up the restrict_charset and output_charset configuration for the | Simon Tatham | 2004-06-27 |
| * | nit: s/case-sensitive/case-insensitive/ in comment about nasty indexing | Jacob Nevins | 2004-06-21 |
| * | Various HTML backend cleanups. | Simon Tatham | 2004-06-20 |
| * | Introduce a configurable option to select the HTML flavour. Also | Simon Tatham | 2004-06-20 |
| * | Improve the naming of fragment IDs for numbered list elements and | Simon Tatham | 2004-06-20 |
| * | Minimal documentation of all the new paper backend \cfg{} directives. | Jacob Nevins | 2004-06-20 |
| * | We seem to have ended up with duplicate documentation of --man. Gone. | Jacob Nevins | 2004-06-19 |
| * | Ensure that every \cfg{} directive documented so far has appropriate \IM | Jacob Nevins | 2004-06-19 |
| * | Fairly wholesale reorganisation of the \cfg{} documentation for the text, | Jacob Nevins | 2004-06-19 |
| * | In the text backend, multiple characters can now be used for underlining. | Jacob Nevins | 2004-06-19 |
| * | The Unicode OVERLINE in the text backend documentation was probably supposed | Jacob Nevins | 2004-06-19 |
| * | Note that \cfg{quotes} and friends apply to the output in its entirety and | Jacob Nevins | 2004-06-19 |
| * | Note that no index is generated by the text backend. | Jacob Nevins | 2004-06-19 |
| * | Minor correction to --ps and --pdf descriptions. | Jacob Nevins | 2004-06-19 |