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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Nov 20 19:07:38 UTC 2020


Tag 'libX11-1.7.0' created by Keith Packard <keithp at keithp.com> at 2020-11-20 19:02 +0000

libX11-1.7.0
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEw4O3eCVWE9/bQJ2R2yIaaQAAABEFAl+4EqoACgkQ2yIaaQAA
ABHTBBAAlvzSsAsPgkwtGvzaXTOe2Q1W4hvCoAUrY7rEP6G2Ah1LmiB8DkKNrzhu
WBMGOgCyR9ANsdiVd2iRcxo9aqQnka06Vi7cZGdqQF0JyyOowY0b6UArqia3W/hD
G2sW6QusS/Awts34AILrX0wNaglA7Mt25+tvVRxVh2uCPZ4dB6pM1fgYhg0UGAR3
0/ZsQe0V6upqr4X2FXmr+9IJEqoksNpt+qOufhQATUqk6uQOKYIbGVDQDh1vIDZ8
NPOoJyoqQdUSaMfgBgw6DaO40jLErKLtM11WP9HUgrYeXemuA32yC60UzE2nA4qn
7I4P8aTwBPnJeVFB5NNu2kx/P+jL4Se4hWbZCDmtT74euA4L58KfyrCpNMFEzEEN
umkQc5lA4BrDUmYOPUZlVNdTwJZyDbVB5y9rGnjbEBC5oGEdwEW8RYeP68mSQSP7
tN3WNJsxWd0uL89syv+YfOMPijMIs09UbY7LJrYfc4OS+1rDy2Na1nphrJQ50kH+
c0vq9MFRFtwaC2o+LBwGCHjcBQl3UuRqwOLj3hUuToZ4ZhbNwt6WtzXOPd0RWd5x
i5ZvzeQq8UaAmBWc5BbDilkmtNJRmUgcLv3B+d5A5rIg2M0MQGVv8lPp5iz+wSjT
xYlzMJfDMzsrRUGVNUluAHuN4dj2leCUdnt6pX93U1yygEhWamU=
=0D5Z
-----END PGP SIGNATURE-----

Changes since libX11-1.6.12:
Alan Coopersmith (8):
      Raise minimum required xproto version to 7.0.25 (released 2013-11-23)
      Mark FreeBlueTblElements label unused in LRGB.c
      i18n: use memcpy instead of strncpy on unterminated char arrays
      lcUTF8: Increase string buffer size from 20 to 32 bytes
      Exempt XLookupKeysym from XKeycodeToKeysym deprecation warnings
      Use __builtin_popcountl if available to replace Ones() in GetImage.c
      XimProto.h: wrap XIM_HEADER_SIZE definition in parens
      Don't leave dangling pointers in Free functions

Antti Savolainen (2):
      Added support for UPWARDS ARROW and ALMOST EQUAL TO
      Added DOWNWARD ARROW support

Benno Schulenberg (8):
      nls: remove four aliases where the name is identical to the definition
      nls: remove country-specific aliases for two constructed languages
      nls: remove some twenty aliases that have been obsolete for fifteen years
      nls: vertically align the target column of aliases
      nls: Allow all letters with a caron to be composed also with v.
      nls: rename the obsolete sr_CS locale to sr_RS
      nls: remove mistaken Serbian compose sequences with combining diacritics
      nls: improve the comments for the Serbian compose sequences

Carlos Garnacho (2):
      Prepare for _XIOError() possibly returning
      Add XSetIOErrorExitHandler() function

Carmina16 (1):
      Adding ia and ie locales

Frediano Ziglio (1):
      Fix poll_for_response race condition

Jacek Caban (2):
      Make conv_list thread safe.
      Don't cache last lcd in _XlcCurrentLC.

Jonathan Belsewir (1):
      Add less and greater to characters that are difficult to access on some keyboards

Keith Packard (6):
      Don't cache converters in _Xlcmbtowc and Xlcwctomb
      Don't attempt to unload locale context data
      Avoid recursing through _XError due to sequence adjustment
      Copy locale modifiers when creating XimInstCallback [v2]
      Update libX11 .so version to 6.4.0
      Version 1.7.0

Krzesimir Nowak (1):
      Fix leaking modifiers string.

Maya Rashish (1):
      Avoid the use of "register" keyword in public headers.

Peter Hutterer (1):
      gitlab CI: add a basic build test

Ross Burton (1):
      cpprules.in: squash whitespace in generated files

---
 .gitlab-ci.yml               |  102 ++++++++++++++++++++++++
 README.md                    |   52 +++++++++++-
 configure.ac                 |    7 -
 cpprules.in                  |    3 
 include/X11/ImUtil.h         |   12 +-
 include/X11/Xlib.h           |   10 ++
 include/X11/Xlibint.h        |   43 ++++------
 m4/ax_gcc_builtin.m4         |  176 +++++++++++++++++++++++++++++++++++++++++++
 man/XSetErrorHandler.man     |   12 ++
 modules/im/ximcp/imDefIm.c   |    4 
 modules/im/ximcp/imInsClbk.c |   11 ++
 modules/im/ximcp/imTrX.c     |    1 
 modules/im/ximcp/imTrans.c   |    1 
 modules/lc/gen/lcGenConv.c   |   10 +-
 nls/compose.dir.pre          |    3 
 nls/en_US.UTF-8/Compose.pre  |   42 ++++++++++
 nls/locale.alias.pre         |  112 +++++++++------------------
 nls/locale.dir.pre           |    5 -
 nls/sr_RS.UTF-8/Compose.pre  |   45 +++-------
 src/Context.c                |    1 
 src/ErrHndlr.c               |   25 ++++++
 src/GetImage.c               |   15 ++-
 src/GetWAttrs.c              |    2 
 src/ImUtil.c                 |    8 -
 src/IntAtom.c                |    1 
 src/KeyBind.c                |    1 
 src/Makefile.am              |    2 
 src/OpenDis.c                |    4 
 src/PutBEvent.c              |    4 
 src/PutImage.c               |    4 
 src/RegstFlt.c               |    1 
 src/SetCRects.c              |    2 
 src/Window.c                 |    6 -
 src/XlibInt.c                |   41 +++++++---
 src/Xxcbint.h                |    1 
 src/locking.c                |   26 ++++++
 src/locking.h                |   12 ++
 src/xcb_disp.c               |    1 
 src/xcb_io.c                 |  141 +++++++++++++++++++++++++++-------
 src/xcms/LRGB.c              |    2 
 src/xkb/XKBBind.c            |   14 +++
 src/xkb/XKBUse.c             |    1 
 src/xlibi18n/XimProto.h      |    4 
 src/xlibi18n/lcConv.c        |   25 ++++--
 src/xlibi18n/lcDB.c          |    2 
 src/xlibi18n/lcGeneric.c     |    8 +
 src/xlibi18n/lcPublic.c      |    1 
 src/xlibi18n/lcStd.c         |   50 ++++--------
 src/xlibi18n/lcUTF8.c        |    2 
 src/xlibi18n/lcWrap.c        |   33 --------
 50 files changed, 806 insertions(+), 285 deletions(-)
---


More information about the xorg-commit mailing list