CVS Update: xc (branch: trunk)

Roland Mainz xorg-commit at cvs.freedesktop.org
Mon Apr 11 04:06:16 EEST 2005


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	gisburn at gabe.freedesktop.org	05/04/10 18:06:16

Log message:
  2005-04-10 Roland Mainz <roland.mainz at nrubsig.org>
    * xc/programs/Xserver/Xprint/attributes.c
    * xc/programs/glxgears/glxgears.c
    * xc/programs/xdbedizzy/xdbedizzy.c
    * xc/programs/xedit/Imakefile
    * xc/programs/xedit/Xedit-xprint.ad
    * xc/programs/xedit/util.c
    * xc/programs/xedit/xedit.h
    * xc/programs/xlogo/print.c
    * xc/programs/xlogo/xlogo.c
    * xc/programs/xlogo/xlogo.h
    * xc/programs/xman/Imakefile
    * xc/programs/xman/print.h
    * xc/programs/xmore/Imakefile
    * xc/programs/xmore/print.c
    * xc/programs/xmore/print.h
    * xc/programs/xmore/printdialog.c
    * xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
    * xc/programs/xphelloworld/xphelloworld/xphelloworld.c
    * xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
    * xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
    * xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c
    bugzilla #790 (https://bugs.freedesktop.org/show_bug.cgi?id=790)
    attachment #2379 (https://bugs.freedesktop.org/attachment.cgi?id=2379)
    Implement support client+Xserver support for passing output
    (stdout+stderr) of the spooler command started by the Xprint
    server back to the application using the "xp-spooler-command-results"
    XPJobAttr attribute (applications can fetch the attribute value after
    the XPEndJobNotify event was received; more details can be found
    in http://xprint.mozdev.org/docs/dtprint_fspec.ps).

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/Xprint/:
        attributes.c 
      xc/programs/glxgears/:
        glxgears.c 
      xc/programs/xdbedizzy/:
        xdbedizzy.c 
      xc/programs/xedit/:
        Imakefile Xedit-xprint.ad util.c xedit.h 
      xc/programs/xlogo/:
        print.c xlogo.c xlogo.h 
      xc/programs/xman/:
        Imakefile print.h 
      xc/programs/xmore/:
        Imakefile print.c print.h printdialog.c 
      xc/programs/xphelloworld/xpawhelloworld/:
        xpawhelloworld.c 
      xc/programs/xphelloworld/xphelloworld/:
        xphelloworld.c 
      xc/programs/xphelloworld/xpsimplehelloworld/:
        xpsimplehelloworld.c 
      xc/programs/xphelloworld/xpxmhelloworld/:
        xpxmhelloworld.c 
      xc/programs/xphelloworld/xpxthelloworld/:
        xpxthelloworld.c 
  
  Revision      Changes    Path
  1.864         +32 -1     xc/ChangeLog
  1.9           +129 -12   xc/programs/Xserver/Xprint/attributes.c
  1.11          +31 -0     xc/programs/glxgears/glxgears.c
  1.3           +29 -5     xc/programs/xdbedizzy/xdbedizzy.c
  1.7           +1 -1      xc/programs/xedit/Imakefile
  1.3           +3 -2      xc/programs/xedit/Xedit-xprint.ad
  1.4           +32 -2     xc/programs/xedit/util.c
  1.6           +3 -1      xc/programs/xedit/xedit.h
  1.3           +23 -0     xc/programs/xlogo/print.c
  1.7           +3 -0      xc/programs/xlogo/xlogo.c
  1.2           +2 -0      xc/programs/xlogo/xlogo.h
  1.7           +1 -1      xc/programs/xman/Imakefile
  1.3           +2 -0      xc/programs/xman/print.h
  1.3           +1 -0      xc/programs/xmore/Imakefile
  1.7           +33 -6     xc/programs/xmore/print.c
  1.5           +8 -0      xc/programs/xmore/print.h
  1.6           +5 -3      xc/programs/xmore/printdialog.c
  1.5           +38 -1     xc/programs/xphelloworld/xpawhelloworld/xpawhelloworld.c
  1.4           +40 -2     xc/programs/xphelloworld/xphelloworld/xphelloworld.c
  1.4           +31 -1     xc/programs/xphelloworld/xpsimplehelloworld/xpsimplehelloworld.c
  1.4           +38 -1     xc/programs/xphelloworld/xpxmhelloworld/xpxmhelloworld.c
  1.4           +39 -1     xc/programs/xphelloworld/xpxthelloworld/xpxthelloworld.c




More information about the xorg-commit mailing list