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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 30 20:57:14 UTC 2022


Tag 'libX11-1.7.4' created by Matt Turner <mattst88 at gmail.com> at 2022-03-30 20:57 +0000

libX11-1.7.4
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iNUEABYKAH0WIQReryEEmoa4pUzLG/qs6yl0DJpOlwUCYkTEJl8UgAAAAAAuAChp
c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0NUVB
RjIxMDQ5QTg2QjhBNTRDQ0IxQkZBQUNFQjI5NzQwQzlBNEU5NwAKCRCs6yl0DJpO
lxOJAP4vG8VX/WJ8BGpf9IgLrFyhxTFiUe32GtXvYpUQOVOZFQD+Lt1w05D1/DOp
3EHYs33XsDFwT69WMmKARt4RRMTvDAo=
=4SNh
-----END PGP SIGNATURE-----

Changes since libX11-1.7.3.1:
Adam Jackson (1):
      xcb: Clarify the XInitThreads error message

Alan Coopersmith (1):
      gitlab CI: enable Static Application Security Testing (SAST)

Antti Savolainen (1):
      nls: add two compose sequences for an upwards arrow using dead_circumflex

ArenaL5 (2):
      nls: add a compose sequence for the middle dot (·) using dead_circumflex
      nls: add a compose sequence for the copyleft symbol

Benno Schulenberg (30):
      lcUTF8: remove two unneeded ifs and two elses that are never reached
      XKBMAlloc: use the correct first-key variable when extending a key range
      docs: unwrap some mistakenly wrapped lines, and correct a comment
      docs: unwrap the comments of structure elements in the man pages
      nls: remove redundant compose sequences with the deprecated 'underbar'
      nls: remove redundant compose sequences with deprecated Hebrew symbols
      nls: group some compose sequences better, and add some comments
      nls: delete some ineffective compose sequences (that were commented out)
      nls: move the block of Jamo to its logical place (ascending Unicodes)
      nls: remove the compose sequences with the deviant KP_Space symbol
      nls: fix a typo (be_BG => bg_BG) and drop an obsolete comment
      nls: put some entries in their alphabetical order, and adjust alignment
      nls: remove some obsolete Norwegian and Yugoslavian locale names
      nls: add the es_CU locale name, for Cuba
      XKBCvt: remove an if that never gets triggered
      remove a commented-out code fragment, and remove a stray blank line
      KeyBind: update the Greek case-conversion tables to Unicode Data 14.0
      KeyBind: slightly speed up some case conversions by adding missing returns
      KeyBind: reshuffle two ifs into the general order of ascending codes
      docs: add missing word, wrap line, fix typo, and trim an excess space
      nls: among the compose sequences, replace all runs of spaces with tabs
      nls: do some manual adjustment of whitespace in the compose sequences
      imDefLkup: verify that a pointer isn't NULL before using it
      nls: add compose sequences for leftward, upward and downward double arrow
      nls: use shape-based compose sequences for hammer-and-sickle instead
      nls: group the compose sequences for tilde, degree, and cedilla together
      nls: remove the mistaken eo_EO names -- EO is not a valid country code
      nls: map eo.UTF-8 directly to en_US.UTF-8 instead of using a relay alias
      nls: remove obsolete locale aliases with uppercase in the language code
      nls: add a compose sequence for the peace symbol

Christopher Chavez (2):
      Xlib.h: spelling fix in comment
      Xlib.h: fix spelling in comment

Denis Drakhnia (1):
      nls: Add ru_UA.utf8 locale alias.

Giovanni Mascellani (1):
      xcb_io: Allow jumps backwards when widening the request number.

Hodong (2):
      specs/XIM: fix a missing "EXT" in the documentation
      Fix two memory leaks in _XFreeX11XCBStructure()

Matt Turner (1):
      libX11 1.7.4

iyzana (1):
      nls: add locale alias from eo.UTF-8 to eo_XX.UTF-8

---
 .gitlab-ci.yml                        |    4 
 README.md                             |    7 
 configure.ac                          |    2 
 include/X11/Xlib.h                    |    4 
 man/xkb/XkbActionCtrls.man            |   15 
 man/xkb/XkbBell.man                   |    9 
 man/xkb/XkbBellEvent.man              |    6 
 man/xkb/XkbChangeMap.man              |   24 
 man/xkb/XkbChangeNames.man            |   24 
 man/xkb/XkbChangeTypesOfKey.man       |   24 
 man/xkb/XkbCopyKeyTypes.man           |   12 
 man/xkb/XkbGetBounceKeysDelay.man     |    3 
 man/xkb/XkbGetControlsChanges.man     |    8 
 man/xkb/XkbGetSlowKeysDelay.man       |    3 
 man/xkb/XkbKeyAction.man              |   12 
 man/xkb/XkbKeyActionEntry.man         |   12 
 man/xkb/XkbKeyActionsPtr.man          |   12 
 man/xkb/XkbKeyNumGroups.man           |   91 
 man/xkb/XkbSAActionSetCtrls.man       |   15 
 man/xkb/XkbSAGroup.man                |    3 
 man/xkb/XkbSARedirectSetVModsMask.man |   12 
 man/xkb/XkbSARedirectVMods.man        |   12 
 man/xkb/XkbSARedirectVModsMask.man    |   12 
 man/xkb/XkbSetBounceKeysDelay.man     |    3 
 man/xkb/XkbSetMap.man                 |   22 
 man/xkb/XkbSetNames.man               |   21 
 modules/im/ximcp/imDefLkup.c          |    3 
 modules/im/ximcp/imThaiFlt.c          |    4 
 nls/compose.dir.pre                   |   31 
 nls/en_US.UTF-8/Compose.pre           |12112 ++++++++++++++++------------------
 nls/locale.alias.pre                  |   76 
 nls/locale.dir.pre                    |   79 
 specs/XIM/xim.xml                     |    2 
 specs/XKB/ch14.xml                    |    4 
 src/KeyBind.c                         |   54 
 src/xcb_disp.c                        |    2 
 src/xcb_io.c                          |   15 
 src/xkb/XKBCvt.c                      |    3 
 src/xkb/XKBMAlloc.c                   |    4 
 src/xlibi18n/lcUTF8.c                 |   36 
 40 files changed, 6218 insertions(+), 6579 deletions(-)
---


More information about the xorg-commit mailing list