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

Julien Cristau jcristau at kemper.freedesktop.org
Tue Feb 17 08:05:00 PST 2009


Tag 'libX11-1.2' created by Julien Cristau <jcristau at debian.org> at 2009-02-17 15:53 -0800

libX11 1.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkma3WMACgkQmEvTgKxfcAxGfACgsP/5zQgB1j2I3//WJITxbnGb
1ykAn0y+10UOhdAoL0CmaWDtTqoD6Pbc
=oPkh
-----END PGP SIGNATURE-----

Changes since libX11-1.1.99.2:
Adam Jackson (1):
      Fix leak in _XimXGetReadData

Alan Coopersmith (1):
      Add README with pointers to mailing list, bugzilla & git repos

Brian Rogers (1):
      Initialize event_notify after allocating the memory for it.

Colin Harrison (1):
      Fix copy/paste typo in imLcPrs

James Cloos (7):
      [nls]  Add some UTF-8 Compose sequences
      [nls] Annotate the Bépo compose sequences
      Use C comments rather than initial doubled hashes to exclude lines from .pre files
      Revert "For nls/*.pre, allow people to comment lines by starting them with '##'."
      [i18n] s/U00DC/Udiaeresis/g
      NLS: Add UTF-8 compose file for Finnish
      dolt: allow older versions of bash to compile the library

Jeremy Huddleston (1):
      Force local transport when using the launchd socket.

Julien Cristau (2):
      Check Xmalloc return value in _XConnectXCB
      Bump to 1.2

Ken Thomases (1):
      [i18n] Provide translation from XK_partialderivative (8ef) to Unicode (U2202)

