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

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



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

Changes since XORG-6_8_1:
Alan Coopersmith:
      Bugzilla Bug 2006 (https://bugs.freedesktop.org/show_bug.cgi?id=2006) Patch #2031 (https://bugs.freedesktop.org/attachment.cgi?id=2031) XEmbed client doesn't receive key events from XIM: Use | to set a bit, not &. Patch by Hidetoshi Tajima <hidetoshi.tajima@sun.com>.
      xc/lib/X11/ErrDes.c

Alexander Gottwald:
      Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory
      Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added mingw (Win32) port
      Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory
      Bugzilla #1980, https://bugs.freedesktop.org/show_bug.cgi?id=1980 Make location of XErrorDB configurable
      Bugzilla #1980 (https://bugs.freedesktop.org/show_bug.cgi?id=1980) Handle XERRORDB only on WIN32 platform

Egbert Eich:
      Unregistering events in XSelectInput() when unregistering IM filter callbacks may be a bad idea as others may be interested in this event. Removed the call to XSelectInput() altogether as we are in root window anyway (Lubos Lunak).
      Made handling of DevelDrivers for x86-64 more conformant to other platforms.
      Correcting font encodings for GB18030, GBK and BIG5-HKSCS. Adding nls support for those encodings (Bugzilla 1573, James Su).
      Removed #ifdef'ed out code together with the comment explaining why it was #ifdef'ed out.
      'Normalize' locale names (ie. remove any '-' and '_' and convert to lower case after the <language>_<territory> part) before matching against locale.alias (Bugzilla #2262). This needs adequate testing that we don't accidentally introduce undesirable side effects.
      Made some security enhancements:

Eric Anholt:
      Use attributes instead of pragmas for weak symbols on gcc 2.95 as well. Using pragmas may result in the symbols being undefined with big -O. (FreeBSD ports/69708, Masakazu HIGAKI <higamasa@dream.com>)

Jim Gettys:
      fix comment to indicate additional possible mode. i bug 1756 reported by Owen Taylor.

Kristian Høgsberg:
      Fix #1818

Markus Kuhn:
      The big keysym cleanup, to bring implementation in line with the recent revision of Appendix A of the protocol spec. (Markus Kuhn)
      bug fix for previous patch
      cleaned up boundary-case handling for Uxxxx Unicode keysym notation

Matthieu Herrb:
      Fix missing XChangeProperty() prototype missing in synopsis section.

Roland Mainz:
      xc/nls/compose.dir
      xc/nls/compose.dir
      xc/nls/compose.dir
      xc/nls/compose.dir
      xc/nls/Compose/pt_BR.UTF-8
      xc/nls/Compose/iso8859-2

Søren Sandmann Pedersen:
      Fri Oct 8 18:53:11 2004 Soeren Sandmann <sandmann@redhat.com>

---
 include/X11/Xlib.h                 |    5 
 man/XGetWindowProperty.man         |    1 
 modules/im/ximcp/imEvToWire.c      |    2 
 modules/im/ximcp/imInsClbk.c       |    2 
 modules/im/ximcp/imRm.c            |    6 
 modules/im/ximcp/imTrans.c         |    4 
 nls/compose.dir.pre                |   18 
 nls/en_US.UTF-8/Compose.pre        |    2 
 nls/en_US.UTF-8/XLC_LOCALE.pre     |   43 
 nls/iso8859-2/Compose.pre          |    4 
 nls/iso8859-3/Compose.pre          |    4 
 nls/iso8859-9/Compose.pre          |    4 
 nls/iso8859-9e/Compose.pre         |    4 
 nls/locale.alias.pre               |   30 
 nls/locale.dir.pre                 |   13 
 nls/pt_BR.UTF-8/Compose.pre        | 5541 +++++++++++++++++++++++++++++++++++++
 nls/pt_BR.UTF-8/XI18N_OBJS         |    7 
 nls/pt_BR.UTF-8/XLC_LOCALE.pre     |  142 
 nls/zh_CN.UTF-8/XLC_LOCALE.pre     |   37 
 nls/zh_CN.gb18030/Compose.pre      |   15 
 nls/zh_CN.gb18030/XI18N_OBJS       |    7 
 nls/zh_CN.gb18030/XLC_LOCALE.pre   |  106 
 nls/zh_CN.gbk/XLC_LOCALE.pre       |    2 
 nls/zh_HK.UTF-8/XI18N_OBJS         |    7 
 nls/zh_HK.UTF-8/XLC_LOCALE.pre     |   96 
 nls/zh_HK.big5/Compose.pre         |   13 
 nls/zh_HK.big5/XI18N_OBJS          |    7 
 nls/zh_HK.big5hkscs/Compose.pre    |   13 
 nls/zh_HK.big5hkscs/XLC_LOCALE.pre |   99 
 nls/zh_TW.UTF-8/XLC_LOCALE.pre     |   79 
 src/ConnDis.c                      |    4 
 src/ErrDes.c                       |   13 
 src/KeyBind.c                      |  139 
 src/KeysymStr.c                    |   17 
 src/OpenDis.c                      |    4 
 src/StrKeysym.c                    |   14 
 src/UIThrStubs.c                   |    2 
 src/XlibInt.c                      |   30 
 src/util/makekeys.c                |   13 
 src/xkb/XKBBind.c                  |    2 
 src/xkb/XKBSetGeom.c               |    3 
 src/xlibi18n/lcFile.c              |   93 
 42 files changed, 6249 insertions(+), 398 deletions(-)
---



Reply to: