libX11: Changes to 'refs/tags/libX11-1.1.5'

Daniel Stone daniels at kemper.freedesktop.org
Thu Sep 4 15:38:16 PDT 2008


Tag 'libX11-1.1.5' created by Daniel Stone <daniel at fooishbar.org> at 2008-09-04 23:36 -0700

i18n, bugfixes

Changes since libX11-1.1.4:
Adam Jackson (1):
      Bug #15884: Remove useless sleep()'s from the connection code.

Alan Coopersmith (2):
      Fix mismatched brace indenting
      Update ac_define_dir macro in acinclude.m4 to 2008-04-12 version

Bart Massey (1):
      added error check in Xcms color file parser; closes bug #15305

Christian Weisgerber (1):
      ConnDis: properly cast 'addr' before accessing it as a byte array.

Colin Harrison (3):
      Fix typo
      Xlib warning fixes
      Fix missing error condition

Daniel Stone (4):
      configure.ac: Don't search for legacy X11 headers
      NLS: Make UTF-8 the default for Russian
      gitignore: Update with loads more bits from server
      Update to 1.1.5

James Cloos (5):
      Add some dead_key sequences to en_US.UTF-8 Compose table
      Fix commit 21e464ec682ab23ba20ddf6bd72c6db214cfbe01
      Add <Multi_key> <cedilla> Compose tuples
      Work on making the en_US and pt_BR UTF-8 Compose as similar as possible.
      Add more <Multi_key> <cedilla> Compose tuples

Jens Herden (1):
      NLS: Add Khmer compose sequences (bug #5706)

Josh Triplett (1):
      Fix fd.o bug 15023: make Xlib sync correctly given many void requests

Khaled Hosny (1):
      NLS: Add Arabic Lam-Alef ligature compose sequences (bug #16426)

Matthieu Herrb (1):
      nuke RCS Ids

Ross Burton (1):
      NLS: Add interrobang to UTF-8 compose tables (bug #15653)

Teemu Likonen (1):
      Change <dead_belowdot> to <dead_belowring> for U+1E00 and U+U1E01

Theppitak Karoonboonyanan (1):
      IM: Respect XMODIFIERS for Thai locale (bug #15719)

---
 .gitignore                  |   18 +++++++
 acinclude.m4                |   28 ++++++-----
 configure.ac                |   31 ++----------
 include/X11/XlibConf.h.in   |    2 
 modules/im/ximcp/imThaiIm.c |    8 ++-
 modules/im/ximcp/imTrans.c  |    3 -
 nls/am_ET.UTF-8/Compose.pre |   19 +++++++
 nls/el_GR.UTF-8/Compose.pre |   17 ++++++
 nls/en_US.UTF-8/Compose.pre |  110 ++++++++++++++++++++++++++++++++++++++++++++
 nls/iso8859-1/Compose.pre   |    4 +
 nls/iso8859-13/Compose.pre  |   20 ++++++++
 nls/iso8859-14/Compose.pre  |    4 +
 nls/iso8859-15/Compose.pre  |    4 +
 nls/iso8859-3/Compose.pre   |    4 +
 nls/iso8859-4/Compose.pre   |   20 ++++++++
 nls/iso8859-9/Compose.pre   |    4 +
 nls/iso8859-9e/Compose.pre  |    4 +
 nls/locale.alias.pre        |    5 +-
 nls/pt_BR.UTF-8/Compose.pre |   58 +++++++++++++++++++++++
 src/ConnDis.c               |   35 ++++++--------
 src/GetDflt.c               |    8 +--
 src/XlibInt.c               |   21 +++++---
 src/locking.c               |    2 
 src/x11_trans.c             |    2 
 src/xcms/cmsColNm.c         |    9 +++
 src/xlibi18n/lcWrap.c       |    2 
 src/xlibi18n/xim_trans.c    |    2 
 27 files changed, 362 insertions(+), 82 deletions(-)
---


More information about the xorg-commit mailing list