Tag 'XORG-6_8_99_15' created by Lars Knoll <[EMAIL PROTECTED]> at 1970-01-01 
00:00 +0100

Changes since XORG-6_8_99_14:
Adam Jackson:
      Check for bigfont proto headers via pkgconfig (Arwed von Merkatz)
      typo fix. i suck.

Alan Coopersmith:
      - Since all but one line of all the nls/*/Makefile.am files are 
identical, move common bits to nls/localerules.in for easier updating and use 
automake includes to include in all the nls/*/Makefile.am files
      Set __libmansuffix__ & __xorgversion__ correctly when cpp processing man 
pages

Chris Less:
      Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, 
and XFreeExtensionList.

Daniel Stone:
      Fix segfault when _XimProtoCreateIC() fails to create a context; Debian 
#239991. (Chung-chieh Shan)

Eric Anholt:
      Avoid a gmake-specific construct, and instead just write the name of the 
current directory into each Makefile.am.

Keith Packard:
      Create and install XlibConf.h to provide external users of Xlibint.h the 
defines necessary to correctly use the library. Xlibint.h should #include this 
new file.
      Create and use XlibConf.h to match modular build which needs XTHREADS 
defined when building extensions
      Clean up .cvsignore files
      Enable loadable i18n modules, making them configurable on the configure 
command line.
      Minor changes to help modular Xlib build i18n modules
      Ignore built man page files

Lars Knoll:
      compile

