summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Two of the bugs listed in the man page are out of date: Unicode andSimon Tatham2006-12-04
* Paging through the newly compressed PDF manual to make sure itSimon Tatham2006-12-04
* Tweak prologue so that it works correctly on interpreters that don't supportBen Harris2006-12-03
* Support for emitting outlines using pdfmark.Ben Harris2006-12-02
* PDF outlines already do use PDFDocEncoding or Unicode, so remove that fromBen Harris2006-12-02
* Adjust ps_string so that it escapes characters above 126. This makesBen Harris2006-12-02
* Rough pdfmark support. Links are implemented, but not outlines.Ben Harris2006-12-02
* Add a procedure to our prologue to draw filled rectangles, and use it.Ben Harris2006-12-01
* Factor out printing a destination (in either an annotation or an outline)Ben Harris2006-12-01
* Increase page-tree branching factor from two to eight, since two was obviouslyBen Harris2006-12-01
* Add support for compressed PDF streams, using Simon's new deflate library.Ben Harris2006-11-30
* Small tweak: add a /ProcSet array to the top-level /Resources dictionary,Ben Harris2006-11-26
* Explicitly explain the meaning of each HTML variant.Ben Harris2006-11-18
* Emit a PageLabels dictionary to make it clear what page numbering schemeBen Harris2006-11-18
* `man', at least on Debian 3.1, will treat a paragraph beginning withSimon Tatham2006-10-11
* I've apparently had this lying around for months but forgotten toSimon Tatham2006-06-13
* Introduce global (cross-backend) \cfg{contents} and \cfg{index}Simon Tatham2006-06-02
* About time I fixed this: allow for some people's md5sum utilitiesSimon Tatham2006-05-19
* Remove an outright lie I've just noticed in the comment at the topSimon Tatham2006-05-18
* Missing error handling: the HTML and WinHelp back ends would bothSimon Tatham2006-05-18
* On Level 2 implementations, use setpagedevice to select the correct page size.Ben Harris2006-05-16
* Tighten formatting of PDF annotations, making them direct rather than indirectBen Harris2006-05-14
* Generate rather more compact /Differences tables for font encodings, mostlyBen Harris2006-05-14
* There's no need to reset the font every line if it hasn't changed. This savesBen Harris2006-05-14
* Fairly ropey font-embedding support. In particular, the PDF output isBen Harris2006-05-14
* Generate a more-or-less valid /FontDescriptor dictionary for non-standardBen Harris2006-05-13
* Now that we've got definitive metrics for the standard fonts, there's no needBen Harris2006-05-13
* Add Adobe copyright notice and licence text here too.Ben Harris2006-05-13
* Initial support for adding fonts at run-time. Currently we only supportBen Harris2006-05-13
* Make /Widths arrays for fonts more compact by using FirstChar and LastCharBen Harris2006-05-10
* Add a /Info dictionary to PDF output, containing the title and producerBen Harris2006-05-10
* A page's MediaBox, like its Resources, is inheritable, so rather thanBen Harris2006-05-10
* 297mm is closer to 842pt than to 841pt, and the former seems to be theBen Harris2006-05-09
* When setting up a font, if we've done that font already, return theBen Harris2006-05-09
* Add font-selection mechanism to the paper backend. Since we have no way toBen Harris2006-05-08
* Now that I've found the core AFMs, I notice that they have a perfectlyBen Harris2006-05-08
* Update URLs for PostScript data files.Ben Harris2006-05-08
* It's conventional to use a minus sign rather than a hyphen to separateBen Harris2006-05-08
* New configuration directives need new aliases in the index too.Ben Harris2006-05-07
* Factor out another routine from man_rdaddwc(), this one to add a controlBen Harris2006-05-07
* Pull the code to reset the output charset state out of man_rdaddwc() intoBen Harris2006-05-07
* When we want a printed backslash, use \e rather than \\, since the formerBen Harris2006-05-07
* Add support for nonbreaking hyphens to the "man" backend. man_rdaddwc() is b...Ben Harris2006-05-06
* Display the "breaks" flag when generating a debugging dump.Ben Harris2006-05-06
* Support for non-breaking spaces in the "man" backend. This has the odd side-...Ben Harris2006-05-06
* Improve rule generation in the "man" backend so that if the outputBen Harris2006-05-06
* Support for TROFF named characters, so we can have proper bullets in our lists,Ben Harris2006-05-06
* Add tests of ` and ' characters, since they need special handling in the man ...Ben Harris2006-05-06
* better para_Rule implementation for "man" backend, using TROFF's built-inBen Harris2006-05-06
* sbcsgen.pl was giving different results on different machines in the caseJacob Nevins2006-04-26