groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff-commit] groff ./ChangeLog ./NEWS doc/pic.ms


From: Werner LEMBERG
Subject: [Groff-commit] groff ./ChangeLog ./NEWS doc/pic.ms
Date: Mon, 20 Mar 2006 12:59:09 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 06/03/20 12:59:09

Modified files:
        .              : ChangeLog NEWS 
        doc            : pic.ms 

Log message:
        * doc/pic.ms: With permission of Eric Raymond, put it under the
        GPL.
        
        * NEWS: Updated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/groff/ChangeLog.diff?tr1=1.934&tr2=1.935&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/NEWS.diff?tr1=1.210&tr2=1.211&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/doc/pic.ms.diff?tr1=1.31&tr2=1.32&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.934 groff/ChangeLog:1.935
--- groff/ChangeLog:1.934       Sun Mar 19 14:56:52 2006
+++ groff/ChangeLog     Mon Mar 20 12:59:09 2006
@@ -1,3 +1,10 @@
+2006-03-20  Werner LEMBERG  <address@hidden>
+
+       * doc/pic.ms: With permission of Eric Raymond, put it under the
+       GPL.
+
+       * NEWS: Updated.
+
 2006-03-19  Werner LEMBERG  <address@hidden>
 
        * 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  <address@hidden>
 
        * Makefile.comm (.y.cpp): Fix #line arguments in output.
Index: groff/NEWS
diff -u groff/NEWS:1.210 groff/NEWS:1.211
--- groff/NEWS:1.210    Wed Mar  8 21:54:11 2006
+++ groff/NEWS  Mon Mar 20 12:59:09 2006
@@ -17,6 +17,13 @@
   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 @@
   diversion since it doesn't result in vertical motion.
 
 Pic
-___
+---
 
 o Dashed and dotted ellipses have been implemented.
 
Index: groff/doc/pic.ms
diff -u groff/doc/pic.ms:1.31 groff/doc/pic.ms:1.32
--- groff/doc/pic.ms:1.31       Sun Mar 19 14:56:52 2006
+++ groff/doc/pic.ms    Mon Mar 20 12:59:09 2006
@@ -1,3 +1,23 @@
+.\" Copyright (C) 2006
+.\"   Free Software Foundation, Inc.
+.\"      Written by Eric S. Raymond <address@hidden>
+.\" 
+.\" 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 <address@hidden> in August 1995.
-.\"
-.\"    $Id: pic.ms,v 1.31 2006/03/19 14:56:52 wl Exp $ 
+.\" Eric S. Raymond <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]