CVS Update: xc (branch: trunk)

Kristian Hogsberg xorg-commit at pdx.freedesktop.org
Mon Aug 16 19:36:27 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	krh at pdx.	04/08/16 09:36:27

Log message:
  2004-08-16  Kristian Høgsberg  <krh at redhat.com>
  
          As discussed and agreed on on the release-wranglers meeting of
          August 16, I'm committing the patch from bug #1060 to back out
          unconditional Xprint functionality.
  
          * lib/Xaw/Imakefile:
          Back out Xprint changes.
  
          * programs/xman:
          * programs/xlogo:
          * programs/xedit:
          Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert
          xedit to CVS of April 25, to back out unconditional Xprint support.
  
          * config/cf/X11.tmpl:
          Fix up Xprint config logic to be like the rest of the extensions:
          BuildXprint is a one-stop option for disabling everything Xprint
          related.  XprtServer controls building Xprt, BuildXprintLib
          controls building Xprint libs and BuildXprintClients controls
          building clients related to Xprint.  BuiltXprint defaults to YES
          and the other options respects relevant settings, i.e. BuildServer
          and BuildServersOnly.
  
          * lib/Imakefile:
          Build Xaw regardless of BuildXprintLib setting.
  
          * programs/Imakefile:
          Only build xphelloworld, xplsprinters and xprehashprinterlist when
          BuildXprintClients it YES.  Disable building xmore, it has always
          supported XawPrintShell.
  
          * programs/xdpyinfo:
          * programs/xset:
          * programs/glxgears:
          Make Xprint support depend on BuildXprintLib.

Modified files:
      ./:
        ChangeLog 
      xc/config/cf/:
        WinLib.tmpl X11.tmpl bsdLib.tmpl bsdiLib.tmpl cygwin.tmpl 
        darwinLib.tmpl gnuLib.tmpl hpLib.tmpl ibmLib.tmpl 
        lnxLib.tmpl os2Lib.tmpl osfLib.tmpl sco5.cf sunLib.tmpl 
        sv4Lib.tmpl 
      xc/lib/:
        Imakefile 
      xc/lib/Xaw/:
        AllWidgets.c Imakefile 
      xc/programs/:
        Imakefile 
      xc/programs/glxgears/:
        Imakefile glxgears.c 
      xc/programs/xdpyinfo/:
        Imakefile xdpyinfo.c 
      xc/programs/xedit/:
        Imakefile Xedit.ad commands.c hook.c ispell.c xedit.c 
        xedit.h 
      xc/programs/xedit/lisp/:
        Imakefile lisp.c 
      xc/programs/xlogo/:
        Imakefile XLogo.ad xlogo.c 
      xc/programs/xman/:
        Imakefile ScrollByL.c ScrollByL.h ScrollByLP.h Xman.ad 
        buttons.c defs.h handler.c man.h misc.c search.c 
      xc/programs/xset/:
        Imakefile xset.c 
  
  Revision      Changes    Path
  1.287         +38 -1     xc/ChangeLog
  1.3           +1 -1      xc/config/cf/WinLib.tmpl
  1.27          +11 -14    xc/config/cf/X11.tmpl
  1.4           +3 -3      xc/config/cf/bsdLib.tmpl
  1.3           +3 -3      xc/config/cf/bsdiLib.tmpl
  1.5           +1 -1      xc/config/cf/cygwin.tmpl
  1.4           +3 -3      xc/config/cf/darwinLib.tmpl
  1.3           +3 -3      xc/config/cf/gnuLib.tmpl
  1.3           +1 -1      xc/config/cf/hpLib.tmpl
  1.3           +3 -3      xc/config/cf/ibmLib.tmpl
  1.4           +3 -3      xc/config/cf/lnxLib.tmpl
  1.4           +4 -4      xc/config/cf/os2Lib.tmpl
  1.3           +1 -1      xc/config/cf/osfLib.tmpl
  1.4           +4 -4      xc/config/cf/sco5.cf
  1.5           +2 -2      xc/config/cf/sunLib.tmpl
  1.3           +1 -1      xc/config/cf/sv4Lib.tmpl
  1.9           +1 -3      xc/lib/Imakefile
  1.4           +4 -0      xc/lib/Xaw/AllWidgets.c
  1.4           +0 -4      xc/lib/Xaw/Imakefile
  1.7           +3 -1      xc/programs/Imakefile
  1.5           +8 -1      xc/programs/glxgears/Imakefile
  1.4           +23 -4     xc/programs/glxgears/glxgears.c
  1.5           +8 -3      xc/programs/xdpyinfo/Imakefile
  1.6           +10 -1     xc/programs/xdpyinfo/xdpyinfo.c
  1.5           +3 -9      xc/programs/xedit/Imakefile
  1.5           +0 -100    xc/programs/xedit/Xedit.ad
  1.4           +4 -120    xc/programs/xedit/commands.c
  1.4           +1 -3      xc/programs/xedit/hook.c
  1.4           +16 -4     xc/programs/xedit/ispell.c
  1.4           +12 -12    xc/programs/xedit/xedit.c
  1.4           +1 -2      xc/programs/xedit/xedit.h
  1.4           +6 -2      xc/programs/xedit/lisp/Imakefile
  1.4           +1 -2      xc/programs/xedit/lisp/lisp.c
  1.5           +4 -4      xc/programs/xlogo/Imakefile
  1.3           +1 -5      xc/programs/xlogo/XLogo.ad
  1.4           +40 -84    xc/programs/xlogo/xlogo.c
  1.5           +3 -9      xc/programs/xman/Imakefile
  1.4           +15 -18    xc/programs/xman/ScrollByL.c
  1.4           +0 -4      xc/programs/xman/ScrollByL.h
  1.4           +1 -3      xc/programs/xman/ScrollByLP.h
  1.4           +0 -100    xc/programs/xman/Xman.ad
  1.4           +8 -7      xc/programs/xman/buttons.c
  1.4           +1 -2      xc/programs/xman/defs.h
  1.4           +3 -111    xc/programs/xman/handler.c
  1.7           +3 -23     xc/programs/xman/man.h
  1.5           +1 -8      xc/programs/xman/misc.c
  1.4           +1 -1      xc/programs/xman/search.c
  1.4           +6 -1      xc/programs/xset/Imakefile
  1.4           +6 -0      xc/programs/xset/xset.c




More information about the xorg-commit mailing list