[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libx11: Changes to 'refs/tags/XORG-6_8_99_901'



Tag 'XORG-6_8_99_901' created by Alan Coopersmith <alan.coopersmith@sun.com> at 1970-01-01 00:00 +0100

Changes since XORG-6_8_99_900:
Adam Jackson:
      Add xthreadlib variable to x11.pc. Bump to 0.99.1.

Alan Coopersmith:
      Add -D flags to clear various warnings (Stefan Dirsch)
      Include config.h so Xtrans knows which transport types to build code for
      //bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3002 <https://bugs.freedesktop.org/attachment.cgi?id=3002> libX11 locale defs severely adrift from glibc: locales bugfix for bs_BA (From Debian via Nathanael Nerode)
      //bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3005 <https://bugs.freedesktop.org/attachment.cgi?id=3005> libX11 locale defs severely adrift from glibc: adding new aliases (From Debian via Nathanael Nerode)
      Typo fix in output message
      Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check for whether or not RAWCPP needs -traditional instead of hardcoding it, so non-gcc cpp's can be used
      Bugzilla #4112 <https://bugs.freedesktop.org/show_bug.cgi?id=4112> Patch #2687 <https://bugs.freedesktop.org/attachment.cgi?id=2897> Fix multi-line macros in XPutImage man page. (Debian bug #323210, fix by David Mart?nez Moreno)
      Fix more broken multi-line .ds macros. Remove extraneous ;'s .
      Issue an error if XTRANS macros were not found when generating configure from configure.ac to flag errors early, instead of when people wonder why libX11 can't talk to an Xserver because it has no transports defined
      Add XTHREAD_CFLAGS for platforms that need special defines like
      Add XQueryExtension.man
      Add Xcms.txt to lib/X11
      Bug #3021 <https://bugs.freedesktop.org/show_bug.cgi?id=3021> Requests and Errors for XFixes are not in XErrorDB (Jonathan Lennox)

Daniel Stone:
      Define ERRORDB/KEYSYMDB to XERRORDB/XKEYSYMDB if the former is undefined but the latter is. (Gerte Hoogewerf)
      Generate locale.alias and compose.dir exactly like we do in the monolith, which fixes non-UTF-8 locales in particular (so we get foo: bar, as well as foo bar). Switch to generating locale.dir the same way.
      Bug #2268: Add South African locales (Dwayne Bailey). Some whitespace cleanups, as the parser is a little touchy.
      Bug #1640: Kinyarwanda locale support. (Steve Murphy)
      Bug #2609: Add Kyrgyz locale (Ilyas Bakirov).

Kevin E Martin:
      Modify modular libs to use Xregion.h instead of region.h
      Various changes preparing packages for RC0:
      Clean up generated files

Kristian Høgsberg:
      Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time.

Matthieu Herrb:
      remove orphan TAB at begin of line
      Threads support for BSD systems:
      update
      OpenBSD needs -lpthread for threaded applications too.

Søren Sandmann Pedersen:
      Add el_GR.UTF-8 compose file

---
 ChangeLog                        |  103 +++++++++++++
 configure.ac                     |   57 ++++++-
 cpprules.in                      |    2 
 include/Makefile.am              |    2 
 man/Makefile.am                  |    1 
 man/XAllocSizeHints.man          |    4 
 man/XAllocStandardColormap.man   |    8 -
 man/XAllocWMHints.man            |   22 +-
 man/XClearArea.man               |    2 
 man/XConfigureWindow.man         |    6 
 man/XCopyArea.man                |    5 
 man/XCreateWindow.man            |    6 
 man/XDrawArc.man                 |    4 
 man/XDrawImageString.man         |    2 
 man/XDrawString.man              |    2 
 man/XDrawText.man                |    4 
 man/XEmptyRegion.man             |    2 
 man/XFillRectangle.man           |    4 
 man/XPutImage.man                |   13 -
 man/XQueryTree.man               |    2 
 man/XStoreBytes.man              |    2 
 man/XcmsCIELabQueryMaxC.man      |    6 
 man/XcmsCIELuvQueryMaxC.man      |    6 
 man/XcmsTekHVCQueryMaxC.man      |   14 -
 modules/im/ximcp/Makefile.am     |    2 
 nls/C/Makefile.am                |    2 
 nls/Makefile.am                  |   27 ++-
 nls/armscii-8/Makefile.am        |    2 
 nls/compose.dir.pre              |   37 +++-
 nls/el_GR.UTF-8/Makefile.am      |    3 
 nls/en_US.UTF-8/Makefile.am      |    2 
 nls/georgian-academy/Makefile.am |    2 
 nls/georgian-ps/Makefile.am      |    2 
 nls/ibm-cp1133/Makefile.am       |    2 
 nls/iscii-dev/Makefile.am        |    2 
 nls/isiri-3342/Makefile.am       |    2 
 nls/iso8859-1/Makefile.am        |    2 
 nls/iso8859-10/Makefile.am       |    2 
 nls/iso8859-11/Makefile.am       |    2 
 nls/iso8859-13/Makefile.am       |    2 
 nls/iso8859-14/Makefile.am       |    2 
 nls/iso8859-15/Makefile.am       |    2 
 nls/iso8859-2/Makefile.am        |    2 
 nls/iso8859-3/Makefile.am        |    2 
 nls/iso8859-4/Makefile.am        |    2 
 nls/iso8859-5/Makefile.am        |    2 
 nls/iso8859-6/Makefile.am        |    2 
 nls/iso8859-7/Makefile.am        |    2 
 nls/iso8859-8/Makefile.am        |    2 
 nls/iso8859-9/Makefile.am        |    2 
 nls/iso8859-9e/Makefile.am       |    2 
 nls/ja.JIS/Makefile.am           |    2 
 nls/ja.S90/Makefile.am           |    2 
 nls/ja.SJIS/Makefile.am          |    2 
 nls/ja.U90/Makefile.am           |    2 
 nls/ja/Makefile.am               |    2 
 nls/ja_JP.UTF-8/Makefile.am      |    2 
 nls/ko/Makefile.am               |    2 
 nls/ko_KR.UTF-8/Makefile.am      |    2 
 nls/koi8-c/Makefile.am           |    2 
 nls/koi8-r/Makefile.am           |    2 
 nls/koi8-u/Makefile.am           |    2 
 nls/locale.alias.pre             |  290 ++++++++++++++++++++++++++++++++++-----
 nls/locale.dir.pre               |   22 ++
 nls/localerules.in               |    2 
 nls/microsoft-cp1251/Makefile.am |    2 
 nls/microsoft-cp1255/Makefile.am |    2 
 nls/microsoft-cp1256/Makefile.am |    2 
 nls/mulelao-1/Makefile.am        |    2 
 nls/nokhchi-1/Makefile.am        |    2 
 nls/pt_BR.UTF-8/Makefile.am      |    2 
 nls/tatar-cyr/Makefile.am        |    2 
 nls/th_TH.UTF-8/Makefile.am      |    2 
 nls/th_TH/Makefile.am            |    2 
 nls/tscii-0/Makefile.am          |    2 
 nls/vi_VN.tcvn/Makefile.am       |    2 
 nls/vi_VN.viscii/Makefile.am     |    2 
 nls/zh_CN.UTF-8/Makefile.am      |    2 
 nls/zh_CN.gb18030/Makefile.am    |    2 
 nls/zh_CN.gbk/Makefile.am        |    2 
 nls/zh_CN/Compose.pre            |   15 ++
 nls/zh_CN/Makefile.am            |    2 
 nls/zh_HK.UTF-8/Makefile.am      |    2 
 nls/zh_HK.big5/Makefile.am       |    2 
 nls/zh_HK.big5hkscs/Makefile.am  |    2 
 nls/zh_TW.UTF-8/Makefile.am      |    2 
 nls/zh_TW.big5/Makefile.am       |    2 
 nls/zh_TW/Makefile.am            |    2 
 src/ErrDes.c                     |    6 
 src/Makefile.am                  |    9 -
 src/StrKeysym.c                  |    4 
 src/XErrorDB                     |   34 ++++
 src/bigreqstr.h                  |    1 
 src/util/Makefile.am             |    4 
 src/xcms/Makefile.am             |    3 
 src/xlibi18n/Makefile.am         |    7 
 src/xlibi18n/xim_trans.c         |   10 -
 x11.pc.in                        |    4 
 98 files changed, 685 insertions(+), 186 deletions(-)
---



Reply to: