CVS Update: xc (branch: trunk)

2003-07-07 Thread Egbert Eich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/07 08:34:30

Log message:
   288. Changing PS/2 mouse resolution to 8 counts/mm as some broken mice have
problems with other values (W. uses 8) (Egbert Eich).
   287. Fixing mode setting by BIOS. Wrong clock selection in MiscOut register
caused screen to stay blank (Egbert Eich).
   286. Added description for -dumpSched and -schedInterval to the usage
message (Egbert Eich)
   285. Update the SCO OpenServer port, fixing these specific problems:
  . Fixed the Imake template so i[3456]86 and friends arent defined
  . Fixed bad preprocessor stuff in X11.tmpl that was producing warnings
  . Updated default GCC flags to more aggresively optimize
  . Fixed keyboard LED handling
  . Enable SCO function keys in xterm
  . Make Delete key send  DEL by default on SCO in xterm
  . Fix to make fonttosfnt compile (Bugzilla #470, Kean Johnston).
   284. Added missing ro2 symbols file to list of files to install
(BugzillaR #476, Egbert Eich).
   283. Corrected precedence problem in test in xc/lib/X11/XKBUse.c:
XkbUseExtension(). This avoids an extra round trip during application
startup (Bugzilla #473, Owen Taylor).
   282. Fixing deadlock in libXi - when is called _XLockDisplay() twice - when
calling a Xi function that calls XGetExtensionVersion() (Bugzilla #260,
Bastien Nocera, Owen Taylor).
   281. Adding support for video modes 320x240 to S3 driver by changing the
minimal clock frequency to 15.6 MHz (Bugzilla #472, Alexey Baj).
  
  + minor cleanup

Modified files:
  xc/config/cf/:
Imake.cf Imake.rules sco5.cf 
  xc/extras/x86emu/include/x86emu/:
types.h 
  xc/include/:
Xmd.h 
  xc/lib/X11/:
XKBUse.c 
  xc/lib/Xi/:
XExtInt.c XGetVers.c XIint.h 
  xc/lib/Xt/:
Xtos.h 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/s3/:
s3_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/savage/:
savage_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/tdfx/:
tdfx_driver.c 
  xc/programs/Xserver/hw/xfree86/input/mouse/:
mouse.c 
  xc/programs/Xserver/hw/xfree86/os-support/:
xf86_OSlib.h 
  xc/programs/Xserver/hw/xfree86/os-support/sco/:
VTsw_sco.c 
  xc/programs/Xserver/os/:
utils.c xalloc.c 
  xc/programs/Xserver/render/:
picture.h 
  xc/programs/fonttosfnt/:
util.c 
  xc/programs/mkfontscale/:
mkfontscale.c 
  xc/programs/xclock/:
xclock.man 
  xc/programs/xkbcomp/symbols/:
Imakefile 
  xc/programs/xterm/:
charproc.c ptyx.h 
  
  Revision  ChangesPath
  3.83  +20 -1 xc/config/cf/Imake.cf
  3.120 +1 -1  xc/config/cf/Imake.rules
  3.13  +7 -2  xc/config/cf/sco5.cf
  1.7   +3 -2  xc/extras/x86emu/include/x86emu/types.h
  3.18  +3 -2  xc/include/Xmd.h
  3.7   +1 -1  xc/lib/X11/XKBUse.c
  3.8   +1 -1  xc/lib/Xi/XExtInt.c
  3.5   +22 -5 xc/lib/Xi/XGetVers.c
  3.2   +7 -0  xc/lib/Xi/XIint.h
  3.12  +3 -2  xc/lib/Xt/Xtos.h
  3.2767+25 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.14  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/s3/s3_driver.c
  1.41  +5 -1  
xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.c
  1.96  +1 -2  xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_driver.c
  1.74  +1 -1  xc/programs/Xserver/hw/xfree86/input/mouse/mouse.c
  3.91  +4 -4  xc/programs/Xserver/hw/xfree86/os-support/xf86_OSlib.h
  1.4   +2 -1  xc/programs/Xserver/hw/xfree86/os-support/sco/VTsw_sco.c
  3.88  +5 -1  xc/programs/Xserver/os/utils.c
  3.35  +3 -2  xc/programs/Xserver/os/xalloc.c
  1.20  +3 -2  xc/programs/Xserver/render/picture.h
  1.4   +7 -1  xc/programs/fonttosfnt/util.c
  1.11  +1 -2  xc/programs/mkfontscale/mkfontscale.c
  1.16  +2 -2  xc/programs/xclock/xclock.man
  3.60  +1 -1  xc/programs/xkbcomp/symbols/Imakefile
  3.145 +4 -0  xc/programs/xterm/charproc.c
  3.106 +4 -0  xc/programs/xterm/ptyx.h

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


CVS Update: xc (branch: trunk)

2003-07-07 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/07 09:38:35

Log message:
  add missing maxBigRequestSize

Modified files:
  xc/programs/Xserver/hw/xfree86/loader/:
dixsym.c 
  
  Revision  ChangesPath
  1.55  +2 -1  xc/programs/Xserver/hw/xfree86/loader/dixsym.c

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


CVS Update: xc (branch: trunk)

2003-07-07 Thread Egbert Eich
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/07 09:40:16

Log message:
   289. Twisting fontfile.c and fontdir.c to be able to pass all fonts (bitmap
and scaleable) to the scalable renderer as this one can deal with
XLFD names (Bugzilla #475, Juliusz Chroboczek). PLEASE TEST!

Modified files:
  xc/lib/font/fontfile/:
fontdir.c fontfile.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.22  +3 -11 xc/lib/font/fontfile/fontdir.c
  3.18  +3 -1  xc/lib/font/fontfile/fontfile.c
  3.2768+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

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


CVS Update: xc (branch: trunk)

2003-07-07 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/07/07 10:03:25

Log message:
  add XAAScreenIndex to xaaSymbols list

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_driver.c 
  
  Revision  ChangesPath
  1.179 +2 -1  
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_driver.c

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


CVS Update: xc (branch: trunk)

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

Log message:
  Ident line

Modified files:
  xc/programs/fonttosfnt/:
util.c 
  
  Revision  ChangesPath
  1.5   +1 -0  xc/programs/fonttosfnt/util.c

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