Tag 'XORG-6_8_99_10' created by Alan Coopersmith <[EMAIL PROTECTED]> at 
1970-01-01 00:00 +0100

Changes since XORG-6_8_1:
Adam Jackson:
      Require automake 1.7 in AM_INIT_AUTOMAKE
      revert last change, didn't do right thing at all, sorry for the noise

Alan Coopersmith:
      Bugzilla Bug 2006 (https://bugs.freedesktop.org/show_bug.cgi?id=2006) 
Patch #2031 (https://bugs.freedesktop.org/attachment.cgi?id=2031) XEmbed client 
doesn't receive key events from XIM: Use | to set a bit, not &. Patch by 
Hidetoshi Tajima <[EMAIL PROTECTED]>.
      xc/lib/X11/ErrDes.c
      Quote $ac_cv_search_* variables to prevent errors from test when they are 
set to "none required" (as happens on Solaris since dlopen is in libc)
      xtrans:
      Convert man pages to long file names in lib/X11, lib/Xt, & lib/Xext
      Bug #3436 <https://bugs.freedesktop.org/show_bug.cgi?id=3436> Conndis.c 
uses incorrect type for args to XdmcpWrap() (Mike Harris - [EMAIL PROTECTED])

Alexander Gottwald:
      Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 
Initialize pointer to NULL to avoid freeing random memory
      Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 
Added mingw (Win32) port
      Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 
Initialize pointer to NULL to avoid freeing random memory
      Bugzilla #1980, https://bugs.freedesktop.org/show_bug.cgi?id=1980 Make 
location of XErrorDB configurable
      Bugzilla #1980 (https://bugs.freedesktop.org/show_bug.cgi?id=1980) Handle 
XERRORDB only on WIN32 platform

Egbert Eich:
      Unregistering events in XSelectInput() when unregistering IM filter 
callbacks may be a bad idea as others may be interested in this event. Removed 
the call to XSelectInput() altogether as we are in root window anyway (Lubos 
Lunak).
      Made handling of DevelDrivers for x86-64 more conformant to other 
platforms.
      Correcting font encodings for GB18030, GBK and BIG5-HKSCS. Adding nls 
support for those encodings (Bugzilla 1573, James Su).
      Removed #ifdef'ed out code together with the comment explaining why it 
was #ifdef'ed out.
      'Normalize' locale names (ie. remove any '-' and '_' and convert to lower 
case after the <language>_<territory> part) before matching against 
locale.alias (Bugzilla #2262). This needs adequate testing that we don't 
accidentally introduce undesirable side effects.
      Made some security enhancements:
      gcc4 allows to check if sentinels are correct (a sentinel is the 
terminating element in a varargs list). A sentinel needs to be NULL, not 0 - 
which doesn't make a difference on 32bit but matters on 64bit. Furthermore it 
can be told that functions have a printf-like format string and argument list 
so that they can verify that both match. To use these features certain 
attributes need to be set - which are compiler specific. To do this we define 
macros which are expanded depending on the compiler version. For now we put 
those in include/Xfuncproto.h (the XFree86 DDX layer contains a file compiler.h 
which however is not visible outside the DDX) (Bugzilla #3268).

Eric Anholt:
      Use attributes instead of pragmas for weak symbols on gcc 2.95 as well. 
Using pragmas may result in the symbols being undefined with big -O. (FreeBSD 
ports/69708, Masakazu HIGAKI <[EMAIL PROTECTED]>)

Jim Gettys:
      fix comment to indicate additional possible mode. i bug 1756 reported by 
Owen Taylor.

Kristian Høgsberg:
      Fix #1818

Markus Kuhn:
      The big keysym cleanup, to bring implementation in line with the recent 
revision of Appendix A of the protocol spec. (Markus Kuhn)
      bug fix for previous patch
      cleaned up boundary-case handling for Uxxxx Unicode keysym notation

Matthieu Herrb:
      Fix missing XChangeProperty() prototype missing in synopsis section.
      Don't use $< in explicit rules. This only works with GNU make. 
<https://bugs.freedesktop.org/show_bug.cgi?id=3383>

Roland Mainz:
      xc/nls/compose.dir
      xc/nls/compose.dir
      xc/nls/compose.dir
      xc/nls/compose.dir
      xc/nls/Compose/pt_BR.UTF-8
      xc/nls/Compose/iso8859-2

[EMAIL PROTECTED]:
      Require xextproto rather than xextensions
      Make Xdmcp unconditionally required, require various protocol modules.

Søren Sandmann Pedersen:
      Fri Oct 8 18:53:11 2004 Soeren Sandmann <[EMAIL PROTECTED]>
      - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in 
<X11/...>
      Mon May 16 17:48:03 2005 Søren Sandmann <[EMAIL PROTECTED]>
      - Check for xproto as its CFLAGS are needed in the .pc file

---
 AUTHORS                            |   21 
 COPYING                            |  852 +++++
 ChangeLog                          |  102 
 INSTALL                            |  229 +
 Makefile.am                        |    6 
 NEWS                               |    2 
 README                             |   40 
 autogen.sh                         |   12 
 configure.ac                       |  251 +
 include/Makefile.am                |   11 
 include/X11/Xlib.h                 |   27 
 man/Makefile.am                    |  184 +
 man/XGetWindowProperty.man         |    1 
 modules/im/ximcp/imCallbk.c        |    3 
 modules/im/ximcp/imDefFlt.c        |    3 
 modules/im/ximcp/imDefIc.c         |    3 
 modules/im/ximcp/imDefIm.c         |    3 
 modules/im/ximcp/imDefLkup.c       |    3 
 modules/im/ximcp/imDispch.c        |    3 
 modules/im/ximcp/imEvToWire.c      |    5 
 modules/im/ximcp/imExten.c         |    3 
 modules/im/ximcp/imImSw.c          |    3 
 modules/im/ximcp/imInsClbk.c       |    5 
 modules/im/ximcp/imInt.c           |    3 
 modules/im/ximcp/imLcFlt.c         |    3 
 modules/im/ximcp/imLcGIc.c         |    3 
 modules/im/ximcp/imLcIc.c          |    3 
 modules/im/ximcp/imLcIm.c          |    3 
 modules/im/ximcp/imLcLkup.c        |    3 
 modules/im/ximcp/imLcPrs.c         |    3 
 modules/im/ximcp/imLcSIc.c         |    3 
 modules/im/ximcp/imRm.c            |    9 
 modules/im/ximcp/imRmAttr.c        |    3 
 modules/im/ximcp/imThaiFlt.c       |    3 
 modules/im/ximcp/imThaiIc.c        |    3 
 modules/im/ximcp/imThaiIm.c        |    3 
 modules/im/ximcp/imTrX.c           |    3 
 modules/im/ximcp/imTrans.c         |    7 
 modules/im/ximcp/imTransR.c        |    3 
 modules/lc/Utf8/lcUTF8Load.c       |    3 
 modules/lc/def/lcDefConv.c         |    3 
 modules/lc/gen/lcGenConv.c         |    3 
 modules/lc/xlocale/lcEuc.c         |    3 
 modules/lc/xlocale/lcJis.c         |    3 
 modules/lc/xlocale/lcSjis.c        |    3 
 modules/om/generic/omDefault.c     |    3 
 modules/om/generic/omGeneric.c     |    3 
 modules/om/generic/omImText.c      |    3 
 modules/om/generic/omText.c        |    3 
 modules/om/generic/omTextEsc.c     |    3 
 modules/om/generic/omTextExt.c     |    3 
 modules/om/generic/omTextPer.c     |    3 
 modules/om/generic/omXChar.c       |    3 
 nls/C/Makefile.am                  |   18 
 nls/Makefile.am                    |   76 
 nls/armscii-8/Makefile.am          |   18 
 nls/compose.dir.pre                |   18 
 nls/en_US.UTF-8/Compose.pre        |    2 
 nls/en_US.UTF-8/Makefile.am        |   18 
 nls/en_US.UTF-8/XLC_LOCALE.pre     |   43 
 nls/georgian-academy/Makefile.am   |   18 
 nls/georgian-ps/Makefile.am        |   18 
 nls/ibm-cp1133/Makefile.am         |   18 
 nls/iscii-dev/Makefile.am          |   18 
 nls/isiri-3342/Makefile.am         |   18 
 nls/iso8859-1/Makefile.am          |   18 
 nls/iso8859-10/Makefile.am         |   18 
 nls/iso8859-11/Makefile.am         |   18 
 nls/iso8859-13/Makefile.am         |   18 
 nls/iso8859-14/Makefile.am         |   18 
 nls/iso8859-15/Makefile.am         |   18 
 nls/iso8859-2/Compose.pre          |    4 
 nls/iso8859-2/Makefile.am          |   18 
 nls/iso8859-3/Compose.pre          |    4 
 nls/iso8859-3/Makefile.am          |   18 
 nls/iso8859-4/Makefile.am          |   18 
 nls/iso8859-5/Makefile.am          |   18 
 nls/iso8859-6/Makefile.am          |   18 
 nls/iso8859-7/Makefile.am          |   18 
 nls/iso8859-8/Makefile.am          |   18 
 nls/iso8859-9/Compose.pre          |    4 
 nls/iso8859-9/Makefile.am          |   18 
 nls/iso8859-9e/Compose.pre         |    4 
 nls/iso8859-9e/Makefile.am         |   18 
 nls/ja.JIS/Makefile.am             |   18 
 nls/ja.S90/Makefile.am             |   18 
 nls/ja.SJIS/Makefile.am            |   18 
 nls/ja.U90/Makefile.am             |   18 
 nls/ja/Makefile.am                 |   18 
 nls/ja_JP.UTF-8/Makefile.am        |   18 
 nls/ko/Makefile.am                 |   18 
 nls/ko_KR.UTF-8/Makefile.am        |   18 
 nls/koi8-c/Makefile.am             |   18 
 nls/koi8-r/Makefile.am             |   18 
 nls/koi8-u/Makefile.am             |   18 
 nls/locale.alias.pre               |   30 
 nls/locale.dir.pre                 |   13 
 nls/microsoft-cp1251/Makefile.am   |   18 
 nls/microsoft-cp1255/Makefile.am   |   18 
 nls/microsoft-cp1256/Makefile.am   |   18 
 nls/mulelao-1/Makefile.am          |   18 
 nls/nokhchi-1/Makefile.am          |   18 
 nls/pt_BR.UTF-8/Compose.pre        | 5541 +++++++++++++++++++++++++++++++++++++
 nls/pt_BR.UTF-8/Makefile.am        |   18 
 nls/pt_BR.UTF-8/XI18N_OBJS         |    7 
 nls/pt_BR.UTF-8/XLC_LOCALE.pre     |  142 
 nls/tatar-cyr/Makefile.am          |   18 
 nls/th_TH.UTF-8/Makefile.am        |   18 
 nls/th_TH/Makefile.am              |   18 
 nls/tscii-0/Makefile.am            |   18 
 nls/vi_VN.tcvn/Makefile.am         |   18 
 nls/vi_VN.viscii/Makefile.am       |   18 
 nls/zh_CN.UTF-8/Makefile.am        |   18 
 nls/zh_CN.UTF-8/XLC_LOCALE.pre     |   37 
 nls/zh_CN.gb18030/Compose.pre      |   15 
 nls/zh_CN.gb18030/Makefile.am      |   18 
 nls/zh_CN.gb18030/XI18N_OBJS       |    7 
 nls/zh_CN.gb18030/XLC_LOCALE.pre   |  106 
 nls/zh_CN.gbk/Makefile.am          |   18 
 nls/zh_CN.gbk/XLC_LOCALE.pre       |    2 
 nls/zh_CN/Makefile.am              |   18 
 nls/zh_HK.UTF-8/Makefile.am        |   18 
 nls/zh_HK.UTF-8/XI18N_OBJS         |    7 
 nls/zh_HK.UTF-8/XLC_LOCALE.pre     |   96 
 nls/zh_HK.big5/Compose.pre         |   13 
 nls/zh_HK.big5/Makefile.am         |   18 
 nls/zh_HK.big5/XI18N_OBJS          |    7 
 nls/zh_HK.big5hkscs/Compose.pre    |   13 
 nls/zh_HK.big5hkscs/Makefile.am    |   18 
 nls/zh_HK.big5hkscs/XLC_LOCALE.pre |   99 
 nls/zh_TW.UTF-8/Makefile.am        |   18 
 nls/zh_TW.UTF-8/XLC_LOCALE.pre     |   79 
 nls/zh_TW.big5/Makefile.am         |   18 
 nls/zh_TW/Makefile.am              |   18 
 src/AllCells.c                     |    3 
 src/AllPlanes.c                    |    3 
 src/AllowEv.c                      |    3 
 src/AutoRep.c                      |    3 
 src/Backgnd.c                      |    3 
 src/BdrWidth.c                     |    3 
 src/Bell.c                         |    3 
 src/Border.c                       |    3 
 src/ChAccCon.c                     |    3 
 src/ChActPGb.c                     |    3 
 src/ChClMode.c                     |    3 
 src/ChCmap.c                       |    3 
 src/ChGC.c                         |    3 
 src/ChKeyCon.c                     |    3 
 src/ChPntCon.c                     |    3 
 src/ChProp.c                       |    3 
 src/ChSaveSet.c                    |    3 
 src/ChWAttrs.c                     |    3 
 src/ChWindow.c                     |    3 
 src/ChkIfEv.c                      |    3 
 src/ChkMaskEv.c                    |    3 
 src/ChkTypEv.c                     |    3 
 src/ChkTypWEv.c                    |    3 
 src/ChkWinEv.c                     |    3 
 src/CirWin.c                       |    3 
 src/CirWinDn.c                     |    3 
 src/CirWinUp.c                     |    3 
 src/ClDisplay.c                    |    3 
 src/Clear.c                        |    3 
 src/ClearArea.c                    |    3 
 src/ConfWind.c                     |    3 
 src/ConnDis.c                      |   17 
 src/Context.c                      |    3 
 src/ConvSel.c                      |    3 
 src/CopyArea.c                     |    3 
 src/CopyCmap.c                     |    3 
 src/CopyGC.c                       |    3 
 src/CopyPlane.c                    |    3 
 src/CrBFData.c                     |    3 
 src/CrCmap.c                       |    3 
 src/CrCursor.c                     |    3 
 src/CrGC.c                         |    3 
 src/CrGlCur.c                      |    3 
 src/CrPFBData.c                    |    3 
 src/CrPixmap.c                     |    3 
 src/CrWindow.c                     |    3 
 src/Cursor.c                       |    3 
 src/DefCursor.c                    |    3 
 src/DelProp.c                      |    3 
 src/Depths.c                       |    3 
 src/DestSubs.c                     |    3 
 src/DestWind.c                     |    3 
 src/DisName.c                      |    3 
 src/DrArc.c                        |    3 
 src/DrArcs.c                       |    3 
 src/DrLine.c                       |    3 
 src/DrLines.c                      |    3 
 src/DrPoint.c                      |    3 
 src/DrPoints.c                     |    3 
 src/DrRect.c                       |    3 
 src/DrRects.c                      |    3 
 src/DrSegs.c                       |    3 
 src/ErrDes.c                       |   16 
 src/ErrHndlr.c                     |    3 
 src/EvToWire.c                     |    3 
 src/FSSaver.c                      |    3 
 src/FSWrap.c                       |    3 
 src/FetchName.c                    |    3 
 src/FillArc.c                      |    3 
 src/FillArcs.c                     |    3 
 src/FillPoly.c                     |    3 
 src/FillRct.c                      |    3 
 src/FillRcts.c                     |    3 
 src/FilterEv.c                     |    3 
 src/Flush.c                        |    3 
 src/Font.c                         |    3 
 src/FontInfo.c                     |    3 
 src/FontNames.c                    |    3 
 src/FreeCmap.c                     |    3 
 src/FreeCols.c                     |    3 
 src/FreeCurs.c                     |    3 
 src/FreeEData.c                    |    3 
 src/FreeGC.c                       |    3 
 src/FreePix.c                      |    3 
 src/GCMisc.c                       |    3 
 src/Geom.c                         |    3 
 src/GetAtomNm.c                    |    3 
 src/GetColor.c                     |    3 
 src/GetDflt.c                      |    3 
 src/GetFPath.c                     |    3 
 src/GetFProp.c                     |    3 
 src/GetGCVals.c                    |    3 
 src/GetGeom.c                      |    3 
 src/GetHColor.c                    |    3 
 src/GetHints.c                     |    3 
 src/GetIFocus.c                    |    3 
 src/GetImage.c                     |    3 
 src/GetKCnt.c                      |    3 
 src/GetMoEv.c                      |    3 
 src/GetNrmHint.c                   |    3 
 src/GetPCnt.c                      |    3 
 src/GetPntMap.c                    |    3 
 src/GetProp.c                      |    3 
 src/GetRGBCMap.c                   |    3 
 src/GetSOwner.c                    |    3 
 src/GetSSaver.c                    |    3 
 src/GetStCmap.c                    |    3 
 src/GetTxtProp.c                   |    3 
 src/GetWAttrs.c                    |    3 
 src/GetWMCMapW.c                   |    3 
 src/GetWMProto.c                   |    3 
 src/GrButton.c                     |    3 
 src/GrKey.c                        |    3 
 src/GrKeybd.c                      |    3 
 src/GrPointer.c                    |    3 
 src/GrServer.c                     |    3 
 src/Host.c                         |    5 
 src/Iconify.c                      |    3 
 src/IfEvent.c                      |    3 
 src/ImText.c                       |    3 
 src/ImText16.c                     |    3 
 src/ImUtil.c                       |    3 
 src/InitExt.c                      |    3 
 src/InsCmap.c                      |    3 
 src/IntAtom.c                      |    3 
 src/KeyBind.c                      |  142 
 src/KeysymStr.c                    |   20 
 src/KillCl.c                       |    3 
 src/LiHosts.c                      |    5 
 src/LiICmaps.c                     |    3 
 src/LiProps.c                      |    3 
 src/ListExt.c                      |    3 
 src/LoadFont.c                     |    3 
 src/LockDis.c                      |    3 
 src/LookupCol.c                    |    3 
 src/LowerWin.c                     |    3 
 src/Macros.c                       |    3 
 src/Makefile.am                    |  548 +++
 src/MapRaised.c                    |    3 
 src/MapSubs.c                      |    3 
 src/MapWindow.c                    |    3 
 src/MaskEvent.c                    |    3 
 src/Misc.c                         |    3 
 src/ModMap.c                       |    3 
 src/MoveWin.c                      |    3 
 src/NextEvent.c                    |    3 
 src/OCWrap.c                       |    3 
 src/OMWrap.c                       |    3 
 src/OpenDis.c                      |    7 
 src/ParseCmd.c                     |    3 
 src/ParseCol.c                     |    3 
 src/ParseGeom.c                    |    3 
 src/PeekEvent.c                    |    3 
 src/PeekIfEv.c                     |    3 
 src/Pending.c                      |    3 
 src/PixFormats.c                   |    3 
 src/PmapBgnd.c                     |    3 
 src/PmapBord.c                     |    3 
 src/PolyReg.c                      |    3 
 src/PolyTxt.c                      |    3 
 src/PolyTxt16.c                    |    3 
 src/PropAlloc.c                    |    3 
 src/PutBEvent.c                    |    3 
 src/PutImage.c                     |    3 
 src/QuBest.c                       |    3 
 src/QuColor.c                      |    3 
 src/QuColors.c                     |    3 
 src/QuCurShp.c                     |    3 
 src/QuExt.c                        |    3 
 src/QuKeybd.c                      |    3 
 src/QuPntr.c                       |    3 
 src/QuStipShp.c                    |    3 
 src/QuTextE16.c                    |    3 
 src/QuTextExt.c                    |    3 
 src/QuTileShp.c                    |    3 
 src/QuTree.c                       |    3 
 src/Quarks.c                       |    3 
 src/RaiseWin.c                     |    3 
 src/RdBitF.c                       |    3 
 src/RecolorC.c                     |    3 
 src/ReconfWM.c                     |    3 
 src/ReconfWin.c                    |    3 
 src/Region.c                       |    3 
 src/RegstFlt.c                     |    3 
 src/RepWindow.c                    |    3 
 src/RestackWs.c                    |    3 
 src/RotProp.c                      |    3 
 src/ScrResStr.c                    |    3 
 src/SelInput.c                     |    3 
 src/SendEvent.c                    |    3 
 src/SetBack.c                      |    3 
 src/SetCRects.c                    |    3 
 src/SetClMask.c                    |    3 
 src/SetClOrig.c                    |    3 
 src/SetDashes.c                    |    3 
 src/SetFPath.c                     |    3 
 src/SetFont.c                      |    3 
 src/SetFore.c                      |    3 
 src/SetFunc.c                      |    3 
 src/SetHints.c                     |    3 
 src/SetIFocus.c                    |    3 
 src/SetLStyle.c                    |    3 
 src/SetLocale.c                    |    5 
 src/SetNrmHint.c                   |    3 
 src/SetPMask.c                     |    3 
 src/SetPntMap.c                    |    3 
 src/SetRGBCMap.c                   |    3 
 src/SetSOwner.c                    |    3 
 src/SetSSaver.c                    |    3 
 src/SetStCmap.c                    |    3 
 src/SetState.c                     |    3 
 src/SetStip.c                      |    3 
 src/SetTSOrig.c                    |    3 
 src/SetTile.c                      |    3 
 src/SetTxtProp.c                   |    3 
 src/SetWMCMapW.c                   |    3 
 src/SetWMProto.c                   |    3 
 src/StBytes.c                      |    3 
 src/StColor.c                      |    3 
 src/StColors.c                     |    3 
 src/StNColor.c                     |    3 
 src/StName.c                       |    3 
 src/StrKeysym.c                    |   17 
 src/StrToText.c                    |    3 
 src/Sync.c                         |    3 
 src/Synchro.c                      |    3 
 src/Text.c                         |    3 
 src/Text16.c                       |    3 
 src/TextExt.c                      |    3 
 src/TextExt16.c                    |    3 
 src/TextToStr.c                    |    3 
 src/TrCoords.c                     |    3 
 src/UIThrStubs.c                   |    5 
 src/UndefCurs.c                    |    3 
 src/UngrabBut.c                    |    3 
 src/UngrabKbd.c                    |    3 
 src/UngrabKey.c                    |    3 
 src/UngrabPtr.c                    |    3 
 src/UngrabSvr.c                    |    3 
 src/UninsCmap.c                    |    3 
 src/UnldFont.c                     |    3 
 src/UnmapSubs.c                    |    3 
 src/UnmapWin.c                     |    3 
 src/VisUtil.c                      |    3 
 src/WMGeom.c                       |    3 
 src/WMProps.c                      |    3 
 src/WarpPtr.c                      |    3 
 src/WinEvent.c                     |    3 
 src/Window.c                       |    3 
 src/Withdraw.c                     |    3 
 src/WrBitF.c                       |    3 
 src/XlibAsync.c                    |    3 
 src/XlibInt.c                      |   33 
 src/Xrm.c                          |    3 
 src/bigreqstr.h                    |    1 
 src/evtomask.c                     |    3 
 src/globals.c                      |    3 
 src/imConv.c                       |    3 
 src/locking.c                      |    3 
 src/os2Stubs.c                     |    3 
 src/udcInf.c                       |    3 
 src/util/Makefile.am               |    8 
 src/util/makekeys.c                |   13 
 src/x11_trans.c                    |   32 
 src/xcms/AddDIC.c                  |    3 
 src/xcms/AddSF.c                   |    3 
 src/xcms/CCC.c                     |    3 
 src/xcms/CvColW.c                  |    3 
 src/xcms/CvCols.c                  |    3 
 src/xcms/HVC.c                     |    5 
 src/xcms/HVCGcC.c                  |    3 
 src/xcms/HVCGcV.c                  |    3 
 src/xcms/HVCGcVC.c                 |    3 
 src/xcms/HVCMnV.c                  |    3 
 src/xcms/HVCMxC.c                  |    3 
 src/xcms/HVCMxV.c                  |    3 
 src/xcms/HVCMxVC.c                 |    3 
 src/xcms/HVCMxVs.c                 |    3 
 src/xcms/HVCWpAj.c                 |    3 
 src/xcms/IdOfPr.c                  |    3 
 src/xcms/LRGB.c                    |    3 
 src/xcms/Lab.c                     |    3 
 src/xcms/LabGcC.c                  |    3 
 src/xcms/LabGcL.c                  |    3 
 src/xcms/LabGcLC.c                 |    3 
 src/xcms/LabMnL.c                  |    3 
 src/xcms/LabMxC.c                  |    3 
 src/xcms/LabMxL.c                  |    3 
 src/xcms/LabMxLC.c                 |    3 
 src/xcms/LabWpAj.c                 |    3 
 src/xcms/Luv.c                     |    3 
 src/xcms/LuvGcC.c                  |    3 
 src/xcms/LuvGcL.c                  |    3 
 src/xcms/LuvGcLC.c                 |    3 
 src/xcms/LuvMnL.c                  |    3 
 src/xcms/LuvMxC.c                  |    3 
 src/xcms/LuvMxL.c                  |    3 
 src/xcms/LuvMxLC.c                 |    3 
 src/xcms/LuvWpAj.c                 |    3 
 src/xcms/OfCCC.c                   |    3 
 src/xcms/PrOfId.c                  |    3 
 src/xcms/QBlack.c                  |    3 
 src/xcms/QBlue.c                   |    3 
 src/xcms/QGreen.c                  |    3 
 src/xcms/QRed.c                    |    3 
 src/xcms/QWhite.c                  |    3 
 src/xcms/QuCol.c                   |    3 
 src/xcms/QuCols.c                  |    3 
 src/xcms/SetCCC.c                  |    3 
 src/xcms/SetGetCols.c              |    3 
 src/xcms/StCol.c                   |    3 
 src/xcms/StCols.c                  |    3 
 src/xcms/UNDEFINED.c               |    3 
 src/xcms/XRGB.c                    |    3 
 src/xcms/XYZ.c                     |    3 
 src/xcms/cmsAllCol.c               |    3 
 src/xcms/cmsAllNCol.c              |    3 
 src/xcms/cmsCmap.c                 |    3 
 src/xcms/cmsColNm.c                |    5 
 src/xcms/cmsGlobls.c               |    3 
 src/xcms/cmsInt.c                  |    3 
 src/xcms/cmsLkCol.c                |    3 
 src/xcms/cmsMath.c                 |    3 
 src/xcms/cmsProp.c                 |    3 
 src/xcms/cmsTrig.c                 |    3 
 src/xcms/uvY.c                     |    3 
 src/xcms/xyY.c                     |    3 
 src/xim_trans.c                    |   28 
 src/xkb/XKB.c                      |    3 
 src/xkb/XKBAlloc.c                 |    3 
 src/xkb/XKBBell.c                  |    3 
 src/xkb/XKBBind.c                  |    5 
 src/xkb/XKBCompat.c                |    3 
 src/xkb/XKBCtrls.c                 |    3 
 src/xkb/XKBCvt.c                   |    3 
 src/xkb/XKBExtDev.c                |    3 
 src/xkb/XKBGAlloc.c                |    3 
 src/xkb/XKBGeom.c                  |    3 
 src/xkb/XKBGetByName.c             |    3 
 src/xkb/XKBGetMap.c                |    3 
 src/xkb/XKBList.c                  |    3 
 src/xkb/XKBMAlloc.c                |    3 
 src/xkb/XKBMisc.c                  |    3 
 src/xkb/XKBNames.c                 |    3 
 src/xkb/XKBRdBuf.c                 |    3 
 src/xkb/XKBSetGeom.c               |    6 
 src/xkb/XKBSetMap.c                |    3 
 src/xkb/XKBUse.c                   |    3 
 src/xkb/XKBleds.c                  |    3 
 src/xlibi18n/ICWrap.c              |    3 
 src/xlibi18n/IMWrap.c              |    3 
 src/xlibi18n/XDefaultIMIF.c        |    3 
 src/xlibi18n/XDefaultOMIF.c        |    3 
 src/xlibi18n/XlcDL.c               |    5 
 src/xlibi18n/XlcSL.c               |    3 
 src/xlibi18n/imKStoUCS.c           |    3 
 src/xlibi18n/lcCT.c                |    3 
 src/xlibi18n/lcCharSet.c           |    3 
 src/xlibi18n/lcConv.c              |    3 
 src/xlibi18n/lcDB.c                |    3 
 src/xlibi18n/lcDynamic.c           |    3 
 src/xlibi18n/lcFile.c              |   96 
 src/xlibi18n/lcGeneric.c           |    3 
 src/xlibi18n/lcInit.c              |    3 
 src/xlibi18n/lcPrTxt.c             |    3 
 src/xlibi18n/lcPubWrap.c           |    3 
 src/xlibi18n/lcPublic.c            |    3 
 src/xlibi18n/lcRM.c                |    3 
 src/xlibi18n/lcStd.c               |    3 
 src/xlibi18n/lcTxtPr.c             |    3 
 src/xlibi18n/lcUTF8.c              |    3 
 src/xlibi18n/lcUtil.c              |    3 
 src/xlibi18n/lcWrap.c              |    3 
 src/xlibi18n/mbWMProps.c           |    3 
 src/xlibi18n/mbWrap.c              |    3 
 src/xlibi18n/utf8WMProps.c         |    3 
 src/xlibi18n/utf8Wrap.c            |    3 
 src/xlibi18n/wcWrap.c              |    3 
 x11.pc.in                          |   10 
 513 files changed, 10928 insertions(+), 420 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to