summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze2010-07-011-0/+3
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-015-16/+127
* More reality-checks for the p->end type.Kristaps Dzonsons2010-07-012-3/+3
* p->end is an enum: treat it as such.Kristaps Dzonsons2010-07-011-2/+2
* First, I'm defaulting to 11-point font, which renders much nicer (theKristaps Dzonsons2010-07-012-16/+51
* "Tweak previous": "badly nested" becomes badly-nested, some typosKristaps Dzonsons2010-07-011-17/+24
* remove a couple of issues that have been fixedIngo Schwarze2010-06-301-27/+1
* Now using Times AFM provided by Dillo. Verified on OpenBSD by me and Mac OSXKristaps Dzonsons2010-06-302-272/+272
* improve error reporting:Ingo Schwarze2010-06-302-33/+53
* Correct dimensions for DocumentMedia. Noted by schwarze@, as gv(1) wasKristaps Dzonsons2010-06-301-5/+4
* Embedding Charter proportional-width glyphs. Nice-looking output.Kristaps Dzonsons2010-06-301-288/+288
* PostScript can now handle scaled glyph sizes (see "scale" in structKristaps Dzonsons2010-06-302-17/+28
* Pushed normalisation of scaling units into term_hspan().Kristaps Dzonsons2010-06-304-20/+13
* Move term_hspan() calculation into the output devices, where it belongs.Kristaps Dzonsons2010-06-304-47/+124
* Push paper calculation out of getsubopt() loop. Make all points be AFMKristaps Dzonsons2010-06-302-30/+31
* Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never beIngo Schwarze2010-06-301-3/+42
* let's not forget the remaining badly nested block issue,Ingo Schwarze2010-06-291-0/+3
* fix a typo in the function declaration;Ingo Schwarze2010-06-291-1/+1
* Considerably simplify block rewind rules; no functional change intended.Ingo Schwarze2010-06-291-206/+69
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-298-86/+320
* Inter-release tag.VERSION.1.10.3Kristaps Dzonsons2010-06-291-2/+2
* Remove some incorrect data from mandoc.1 (that of non-macro lines andKristaps Dzonsons2010-06-291-140/+106
* Add in -Opaper=xxx support for -Tps postscript. This doesn't have anyKristaps Dzonsons2010-06-293-3/+25
* Give -Tps better PostScript hinting. Note that we're using Adobe-3.0Kristaps Dzonsons2010-06-293-28/+73
* Clean-up of variable-width glyph support. Adds no new code; onlyKristaps Dzonsons2010-06-283-25/+29
* This enables variable glyph-width output. The checkin will be followedKristaps Dzonsons2010-06-282-26/+27
* Notes: this must be done later. \b in the input will cause havoc.Kristaps Dzonsons2010-06-282-0/+10
* Initial encoding of glyph widths. From /usr/X11R6/lib/X11/fonts/Type1.Kristaps Dzonsons2010-06-281-14/+341
* Tiny commit clarifying flushln() documentation as to what refers toKristaps Dzonsons2010-06-281-3/+4
* minor .Bk fixes:Ingo Schwarze2010-06-272-6/+16
* remove .Bk which is doneIngo Schwarze2010-06-271-8/+12
* Allow registers to be unset. Implement and document the `.nr nS val'.Kristaps Dzonsons2010-06-275-13/+41
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-2711-23/+38
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-2716-121/+111
* Document .Bk and .Ek; reminded by kristaps@.Ingo Schwarze2010-06-271-0/+21
* Basic implementation of .Bk/.Ek; from OpenBSD.Ingo Schwarze2010-06-273-3/+30
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-266-40/+67
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-2616-14/+35
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-268-13/+162
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-255-12/+9
* Allow OpenBSD's nroff to process mandoc.1 without puking on long `It'Kristaps Dzonsons2010-06-251-6/+10
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-256-85/+133
* Fix slipped in after tag: install PS files with installwww.VERSION.1.10.2Kristaps Dzonsons2010-06-191-1/+1
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-1945-45/+45
* Version notes for 1.10.2.Kristaps Dzonsons2010-06-192-2/+13
* Removed finished TODOsKristaps Dzonsons2010-06-131-27/+3
* Remove arg_getattrs(), as we only have arg_getattr()-like calls now thatKristaps Dzonsons2010-06-131-44/+14
* Switch on cached -width usage in front-ends.Kristaps Dzonsons2010-06-132-12/+13
* Allow -width for lists to be cached in mdoc_bl. This requires someKristaps Dzonsons2010-06-134-52/+67
* Small optimisations in mdoc_action list processing. Cleanups making wayKristaps Dzonsons2010-06-131-37/+35