summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * src/preproc/grn/grn.man: Added info about the gremlin file formatwlemb2000-02-261-0/+5
| | | | (contributed by Daniel Senderowicz <daniel@synchrods.com>).
* * doc/groff.texinfo: Further checking/updating. Adding more indexwlemb2000-02-261-1/+2
| | | | entries.
* * src/preproc/grn/main.cc: Allow values of `narrow' parameter andwlemb2000-02-251-0/+12
| | | | | | | | | | | | friends to be non-integer. * src/preproc/grn/grn.man: Document it. * doc/groff.texinfo: Further checking/updating. * src/preproc/grn/grn.man: Commenting out the -s option -- the corresponding code doesn't work (yet).
* * doc/groff.texinfo: Further checking/updating. Adding more indexwlemb2000-02-241-1/+2
| | | | entries.
* * src/preproc/grn/main.cc: Introduce BASE_THICKNESS, definingwlemb2000-02-241-0/+18
| | | | | | | | | | | | | | | | line thicknesses to be integer multiples of this value. * doc/groff.texinfo: Further checking/updating. * src/preproc/grn/{main.cc, hgraph.cc}: Using point units to specify line thickness instead of base units. The new default values are now 0.15,pt 0.45pt, and 0.75pt for thin, middle, and thick lines respectively. Removed unused variable `prevval'. * src/preproc/grn/grn.man: Updated.
* * src/preproc/grn/main.cc: Slight formatting.wlemb2000-02-221-0/+13
| | | | | | | | | | | | * src/roff/groff/groff.man: Formatting fix. * src/preproc/grn/grn.man: Ditto. * src/roff/grog/grog.pl: Fixing two embarassing bugs. * doc/groff.texinfo: Further checking/updating. * src/roff/groff/groff.cc (help): Fixed info string.
* * README, INSTALL, PROJECT, PROBLEMS, BUGREPORT: Updated.wlemb2000-02-211-1/+11
| | | | | | | | | | * test-groff: Added grn subdir to path. * doc/groff.texinfo: Some restructing and other small improvements. * Makefile.in: Added subdirectory entry for grn.
* * doc/meref.me: Fix description of .GS request.wlemb2000-02-201-0/+23
| | | | | | | | | | | | | | | | | | | | | * src/roff/troff/troff.man: Fixing typo. Adding the `grn' preprocessor for gremlin graphic files. * src/preproc/grn/*: This is the Berkeley distribution written by David Slattengren and Barry Roitblat, adapted to groff by Daniel Senderowicz and Werner Lemberg. * doc/grnexampl.{me,g}: A sample for grn. * src/roff/groff/groff.cc: Added support for grn. It can be now called with the switch `-g'. * src/roff/groff/groff.man: Updated. * src/roff/grog/grog.{man,pl,sh}: Updated. * NEWS: Updated.
* * src/include/lib.h: Added xtmptemplate and made xtmpfilewlemb2000-02-121-0/+11
| | | | | | | | | | parametrically polymorphic. * src/libs/libgroff/tmpfile.cc: Implemented xtmptemplate and the alterations to xtmpfile. xtmpfile can be requested to return the filename created and asked not to unlink the temp file. The default behaviour if parameters are absent is exactly the same as before.
* A new request `length' is available which returns the length of awlemb2000-02-111-0/+12
| | | | | | | | | | | string in a number register: * src/roff/troff/input.cc (length_macro): Implement it. * src/roff/troff/input.cc (init_input_requests): Register it. * src/roff/troff/troff.man, doc/groff.texinfo: Document `length' request.
* * doc/groff.texinfo, src/roff/troff/troff.man: Add documentationwlemb2000-02-111-0/+6
| | | | | of the `substring' request. * src/roff/troff/TODO, NEWS: Updated.
* * src/roff/groff/groff.man: Added an example.wlemb2000-02-101-0/+4
|
* Initial revisionwlemb2000-02-061-0/+6497