summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * src/roff/troff/node.cc (node::add_char): Call `freeze_space' forwlemb2002-08-091-0/+1
* * src/preproc/pic/object.cc (object_spec::make_move): Fix typowlemb2002-08-091-1/+1
* * src/roff/troff/input.cc (read_rgb, read_cmy, read_cmyk): Callwlemb2002-08-081-1/+5
* Add fonts `CI', `CB', and `CBI' to grohtml which have been omittedwlemb2002-08-072-14/+32
* * src/devices/grohtml/html-table.cc (html_table::finish_row):wlemb2002-08-011-1/+1
* * doc/grnexmpl.me: Remove calls to .st and .sc which are undefined.wlemb2002-07-311-0/+2
* * src/devices/grohtml/post-html (html_printer::troff_tag): Handlewlemb2002-07-271-0/+4
* * src/libs/libdriver/input.cc (Char): Add const to `operator=='.wlemb2002-07-261-3/+6
* * doc/groff.texinfo: Document `papersize' keyword.wlemb2002-07-242-13/+20
* * configure.ac: Test for isatty.wlemb2002-07-233-13/+8
* Allow internal glyph indices > 0xFF in grohtml for input characters.wlemb2002-07-201-22/+27
* New files.wlemb2002-07-192-0/+817
* * font/devhtml/R.proto: Updated to HTML 4, adding many glyphs.wlemb2002-07-199-497/+1270
* * src/utils/afmtodit/afmtodit.pl: Don't use `-P-' for invoking perl.wlemb2002-07-171-1/+1
* * contrib/pic2graph/pic2graph.*: Use convert(1).wlemb2002-07-1711-504/+510
* Changing the substring request to make it fit better with otherwlemb2002-07-073-59/+161
* Implementation of string arguments of the form \*[foo arg1 arg2 ...]wlemb2002-06-291-20/+110
* * doc/pic.ms, src/preproc/pic/pic.man: Fix description of `:='.wlemb2002-06-241-3/+25
* * src/roff/troff/input.cc (init_registers): Add three registerswlemb2002-06-231-0/+3
* * gxditview.c (main): Handle `-help' and `--help' correctly.wlemb2002-06-232-1/+7
* Make \X accept both `\ ' and `\~', converting them to single spacewlemb2002-06-232-3/+21
* * src/devices/grops/ps.cc (ps_printer::special): Fix error message.wlemb2002-06-205-4/+61
* Add a `color' request and a `.color' register to control usage ofwlemb2002-06-194-6/+18
* * src/libs/libgroff/font.cc (font::load_desc): Fix computation ofwlemb2002-06-171-3/+5
* * src/devices/grops/grops.man: Add info about Type 42 fonts.wlemb2002-06-171-0/+32
* * src/devices/grohtml/post-html.cc (html_printer::emit_raw,wlemb2002-06-151-0/+7
* Don't produce HTML files if utility programs are missing.wlemb2002-06-151-1/+8
* * src/roff/grog/grog.pl: Fix typo.wlemb2002-06-081-1/+1
* * NEWS, src/roff/grog/grog.man, doc/groff.texinfo: Updated.wlemb2002-06-064-12/+18
* * aclocal.m4 (GROFF_PAGE): Don't use `prefix' directly since itwlemb2002-06-052-22/+79
* This file shoulnd't be in the CVS at all.wlemb2002-06-031-67/+0
* * Makefile.comm (CLEANNOTSRCDIRADD): New target for files whichwlemb2002-06-035-6/+6
* Adding a new keyword `papersize' to the DESC file format (similarwlemb2002-06-0211-178/+332
* Add .output request, similar to \! at top-level.wlemb2002-05-272-79/+98
* Change syntax of \O: \O[0] suppresses output, \O[1] enables outputwlemb2002-05-226-162/+247
* Pic's `with' attribute now accepts positions.wlemb2002-05-174-21/+54
* Added keywords `north', `south', `east', and `west' for cornerswlemb2002-05-152-41/+109
* * src/roff/troff/env.cc(hyphen_trie::hpf_getc): Accept ^^x (charwlemb2002-05-151-17/+26
* * src/devices/grops/grops.man: Clarify handling of `download' file.wlemb2002-05-141-1/+2
* Adding `warnscale' and `spreadwarn' requests, based on a patch fromwlemb2002-05-114-3/+96
* * src/roff/troff/node.cc (special_node::special_node): Usewlemb2002-05-083-43/+137
* * doc/groff.texinfo: Don't use the string `Appendix' for appendixwlemb2002-05-031-1/+1
* * doc/fdl.texi: New file.wlemb2002-05-0227-29/+37
* * src/roff/troff/input.cc (pipe_output): Multiple calls to `pi'wlemb2002-04-201-1/+13
* * doc/groff.texinfo: Add documentation of remaining escapes.wlemb2002-04-191-1/+1
* * src/roff/troff/input.cc (token::next): Make \H behave consistentlywlemb2002-04-181-2/+12
* * src/roff/groff/groff.man: Improve documentation of -P option.wlemb2002-04-151-92/+142
* Add new escape \F to switch font family.wlemb2002-04-154-3/+13
* Implement \f[] as an alternative to \fP. Change \mP and \MP towlemb2002-04-149-91/+144
* * doc/groff.texinfo: More fixes.wlemb2002-04-116-61/+111