CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/07/04 09:24:31

Log message:
   280. Made mkfontscale behavior and options compatible to mkfontdir, fixed
        bugs in output format (Bugzilla #425, Juliusz Chroboczek, Kean
        Johnston).
   279. Changed xclock hands back to black (antialiased) , created XClk-col.ad
        to set colored hands instead, added missing documentation for missing
        resources. This follows the behavior of the other X applications more
        closely (Bugzilla #437, Joerg Wunsch).
   278. Added support for Trio64UV+ and Trio64V2/DX/GX to S3 driver (backport
        from 3.x) (Bugzilla #465, Alexej Baj).
   277. Increased Xlib default buffer size to 16k (was 2048), made size
        configurable thru environment variable XLIBBUFFERSIZE (minimum 2048)
        (Bugzilla #466, Roland Mainz).
   276. Increased maximum BIGREQUEST size to 4Mb and made it configurable thru
        a command line option. This increases performance of certain
        applications considerably (Bugzilla #460, Roland Mainz).
   275. VIA driver: initialized screen parameters in PreInit() instead of
        AccelInit() so that they are set even when acceleration is disabled
        (Egbert Eich).

Modified files:
      xc/config/cf/:
        X11.tmpl 
      xc/lib/X11/:
        OpenDis.c 
      xc/programs/Xserver/Xext/:
        bigreq.c 
      xc/programs/Xserver/dix/:
        dispatch.c globals.c 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/drivers/chips/:
        ct_video.c 
      xc/programs/Xserver/hw/xfree86/drivers/s3/:
        s3.h s3_Trio64DAC.c s3_driver.c 
      xc/programs/Xserver/hw/xfree86/drivers/via/:
        via_accel.c via_driver.c 
      xc/programs/Xserver/include/:
        opaque.h os.h 
      xc/programs/Xserver/os/:
        utils.c 
      xc/programs/mkfontscale/:
        hash.c hash.h ident.c list.c mkfontscale.c 
        mkfontscale.man 
      xc/programs/xclock/:
        Clock.c Imakefile xclock.man 
Added files:
      xc/programs/xclock/:
        XClk-col.ad 
  
  Revision      Changes    Path
  1.210         +3 -3      xc/config/cf/X11.tmpl
  3.16          +20 -5     xc/lib/X11/OpenDis.c
  3.6           +2 -1      xc/programs/Xserver/Xext/bigreq.c
  3.30          +1 -1      xc/programs/Xserver/dix/dispatch.c
  1.11          +1 -0      xc/programs/Xserver/dix/globals.c
  3.2766        +18 -1     xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.14          +2 -2      xc/programs/Xserver/hw/xfree86/drivers/chips/ct_video.c
  1.17          +3 -1      xc/programs/Xserver/hw/xfree86/drivers/s3/s3.h
  1.6           +9 -0      xc/programs/Xserver/hw/xfree86/drivers/s3/s3_Trio64DAC.c
  1.13          +18 -1     xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c
  1.3           +1 -5      xc/programs/Xserver/hw/xfree86/drivers/via/via_accel.c
  1.5           +4 -0      xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.c
  1.12          +1 -0      xc/programs/Xserver/include/opaque.h
  3.45          +1 -1      xc/programs/Xserver/include/os.h
  3.87          +19 -0     xc/programs/Xserver/os/utils.c
  1.2           +4 -4      xc/programs/mkfontscale/hash.c
  1.2           +1 -0      xc/programs/mkfontscale/hash.h
  1.2           +1 -2      xc/programs/mkfontscale/ident.c
  1.5           +1 -3      xc/programs/mkfontscale/list.c
  1.10          +88 -51    xc/programs/mkfontscale/mkfontscale.c
  1.5           +26 -2     xc/programs/mkfontscale/mkfontscale.man
  3.25          +5 -5      xc/programs/xclock/Clock.c
  1.6           +1 -0      xc/programs/xclock/Imakefile
  1.15          +41 -6     xc/programs/xclock/xclock.man

_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to