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