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

libx11: Changes to 'refs/tags/libx11-2_1.2-1'



Tag 'libx11-2_1.2-1' created by Julien Cristau <jcristau@debian.org> at 2009-03-09 15:49 +0000

Tagging upload of libx11 2:1.2-1 to unstable.

Changes since libx11-2_1.1.99.2-1:
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 (10):
      Remove obsolete ld.so.conf handling from libx11-6 postinst.
      Check Xmalloc return value in _XConnectXCB
      Bump to 1.2
      Merge tag 'libX11-1.2' into debian-unstable
      Update changelogs
      Run autoreconf on build, and handle parallel builds.
      Delete generated files
      Refresh patches
      Use a wildcard for usr/share/X11/locale instead of listing every single file.
      Prepare changelog for upload

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 
 ChangeLog                                                  |  358 
 Makefile.am                                                |    4 
 Makefile.in                                                |  755 
 README                                                     |   77 
 acinclude.m4                                               |    2 
 aclocal.m4                                                 | 8347 ----
 compile                                                    |  142 
 config.guess                                               | 1526 
 config.sub                                                 | 1658 
 configure                                                  |26908 -------------
 configure.ac                                               |   19 
 cpprules.in                                                |    3 
 debian/changelog                                           |   13 
 debian/control                                             |    5 
 debian/libx11-6.postinst.in                                |   23 
 debian/libx11-data.install                                 |  178 
 debian/patches/003_recognize_glibc_2.3.2_locale_names.diff |   10 
 debian/patches/012_ru_RU_UTF-8_XLC_LOCALE.diff             |    2 
 debian/rules                                               |   24 
 depcomp                                                    |  589 
 include/.gitignore                                         |    2 
 include/Makefile.in                                        |  493 
 include/X11/.gitignore                                     |    2 
 include/X11/cursorfont.h                                   |    5 
 install-sh                                                 |  519 
 ltmain.sh                                                  | 6964 ---
 man/.gitignore                                             |    3 
 man/Makefile.in                                            | 2092 -
 man/xkb/Makefile.in                                        |  660 
 man/xkb/XkbSAGroup.man                                     |    5 
 man/xkb/XkbSASetGroup.man                                  |    5 
 man/xkb/XkbSetIndicatorMap.man                             |    4 
 missing                                                    |  367 
 mkinstalldirs                                              |  161 
 modules/.gitignore                                         |    2 
 modules/Makefile.in                                        |  539 
 modules/im/.gitignore                                      |    2 
 modules/im/Makefile.in                                     |  539 
 modules/im/ximcp/.gitignore                                |    7 
 modules/im/ximcp/Makefile.in                               |  621 
 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/Makefile.in                                     |  539 
 modules/lc/Utf8/.gitignore                                 |    7 
 modules/lc/Utf8/Makefile.in                                |  562 
 modules/lc/Utf8/lcUTF8Load.c                               |   14 
 modules/lc/def/.gitignore                                  |    7 
 modules/lc/def/Makefile.in                                 |  560 
 modules/lc/gen/.gitignore                                  |    7 
 modules/lc/gen/Makefile.in                                 |  560 
 modules/lc/xlocale/.gitignore                              |    7 
 modules/lc/xlocale/Makefile.in                             |  564 
 modules/om/.gitignore                                      |    2 
 modules/om/Makefile.in                                     |  539 
 modules/om/generic/.gitignore                              |    7 
 modules/om/generic/Makefile.in                             |  579 
 nls/.gitignore                                             |   11 
 nls/C/.gitignore                                           |    4 
 nls/C/Makefile.in                                          |  467 
 nls/Makefile.in                                            |  685 
 nls/am_ET.UTF-8/.gitignore                                 |    4 
 nls/am_ET.UTF-8/Makefile.in                                |  467 
 nls/armscii-8/.gitignore                                   |    4 
 nls/armscii-8/Makefile.in                                  |  467 
 nls/compose.dir.pre                                        |    2 
 nls/el_GR.UTF-8/.gitignore                                 |    4 
 nls/el_GR.UTF-8/Makefile.in                                |  467 
 nls/en_US.UTF-8/.gitignore                                 |    4 
 nls/en_US.UTF-8/Compose.pre                                |  489 
 nls/en_US.UTF-8/Makefile.in                                |  467 
 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-academy/Makefile.in                           |  467 
 nls/georgian-ps/.gitignore                                 |    4 
 nls/georgian-ps/Makefile.in                                |  467 
 nls/ibm-cp1133/.gitignore                                  |    4 
 nls/ibm-cp1133/Makefile.in                                 |  467 
 nls/iscii-dev/.gitignore                                   |    4 
 nls/iscii-dev/Makefile.in                                  |  467 
 nls/isiri-3342/.gitignore                                  |    4 
 nls/isiri-3342/Makefile.in                                 |  467 
 nls/iso8859-1/.gitignore                                   |    4 
 nls/iso8859-1/Makefile.in                                  |  467 
 nls/iso8859-10/.gitignore                                  |    4 
 nls/iso8859-10/Makefile.in                                 |  467 
 nls/iso8859-11/.gitignore                                  |    4 
 nls/iso8859-11/Makefile.in                                 |  467 
 nls/iso8859-13/.gitignore                                  |    4 
 nls/iso8859-13/Makefile.in                                 |  467 
 nls/iso8859-14/.gitignore                                  |    4 
 nls/iso8859-14/Makefile.in                                 |  467 
 nls/iso8859-15/.gitignore                                  |    4 
 nls/iso8859-15/Makefile.in                                 |  467 
 nls/iso8859-2/.gitignore                                   |    4 
 nls/iso8859-2/Makefile.in                                  |  467 
 nls/iso8859-3/.gitignore                                   |    4 
 nls/iso8859-3/Makefile.in                                  |  467 
 nls/iso8859-4/.gitignore                                   |    4 
 nls/iso8859-4/Makefile.in                                  |  467 
 nls/iso8859-5/.gitignore                                   |    4 
 nls/iso8859-5/Makefile.in                                  |  467 
 nls/iso8859-6/.gitignore                                   |    4 
 nls/iso8859-6/Makefile.in                                  |  467 
 nls/iso8859-7/.gitignore                                   |    4 
 nls/iso8859-7/Makefile.in                                  |  467 
 nls/iso8859-8/.gitignore                                   |    4 
 nls/iso8859-8/Makefile.in                                  |  467 
 nls/iso8859-9/.gitignore                                   |    4 
 nls/iso8859-9/Makefile.in                                  |  467 
 nls/iso8859-9e/.gitignore                                  |    4 
 nls/iso8859-9e/Makefile.in                                 |  467 
 nls/ja.JIS/.gitignore                                      |    4 
 nls/ja.JIS/Makefile.in                                     |  467 
 nls/ja.S90/.gitignore                                      |    4 
 nls/ja.S90/Makefile.in                                     |  467 
 nls/ja.SJIS/.gitignore                                     |    4 
 nls/ja.SJIS/Makefile.in                                    |  467 
 nls/ja.U90/.gitignore                                      |    4 
 nls/ja.U90/Makefile.in                                     |  467 
 nls/ja/.gitignore                                          |    4 
 nls/ja/Makefile.in                                         |  467 
 nls/ja_JP.UTF-8/.gitignore                                 |    4 
 nls/ja_JP.UTF-8/Makefile.in                                |  467 
 nls/ko/.gitignore                                          |    4 
 nls/ko/Makefile.in                                         |  467 
 nls/ko_KR.UTF-8/.gitignore                                 |    4 
 nls/ko_KR.UTF-8/Makefile.in                                |  467 
 nls/koi8-c/.gitignore                                      |    4 
 nls/koi8-c/Makefile.in                                     |  467 
 nls/koi8-r/.gitignore                                      |    4 
 nls/koi8-r/Makefile.in                                     |  467 
 nls/koi8-u/.gitignore                                      |    4 
 nls/koi8-u/Makefile.in                                     |  467 
 nls/locale.dir.pre                                         |    2 
 nls/microsoft-cp1251/.gitignore                            |    4 
 nls/microsoft-cp1251/Makefile.in                           |  467 
 nls/microsoft-cp1255/.gitignore                            |    4 
 nls/microsoft-cp1255/Makefile.in                           |  467 
 nls/microsoft-cp1256/.gitignore                            |    4 
 nls/microsoft-cp1256/Makefile.in                           |  467 
 nls/mulelao-1/.gitignore                                   |    4 
 nls/mulelao-1/Makefile.in                                  |  467 
 nls/nokhchi-1/.gitignore                                   |    4 
 nls/nokhchi-1/Makefile.in                                  |  467 
 nls/pt_BR.UTF-8/.gitignore                                 |    4 
 nls/pt_BR.UTF-8/Makefile.in                                |  467 
 nls/ru_RU.UTF-8/Makefile.in                                |  467 
 nls/tatar-cyr/.gitignore                                   |    4 
 nls/tatar-cyr/Makefile.in                                  |  467 
 nls/th_TH.UTF-8/.gitignore                                 |    4 
 nls/th_TH.UTF-8/Makefile.in                                |  467 
 nls/th_TH/.gitignore                                       |    4 
 nls/th_TH/Makefile.in                                      |  467 
 nls/tscii-0/.gitignore                                     |    4 
 nls/tscii-0/Makefile.in                                    |  467 
 nls/vi_VN.tcvn/.gitignore                                  |    4 
 nls/vi_VN.tcvn/Makefile.in                                 |  467 
 nls/vi_VN.viscii/.gitignore                                |    4 
 nls/vi_VN.viscii/Makefile.in                               |  467 
 nls/zh_CN.UTF-8/.gitignore                                 |    4 
 nls/zh_CN.UTF-8/Makefile.in                                |  467 
 nls/zh_CN.gb18030/.gitignore                               |    4 
 nls/zh_CN.gb18030/Makefile.in                              |  467 
 nls/zh_CN.gbk/.gitignore                                   |    4 
 nls/zh_CN.gbk/Makefile.in                                  |  467 
 nls/zh_CN/.gitignore                                       |    4 
 nls/zh_CN/Makefile.in                                      |  467 
 nls/zh_HK.UTF-8/.gitignore                                 |    4 
 nls/zh_HK.UTF-8/Makefile.in                                |  467 
 nls/zh_HK.big5/.gitignore                                  |    4 
 nls/zh_HK.big5/Makefile.in                                 |  467 
 nls/zh_HK.big5hkscs/.gitignore                             |    4 
 nls/zh_HK.big5hkscs/Makefile.in                            |  467 
 nls/zh_TW.UTF-8/.gitignore                                 |    4 
 nls/zh_TW.UTF-8/Makefile.in                                |  467 
 nls/zh_TW.big5/.gitignore                                  |    4 
 nls/zh_TW.big5/Makefile.in                                 |  467 
 nls/zh_TW/.gitignore                                       |    4 
 nls/zh_TW/Makefile.in                                      |  467 
 src/.gitignore                                             |   12 
 src/ConnDis.c                                              |    7 
 src/Context.c                                              |   11 
 src/Host.c                                                 |   24 
 src/Makefile.in                                            | 1256 
 src/OpenDis.c                                              |    7 
 src/StBytes.c                                              |    2 
 src/XKeysymDB                                              |    2 
 src/XlibInt.c                                              |   11 
 src/Xrm.c                                                  |    8 
 src/config.h.in                                            |  190 
 src/locking.c                                              |    2 
 src/util/.gitignore                                        |    4 
 src/util/Makefile.in                                       |  514 
 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/xcms/Makefile.in                                       |  682 
 src/xkb/.gitignore                                         |    7 
 src/xkb/Makefile.in                                        |  556 
 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/Makefile.in                                   |  688 
 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 
 237 files changed, 21035 insertions(+), 89899 deletions(-)
---


Reply to: