X11 ChangeLog,1.57,1.58

Daniel Stone xlibs-commit@pdx.freedesktop.org
Fri Jan 28 10:48:09 PST 2005


Committed by: daniels

Update of /cvs/xlibs/X11
In directory gabe:/tmp/cvs-serv2397

Modified Files:
	ChangeLog 
Log Message:
* include/X11/Xutil.h:
* include/X11/Xlib.h:
* include/X11/Xlibint.h:
* src/ConnDis.c (_X11TransConnectDisplay):
* src/ErrDes.c (XGetErrorDatabaseText):
* src/GetWAttrs.c (XGetWindowAttributes):
* src/Host.c:
* src/KeyBind.c (UCSConvertCase) (XConvertCase):
* src/LiHosts.c:
* src/OpenDis.c:
* src/PutBEvent.c (XPutBackEvent):
* src/StrKeysym.c (XStringToKeysym):
* src/XKBBind.c (XkbRefreshKeyboardMapping):
* src/XKBCvt.c:
* src/XlibInt.c:
* src/cmsCmap.c:
* src/cmsColNm.c:
* src/imDefLkup.c (_XimGetWindowEventmask):
* src/imInsClbk.c (_XimUnRegisterIMInstantiateCallback):
* src/imLcFlt.c (_XimLocalFilter):
* src/imLcIm.c (_XimLocalIMFree):
* src/imRm.c:
* src/imThaiFlt.c (tis2ucs):
* src/imTrans.c:
* src/lcEuc.c (euc_ctstowcs) (euc_ctstombs):
* src/lcFile.c:
* src/lcSjis.c:
* src/lcUTF8.c (create_tofontcs_conv):
* src/omGeneric.c (parse_fontdata):
* src/util/makekeys.c (main):
Resync with X.Org HEAD, including a security fix for the error DB name
and a minor stack smash in XKB code, thread-safe XGetWindowAttributes
and XPutBackEvent, case-conversion cleanups and updates, and large-scale
localisation/input cleanups and adherance to the specification.


Index: ChangeLog
===================================================================
RCS file: /cvs/xlibs/X11/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- ChangeLog	23 Nov 2004 01:48:34 -0000	1.57
+++ ChangeLog	28 Jan 2005 18:48:07 -0000	1.58
@@ -1,3 +1,40 @@
+2005-01-29  Daniel Stone  <daniel@freedesktop.org>
+
+	* include/X11/Xutil.h:
+	* include/X11/Xlib.h:
+	* include/X11/Xlibint.h:
+	* src/ConnDis.c (_X11TransConnectDisplay):
+	* src/ErrDes.c (XGetErrorDatabaseText):
+	* src/GetWAttrs.c (XGetWindowAttributes):
+	* src/Host.c:
+	* src/KeyBind.c (UCSConvertCase) (XConvertCase):
+	* src/LiHosts.c:
+	* src/OpenDis.c:
+	* src/PutBEvent.c (XPutBackEvent):
+	* src/StrKeysym.c (XStringToKeysym):
+	* src/XKBBind.c (XkbRefreshKeyboardMapping):
+	* src/XKBCvt.c:
+	* src/XlibInt.c:
+	* src/cmsCmap.c:
+	* src/cmsColNm.c:
+	* src/imDefLkup.c (_XimGetWindowEventmask):
+	* src/imInsClbk.c (_XimUnRegisterIMInstantiateCallback):
+	* src/imLcFlt.c (_XimLocalFilter):
+	* src/imLcIm.c (_XimLocalIMFree):
+	* src/imRm.c:
+	* src/imThaiFlt.c (tis2ucs):
+	* src/imTrans.c:
+	* src/lcEuc.c (euc_ctstowcs) (euc_ctstombs):
+	* src/lcFile.c:
+	* src/lcSjis.c:
+	* src/lcUTF8.c (create_tofontcs_conv):
+	* src/omGeneric.c (parse_fontdata):
+	* src/util/makekeys.c (main):
+	Resync with X.Org HEAD, including a security fix for the error DB name
+	and a minor stack smash in XKB code, thread-safe XGetWindowAttributes
+	and XPutBackEvent, case-conversion cleanups and updates, and large-scale
+	localisation/input cleanups and adherance to the specification.
+
 2004-11-22  Carl Worth  <cworth@cworth.org>
 
 	* configure.ac: Remove AC_CONFIG_AUX_DIR (it was in the wrong



More information about the xlibs-commit mailing list