summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * src/preproc/grn/main.cc: Introduce BASE_THICKNESS, definingwlemb2000-02-245-259/+311
| | | | | | | | | | | | | | | | 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-227-212/+175
| | | | | | | | | | | | * 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.
* * Changed the version number in the CVS repositoryjhaegg2000-02-2112-19/+20
|
* * README, INSTALL, PROJECT, PROBLEMS, BUGREPORT: Updated.wlemb2000-02-218-146/+220
| | | | | | | | | | * test-groff: Added grn subdir to path. * doc/groff.texinfo: Some restructing and other small improvements. * Makefile.in: Added subdirectory entry for grn.
* *** empty log message ***wlemb2000-02-201-0/+2
|
* * doc/meref.me: Fix description of .GS request.wlemb2000-02-2012-14/+3418
| | | | | | | | | | | | | | | | | | | | | * 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.
* Initial revisionwlemb2000-02-208-0/+2832
|
* * src/include/lib.h: Added xtmptemplate and made xtmpfilewlemb2000-02-123-7/+45
| | | | | | | | | | 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.
* * html.cc (create_tmp_file, create_temp_name): Removed. It has beenwlemb2000-02-122-49/+20
| | | | replaced with calls to xtmpfile() and xtmptemplate().
* A new request `length' is available which returns the length of awlemb2000-02-116-2/+70
| | | | | | | | | | | 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-115-8/+45
| | | | | of the `substring' request. * src/roff/troff/TODO, NEWS: Updated.
* * src/roff/groff/groff.man: Added an example.wlemb2000-02-102-1/+13
|
* * html.cc (html_printer::make_new_image_name): Tidied up file andwlemb2000-02-072-9/+40
| | | | | | | | | | | | | fixed name of image if the source file is in a different directory. * html.cc (create_file): Renamed to create_tmp_file. * html.cc (create_file): Identified & fixed security bug when creating files in /tmp. * Makefile.sub: Adapted to new directory structure.
* Forgot to commit this file.wlemb2000-02-061-0/+1858
|
* Initial revisionwlemb2000-02-06602-0/+230429