groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog src/devices/grodvi/dvi.cpp


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog src/devices/grodvi/dvi.cpp
Date: Thu, 08 Feb 2007 14:07:29 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     07/02/08 14:07:29

Modified files:
        .              : ChangeLog 
        src/devices/grodvi: dvi.cpp 

Log message:
        * src/devices/grodvi/dvi.cpp (draw_dvi_printer::draw) <'e'>: Set
        line thickness.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1055&r2=1.1056
http://cvs.savannah.gnu.org/viewcvs/groff/src/devices/grodvi/dvi.cpp?cvsroot=groff&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1055
retrieving revision 1.1056
diff -u -b -r1.1055 -r1.1056
--- ChangeLog   8 Feb 2007 09:30:18 -0000       1.1055
+++ ChangeLog   8 Feb 2007 14:07:28 -0000       1.1056
@@ -1,3 +1,8 @@
+2007-02-08  Zhao, Yu (William)  <address@hidden>
+
+       * src/devices/grodvi/dvi.cpp (draw_dvi_printer::draw) <'e'>: Set
+       line thickness.
+
 2007-02-08  Werner LEMBERG  <address@hidden>
 
        * man/groff_out.man (offset): Make it work reliably.

Index: src/devices/grodvi/dvi.cpp
===================================================================
RCS file: /cvsroot/groff/groff/src/devices/grodvi/dvi.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- src/devices/grodvi/dvi.cpp  23 Feb 2006 20:00:46 -0000      1.10
+++ src/devices/grodvi/dvi.cpp  8 Feb 2007 14:07:29 -0000       1.11
@@ -1,5 +1,6 @@
 // -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004, 2006
+/* Copyright (C) 1989, 1990, 1991, 1992, 2000, 2001, 2002, 2003, 2004, 2006,
+                 2007
    Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
@@ -752,6 +753,8 @@
     moveto(env->hpos+p[0]/2, env->vpos);
     if (fill_flag)
       fill_next(env);
+    else
+      set_line_thickness(env);
     sprintf(buf, "%s 0 0 %d %d 0 6.28319",
            (fill_flag ? "ia" : "ar"),
            milliinches(p[0]/2),




reply via email to

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