---
 .cvsignore                       |   18 +
 ChangeLog                        |  208 ++++++++++++++++
 configure.ac                     |  130 ++++++++--
 cpprules.in                      |   30 ++
 include/.cvsignore               |    2 
 include/Makefile.am              |    6 
 include/X11/.cvsignore           |    2 
 include/X11/XlibConf.h.in        |   39 +++
 include/X11/Xlibint.h            |    1 
 man/.cvsignore                   |    3 
 man/Makefile.am                  |   31 ++
 man/XQueryExtension.man          |   68 +++++
 modules/im/.cvsignore            |    2 
 modules/im/Makefile.am           |    1 
 modules/im/ximcp/.cvsignore      |    7 
 modules/im/ximcp/Makefile.am     |   45 +++
 modules/im/ximcp/imDefIc.c       |    1 
 modules/lc/.cvsignore            |    2 
 modules/lc/Makefile.am           |    1 
 modules/lc/Utf8/.cvsignore       |    7 
 modules/lc/Utf8/Makefile.am      |   20 +
 modules/lc/def/.cvsignore        |    7 
 modules/lc/def/Makefile.am       |   19 +
 modules/lc/gen/.cvsignore        |    7 
 modules/lc/gen/Makefile.am       |   19 +
 modules/lc/xlocale/.cvsignore    |    7 
 modules/lc/xlocale/Makefile.am   |   22 +
 modules/om/.cvsignore            |    2 
 modules/om/Makefile.am           |    1 
 modules/om/generic/.cvsignore    |    7 
 modules/om/generic/Makefile.am   |   27 ++
 nls/.cvsignore                   |    6 
 nls/C/.cvsignore                 |    4 
 nls/C/Makefile.am                |   16 -
 nls/Makefile.am                  |    8 
 nls/armscii-8/.cvsignore         |    4 
 nls/armscii-8/Makefile.am        |   16 -
 nls/en_US.UTF-8/.cvsignore       |    4 
 nls/en_US.UTF-8/Makefile.am      |   16 -
 nls/georgian-academy/.cvsignore  |    4 
 nls/georgian-academy/Makefile.am |   16 -
 nls/georgian-ps/.cvsignore       |    4 
 nls/georgian-ps/Makefile.am      |   16 -
 nls/ibm-cp1133/.cvsignore        |    4 
 nls/ibm-cp1133/Makefile.am       |   16 -
 nls/iscii-dev/.cvsignore         |    4 
 nls/iscii-dev/Makefile.am        |   16 -
 nls/isiri-3342/.cvsignore        |    4 
 nls/isiri-3342/Makefile.am       |   16 -
 nls/iso8859-1/.cvsignore         |    4 
 nls/iso8859-1/Makefile.am        |   16 -
 nls/iso8859-10/.cvsignore        |    4 
 nls/iso8859-10/Makefile.am       |   16 -
 nls/iso8859-11/.cvsignore        |    4 
 nls/iso8859-11/Makefile.am       |   16 -
 nls/iso8859-13/.cvsignore        |    4 
 nls/iso8859-13/Makefile.am       |   16 -
 nls/iso8859-14/.cvsignore        |    4 
 nls/iso8859-14/Makefile.am       |   16 -
 nls/iso8859-15/.cvsignore        |    4 
 nls/iso8859-15/Makefile.am       |   16 -
 nls/iso8859-2/.cvsignore         |    4 
 nls/iso8859-2/Makefile.am        |   16 -
 nls/iso8859-3/.cvsignore         |    4 
 nls/iso8859-3/Makefile.am        |   16 -
 nls/iso8859-4/.cvsignore         |    4 
 nls/iso8859-4/Makefile.am        |   16 -
 nls/iso8859-5/.cvsignore         |    4 
 nls/iso8859-5/Makefile.am        |   16 -
 nls/iso8859-6/.cvsignore         |    4 
 nls/iso8859-6/Makefile.am        |   16 -
 nls/iso8859-7/.cvsignore         |    4 
 nls/iso8859-7/Makefile.am        |   16 -
 nls/iso8859-8/.cvsignore         |    4 
 nls/iso8859-8/Makefile.am        |   16 -
 nls/iso8859-9/.cvsignore         |    4 
 nls/iso8859-9/Makefile.am        |   16 -
 nls/iso8859-9e/.cvsignore        |    4 
 nls/iso8859-9e/Makefile.am       |   16 -
 nls/ja.JIS/.cvsignore            |    4 
 nls/ja.JIS/Makefile.am           |   16 -
 nls/ja.S90/.cvsignore            |    4 
 nls/ja.S90/Makefile.am           |   16 -
 nls/ja.SJIS/.cvsignore           |    4 
 nls/ja.SJIS/Makefile.am          |   16 -
 nls/ja.U90/.cvsignore            |    4 
 nls/ja.U90/Makefile.am           |   16 -
 nls/ja/.cvsignore                |    4 
 nls/ja/Makefile.am               |   16 -
 nls/ja_JP.UTF-8/.cvsignore       |    4 
 nls/ja_JP.UTF-8/Makefile.am      |   16 -
 nls/ko/.cvsignore                |    4 
 nls/ko/Makefile.am               |   16 -
 nls/ko_KR.UTF-8/.cvsignore       |    4 
 nls/ko_KR.UTF-8/Makefile.am      |   16 -
 nls/koi8-c/.cvsignore            |    4 
 nls/koi8-c/Makefile.am           |   16 -
 nls/koi8-r/.cvsignore            |    4 
 nls/koi8-r/Makefile.am           |   16 -
 nls/koi8-u/.cvsignore            |    4 
 nls/koi8-u/Makefile.am           |   16 -
 nls/localerules.in               |    8 
 nls/microsoft-cp1251/.cvsignore  |    4 
 nls/microsoft-cp1251/Makefile.am |   16 -
 nls/microsoft-cp1255/.cvsignore  |    4 
 nls/microsoft-cp1255/Makefile.am |   16 -
 nls/microsoft-cp1256/.cvsignore  |    4 
 nls/microsoft-cp1256/Makefile.am |   16 -
 nls/mulelao-1/.cvsignore         |    4 
 nls/mulelao-1/Makefile.am        |   16 -
 nls/nokhchi-1/.cvsignore         |    4 
 nls/nokhchi-1/Makefile.am        |   16 -
 nls/pt_BR.UTF-8/.cvsignore       |    4 
 nls/pt_BR.UTF-8/Makefile.am      |   16 -
 nls/tatar-cyr/.cvsignore         |    4 
 nls/tatar-cyr/Makefile.am        |   16 -
 nls/th_TH.UTF-8/.cvsignore       |    4 
 nls/th_TH.UTF-8/Makefile.am      |   16 -
 nls/th_TH/.cvsignore             |    4 
 nls/th_TH/Makefile.am            |   16 -
 nls/tscii-0/.cvsignore           |    4 
 nls/tscii-0/Makefile.am          |   16 -
 nls/vi_VN.tcvn/.cvsignore        |    4 
 nls/vi_VN.tcvn/Makefile.am       |   16 -
 nls/vi_VN.viscii/.cvsignore      |    4 
 nls/vi_VN.viscii/Makefile.am     |   16 -
 nls/zh_CN.UTF-8/.cvsignore       |    4 
 nls/zh_CN.UTF-8/Makefile.am      |   16 -
 nls/zh_CN.gb18030/.cvsignore     |    4 
 nls/zh_CN.gb18030/Makefile.am    |   16 -
 nls/zh_CN.gbk/.cvsignore         |    4 
 nls/zh_CN.gbk/Makefile.am        |   16 -
 nls/zh_CN/.cvsignore             |    4 
 nls/zh_CN/Makefile.am            |   16 -
 nls/zh_HK.UTF-8/.cvsignore       |    4 
 nls/zh_HK.UTF-8/Makefile.am      |   16 -
 nls/zh_HK.big5/.cvsignore        |    4 
 nls/zh_HK.big5/Makefile.am       |   16 -
 nls/zh_HK.big5hkscs/.cvsignore   |    4 
 nls/zh_HK.big5hkscs/Makefile.am  |   16 -
 nls/zh_TW.UTF-8/.cvsignore       |    4 
 nls/zh_TW.UTF-8/Makefile.am      |   16 -
 nls/zh_TW.big5/.cvsignore        |    4 
 nls/zh_TW.big5/Makefile.am       |   16 -
 nls/zh_TW/.cvsignore             |    4 
 nls/zh_TW/Makefile.am            |   16 -
 src/.cvsignore                   |   12 
 src/CopyCmap.c                   |    9 
 src/FilterEv.c                   |    6 
 src/KeyBind.c                    |    5 
 src/Makefile.am                  |  478 ++++++++++++---------------------------
 src/util/.cvsignore              |    4 
 src/xcms/.cvsignore              |    7 
 src/xcms/Makefile.am             |   68 +++++
 src/xim_trans.c                  |   28 --
 src/xkb/.cvsignore               |    7 
 src/xkb/Makefile.am              |   28 ++
 src/xlibi18n/.cvsignore          |    7 
 src/xlibi18n/Makefile.am         |  118 +++++++++
 src/xlibi18n/XlcDL.c             |   19 +
 src/xlibi18n/xim_trans.c         |   28 ++
 161 files changed, 1537 insertions(+), 1171 deletions(-)
---


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

Reply via email to