CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       03/07/17 01:19:37

Log message:
   314. Fixed Radeon driver so that clone modes survive server reset
        (BugzillaR #487, Egbert Eich).
   313. Changed behavior of FreeType and Type1 renderer: when no encoding file
        is found fail with BadFontName instead of using an iso8859-1 encoding
        (Bugzilla #479, Roland Mainz, Juliusz Chroboczek, Egbert Eich).
   312. Fixed screen switching problem on SCO where VT was off by one
        (Bugzilla #470, Kean Johnston).
   311. S3 driver:
        . allow only specific displayWidths when acceleration is enabled
        . added double_scan support (Egbert Eich).
   310. Removed build rules for hp Xserver that was recently removed from
        Xserver/Imakefile (Egbert Eich).
   309. Fixes for C&T driver:
        . switch to SW mouse in doublescan modes.
        . centered video correctly for all interlaced modes (docs were
          misleading).
        . fixed README (Egbert Eich).
   308. Fixed a typo in mkfontscale (Bugzilla #491, Juliusz Chroboczek).

Modified files:
      xc/lib/font/FreeType/:
        ftenc.c ftfuncs.c 
      xc/lib/font/Type1/:
        t1funcs.c 
      xc/programs/Xserver/:
        Imakefile 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG 
      xc/programs/Xserver/hw/xfree86/common/:
        xf86Events.c 
      xc/programs/Xserver/hw/xfree86/doc/:
        README.chips 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        radeon_driver.c 
      xc/programs/Xserver/hw/xfree86/drivers/chips/:
        ct_cursor.c ct_driver.c ct_video.c 
      xc/programs/Xserver/hw/xfree86/drivers/s3/:
        s3.h s3_IBMRGB.c s3_Ti.c s3_cursor.c s3_driver.c 
      xc/programs/Xserver/hw/xfree86/loader/:
        dixsym.c 
      xc/programs/Xserver/hw/xfree86/parser/:
        Keyboard.c 
      xc/programs/mkfontscale/:
        mkfontscale.c 
  
  Revision      Changes    Path
  1.23          +13 -12    xc/lib/font/FreeType/ftenc.c
  1.31          +9 -7      xc/lib/font/FreeType/ftfuncs.c
  3.32          +6 -5      xc/lib/font/Type1/t1funcs.c
  3.287         +1 -26     xc/programs/Xserver/Imakefile
  3.2777        +19 -1     xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.153         +10 -6     xc/programs/Xserver/hw/xfree86/common/xf86Events.c
  3.45          +4 -6      xc/programs/Xserver/hw/xfree86/doc/README.chips
  1.101         +1 -5      xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.28          +7 -7      xc/programs/Xserver/hw/xfree86/drivers/chips/ct_cursor.c
  1.125         +3 -1      xc/programs/Xserver/hw/xfree86/drivers/chips/ct_driver.c
  1.15          +5 -5      xc/programs/Xserver/hw/xfree86/drivers/chips/ct_video.c
  1.18          +2 -1      xc/programs/Xserver/hw/xfree86/drivers/s3/s3.h
  1.6           +3 -1      xc/programs/Xserver/hw/xfree86/drivers/s3/s3_IBMRGB.c
  1.6           +3 -1      xc/programs/Xserver/hw/xfree86/drivers/s3/s3_Ti.c
  1.2           +3 -1      xc/programs/Xserver/hw/xfree86/drivers/s3/s3_cursor.c
  1.15          +10 -6     xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c
  1.56          +3 -1      xc/programs/Xserver/hw/xfree86/loader/dixsym.c
  1.16          +3 -3      xc/programs/Xserver/hw/xfree86/parser/Keyboard.c
  1.12          +2 -2      xc/programs/mkfontscale/mkfontscale.c

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

Reply via email to