diff options
author | wl <wl> | 2006-03-20 12:59:09 +0000 |
---|---|---|
committer | wl <wl> | 2006-03-20 12:59:09 +0000 |
commit | e193fc7a187243266a5d9f9354bbb28fdfe38766 (patch) | |
tree | c348a404fb8d501103ceb8ebf407584aaa74a67a | |
parent | 3503cc64487b7cdd5ea4403323161b5f7d71cf5c (diff) | |
download | groff-e193fc7a187243266a5d9f9354bbb28fdfe38766.tar.gz |
* doc/pic.ms: With permission of Eric Raymond, put it under the
GPL.
* NEWS: Updated.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | doc/pic.ms | 42 |
3 files changed, 51 insertions, 9 deletions
@@ -1,3 +1,10 @@ +2006-03-20 Werner LEMBERG <wl@gnu.org> + + * doc/pic.ms: With permission of Eric Raymond, put it under the + GPL. + + * NEWS: Updated. + 2006-03-19 Werner LEMBERG <wl@gnu.org> * src/preproc/pic/pic.y (expr <INT>): Really return integer part. @@ -18,6 +25,8 @@ * src/devices/grops/grops.man: Add section how to install fonts. + * src/utils/xtotroff/xtotroff.c: Add GPL. + 2006-03-17 Werner LEMBERG <wl@gnu.org> * Makefile.comm (.y.cpp): Fix #line arguments in output. @@ -17,6 +17,13 @@ o Fabrice Ménard contributed locales support. In particular, it is now Note that latin-9 input encoding is used for French (to support the `oe' ligature). +Pic +--- + +o int(x) now really behaves as documented: It truncates the non-integer part + of x, this is, it rounds towards zero and not towards the next integer + less than or equal to x. + VERSION 1.19.2 ============== @@ -242,7 +249,7 @@ o Since version 1.19 you can say `.vs 0'. Older versions emit a warning diversion since it doesn't result in vertical motion. Pic -___ +--- o Dashed and dotted ellipses have been implemented. @@ -1,3 +1,23 @@ +.\" Copyright (C) 2006 +.\" Free Software Foundation, Inc. +.\" Written by Eric S. Raymond <esr@thyrsus.com> +.\" +.\" This file is part of groff. +.\" +.\" groff is free software; you can redistribute it and/or modify it under +.\" the terms of the GNU General Public License as published by the Free +.\" Software Foundation; either version 2, or (at your option) any later +.\" version. +.\" +.\" groff is distributed in the hope that it will be useful, but WITHOUT ANY +.\" WARRANTY; without even the implied warranty of MERCHANTABILITY or +.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +.\" for more details. +.\" +.\" You should have received a copy of the GNU General Public License along +.\" with groff; see the file COPYING. If not, write to the Free Software +.\" Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. +.\" .\" For tolerably obvious reason, this needs to be processed through PIC. .\" It also needs to be processed through TBL and EQN. Use "groff -p -e -t". .\" There is no hope that this will ever look right under nroff. @@ -8,10 +28,12 @@ .\" bibliography and end matter after the reference part. .\" .\" This document was written for free use and redistribution by -.\" Eric S. Raymond <esr@thyrsus.com> in August 1995. -.\" -.\" $Id: pic.ms,v 1.31 2006/03/19 14:56:52 wl Exp $ +.\" Eric S. Raymond <esr@thyrsus.com> in August 1995. It has been put +.\" under the GPL in March 2006. .\" +.\" $Id: pic.ms,v 1.32 2006/03/20 12:59:09 wl Exp $ +. +. .\" Set a proper TeX and LaTeX .ie t \{\ . ds tx T\h'-.1667m'\v'.224m'E\v'-.224m'\h'-.125m'X\" @@ -21,14 +43,18 @@ . ds tx TeX\" . ds lx LaTeX\" .\} -.\" -.de CE\" Centered caption for figure. Assumes previous .KS -.ce 1 +. +.\" Centered caption for figure. Assumes previous .KS +.de CE +. ce 1 Figure \\n(H1-\\$1 -.sp 1 -.KE +. sp 1 +. KE .. +. .\" Definitions end here +. +. .TL Making Pictures With GNU PIC .AU |