summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Implement continuous underlining for nroff mode. To do that, a newwlemb2001-04-0613-53/+142
* * tmac/troffrc-end: Protect data with `.do'. Reported by T. Kurtwlemb2001-03-291-16/+17
* * tmac/groff_mdoc.man: Many fixes.wlemb2001-03-281-0/+9
* * src/roff/troff/div.cc (save_vertical_space): Add default argumentwlemb2001-03-233-9/+11
* * man/groff_font.man: Document `prepro', `postpro', and `print'.wlemb2001-03-195-20/+93
* Introduced simple html tables to implement indentation.wlemb2001-03-167-207/+520
* Added the `return' request to end a macro immediately. It simplywlemb2001-03-093-11/+54
* Make `B' more rigid.wlemb2001-03-074-13/+39
* Fixed grohtml handling of any named glyph for glyph indexes < 0x80.wlemb2001-03-044-43/+61
* * src/libs/libgroff/font.cc (font_widths_cache): Fixing syntax ofwlemb2001-02-281-2/+2
* * src/roff/troff/node.cc (space_node::get_hyphenation_type): Newwlemb2001-02-172-0/+8
* Fixing a bug which prevented proper end-of-sentence recognitionwlemb2001-02-164-12/+33
* Redesigned the `unformat' request. It is no longer connected withwlemb2001-02-135-140/+255
* updatedwlemb2001-02-131-0/+6
* * src/roff/troff/node.h (unbreakable_space_node, hmotion_node,wlemb2001-02-083-2/+65
* A new escape sequence `:', inserting a zero-width break point.wlemb2001-02-048-143/+189
* Implemented new read-only number register `.linetabs' which returnswlemb2001-01-303-1/+16
* Fixed a bug which prevented hyphenation of words which are finishedwlemb2001-01-285-6/+26
* Adding the `linetabs' request. If set, tab distances are notwlemb2001-01-253-17/+81
* Introducing a new read-only register `.int' which is set to awlemb2001-01-234-3/+32
* troff's `box' and `boxa' requests didn't preserve temporarywlemb2001-01-237-60/+111
* * tmac/ps.tmac: Remove call of psold.tmac.wlemb2001-01-182-8/+3
* Initial revisionwlemb2001-01-1715-0/+9567
* First cut of the new html device driver. Changes to pre-html andwlemb2001-01-1739-9478/+4437
* * NEWS, src/roff/troff/troff.man, doc/groff.texinfo: Fixwlemb2001-01-131-1/+1
* new filewlemb2001-01-121-0/+90
* * src/roff/troff/input.cc: Move definition of special characterswlemb2001-01-126-97/+65
* Introducing the `box' and `boxa' requests which are similar towlemb2001-01-084-10/+69
* * parse.c (ParseInput): Added 'F' to command switch to swallowwlemb2001-01-042-0/+6
* Ignore `.ss' request if in compatibility mode.wlemb2000-12-214-7/+11
* New file.wlemb2000-12-131-0/+21
* * src/preproc/eqn/Makefile.sub (MAN1): Added neqn.man.wlemb2000-12-134-5/+4
* * src/include/lib.h: Replaced __ALPHA with __alpha symbol.wlemb2000-12-071-1/+1
* Fixing a bug which prevented hyphenation in words followedwlemb2000-12-028-36/+128
* * device.c (find_file): Remove home directory in search path.wlemb2000-12-022-7/+4
* * NEWS: Fixes.wlemb2000-11-233-4/+14
* Use safer path (except for config files) if -U isn't specified. Addwlemb2000-11-2214-38/+50
* * src/devices/grodvi/dvi.cc (main),wlemb2000-11-1649-139/+161
* In all programs, make -v return immediately with exit status 0 towlemb2000-11-1524-16/+71
* Obsolete.wlemb2000-11-141-21/+0
* * src/preproc/pic/depend: Removed. Unnecessary.wlemb2000-11-144-2661/+2660
* * src/roff/grog/grog.{pl,sh}: Implemented -C switch for compatibilitywlemb2000-11-143-18/+28
* * src/roff/groff/groff.cc (main): Add BIN_PATH to PATH instead ofwlemb2000-11-142-2/+9
* * device.c (open_device_file): Remove `path' parameter.wlemb2000-11-143-12/+33
* For security reasons, don't use the current directory but the homewlemb2000-11-1331-90/+170
* *** empty log message ***wlemb2000-11-081-0/+12
* Add system tmac directory (/usr/local/lib/groff/site-tmac).wlemb2000-11-082-4/+12
* Convert macros `tmac.XXX' to `XXX.tmac'. Special cases:wlemb2000-10-2610-23/+29
* Invert current behaviour: Search first FOOBAR.tmac, thenwlemb2000-10-254-26/+38
* Add local tmac directory (groff/site-tmac).wlemb2000-10-241-1/+3