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

libx11: Changes to 'refs/tags/libx11-2_1.1.1-1'



Tag 'libx11-2_1.1.1-1' created by Julien Cristau <jcristau@debian.org> at 2007-02-09 10:49 +0100

Tagging upload of libx11 2:1.1.1-1 to experimental.

Changes since libx11-2_1.0.3-5:
Aaron Plattner:
      Add a .PHONY to ensure the ChangeLog isn't stale.
      Add a .PHONY to ensure the ChangeLog isn't stale.

Adam Jackson:
      Bug #372: Prevent a crash in XPolygonRegion when called with a bogus point count. Reported by Andreas Luik.
      Require automake 1.7 in AM_INIT_AUTOMAKE
      revert last change, didn't do right thing at all, sorry for the noise
      Check for bigfont proto headers via pkgconfig (Arwed von Merkatz)
      typo fix. i suck.
      typo fixes (Matthieu Herrb)
      Add xthreadlib variable to x11.pc. Bump to 0.99.1.
      Bug #4736: Error decoding for Damage extension. (Jonathan Lennox)
      libXcursor.so.1, not libXcursor.so
      libXcursor.so.1, not libXcursor.so
      Bump to 1.0.1
      libXcursor.so.1, not libXcursor.so

Alan Coopersmith:
      XOpenDisplay should try tcp connection if local connections fail (aka Sun bug id #4624183).
      Bugzilla #658: XStringToKeysym fails for Greek_IOTAdiaeresis (Fixes VSW5 testcase XStringToKeysym-7 failure)
      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
      Quote $ac_cv_search_* variables to prevent errors from test when they are set to "none required" (as happens on Solaris since dlopen is in libc)
      xtrans:
      Convert man pages to long file names in lib/X11, lib/Xt, & lib/Xext
      Bug #3436 <https://bugs.freedesktop.org/show_bug.cgi?id=3436> Conndis.c uses incorrect type for args to XdmcpWrap() (Mike Harris - mharris@www.linux.org.uk)
      Add --enable-secure-rpc flag and checks for needed functions for Secure RPC ("SUN-DES-1") authentication method
      Port Imake flags to autoconf tests & --enable-* flags: HASSETUGID, HASGETRESUID, NO_XLOCALEDIR, HAS_SHM and XF86BIGFONT
      Move Secure RPC flags from X11/configure.ac to xtrans/xtrans.m4 since multiple modules will need them
      - Since all but one line of all the nls/*/Makefile.am files are identical, move common bits to nls/localerules.in for easier updating and use automake includes to include in all the nls/*/Makefile.am files
      Set __libmansuffix__ & __xorgversion__ correctly when cpp processing man pages
      Add missing backslashes to xlocale_la_SOURCES
      Add -D flags to clear various warnings (Stefan Dirsch)
      Include config.h so Xtrans knows which transport types to build code for
      //bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3002 <https://bugs.freedesktop.org/attachment.cgi?id=3002> libX11 locale defs severely adrift from glibc: locales bugfix for bs_BA (From Debian via Nathanael Nerode)
      //bugs.freedesktop.org/show_bug.cgi?id=1887> Patch #3005 <https://bugs.freedesktop.org/attachment.cgi?id=3005> libX11 locale defs severely adrift from glibc: adding new aliases (From Debian via Nathanael Nerode)
      Typo fix in output message
      Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check for whether or not RAWCPP needs -traditional instead of hardcoding it, so non-gcc cpp's can be used
      Bugzilla #4112 <https://bugs.freedesktop.org/show_bug.cgi?id=4112> Patch #2687 <https://bugs.freedesktop.org/attachment.cgi?id=2897> Fix multi-line macros in XPutImage man page. (Debian bug #323210, fix by David Mart?nez Moreno)
      Fix more broken multi-line .ds macros. Remove extraneous ;'s .
      Issue an error if XTRANS macros were not found when generating configure from configure.ac to flag errors early, instead of when people wonder why libX11 can't talk to an Xserver because it has no transports defined
      Add XTHREAD_CFLAGS for platforms that need special defines like
      Add XQueryExtension.man
      Add Xcms.txt to lib/X11
      Bug #3021 <https://bugs.freedesktop.org/show_bug.cgi?id=3021> Requests and Errors for XFixes are not in XErrorDB (Jonathan Lennox)
      configure.ac Use XORG_MAN_SECTIONS instead of custom man section configuration. Add shadow man pages for man pages that document multiple functions.
      Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a suffix rule (reported by Matthieu Herrb)
      Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to work better with BSD make
      Bug #5003 <https://bugs.freedesktop.org/show_bug.cgi?id=5003> Patch #3763 <https://bugs.freedesktop.org/attachment.cgi?id=3763> Xorg code misuses S_IF* macros
      Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
      Fix typo in .TH line
      Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
      Add *~ to ignore emacs droppings
      Add *~ to ignore emacs droppings
      Remove unused variable
      Fix sparse warning: Using plain integer as NULL pointer
      ANSIfy some static function definitions
      Add support for "make lint" to check code with lint/sparse/etc.
      When opening display, if LOCALCONN fails, fall back to UNIXCONN, then TCPCONN

Alexander Gottwald:
      Set most significant bit to be a one. (Bug #1024, Kensuke Matsuzaki)
      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
      Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
      Replace <X11/transport.c> with <X11/Xtrans/transport.c>
      Use $(srcdir) for Compose.pre and XLC_LOCALE.pre
      Add $(top_srcdir)/src to include list

Benno Schulenberg:
      nls: remove duplicate compose entries (bug #2286)
      nls: remove shadowed compose entries (bug #2286)
      nls (en_US): remove long compositions that override shorter (bug #2286)

Caolan McNamara:
      XKB geometry: fix leaks in GetKeyboardByName (bug #8099)

Chris Less:
      Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, and XFreeExtensionList.

Daniel Stone:
      Remove pointless include of Xlib.h.
      Move ImUtil.h from src/ to include/X11/. Additionally, copy Cmap.h as a distribution file.
      Define locations for XErrorDB, XKeysymDB, and locale data in configure.ac. Add AC_DEFINE_DIR macro from autoconf-archive.cryp.to towards this end.
      Typo in ImUtil.h commit -- I AM CAPTAIN SKILL.
      Typo fix to locale/error/keysym location declarations.
      Fix objdir != srcdir, as well as make distcheck.
      Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
      Fix more include paths; add dix-config.h to XKB code.
      Fix segfault when _XimProtoCreateIC() fails to create a context; Debian #239991. (Chung-chieh Shan)
      Set soversion to 6.2.0.
      Define ERRORDB/KEYSYMDB to XERRORDB/XKEYSYMDB if the former is undefined but the latter is. (Gerte Hoogewerf)
      Generate locale.alias and compose.dir exactly like we do in the monolith, which fixes non-UTF-8 locales in particular (so we get foo: bar, as well as foo bar). Switch to generating locale.dir the same way.
      Bug #2268: Add South African locales (Dwayne Bailey). Some whitespace cleanups, as the parser is a little touchy.
      Bug #1640: Kinyarwanda locale support. (Steve Murphy)
      Bug #2609: Add Kyrgyz locale (Ilyas Bakirov).
      Properly clip bounds when only one point is defining an outline.
      Bug #1625: Include keysym.h from Xutil.h.
      Coverity #826: Fix potential memory leak.
      Coverity #209: Fix potential NULL dereference.  (Alan Coopersmith)
      Coverity #205: Fix potential NULL dereference.
      Coverity #203, #204: Fix potential NULL dereferences.
      Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11
      locale.alias.pre: bg_BG typo fix
      XKBMisc.c: use Xfree, not xfree
      i18n: separate data and lib directories
      optional XKB support fix
      nls: fix use of non-keysym dead_space (#5107)
      en_US.UTF-8 Compose.pre: updates from Simos (#5129)
      xkb support: small typo
      im: add Braille input method (#6296)
      nls: Serbian (sr_CS) update (#5575)
      Bug #2186: Add cs_CZ.iso8859-2 alias.
      Fix threading support on GNU/kFreeBSD systems.  (Robert Millan)
      Properly clip bounds when only one point is defining an outline.
      Bug #1625: Include keysym.h from Xutil.h.
      Coverity #826: Fix potential memory leak.
      Coverity #209: Fix potential NULL dereference. (Alan Coopersmith)
      Coverity #205: Fix potential NULL dereference.
      Coverity #203, #204: Fix potential NULL dereferences.
      locale.alias.pre: bg_BG typo fix
      XKBMisc.c: use Xfree, not xfree
      i18n: separate data and lib directories
      optional XKB support fix
      nls: fix use of non-keysym dead_space (#5107)
      en_US.UTF-8 Compose.pre: updates from Simos (#5129)
      xkb support: small typo
      im: add Braille input method (#6296)
      nls: Serbian (sr_CS) update (#5575)
      Bug #2186: Add cs_CZ.iso8859-2 alias.
      Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11
      Bump to 1.0.99.0 to avoid confusion.
      Fix threading support on GNU/kFreeBSD systems.  (Robert Millan)

David Nusinow:
      Dynamically generate internal manpage section using __libmanpagesuffix__ so that it actually matches the section if you don't use 3X11
      Move unreleased changelog to above the current unstable unreleased.

Dennis Arellano:
      Sun bug 4091271: XGetWindowProperty is missing a crucial prop_return description

Derek Wang:
      Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
      Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded

Diego 'Flameeyes' Pettenò:
      Add xcb-xlib dependency to x11.pc when built against XCB.

Donnie Berkholz:
      Change '==' to portable '='.
      Add dependency on inputproto for XI.h.
      Revert that, it's redundant. But it is worth noting that --disable-xkb is broken, if anyone cares.
      Merge branch 'stable' of http://people.freedesktop.org/~jamey/libX11 into stable
      Bump version to 1.0.2.
      Delete ChangeLog, and add a rule to autogenerate it for distribution. Also
      Delete ChangeLog, and add a rule to autogenerate it for distribution. Also
      Bug #7349: Missed one of the setuid fixes.
      Bug #7349: Missed one of the setuid fixes.
      Bump version to 1.0.3.

Egbert Eich:
      Merging XORG-CURRENT into trunk
      Improve 'uniqueness' of authorization cookie sent by client for XDM-AUTHORIZATION-1. Old 'uniquness' consisted of the PID of the client, a time stamp (in seconds) and a number obtained by starting to count down from 0xffff. When a client did an XOpenDisplay() then execv'ed a child and did XOpenDisplay() again within the same second, the cookie was identical to the previous one (as the PID did not change but the static 'count down' variable was reinitialized) and thus refused by the server.
      Fixed some lockups in XIM code when the application is running with multi thread support. These lockups occur deep down in XFilterEvents() which itself locks when another Xlib function gets called that also locks. This fixes two instances by separating those Xlib functions into an internal (non-locking) call and a locking wrapper that is used as an external function. There may be several other such instances therefore another more general patch is eventually required (Bugzilla #1182).
      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:
      gcc4 allows to check if sentinels are correct (a sentinel is the terminating element in a varargs list). A sentinel needs to be NULL, not 0 - which doesn't make a difference on 32bit but matters on 64bit. Furthermore it can be told that functions have a printf-like format string and argument list so that they can verify that both match. To use these features certain attributes need to be set - which are compiler specific. To do this we define macros which are expanded depending on the compiler version. For now we put those in include/Xfuncproto.h (the XFree86 DDX layer contains a file compiler.h which however is not visible outside the DDX) (Bugzilla #3268).

Eric Anholt:
      Forced commit to note repocopy from xc/lib/XThrStub, will be connected to the build after this.
      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>)
      Avoid a gmake-specific construct, and instead just write the name of the current directory into each Makefile.am.
      Add appropriate pthread libs/flags for FreeBSD, fixing the build of ico and probably others.
      Add/improve libs .cvsignores.
      Coverity #582: Free newly-allocated region in error path.
      Coverity #558: Free newly-allocated Database in error path.
      Check if visualList == NULL, not nVisualsMatched == 0.  NULL happens in more
      Coverity #582: Free newly-allocated region in error path.
      Coverity #558: Free newly-allocated Database in error path.
      Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in more
      Bug #7188: Fix the documentation of XUrgencyHint (not UrgencyHint).
      XCB: Allocate the right amount of memory for dpy->lock_fns.

Ian Osgood:
      Track XCB's "Great Renaming".

Jamey Sharp:
      Refactor _XFlush and _XSend code that sets dpy->synchandler to _XSeqSyncFunction into a new function, _XSetSeqSyncFunction. It makes the patch for XCB cleaner, but is arguably a good idea anyway.
      Merge the X11 and BIGREQS package sets: they were used in exactly the same places.
      Land XCB support on X.org HEAD.
      Move .cvsignore to .gitignore.
      Update .gitignores for *.o and nls/locale.dir*.
      Remove the XCL_PAD macro.
      Quit using a triple-pointer. Almost as if I were a sensible person.
      Factor the XCBSendRequest call out of the conditional in _XPutXCBBuffer.
      Execute BeforeFlush hooks on complete buffers, not request-at-a-time.
      Sometimes functions other than _XUnlockDisplay call _XPutXCBBuffer. Some invariants appropriate for Unlock are not appropriate otherwise: move them to _XUnlockDisplay.
      If we have not actually put the buffer back, deferred invariants may not hold. This is OK.
      Refactor the code that passes requests down to XCB into a separate issue_complete_request function.
      XCBFlush used to return non-positive on failure, and this test did not catch 0. Now it returns boolean: 0 or 1. Testing <= 0 covers both cases. I probably want to switch to a boolean test eventually.
      Minor performance fix: Access dpy->xcl->connection directly instead of calling XCBConnectionOfDisplay. It happens a lot.
      Performance fix: Replace calls to XCBGetRequestRead with the new XCBGetQueuedRequestRead. Cuts a lot of syscalls.
      Update for new XCBSendRequest API.
      Use the new XCBSendRequest flag, XCB_REQUEST_RAW, to hand a bag-o-bytes down uninterpreted.
      Handle errors correctly when Xlib owns the event queue and XCB has the checked error feature.
      Quit relying on XCBSendRequest to pad to 4-byte boundaries and do it ourselves.
      assert() that we will not infinite loop or read uninitialized memory.
      Bugfix: Rely on XCBSendRequest to leave iov in a well-defined state, and place the spare iovecs at the beginning of the array.
      Use the full_sequence from XCBGenericError/Event for setting last_request_read, and quit replacing _XSetLastRequestRead with an XCB-specific version.
      Update for XCBSendRequest sequence number API changes.
      Add explicit include of Xmd.h to work around bug including both xcb.h and Xmd.h simultaneously.
      Fix buggy interaction with XCB when running out of XIDs.
      Update for XCB ConnSetupSuccessRep name change.
      In _XPutXCBBuffer, set aside any trailing partial request until the last byte is available.
      Assert that dpy->request does not go backwards. Catches #5839 earlier.
      Count any partial request towards the current Xlib sequence number.
      Move .cvsignore to .gitignore.
      Update .gitignores for *.o and nls/locale.dir*.
      Fix bug #7035: unnecessary memmove in XOpenDisplay.
      Fix bug #7035: unnecessary memmove in XOpenDisplay.
      Quit using XCBGetQueuedRequestRead.
      libxcb now installs header files in <xcb>, not <X11/XCB>.
      Link explicitly against XCB's Xlib compatibility functions.
      XCB: Revert locking to simple wrapper around libX11's normal locks.
      No longer #include Xmd from xcl.h: we do not need it.
      XCB: correctly handle failure to connect to X server.
      XCB: Handle all responses in order of monotonically increasing sequence number.
      xcb_poll_for_event no longer takes an 'int *error' out-parameter.
      XCB: Don't rely on having the definition of struct xcb_setup_t available.
      As XCB support is about to be released in libX11, stable is now subsumed by master.
      Release libX11 1.1 RC1 (1.0.99.1).
      Add correct Display locking to XKB functions.
      XKB bugfix: SyncHandle must be called after UnlockDisplay, not before.
      XCB: check for and handle I/O errors in _XGetXCBBuffer.
      Release libX11 1.1 RC2 (1.0.99.2).
      Bug #8622: Fix response processing order for threaded apps
      Add note in man-page that XListFontsWithInfo is not thread-safe.
      Bug #9154: Always process an event for _XReadEvents, even if an error occurs
      Release libX11 1.1.1.
      Update to new upstream version 1.1, with Xlib/XCB.
      Commit packaging for experimental libx11 1.1-2.

Jeremy C. Reed:
      Set XTHREADLIB correctly for dragonfly platforms.
      Set XTHREADLIB correctly for dragonfly platforms.

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

Josh Triplett:
      Split public Xlib/XCB functions into libX11-xcb
      Actually install x11-xcb.pc, and ship x11-xcb.pc.in
      Fix email addresses in README
      Add XCB developers to AUTHORS
      XCL is dead; long live Xlib/XCB
      Remove unnecessary prototype for _XFreeDisplayStructure in xcb_disp.c
      Add manual pages for XGetXCBConnection and XSetEventQueueOwner
      Add ChangeLog and "make dist"-generated files to .gitignore
      Clean ChangeLog only in "make maintainer-clean", not "make clean"
      Actually ship Xxcbint.h
      Release libX11 1.1
      libx11 doesn't use inputproto in public headers; don't require it in x11.pc

Julien Cristau:
      Merge branch 'upstream-experimental' into debian-experimental
      Merge branch 'upstream-experimental' into debian-experimental
      Add copy of xsfbs.
      New upstream release.
      autoreconf
      Update ChangeLog for libX11-1.1.1.
      Install upstream ChangeLog.
      libx11-dev doesn't need to depend on libxext-dev.
      * Use dh_installman in debian/rules to replace ".so" links with symlinks.
      Merge branch 'debian-unstable' into debian-experimental
      Add bug closer for #410117.
      Prepare changelog for upload to experimental.

Kaleb Keithley:
      R6.6 is the Xorg base-line
      Initial revision
      Initial revision

Kean Johnson:
      See ChangeLog entry 2005-11-07 for details.

Keith Packard:
      Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 visuals. Necessary to keep Flash from crashing.
      Create and install XlibConf.h to provide external users of Xlibint.h the defines necessary to correctly use the library. Xlibint.h should #include this new file.
      Create and use XlibConf.h to match modular build which needs XTHREADS defined when building extensions
      Clean up .cvsignore files
      Enable loadable i18n modules, making them configurable on the configure command line.
      Minor changes to help modular Xlib build i18n modules
      Ignore built man page files
      Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to automate this.
      Move i18n modules to top-level so they can be built in the right order (before xlib for non-loadable, after xlib for loadable).
      Add missing Makefile.am to lib/X11/modules
      Xlib/XCB: handle 32-bit sequence wrap.
      Work around recent autoconf (2.59?) changes in directory expansion.

Kevin E Martin:
      Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, Harold L. Hunt II, Alexander Gottwald).
      Fix header file to #ifdef the XKB keysyms when they are used. This fixes the X test suite build failure.
      lib/Xrender/Picture.c Change region.h to Xregion.h and modify internal references to include <X11/Xregion.h>.
      Modify modular libs to use Xregion.h instead of region.h
      Various changes preparing packages for RC0:
      Clean up generated files
      Update package version number for RC1 release.
      Update pkgcheck dependencies to work with separate build roots.
      Update package version number for X11R7 RC2 release.
      Fix xf86bigfont pkgconfig dep typo.
      Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots.
      Add check and cflags for malloc(0) returning NULL.
      Update package version number for X11R7 RC3 release.
      Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
      Update package version number for final X11R7 release candidate.

Kristian Høgsberg:
      Fix #1818
      Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time.

Lars Knoll:
      compile
      Don't hold the display lock around callbacks to the application.

Lubos Lunak:
      Bug #3104: Compose table cache for faster X11 application starts.
      Bug #3104: Compose table cache for faster X11 application starts.

Mark Brown:
      Sun bug 1149809: Document event delivery when grab is terminated.

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

Matthias Hopf:
      Bug #3104: Compose table cache for faster X11 application starts. Part 1: Pointerless compose data structure, using indices instead of pointers, needed for mmap()ing data structure.
      Bug #3104: Compose table cache for faster X11 application starts.
      Bug #3104: Compose table cache for faster X11 application starts.
      Bug #3104: Compose table cache for faster X11 application starts. Part 1: Pointerless compose data structure, using indices instead of pointers, needed for mmap()ing data structure.
      Bug #3104: Compose table cache for faster X11 application starts.
      Bug #3104: Compose table cache for faster X11 application starts.
      First (dummy) entry of compose caches was not initialized and thus contained varying garbage.
      Fix alignment of trees and wide chars in the cache.
      Update to final Compose cache directory location.
      First (dummy) entry of compose caches was not initialized and thus contained varying garbage.
      Fix alignment of trees and wide chars in the cache.
      Update to final Compose cache directory location.
      Fix for autoconf 2.60 issue.
      Fix double open of compose file.

Matthieu Herrb:
      - remove remaining AMOEBA references.
      Fix missing XChangeProperty() prototype missing in synopsis section.
      Don't use $< in explicit rules. This only works with GNU make. <https://bugs.freedesktop.org/show_bug.cgi?id=3383>
      Build fix for non-GNU make.
      remove orphan TAB at begin of line
      Threads support for BSD systems:
      update
      OpenBSD needs -lpthread for threaded applications too.
      Fix prototype of XConfigureWindow(). Bugzilla #6023.
      Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11
      Fix prototype of XConfigureWindow(). Bugzilla #6023.
      Check setuid() return value.
      Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11
      Check setuid() return value.
      set GIT_DIR=${srcdir}/.git for git-log

Mayank Jain:
      add Indian language locales

Michel Dänzer:
      Make libx11-dev depend on libxcb-xlib0-dev, because x11.pc references

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

Ross Combs:
      Debian bug #354315: Clarify return value in XGetWindowAttributes man page

Scott Revelt:
      Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators
      Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators

ssp@aware-of-vacuity.boston.redhat.com:
      Require xextproto rather than xextensions
      Make Xdmcp unconditionally required, require various protocol modules.

Søren Sandmann Pedersen:
      Tue Jul 20 19:38:06 2004 Soeren Sandmann <sandmann@daimi.au.dk>
      Fri Oct 8 18:53:11 2004 Soeren Sandmann <sandmann@redhat.com>
      - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...>
      Mon May 16 17:48:03 2005 Søren Sandmann <sandmann@redhat.com>
      - Check for xproto as its CFLAGS are needed in the .pc file
      Apply these patches from Theo van Klaveren:
      Add el_GR.UTF-8 compose file

Tilman Sauerbeck:
      Bug #9153: Fix access to freed memory.

Tollef Fog Heen:
      nls: use _XlcUtf8Loader for en_US (bug #7982)

---
 .gitignore                                                      |   22 
 AUTHORS                                                         |    3 
 ChangeLog                                                       |  933 +++
 Makefile.am                                                     |   22 
 Makefile.in                                                     |   37 
 NEWS                                                            |  113 
 README                                                          |    2 
 acinclude.m4                                                    |    3 
 aclocal.m4                                                      |   87 
 autogen.sh                                                      |   12 
 config.guess                                                    |   91 
 config.sub                                                      |   53 
 configure                                                       | 2338 +++------
 configure.ac                                                    |   70 
 debian/changelog                                                |   66 
 debian/control                                                  |   93 
 debian/libx11-6.NEWS                                            |   32 
 debian/libx11-xcb-dev.install                                   |    6 
 debian/libx11-xcb1.install                                      |    2 
 debian/patches/001_no_xkb_in_pc_file.diff                       |   13 
 debian/patches/003_recognize_glibc_2.3.2_locale_names.diff      |   66 
 debian/patches/004_en_US.UTF-8_Compose_fix_Unicode_plane_1.diff |   38 
 debian/patches/005_Compose_fix_latin1_UTF8.diff                 |   21 
 debian/patches/010_manpage_suffixes.diff                        | 2366 ----------
 debian/patches/012_ru_RU_UTF-8_XLC_LOCALE.diff                  |   24 
 debian/patches/014_add_Khmer_digraphs.diff                      |   10 
 debian/patches/015_russian_locale_alias.diff                    |    6 
 debian/patches/016_greek_polytonic_Compose.diff                 |   92 
 debian/patches/019_new_autoconf.diff                            |   65 
 debian/patches/020_CVE-2006-5397.diff                           |   22 
 debian/patches/series                                           |    4 
 debian/rules                                                    |   23 
 include/.gitignore                                              |    2 
 include/Makefile.am                                             |    4 
 include/Makefile.in                                             |   32 
 include/X11/.gitignore                                          |    2 
 include/X11/Xlib-xcb.h                                          |   15 
 include/X11/XlibConf.h                                          |    2 
 include/X11/Xlibint.h                                           |    9 
 ltmain.sh                                                       |  126 
 man/.gitignore                                                  |    3 
 man/AllPlanes.man                                               |    2 
 man/BlackPixelOfScreen.man                                      |    2 
 man/DisplayOfCCC.man                                            |    2 
 man/ImageByteOrder.man                                          |    2 
 man/IsCursorKey.man                                             |    2 
 man/Makefile.am                                                 |    2 
 man/Makefile.in                                                 |    9 
 man/XAddConnectionWatch.man                                     |    2 
 man/XAddHost.man                                                |    2 
 man/XAllocClassHint.man                                         |    2 
 man/XAllocColor.man                                             |    2 
 man/XAllocIconSize.man                                          |    2 
 man/XAllocSizeHints.man                                         |    2 
 man/XAllocStandardColormap.man                                  |    2 
 man/XAllocWMHints.man                                           |    4 
 man/XAllowEvents.man                                            |    2 
 man/XAnyEvent.man                                               |    2 
 man/XButtonEvent.man                                            |    2 
 man/XChangeKeyboardControl.man                                  |    2 
 man/XChangeKeyboardMapping.man                                  |    2 
 man/XChangePointerControl.man                                   |    2 
 man/XChangeSaveSet.man                                          |    2 
 man/XChangeWindowAttributes.man                                 |    2 
 man/XCirculateEvent.man                                         |    2 
 man/XCirculateRequestEvent.man                                  |    2 
 man/XClearArea.man                                              |    2 
 man/XClientMessageEvent.man                                     |    2 
 man/XColormapEvent.man                                          |    2 
 man/XConfigureEvent.man                                         |    2 
 man/XConfigureRequestEvent.man                                  |    2 
 man/XConfigureWindow.man                                        |    2 
 man/XCopyArea.man                                               |    2 
 man/XCreateColormap.man                                         |    2 
 man/XCreateFontCursor.man                                       |    2 
 man/XCreateFontSet.man                                          |    2 
 man/XCreateGC.man                                               |    2 
 man/XCreateIC.man                                               |    2 
 man/XCreateOC.man                                               |    2 
 man/XCreatePixmap.man                                           |    2 
 man/XCreateRegion.man                                           |    2 
 man/XCreateWindow.man                                           |    2 
 man/XCreateWindowEvent.man                                      |    2 
 man/XCrossingEvent.man                                          |    2 
 man/XDefineCursor.man                                           |    2 
 man/XDestroyWindow.man                                          |    2 
 man/XDestroyWindowEvent.man                                     |    2 
 man/XDrawArc.man                                                |    2 
 man/XDrawImageString.man                                        |    2 
 man/XDrawLine.man                                               |    2 
 man/XDrawPoint.man                                              |    2 
 man/XDrawRectangle.man                                          |    2 
 man/XDrawString.man                                             |    2 
 man/XDrawText.man                                               |    2 
 man/XEmptyRegion.man                                            |    2 
 man/XErrorEvent.man                                             |    2 
 man/XExposeEvent.man                                            |    2 
 man/XExtentsOfFontSet.man                                       |    2 
 man/XFillRectangle.man                                          |    2 
 man/XFilterEvent.man                                            |    2 
 man/XFlush.man                                                  |    2 
 man/XFocusChangeEvent.man                                       |    2 
 man/XFontSetExtents.man                                         |    2 
 man/XFontsOfFontSet.man                                         |    2 
 man/XFree.man                                                   |    2 
 man/XGetVisualInfo.man                                          |    2 
 man/XGetWindowAttributes.man                                    |    7 
 man/XGetWindowProperty.man                                      |    8 
 man/XGetXCBConnection.man                                       |   44 
 man/XGrabButton.man                                             |    7 
 man/XGrabKey.man                                                |    7 
 man/XGrabKeyboard.man                                           |    2 
 man/XGrabPointer.man                                            |    2 
 man/XGrabServer.man                                             |    2 
 man/XGraphicsExposeEvent.man                                    |    2 
 man/XGravityEvent.man                                           |    2 
 man/XIconifyWindow.man                                          |    2 
 man/XIfEvent.man                                                |    2 
 man/XInitImage.man                                              |    2 
 man/XInitThreads.man                                            |    2 
 man/XInstallColormap.man                                        |    2 
 man/XInternAtom.man                                             |    2 
 man/XIntersectRegion.man                                        |    2 
 man/XKeymapEvent.man                                            |    2 
 man/XListFonts.man                                              |    8 
 man/XLoadFont.man                                               |    2 
 man/XLookupKeysym.man                                           |    2 
 man/XMapEvent.man                                               |    2 
 man/XMapRequestEvent.man                                        |    2 
 man/XMapWindow.man                                              |    2 
 man/XNextEvent.man                                              |    2 
 man/XNoOp.man                                                   |    2 
 man/XOpenDisplay.man                                            |    2 
 man/XOpenIM.man                                                 |    2 
 man/XOpenOM.man                                                 |    2 
 man/XParseGeometry.man                                          |    2 
 man/XPolygonRegion.man                                          |    2 
 man/XPropertyEvent.man                                          |    2 
 man/XPutBackEvent.man                                           |    2 
 man/XPutImage.man                                               |    2 
 man/XQueryBestSize.man                                          |    2 
 man/XQueryColor.man                                             |    2 
 man/XQueryExtension.man                                         |    2 
 man/XQueryPointer.man                                           |    2 
 man/XQueryTree.man                                              |    2 
 man/XRaiseWindow.man                                            |    2 
 man/XReadBitmapFile.man                                         |    2 
 man/XRecolorCursor.man                                          |    2 
 man/XReparentEvent.man                                          |    2 
 man/XReparentWindow.man                                         |    2 
 man/XResizeRequestEvent.man                                     |    2 
 man/XResourceManagerString.man                                  |    2 
 man/XSaveContext.man                                            |    2 
 man/XSelectInput.man                                            |    2 
 man/XSelectionClearEvent.man                                    |    2 
 man/XSelectionEvent.man                                         |    2 
 man/XSelectionRequestEvent.man                                  |    2 
 man/XSendEvent.man                                              |    2 
 man/XSetArcMode.man                                             |    2 
 man/XSetClipOrigin.man                                          |    2 
 man/XSetCloseDownMode.man                                       |    2 
 man/XSetCommand.man                                             |    2 
 man/XSetErrorHandler.man                                        |    2 
 man/XSetEventQueueOwner.man                                     |   58 
 man/XSetFillStyle.man                                           |    2 
 man/XSetFont.man                                                |    2 
 man/XSetFontPath.man                                            |    2 
 man/XSetICFocus.man                                             |    2 
 man/XSetICValues.man                                            |    2 
 man/XSetInputFocus.man                                          |    2 
 man/XSetLineAttributes.man                                      |    2 
 man/XSetPointerMapping.man                                      |    2 
 man/XSetScreenSaver.man                                         |    2 
 man/XSetSelectionOwner.man                                      |    2 
 man/XSetState.man                                               |    2 
 man/XSetTextProperty.man                                        |    2 
 man/XSetTile.man                                                |    2 
 man/XSetTransientForHint.man                                    |    2 
 man/XSetWMClientMachine.man                                     |    2 
 man/XSetWMColormapWindows.man                                   |    2 
 man/XSetWMIconName.man                                          |    2 
 man/XSetWMName.man                                              |    2 
 man/XSetWMProperties.man                                        |    2 
 man/XSetWMProtocols.man                                         |    2 
 man/XStoreBytes.man                                             |    2 
 man/XStoreColors.man                                            |    2 
 man/XStringListToTextProperty.man                               |    2 
 man/XStringToKeysym.man                                         |    2 
 man/XSupportsLocale.man                                         |    2 
 man/XSynchronize.man                                            |    2 
 man/XTextExtents.man                                            |    2 
 man/XTextWidth.man                                              |    2 
 man/XTranslateCoordinates.man                                   |    2 
 man/XUnmapEvent.man                                             |    2 
 man/XUnmapWindow.man                                            |    2 
 man/XVaCreateNestedList.man                                     |    2 
 man/XVisibilityEvent.man                                        |    2 
 man/XWarpPointer.man                                            |    2 
 man/XcmsAllocColor.man                                          |    2 
 man/XcmsCCCOfColormap.man                                       |    2 
 man/XcmsCIELabQueryMaxC.man                                     |    2 
 man/XcmsCIELuvQueryMaxC.man                                     |    2 
 man/XcmsColor.man                                               |    2 
 man/XcmsConvertColors.man                                       |    2 
 man/XcmsCreateCCC.man                                           |    2 
 man/XcmsDefaultCCC.man                                          |    2 
 man/XcmsQueryBlack.man                                          |    2 
 man/XcmsQueryColor.man                                          |    2 
 man/XcmsSetWhitePoint.man                                       |    2 
 man/XcmsStoreColor.man                                          |    2 
 man/XcmsTekHVCQueryMaxC.man                                     |    2 
 man/XmbDrawImageString.man                                      |    2 
 man/XmbDrawString.man                                           |    2 
 man/XmbDrawText.man                                             |    2 
 man/XmbLookupString.man                                         |    2 
 man/XmbResetIC.man                                              |    2 
 man/XmbTextEscapement.man                                       |    2 
 man/XmbTextExtents.man                                          |    2 
 man/XmbTextListToTextProperty.man                               |    2 
 man/XmbTextPerCharExtents.man                                   |    2 
 man/XrmEnumerateDatabase.man                                    |    2 
 man/XrmGetFileDatabase.man                                      |    2 
 man/XrmGetResource.man                                          |    2 
 man/XrmInitialize.man                                           |    2 
 man/XrmMergeDatabases.man                                       |    2 
 man/XrmPutResource.man                                          |    2 
 man/XrmUniqueQuark.man                                          |    2 
 mkinstalldirs                                                   |   89 
 modules/.gitignore                                              |    2 
 modules/Makefile.in                                             |    7 
 modules/im/.gitignore                                           |    2 
 modules/im/Makefile.in                                          |    7 
 modules/im/ximcp/.gitignore                                     |    7 
 modules/im/ximcp/Makefile.in                                    |    7 
 modules/im/ximcp/imLcIm.c                                       |    1 
 modules/lc/.gitignore                                           |    2 
 modules/lc/Makefile.in                                          |    7 
 modules/lc/Utf8/.gitignore                                      |    7 
 modules/lc/Utf8/Makefile.in                                     |    7 
 modules/lc/def/.gitignore                                       |    7 
 modules/lc/def/Makefile.in                                      |    7 
 modules/lc/gen/.gitignore                                       |    7 
 modules/lc/gen/Makefile.in                                      |    7 
 modules/lc/xlocale/.gitignore                                   |    7 
 modules/lc/xlocale/Makefile.in                                  |    7 
 modules/om/.gitignore                                           |    2 
 modules/om/Makefile.in                                          |    7 
 modules/om/generic/.gitignore                                   |    7 
 modules/om/generic/Makefile.in                                  |    7 
 nls/.gitignore                                                  |   11 
 nls/C/.gitignore                                                |    4 
 nls/C/Makefile.in                                               |    7 
 nls/Makefile.in                                                 |    7 
 nls/armscii-8/.gitignore                                        |    4 
 nls/armscii-8/Makefile.in                                       |    7 
 nls/el_GR.UTF-8/.gitignore                                      |    4 
 nls/el_GR.UTF-8/Compose.pre                                     |   58 
 nls/el_GR.UTF-8/Makefile.in                                     |    7 
 nls/en_US.UTF-8/.gitignore                                      |    4 
 nls/en_US.UTF-8/Compose.pre                                     |   88 
 nls/en_US.UTF-8/Makefile.in                                     |    7 
 nls/en_US.UTF-8/XI18N_OBJS                                      |    2 
 nls/georgian-academy/.gitignore                                 |    4 
 nls/georgian-academy/Makefile.in                                |    7 
 nls/georgian-ps/.gitignore                                      |    4 
 nls/georgian-ps/Makefile.in                                     |    7 
 nls/ibm-cp1133/.gitignore                                       |    4 
 nls/ibm-cp1133/Makefile.in                                      |    7 
 nls/iscii-dev/.gitignore                                        |    4 
 nls/iscii-dev/Makefile.in                                       |    7 
 nls/isiri-3342/.gitignore                                       |    4 
 nls/isiri-3342/Makefile.in                                      |    7 
 nls/iso8859-1/.gitignore                                        |    4 
 nls/iso8859-1/Makefile.in                                       |    7 
 nls/iso8859-10/.gitignore                                       |    4 
 nls/iso8859-10/Makefile.in                                      |    7 
 nls/iso8859-11/.gitignore                                       |    4 
 nls/iso8859-11/Makefile.in                                      |    7 
 nls/iso8859-13/.gitignore                                       |    4 
 nls/iso8859-13/Compose.pre                                      |   30 
 nls/iso8859-13/Makefile.in                                      |    7 
 nls/iso8859-14/.gitignore                                       |    4 
 nls/iso8859-14/Compose.pre                                      |    2 
 nls/iso8859-14/Makefile.in                                      |    7 
 nls/iso8859-15/.gitignore                                       |    4 
 nls/iso8859-15/Makefile.in                                      |    7 
 nls/iso8859-2/.gitignore                                        |    4 
 nls/iso8859-2/Compose.pre                                       |   33 
 nls/iso8859-2/Makefile.in                                       |    7 
 nls/iso8859-3/.gitignore                                        |    4 
 nls/iso8859-3/Compose.pre                                       |    2 
 nls/iso8859-3/Makefile.in                                       |    7 
 nls/iso8859-4/.gitignore                                        |    4 
 nls/iso8859-4/Compose.pre                                       |    1 
 nls/iso8859-4/Makefile.in                                       |    7 
 nls/iso8859-5/.gitignore                                        |    4 
 nls/iso8859-5/Makefile.in                                       |    7 
 nls/iso8859-6/.gitignore                                        |    4 
 nls/iso8859-6/Makefile.in                                       |    7 
 nls/iso8859-7/.gitignore                                        |    4 
 nls/iso8859-7/Compose.pre                                       |    7 
 nls/iso8859-7/Makefile.in                                       |    7 
 nls/iso8859-8/.gitignore                                        |    4 
 nls/iso8859-8/Makefile.in                                       |    7 
 nls/iso8859-9/.gitignore                                        |    4 
 nls/iso8859-9/Compose.pre                                       |    3 
 nls/iso8859-9/Makefile.in                                       |    7 
 nls/iso8859-9e/.gitignore                                       |    4 
 nls/iso8859-9e/Compose.pre                                      |    3 
 nls/iso8859-9e/Makefile.in                                      |    7 
 nls/ja.JIS/.gitignore                                           |    4 
 nls/ja.JIS/Makefile.in                                          |    7 
 nls/ja.S90/.gitignore                                           |    4 
 nls/ja.S90/Makefile.in                                          |    7 
 nls/ja.SJIS/.gitignore                                          |    4 
 nls/ja.SJIS/Makefile.in                                         |    7 
 nls/ja.U90/.gitignore                                           |    4 
 nls/ja.U90/Makefile.in                                          |    7 
 nls/ja/.gitignore                                               |    4 
 nls/ja/Makefile.in                                              |    7 
 nls/ja_JP.UTF-8/.gitignore                                      |    4 
 nls/ja_JP.UTF-8/Makefile.in                                     |    7 
 nls/ko/.gitignore                                               |    4 
 nls/ko/Makefile.in                                              |    7 
 nls/ko_KR.UTF-8/.gitignore                                      |    4 
 nls/ko_KR.UTF-8/Makefile.in                                     |    7 
 nls/koi8-c/.gitignore                                           |    4 
 nls/koi8-c/Makefile.in                                          |    7 
 nls/koi8-r/.gitignore                                           |    4 
 nls/koi8-r/Makefile.in                                          |    7 
 nls/koi8-u/.gitignore                                           |    4 
 nls/koi8-u/Makefile.in                                          |    7 
 nls/locale.alias.pre                                            |   18 
 nls/locale.dir.pre                                              |    6 
 nls/microsoft-cp1251/.gitignore                                 |    4 
 nls/microsoft-cp1251/Makefile.in                                |    7 
 nls/microsoft-cp1255/.gitignore                                 |    4 
 nls/microsoft-cp1255/Makefile.in                                |    7 
 nls/microsoft-cp1256/.gitignore                                 |    4 
 nls/microsoft-cp1256/Makefile.in                                |    7 
 nls/mulelao-1/.gitignore                                        |    4 
 nls/mulelao-1/Makefile.in                                       |    7 
 nls/nokhchi-1/.gitignore                                        |    4 
 nls/nokhchi-1/Makefile.in                                       |    7 
 nls/pt_BR.UTF-8/.gitignore                                      |    4 
 nls/pt_BR.UTF-8/Makefile.in                                     |    7 
 nls/ru_RU.UTF-8/Makefile.in                                     |    7 
 nls/tatar-cyr/.gitignore                                        |    4 
 nls/tatar-cyr/Makefile.in                                       |    7 
 nls/th_TH.UTF-8/.gitignore                                      |    4 
 nls/th_TH.UTF-8/Makefile.in                                     |    7 
 nls/th_TH/.gitignore                                            |    4 
 nls/th_TH/Makefile.in                                           |    7 
 nls/tscii-0/.gitignore                                          |    4 
 nls/tscii-0/Makefile.in                                         |    7 
 nls/vi_VN.tcvn/.gitignore                                       |    4 
 nls/vi_VN.tcvn/Compose.pre                                      |    2 
 nls/vi_VN.tcvn/Makefile.in                                      |    7 
 nls/vi_VN.viscii/.gitignore                                     |    4 
 nls/vi_VN.viscii/Compose.pre                                    |    2 
 nls/vi_VN.viscii/Makefile.in                                    |    7 
 nls/zh_CN.UTF-8/.gitignore                                      |    4 
 nls/zh_CN.UTF-8/Makefile.in                                     |    7 
 nls/zh_CN.gb18030/.gitignore                                    |    4 
 nls/zh_CN.gb18030/Makefile.in                                   |    7 
 nls/zh_CN.gbk/.gitignore                                        |    4 
 nls/zh_CN.gbk/Makefile.in                                       |    7 
 nls/zh_CN/.gitignore                                            |    4 
 nls/zh_CN/Makefile.in                                           |    7 
 nls/zh_HK.UTF-8/.gitignore                                      |    4 
 nls/zh_HK.UTF-8/Makefile.in                                     |    7 
 nls/zh_HK.big5/.gitignore                                       |    4 
 nls/zh_HK.big5/Makefile.in                                      |    7 
 nls/zh_HK.big5hkscs/.gitignore                                  |    4 
 nls/zh_HK.big5hkscs/Makefile.in                                 |    7 
 nls/zh_TW.UTF-8/.gitignore                                      |    4 
 nls/zh_TW.UTF-8/Makefile.in                                     |    7 
 nls/zh_TW.big5/.gitignore                                       |    4 
 nls/zh_TW.big5/Makefile.in                                      |    7 
 nls/zh_TW/.gitignore                                            |    4 
 nls/zh_TW/Makefile.in                                           |    7 
 src/.gitignore                                                  |   12 
 src/ClDisplay.c                                                 |    8 
 src/ConnDis.c                                                   |   37 
 src/CrGlCur.c                                                   |    2 
 src/FilterEv.c                                                  |    2 
 src/Font.c                                                      |   25 
 src/LiHosts.c                                                   |    7 
 src/Makefile.am                                                 |   35 
 src/Makefile.in                                                 |  177 
 src/OpenDis.c                                                   |   97 
 src/WrBitF.c                                                    |    2 
 src/Xintconn.h                                                  |    2 
 src/XlibInt.c                                                   |   45 
 src/Xxcbint.h                                                   |   55 
 src/config.h.in                                                 |    3 
 src/util/.gitignore                                             |    4 
 src/util/Makefile.am                                            |   11 
 src/util/Makefile.in                                            |   15 
 src/x11_xcb.c                                                   |   15 
 src/xcb_disp.c                                                  |  101 
 src/xcb_io.c                                                    |  487 ++
 src/xcb_lock.c                                                  |  220 
 src/xcms/.gitignore                                             |    7 
 src/xcms/Makefile.am                                            |   12 
 src/xcms/Makefile.in                                            |   15 
 src/xkb/.gitignore                                              |    7 
 src/xkb/Makefile.am                                             |   11 
 src/xkb/Makefile.in                                             |   15 
 src/xkb/XKBGeom.c                                               |   45 
 src/xkb/XKBGetMap.c                                             |    2 
 src/xkb/XKBRdBuf.c                                              |    4 
 src/xkb/XKBSetGeom.c                                            |    1 
 src/xkb/XKBleds.c                                               |    2 
 src/xlibi18n/.gitignore                                         |    7 
 src/xlibi18n/Makefile.am                                        |   11 
 src/xlibi18n/Makefile.in                                        |   15 
 x11-xcb.pc.in                                                   |   11 
 x11.pc.in                                                       |    2 
 419 files changed, 5038 insertions(+), 5046 deletions(-)
---



Reply to: