CVS Update: xc (branch: trunk)

Kevin Martin xorg-commit at pdx.freedesktop.org
Thu Sep 2 11:40:33 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	kem at gabe.	04/09/02 01:40:33

Log message:
  * programs/glxgears/glxgears.c: (usage):
  * programs/xedit/Imakefile:
  * programs/xedit/Xedit-noxprint.ad:
  * programs/xedit/Xedit-xprint.ad:
  * programs/xedit/Xedit.ad:
  * programs/xedit/commands.c: (DoSave), (ReallyDoLoad),
  (printshellDestroyXtProc), (printOKXtProc), (printCancelXtProc),
  (PrintFile), (DoPrint):
  * programs/xedit/hook.c: (LineEditAction):
  * programs/xedit/ispell.c: (IspellConvertHtmlAmp), (IspellSend),
  (ReplaceIspell):
  * programs/xedit/lisp/Imakefile:
  * programs/xedit/lisp/lisp.c:
  * programs/xedit/util.c: (MakeCommandButton):
  * programs/xedit/xedit.c: (main), (makeButtonsAndBoxes):
  * programs/xedit/xedit.h:
  * programs/xman/Imakefile:
  * programs/xman/ScrollByL.c: (Layout), (PaintText),
  (ScrollVerticalText), (Initialize), (SetValuesHook), (LoadFile),
  (PrintText):
  * programs/xman/ScrollByL.h:
  * programs/xman/ScrollByLP.h:
  * programs/xman/Xman-noxprint.ad:
  * programs/xman/Xman-xprint.ad:
  * programs/xman/Xman.ad:
  * programs/xman/buttons.c: (MakeTopBox), (CreateManpageWidget),
  (CreateOptionMenu):
  * programs/xman/defs.h:
  * programs/xman/handler.c: (OptionCallback), (DirectoryHandler),
  (Quit), (Search), (printshellDestroyXtProc), (printOKXtProc),
  (printCancelXtProc), (PrintThisManpage):
  * programs/xman/main.c: (main), (AdjustDefResources):
  * programs/xman/man.h:
  * programs/xman/misc.c: (PrintError), (OpenFile):
  * programs/xman/search.c: (DoSearch):
  * programs/xman/version.h:
  * programs/xset/Imakefile:
  Restore xman and xedit changes that were previously reverted, and
  make Xprint support optional (Bug #1273, Roland Mainz).

Modified files:
      ./:
        ChangeLog 
      xc/programs/glxgears/:
        glxgears.c 
      xc/programs/xedit/:
        Imakefile commands.c hook.c ispell.c util.c xedit.c 
        xedit.h 
      xc/programs/xedit/lisp/:
        Imakefile lisp.c 
      xc/programs/xman/:
        Imakefile ScrollByL.c ScrollByL.h ScrollByLP.h buttons.c 
        defs.h handler.c main.c man.h misc.c search.c version.h 
      xc/programs/xset/:
        Imakefile 
Added files:
      xc/programs/xedit/:
        Xedit-noxprint.ad Xedit-xprint.ad 
      xc/programs/xman/:
        Xman-noxprint.ad Xman-xprint.ad 
Removed files:
      xc/programs/xedit/:
        Xedit.ad 
      xc/programs/xman/:
        Xman.ad 
  
  Revision      Changes    Path
  1.357         +43 -1     xc/ChangeLog
  1.6           +2 -0      xc/programs/glxgears/glxgears.c
  1.6           +26 -4     xc/programs/xedit/Imakefile
  1.5           +126 -4    xc/programs/xedit/commands.c
  1.5           +3 -1      xc/programs/xedit/hook.c
  1.5           +6 -18     xc/programs/xedit/ispell.c
  1.3           +2 -0      xc/programs/xedit/util.c
  1.5           +17 -13    xc/programs/xedit/xedit.c
  1.5           +6 -1      xc/programs/xedit/xedit.h
  1.5           +2 -2      xc/programs/xedit/lisp/Imakefile
  1.5           +1 -1      xc/programs/xedit/lisp/lisp.c
  1.6           +27 -4     xc/programs/xman/Imakefile
  1.5           +18 -15    xc/programs/xman/ScrollByL.c
  1.5           +4 -0      xc/programs/xman/ScrollByL.h
  1.5           +3 -1      xc/programs/xman/ScrollByLP.h
  1.5           +26 -7     xc/programs/xman/buttons.c
  1.5           +7 -0      xc/programs/xman/defs.h
  1.5           +118 -5    xc/programs/xman/handler.c
  1.3           +7 -4      xc/programs/xman/main.c
  1.8           +31 -8     xc/programs/xman/man.h
  1.6           +10 -3     xc/programs/xman/misc.c
  1.5           +1 -1      xc/programs/xman/search.c
  1.3           +1 -1      xc/programs/xman/version.h
  1.7           +6 -6      xc/programs/xset/Imakefile




More information about the xorg-commit mailing list