Paulo Cesar Pereira de Andrade (10):
      Janitor: ansification, make distcheck, compiler warnings.
      Janitor: Correct some gcc/sparse warnings.
      patches to avoid gcc warnings for libX11 (#1)
      patches to avoid gcc warnings for libX11 (#2)
      patches to avoid gcc warnings for libX11 (#3)
      patches to avoid gcc warnings for libX11 (#4)
      WORD64 compile fix. This bug catched on a overview of the code.
      Don't add prototypes for functions that don't exist.
      Allow multiple inclusions of cursorfont.h, cosmetic patch.
      Check if a function argument is NULL.

Peter Hutterer (2):
      Add XF86Suspend, XF86Hibernate to KeysymDB.
      Fix wrong implies symbol.

Stefan Dirsch (3):
      Added remaining hunk of Egbert's patch to prevent XIM deadlocks (#1182).
      Added remaining xlib patch required for gb18030 support (#1573).
      Fixed strange font mixups, when fontsets are still used (#2676, Novell #74299).

Will Thompson (2):
      Add two essential compose sequences
      NLS: Compose: Non-aliasing CCCP

vehemens (1):
      [i18n] Distribute new headers which were added for gb18030 support.

---
 .gitignore                            |   55 
 Makefile.am                           |    4 
 README                                |   77 
 acinclude.m4                          |    2 
 configure.ac                          |   19 
 cpprules.in                           |    3 
 include/.gitignore                    |    2 
 include/X11/.gitignore                |    2 
 include/X11/cursorfont.h              |    5 
 man/.gitignore                        |    3 
 man/xkb/XkbSAGroup.man                |    5 
 man/xkb/XkbSASetGroup.man             |    5 
 man/xkb/XkbSetIndicatorMap.man        |    4 
 modules/.gitignore                    |    2 
 modules/im/.gitignore                 |    2 
 modules/im/ximcp/.gitignore           |    7 
 modules/im/ximcp/imDefLkup.c          |   11 
 modules/im/ximcp/imDispch.c           |    6 
 modules/im/ximcp/imInsClbk.c          |    3 
 modules/im/ximcp/imInt.c              |   11 
 modules/im/ximcp/imLcFlt.c            |    8 
 modules/im/ximcp/imLcGIc.c            |    4 
 modules/im/ximcp/imLcIm.c             |    3 
 modules/im/ximcp/imLcLkup.c           |   54 
 modules/im/ximcp/imLcPrs.c            |    2 
 modules/im/ximcp/imLcSIc.c            |    4 
 modules/im/ximcp/imRm.c               |   30 
 modules/im/ximcp/imThaiFlt.c          |    6 
 modules/im/ximcp/imThaiIm.c           |   12 
 modules/im/ximcp/imTrX.c              |    7 
 modules/im/ximcp/imTransR.c           |   23 
 modules/lc/.gitignore                 |    2 
 modules/lc/Utf8/.gitignore            |    7 
 modules/lc/Utf8/lcUTF8Load.c          |   14 
 modules/lc/def/.gitignore             |    7 
 modules/lc/gen/.gitignore             |    7 
 modules/lc/xlocale/.gitignore         |    7 
 modules/om/.gitignore                 |    2 
 modules/om/generic/.gitignore         |    7 
 nls/.gitignore                        |   11 
 nls/C/.gitignore                      |    4 
 nls/am_ET.UTF-8/.gitignore            |    4 
 nls/armscii-8/.gitignore              |    4 
 nls/compose.dir.pre                   |    2 
 nls/el_GR.UTF-8/.gitignore            |    4 
 nls/en_US.UTF-8/.gitignore            |    4 
 nls/en_US.UTF-8/Compose.pre           |  489 ++
 nls/en_US.UTF-8/XLC_LOCALE.pre        |  198 -
 nls/fi_FI.UTF-8/Compose.pre           | 6691 ++++++++++++++++++++++++++++++++++
 nls/fi_FI.UTF-8/Makefile.am           |    3 
 nls/georgian-academy/.gitignore       |    4 
 nls/georgian-ps/.gitignore            |    4 
 nls/ibm-cp1133/.gitignore             |    4 
 nls/iscii-dev/.gitignore              |    4 
 nls/isiri-3342/.gitignore             |    4 
 nls/iso8859-1/.gitignore              |    4 
 nls/iso8859-10/.gitignore             |    4 
 nls/iso8859-11/.gitignore             |    4 
 nls/iso8859-13/.gitignore             |    4 
 nls/iso8859-14/.gitignore             |    4 
 nls/iso8859-15/.gitignore             |    4 
 nls/iso8859-2/.gitignore              |    4 
 nls/iso8859-3/.gitignore              |    4 
 nls/iso8859-4/.gitignore              |    4 
 nls/iso8859-5/.gitignore              |    4 
 nls/iso8859-6/.gitignore              |    4 
 nls/iso8859-7/.gitignore              |    4 
 nls/iso8859-8/.gitignore              |    4 
 nls/iso8859-9/.gitignore              |    4 
 nls/iso8859-9e/.gitignore             |    4 
 nls/ja.JIS/.gitignore                 |    4 
 nls/ja.S90/.gitignore                 |    4 
 nls/ja.SJIS/.gitignore                |    4 
 nls/ja.U90/.gitignore                 |    4 
 nls/ja/.gitignore                     |    4 
 nls/ja_JP.UTF-8/.gitignore            |    4 
 nls/ko/.gitignore                     |    4 
 nls/ko_KR.UTF-8/.gitignore            |    4 
 nls/koi8-c/.gitignore                 |    4 
 nls/koi8-r/.gitignore                 |    4 
 nls/koi8-u/.gitignore                 |    4 
 nls/locale.dir.pre                    |    2 
 nls/microsoft-cp1251/.gitignore       |    4 
 nls/microsoft-cp1255/.gitignore       |    4 
 nls/microsoft-cp1256/.gitignore       |    4 
 nls/mulelao-1/.gitignore              |    4 
 nls/nokhchi-1/.gitignore              |    4 
 nls/pt_BR.UTF-8/.gitignore            |    4 
 nls/tatar-cyr/.gitignore              |    4 
 nls/th_TH.UTF-8/.gitignore            |    4 
 nls/th_TH/.gitignore                  |    4 
 nls/tscii-0/.gitignore                |    4 
 nls/vi_VN.tcvn/.gitignore             |    4 
 nls/vi_VN.viscii/.gitignore           |    4 
 nls/zh_CN.UTF-8/.gitignore            |    4 
 nls/zh_CN.gb18030/.gitignore          |    4 
 nls/zh_CN.gbk/.gitignore              |    4 
 nls/zh_CN/.gitignore                  |    4 
 nls/zh_HK.UTF-8/.gitignore            |    4 
 nls/zh_HK.big5/.gitignore             |    4 
 nls/zh_HK.big5hkscs/.gitignore        |    4 
 nls/zh_TW.UTF-8/.gitignore            |    4 
 nls/zh_TW.big5/.gitignore             |    4 
 nls/zh_TW/.gitignore                  |    4 
 src/.gitignore                        |   12 
 src/ConnDis.c                         |    7 
 src/Context.c                         |   11 
 src/Host.c                            |   24 
 src/OpenDis.c                         |    7 
 src/StBytes.c                         |    2 
 src/XKeysymDB                         |    2 
 src/XlibInt.c                         |   11 
 src/Xrm.c                             |    8 
 src/locking.c                         |    2 
 src/util/.gitignore                   |    4 
 src/util/makekeys.c                   |   10 
 src/x11_trans.c                       |    4 
 src/xcb_disp.c                        |   16 
 src/xcb_io.c                          |   22 
 src/xcms/.gitignore                   |    7 
 src/xkb/.gitignore                    |    7 
 src/xkb/XKBMisc.c                     |    2 
 src/xlibi18n/.gitignore               |    7 
 src/xlibi18n/ICWrap.c                 |   48 
 src/xlibi18n/IMWrap.c                 |   24 
 src/xlibi18n/Makefile.am              |    2 
 src/xlibi18n/XimTrans.h               |    6 
 src/xlibi18n/Ximint.h                 |    8 
 src/xlibi18n/Xlcint.h                 |    5 
 src/xlibi18n/imKStoUCS.c              |    4 
 src/xlibi18n/lcCT.c                   |    4 
 src/xlibi18n/lcFile.c                 |   22 
 src/xlibi18n/lcGeneric.c              |    3 
 src/xlibi18n/lcInit.c                 |    4 
 src/xlibi18n/lcUTF8.c                 |  552 ++
 src/xlibi18n/lcUniConv/big5hkscs.h    | 6252 +++++++++++++++++++++++++++++++
 src/xlibi18n/lcUniConv/cjk_tab_to_h.c |   47 
 src/xlibi18n/lcUniConv/gbk.h          | 6200 +++++++++++++++++++++++++++++++
 src/xlibi18n/lcWrap.c                 |    6 
 139 files changed, 20634 insertions(+), 780 deletions(-)
---


More information about the xorg-commit mailing list