CVS Update: xc (branch: trunk)

2003-07-17 Thread Egbert Eich
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 CT 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  ChangesPath
  1.23  +13 -12xc/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


CVS Update: xc (branch: trunk)

2003-07-17 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/17 08:08:23

Log message:
   315. Change DEVID macro to work around glitch in SCO's C compiler
(Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
460gxPCI.c Pci.h e8870PCI.c ix86Pci.c sparcPci.c zx1PCI.c 
  
  Revision  ChangesPath
  3.2778+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.3   +8 -7  xc/programs/Xserver/hw/xfree86/os-support/bus/460gxPCI.c
  1.39  +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h
  1.2   +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/e8870PCI.c
  1.22  +9 -9  xc/programs/Xserver/hw/xfree86/os-support/bus/ix86Pci.c
  1.13  +3 -3  xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c
  1.3   +13 -10xc/programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.c

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


CVS Update: xc (branch: trunk)

2003-07-17 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/17 12:26:33

Log message:
  Typo. Bugzilla #510, Chris Ricker.

Modified files:
  xc/programs/xrandr/:
xrandr.man 
  
  Revision  ChangesPath
  1.7   +2 -2  xc/programs/xrandr/xrandr.man

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