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

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Jun 3 15:43:09 PDT 2010


Tag 'libX11-1.3.4' created by Alan Coopersmith <alan.coopersmith at oracle.com> at 2010-06-03 23:40 -0700

libX11 1.3.4

Changes since libX11-1.3.3:
Alan Coopersmith (6):
      Fix typo in new fi_FI.UTF-8 that was reported by "make check"
      Clarify requirements in XRestackWindows man page
      Bug 22584 - libX11 does not cross compile
      Fix typo that made configure always report "none" for man page suffix
      Workaround bug in groff flag processing that breaks distcheck
      libX11 1.3.4

Daniel Kahn Gillmor (1):
      Allow X11 users to compose anarchism

Dirk Wallenstein (5):
      man: Redirect users from XKeycodeToKeysym to XkbKeycodeToKeysym #25732
      man: Fix return value specification of XkbKeyActionEntry
      man: Return value of XkbGetState is Status and not Bool
      man: Add missing geometry component flag
      man: Correct the XkbAllAccessXEventsMask mask name

Fernando Carrijo (1):
      No need for req->firstKeyCode to be set twice.

Gaetan Nadon (8):
      doc: clean-up generated html images
      doc: use new macros to control doc generation
      specs: install html images in $docdir with html files
      doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6
      specs: change install cmd due to automake 1.11
      config: move CWARNFLAGS from configure.ac to Makefile.am
      config: remove the pkgconfig pc.in file from EXTRA_DIST
      config: update and relocate AC_DEFINE_DIR macro

Jamey Sharp (11):
      Run the user's synchandler as well as any internal synchandlers.
      Prefer the xcb_generic_error_t we already have over casting to xEvent.
      Extensions get to filter async errors too.
      _XError already runs async handlers; only call them directly for replies.
      Honest. Extensions get to filter async errors too.
      Move XID and sync handling from SyncHandle to LockDisplay to fix races.
      Pending requests are always added in-order.
      Fix _XSend to enqueue the right range of pending requests.
      Use InternalLockDisplay on code paths called from LockDisplay.
      Fix Xlib/XCB for multi-threaded applications (with caveats).
      Merge branch 'xlib-xcb-thread-fixes'

Jeremy Huddleston (4):
      Fix various build warnings
      Remove launchd logic from _XConnectXCB as it's handled in XCB
      Don't append the screen number when using a launchd socket
      xcb: Add TCP fallback

Josh Triplett (1):
      Stop returning an int from _XIDHandler and _XSeqSyncFunction

Julien Cristau (1):
      man: Fix typo in Makefile

Kristian Høgsberg (1):
      XErrorDB: Add new DRI2 request names

Kusanagi Kouichi (1):
      Fix manual typos.

Marko Myllynen (1):
      Bug 27465 - Rewritten fi_FI.UTF-8 Compose file

Markus Duft (1):
      Bug 26839: Fix build problem on Interix (POSIX layer on Windows)

Paul Bender (2):
      Bug 22590 - libX11 1.2.1 has broken abstract namespace support
      Bug 22591 - configure does not obey the --enable-*-transport options

---
 Makefile.am                            |    4 
 acinclude.m4                           |  230 -
 configure.ac                           |  143 
 include/X11/Xlibint.h                  |    7 
 m4/ax_define_dir.m4                    |   49 
 m4/dolt.m4                             |  185 +
 man/Makefile.am                        |    2 
 man/XRaiseWindow.man                   |    2 
 man/XStringToKeysym.man                |    4 
 man/xkb/Makefile.am                    |    4 
 man/xkb/XkbFreeGeometry.man            |    3 
 man/xkb/XkbGetBounceKeysDelay.man      |    2 
 man/xkb/XkbGetDetectableAutoRepeat.man |   92 
 man/xkb/XkbGetDetectableAutorepeat.man |   92 
 man/xkb/XkbGetSlowKeysDelay.man        |    2 
 man/xkb/XkbGetState.man                |    2 
 man/xkb/XkbKeyActionEntry.man          |    8 
 man/xkb/XkbSetBounceKeysDelay.man      |    2 
 man/xkb/XkbSetDetectableAutoRepeat.man |  105 
 man/xkb/XkbSetDetectableAutorepeat.man |  105 
 modules/im/ximcp/Makefile.am           |    3 
 modules/im/ximcp/imLcIm.c              |    4 
 modules/im/ximcp/imLcPrs.c             |    5 
 modules/im/ximcp/imRm.c                |    4 
 modules/lc/Utf8/Makefile.am            |    3 
 modules/lc/def/Makefile.am             |    3 
 modules/lc/gen/Makefile.am             |    3 
 modules/lc/xlocale/Makefile.am         |    3 
 modules/om/generic/Makefile.am         |    3 
 nls/en_US.UTF-8/Compose.pre            |    1 
 nls/fi_FI.UTF-8/Compose.pre            | 5463 +--------------------------------
 specs/.gitignore                       |    2 
 specs/XIM/Makefile.am                  |    2 
 specs/i18n/Makefile.am                 |    4 
 specs/libX11/Makefile.am               |    3 
 specs/troffrules.in                    |   38 
 src/ConnDis.c                          |   23 
 src/Makefile.am                        |    3 
 src/OpenDis.c                          |   27 
 src/SetPntMap.c                        |    1 
 src/XErrorDB                           |    6 
 src/XlibInt.c                          |   58 
 src/Xprivate.h                         |   15 
 src/Xxcbint.h                          |    8 
 src/locking.c                          |    3 
 src/util/Makefile.am                   |    7 
 src/xcb_disp.c                         |   42 
 src/xcb_io.c                           |  459 +-
 src/xcms/Makefile.am                   |    3 
 src/xkb/Makefile.am                    |    3 
 src/xlibi18n/Makefile.am               |    3 
 src/xlibi18n/lcUTF8.c                  |   28 
 52 files changed, 1337 insertions(+), 5939 deletions(-)
---


More information about the xorg-commit mailing list