CVS Update: xc (branch: trunk)

Egbert Eich xorg-commit at pdx.freedesktop.org
Mon Oct 18 17:21:47 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	eich at gabe.	04/10/18 07:21:47

Log message:
  2004-10-18  Egbert Eich  <eich-at-freedesktop-dot-xorg>
  
  	* config/cf/xorg.cf:
  	Made handling of DevelDrivers for x86-64 more conformant
  	to other platforms.
  
  	* fonts/encodings/Imakefile:
  	Compress all font encodings (Stefan Dirsch).
  
  	* lib/SM/sm_manager.c: (_SmsProtocolSetupProc):
  	Fixed warnings.
  
  	* lib/X11/imRm.c:
  	Turn on forwarding XNSpotLocation event to XIM server in
  	OffTheSpot and Root mode (bugzilla #1580, James Su).
  
  	* nls/Compose/en_US.UTF-8:
  	Added another compose key combination for the Euro symbol
  	(Stefan Dirsch).
  
  	* nls/compose.dir:
  	Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales
  	(Mike Fabian).
  
  	* nls/locale.alias:
  	Changed default encoding for ru from KOI8-R to ISO8859-5
  	(Mike Fabian).
  	This is the encoding that is also used by glibc. We may
  	break other libcs - lets see who complains.
  
  	* programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml:
  	Added explanation for DESTDIR to install to a different directory
  	than /.
  
  	* programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c: (ATIProbe):
  	Added some early bailouts to atiprobe if PCI structure pointer is
  	NULL to prevent sig11.
  
  	* programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_video.c:
  	(GX1InitVideo), (GX1ResetVideo), (GX1StopVideo),
  	(GX1SetPortAttribute), (GX1DisplayVideo), (GX1BlockHandler):
  	* programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_video.c:
  	(GX2InitVideo), (GX2ResetVideo), (GX2StopVideo),
  	(GX2SetPortAttribute), (GX2DisplayVideo), (GX2BlockHandler):
  	XV support doesn't depend on 2D acceleration any more. This patch
  	removes this limitation from the NSC driver. This is a patch that
  	I have committed to XFree86 a while ago but never ported over to
  	X.Org. Matthieu Herrb contributed some build fixes.
  
  	* programs/Xserver/os/WaitFor.c:
  	Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the
  	appropriate timer. This takes advantage of the fact that
  	TimerSet() with a timeout argument 0 behaves like TimerCanel().
  
  	* programs/xconsole/xconsole.c: (OpenConsole), (get_pty):
  	Use /dev/xconsole (named pipe) or devpts for system logger
  	(Werner Fink).
  
  	* programs/xkbcomp/rules/Imakefile:
  	Create missing links for backward compatibility to XFree86
  	(Stefan Dirsch).
  
  	* programs/xkbcomp/symbols/inet:
  	Changed comment to mention xorg.
  
  	* programs/xkill/xkill.c: (get_window_id):
  	Changed cursor for the 'kill' action from XC_draped_box to
  	XC_Pirate. If you don't like it we can change it back
  	(original author unkown).
  
  	* programs/xman/vendor.h:
  	Added 'pic' to the man page rendering command pipeline
  	(Werner Fink).
  
  	* programs/xrx/helper/helper.c:
  	Added missing return value (Stefan Dirsch, Roland Mainz)

Modified files:
      ./:
        ChangeLog 
      xc/config/cf/:
        xorg.cf 
      xc/fonts/encodings/:
        Imakefile 
      xc/lib/SM/:
        sm_manager.c 
      xc/lib/X11/:
        imRm.c 
      xc/nls/:
        compose.dir locale.alias 
      xc/nls/Compose/:
        en_US.UTF-8 
      xc/programs/Xserver/hw/xfree86/doc/sgml/:
        BUILD.sgml 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        atiprobe.c 
      xc/programs/Xserver/hw/xfree86/drivers/nsc/:
        nsc_gx1_video.c nsc_gx2_video.c 
      xc/programs/Xserver/os/:
        WaitFor.c 
      xc/programs/xconsole/:
        xconsole.c 
      xc/programs/xkbcomp/rules/:
        Imakefile 
      xc/programs/xkbcomp/symbols/:
        inet 
      xc/programs/xkill/:
        xkill.c 
      xc/programs/xman/:
        vendor.h 
      xc/programs/xrx/helper/:
        helper.c 
  
  Revision      Changes    Path
  1.474         +79 -1     xc/ChangeLog
  1.31          +13 -3     xc/config/cf/xorg.cf
  1.3           +47 -18    xc/fonts/encodings/Imakefile
  1.4           +63 -66    xc/lib/SM/sm_manager.c
  1.3           +3 -3      xc/lib/X11/imRm.c
  1.3           +3 -0      xc/nls/compose.dir
  1.3           +3 -3      xc/nls/locale.alias
  1.3           +2 -0      xc/nls/Compose/en_US.UTF-8
  1.5           +6 -0      xc/programs/Xserver/hw/xfree86/doc/sgml/BUILD.sgml
  1.4           +3 -0      xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
  1.3           +39 -43    xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_video.c
  1.3           +35 -40    xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_video.c
  1.3           +6 -12     xc/programs/Xserver/os/WaitFor.c
  1.3           +43 -26    xc/programs/xconsole/xconsole.c
  1.4           +3 -1      xc/programs/xkbcomp/rules/Imakefile
  1.4           +1 -1      xc/programs/xkbcomp/symbols/inet
  1.3           +1 -1      xc/programs/xkill/xkill.c
  1.4           +2 -2      xc/programs/xman/vendor.h
  1.2           +2 -0      xc/programs/xrx/helper/helper.c




More information about the xorg-commit mailing list