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

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Apr 7 16:38:31 PDT 2009


Tag 'libX11-1.2.1' created by Alan Coopersmith <alan.coopersmith at sun.com> at 2009-04-07 23:39 -0700

libX11 version 1.2.1

Changes since libX11-1.2:
Alan Coopersmith (21):
      flags member of Display structure needs to be marked volatile
      Incorporate char range comments from Solaris version of ksc5601.h
      Incorporate more locale names/aliases from Solaris libX11
      Add --with-locale-lib-dir configure option to set locale lib install dir
      Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO error
      Bug 9953: Please provide locale alias hu_HU.utf8
      Correct locale alias for sh_BA.ISO8859-2 at bosnia (should be sr, not nr)
      Bug 14651: We need to add new locale specification for Belarusian Latin locale
      Bug 10082: Compose entries for some standard mathematical operators
      XErrorDB additions for RANDR 1.3
      XErrorDB additions for XInput errors and new XInput 1.5 requests
      XErrorDB additions for DRI2 requests
      Remove ifdef checks for macII left over from ancient A/UX 3.0 support
      When makekeys fails to find a good hash, print error instead of divide-by-zero
      makekeys: combine malloc(strlen)+strcpy into strdup
      Remove _XP_PRINT_SERVER_ #ifdefs from Xrm.c
      Delete some unused "#ifdef notdef" static functions
      Change masculine to ordmasculine in Compose file comments
      Further ansify prototypes & reduce #ifdefs in locking.c
      Fix a several sparse warnings: Using plain integer as NULL pointer
      Version bump: 1.2.1

Caolan McNamara (1):
      Bug 20575: man page for XCreatePixmapFromBitmapData doesn't match signature

Chris Ball (2):
      Build fix for fi_FI.
      Fix fi_FI locale install directory.

Emilio Jesús Gallego Arias (1):
      xcb_io: Avoid datatype overflow on AMD64 and friends.

Julien Cristau (2):
      nls: actually use the fi_FI.UTF-8 files
      Add a ru_RU.UTF-8 locale

Lubos Lunak (2):
      XGetErrorText() fails for extension error codes equal to the error base
      XErrorDB updates for XTEST, RANDR, DAMAGE extensions

Milos Komarcevic (1):
      Bug 11456: Serbian locale updates (sr_RS and sr_ME)

Paul Bender (1):
      Bug 15664: xau & xdmcp not needed in x11.pc dependencies when built with xcb

Xue Wei (4):
      Add kk_KZ.UTF-8 to locale.dir.pre for Kazakhstan
      Add locale aliases for no_NO & sh_BA locale variants
      Add nn_NO.UTF-8 to compose.dir.pre for Norwegian Nynorsk
      Add UTF-8 locale entries for es_US, kk_KZ, mt_MT, and sh_BA

Yaakov Selkowitz (Cygwin Ports maintainer) (1):
      Bug 20773: Xcursor dynamic loading on Cygwin

---
 configure.ac                     |   10 +-
 cpprules.in                      |    1 
 include/X11/Xlibint.h            |    2 
 man/XCreateColormap.man          |    2 
 man/XCreateFontCursor.man        |    2 
 man/XReadBitmapFile.man          |    2 
 modules/lc/def/lcDefConv.c       |    2 
 modules/lc/gen/lcGenConv.c       |    2 
 modules/lc/xlocale/lcJis.c       |    2 
 nls/Makefile.am                  |    2 
 nls/compose.dir.pre              |   11 ++
 nls/el_GR.UTF-8/Compose.pre      |    8 -
 nls/en_US.UTF-8/Compose.pre      |   12 +-
 nls/fi_FI.UTF-8/Compose.pre      |    8 -
 nls/fi_FI.UTF-8/Makefile.am      |    2 
 nls/iso8859-1/Compose.pre        |   16 +--
 nls/iso8859-15/Compose.pre       |    8 -
 nls/iso8859-9/Compose.pre        |    8 -
 nls/iso8859-9e/Compose.pre       |    8 -
 nls/locale.alias.pre             |   97 ++++++++++++----------
 nls/locale.dir.pre               |   12 ++
 nls/pt_BR.UTF-8/Compose.pre      |    8 -
 nls/ru_RU.UTF-8/Compose.pre      |    1 
 nls/ru_RU.UTF-8/Makefile.am      |    3 
 nls/ru_RU.UTF-8/XI18N_OBJS       |    7 +
 nls/ru_RU.UTF-8/XLC_LOCALE.pre   |  169 +++++++++++++++++++++++++++++++++++++++
 src/CrGlCur.c                    |    4 
 src/ErrDes.c                     |    2 
 src/ImUtil.c                     |    2 
 src/OpenDis.c                    |    4 
 src/ParseGeom.c                  |   18 ----
 src/Region.c                     |  146 ---------------------------------
 src/XErrorDB                     |   58 +++++++++++++
 src/XlibInt.c                    |   12 --
 src/Xrm.c                        |    6 -
 src/locking.c                    |  107 ++++++++----------------
 src/util/makekeys.c              |   16 ++-
 src/xcb_io.c                     |    4 
 src/xkb/XKBBind.c                |    2 
 src/xlibi18n/lcUniConv/ksc5601.h |   12 +-
 x11.pc.in                        |    2 
 41 files changed, 439 insertions(+), 361 deletions(-)
---


More information about the xorg-commit mailing list