(cherry picked from 5169d0e08ff6acb350a6ea768623f5ff0b85b05f commit)
commit 605533f814ab7892991578706a6458f61a89ca4d
Author: Derek Wang <derek.wang@sun.com>
Date: Mon Jun 19 11:05:37 2006 -0700
Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
(cherry picked from eff50c94a07194297e705da53d9fbb3a40fb9ad4 commit)
commit 5bbd0822c5a926de0ed293437fb9f2b75cf3c4f4
Author: Scott Revelt <scott.revelt@sun.com>
Date: Fri Jun 16 19:11:13 2006 -0700
Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators
based on locale that doesn't match those used in the Xcms.txt
(cherry picked from 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa commit)
commit 0b05cd4da6134df527fb010384a9fd569bd5d6a3
Author: Alan Coopersmith <alanc@alf.(none)>
Date: Fri Jun 16 18:53:33 2006 -0700
Add *~ to ignore emacs droppings
(cherry picked from c33d7b8282ac196b36229be26442296768c16f3e commit)
commit 214658b76b56768f69c3959a11525aae7813f448
Author: Matthias Hopf <mhopf@suse.de>
Date: Fri Jun 16 15:36:40 2006 +0200
Bug #3104: Compose table cache for faster X11 application starts.
(cherry picked from 1f4c9893ade08bad30c9bd12a36bee57d30b001e commit)
commit 13968a23aaea838ba4b69e42e8900f803499e091
Author: Matthias Hopf <mhopf@suse.de>
Date: Tue Jun 13 20:23:46 2006 +0200
Bug #3104: Compose table cache for faster X11 application starts.
(cherry picked from 4fe22647e6010a2886c2f3a7093adeaeb6678faa commit)
commit e7f8bca08f5476d0ca262097639ac7d424bb4d10
Author: Lubos Lunak <llunak@suse.de>
Date: Mon Jun 12 18:48:08 2006 +0200
Bug #3104: Compose table cache for faster X11 application starts.
(cherry picked from 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be commit)
commit f506aaf8ac9aae1ee8daaef6cde34ee85aecd641
Author: Matthias Hopf <mhopf@suse.de>
Date: Fri Jun 9 18:24:02 2006 +0200
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.
(cherry picked from 9354351fcb8baeaab85250d14409cfb4fa50f3e9 commit)
commit 0e6d5e979aacb0c295ce79369ecc5f22ffa7922c
Author: Jamey Sharp <jamey@minilop.net>
Date: Wed Jun 7 20:29:05 2006 -0700
Fix bug #7035: unnecessary memmove in XOpenDisplay.
Using memmove on the connection setup data causes a problem for XCB, but making
Xlib stop doing that should be harmless for non-XCB as well.
(cherry picked from b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0 commit)
commit cd7328c46ae72903ed02832828891b2dab4d5ee0
Author: Daniel Stone <daniels@preemptive.fooishbar.org>
Date: Sat Jun 3 13:51:51 2006 +0300
Fix threading support on GNU/kFreeBSD systems. (Robert Millan)
(cherry picked from e3acee88cfcc4ef0fa8a7db39763a5ebe2e985cb commit)
commit c336eb6b80a6f91da1d0b3d28634a2cfde324670
Merge: 33556ca... ad9ebbd...
Author: Donnie Berkholz <donnie@comet.(none)>
Date: Thu Jun 22 14:25:35 2006 -0700
Merge branch 'stable' of http://people.freedesktop.org/~jamey/libX11 into stable
commit 213dacad21740466e7ab31b01d3fc513fe4b3e74
Author: Daniel Stone <daniel@fooishbar.org>
Date: Thu Jun 22 17:20:59 2006 +0300
Bump to 1.0.99.0 to avoid confusion.
commit efedfd68e31bcee2d21ac340be8dc9e1825ec890
Merge: e3acee8... 4b8eb5d...
Author: Daniel Stone <daniel@fooishbar.org>
Date: Thu Jun 22 16:53:45 2006 +0300
Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11
Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
commit 94f3213fc4bd6ec49bfb68e8b4a4fddea2bf3baa
Author: Scott Revelt <scott.revelt@sun.com>
Date: Fri Jun 16 19:11:13 2006 -0700
Sun bug 4022903: Xcms routines may fail if sscanf() is looking for separators
based on locale that doesn't match those used in the Xcms.txt
commit c33d7b8282ac196b36229be26442296768c16f3e
Author: Alan Coopersmith <alanc@alf.(none)>
Date: Fri Jun 16 18:53:33 2006 -0700
Add *~ to ignore emacs droppings
commit 1f4c9893ade08bad30c9bd12a36bee57d30b001e
Author: Matthias Hopf <mhopf@suse.de>
Date: Fri Jun 16 15:36:40 2006 +0200
Bug #3104: Compose table cache for faster X11 application starts.
commit 4fe22647e6010a2886c2f3a7093adeaeb6678faa
Author: Matthias Hopf <mhopf@suse.de>
Date: Tue Jun 13 20:23:46 2006 +0200
Bug #3104: Compose table cache for faster X11 application starts.
commit 1d28a655629a11ea7fd1e5df4c7b77dd4b63e3be
Author: Lubos Lunak <llunak@suse.de>
Date: Mon Jun 12 18:48:08 2006 +0200
Bug #3104: Compose table cache for faster X11 application starts.
commit 9354351fcb8baeaab85250d14409cfb4fa50f3e9
Author: Matthias Hopf <mhopf@suse.de>
Date: Fri Jun 9 18:24:02 2006 +0200
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.
commit b18713ec3f36a10b3cdb1e16f9550e1d2e05dff0
Author: Jamey Sharp <jamey@minilop.net>
Date: Wed Jun 7 20:29:05 2006 -0700
Fix bug #7035: unnecessary memmove in XOpenDisplay.
Using memmove on the connection setup data causes a problem for XCB, but making
Xlib stop doing that should be harmless for non-XCB as well.
commit ad9ebbd2424bc2699944ffdf4e19e13f9dd8ab84
Author: Daniel Stone <daniels@preemptive.fooishbar.org>
Date: Sat Jun 3 12:57:55 2006 +0300
Bug #2186: Add cs_CZ.iso8859-2 alias.
commit 9e7765e0b1cbaae6643072d91066ba1201b36227
Author: Daniel Stone <daniel@fooishbar.org>
Date: Fri Jun 2 02:46:29 2006 +0300
nls: Serbian (sr_CS) update (#5575)
Bug #5575: 'Yugoslavia' has changed to Serbia & Montenegro, along with a
Fix prototype of XConfigureWindow(). Bugzilla #6023.
commit f71ea0bc737c5a42e9e022b86e7ec3b4f846d31c
Author: Jamey Sharp <jamey@minilop.net>
Date: Fri Mar 3 11:08:41 2006 -0800
Update for XCBSendRequest sequence number API changes.
commit a11d1b0ae674320cf9897f6a83ec08c65eca8d9b
Author: Jamey Sharp <jamey@minilop.net>
Date: Fri Mar 3 01:42:49 2006 -0800
Use the full_sequence from XCBGenericError/Event for setting last_request_read, and quit replacing _XSetLastRequestRead with an XCB-specific version.
commit d8ba4ae7045b227f8b675628b9094dded02f1c08
Author: Jamey Sharp <jamey@minilop.net>
Date: Thu Mar 2 23:43:26 2006 -0800
Bugfix: Rely on XCBSendRequest to leave iov in a well-defined state, and place the spare iovecs at the beginning of the array.
commit f9afb5a54435c30961306080e9358d4240ecb844
Author: Jamey Sharp <jamey@minilop.net>
Date: Thu Mar 2 23:34:19 2006 -0800
assert() that we will not infinite loop or read uninitialized memory.
commit d3512ef3aae5b036a8ce6579318108f1ec20ee22
Author: Jamey Sharp <jamey@minilop.net>
Date: Thu Mar 2 15:58:52 2006 -0800
Quit relying on XCBSendRequest to pad to 4-byte boundaries and do it ourselves.
commit fb590c15a740264ee867d15a2547072e43b21eed
Author: Jamey Sharp <jamey@minilop.net>
Date: Thu Mar 2 12:06:04 2006 -0800
Handle errors correctly when Xlib owns the event queue and XCB has the checked error feature.
commit 8356ba37d307a9eda895a6bf41ef727bbfc9a695
Author: Jamey Sharp <jamey@minilop.net>
Date: Mon Feb 27 11:51:47 2006 -0800
Use the new XCBSendRequest flag, XCB_REQUEST_RAW, to hand a bag-o-bytes down uninterpreted.
commit 07bdf1fbbf2418f866df1a2140d514dd3f035139
Author: Jamey Sharp <jamey@minilop.net>
Date: Sun Feb 26 15:46:01 2006 -0800
Update for new XCBSendRequest API.
commit 409a08cff8347d39e0e6c53c9f380d21f221f5ac
Author: Jamey Sharp <jamey@minilop.net>
Date: Thu Feb 23 18:12:31 2006 -0800
Performance fix: Replace calls to XCBGetRequestRead with the new XCBGetQueuedRequestRead. Cuts a lot of syscalls.
commit ec30a27341b97620b07dd886f98d1d7664a67685
Author: Jamey Sharp <jamey@minilop.net>
Date: Thu Feb 23 18:01:46 2006 -0800
Minor performance fix: Access dpy->xcl->connection directly instead of calling XCBConnectionOfDisplay. It happens a lot.
commit 53c471c6a835d5cedeca99f2c97058d196a3fd7e
Author: Jamey Sharp <jamey@minilop.net>
Date: Thu Feb 23 11:46:09 2006 -0800
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.
commit 41c0121a8718b530feaf7fe315b673d9b8defce2
Author: Jamey Sharp <jamey@minilop.net>
Date: Tue Feb 21 21:25:41 2006 -0800
Refactor the code that passes requests down to XCB into a separate issue_complete_request function.
commit 67d06e0fe468dca22847aa14d3f917128f89f9cf
Author: Jamey Sharp <jamey@minilop.net>
Date: Tue Feb 21 15:33:05 2006 -0800
If we have not actually put the buffer back, deferred invariants may not hold. This is OK.
commit 434bf80b4053ff1ba82adf65de1f76b4d3731bf1
Author: Jeremy C. Reed <reed@reedmedia.net>
Date: Tue Feb 21 14:10:22 2006 -0800
Set XTHREADLIB correctly for dragonfly platforms.
commit b24834762e975bd319f9ab5c7cf790b2a02a9474
Author: Jamey Sharp <jamey@minilop.net>
Date: Tue Feb 21 14:03:26 2006 -0800
Sometimes functions other than _XUnlockDisplay call _XPutXCBBuffer. Some invariants appropriate for Unlock are not appropriate otherwise: move them to _XUnlockDisplay.
commit 99b8defd0d5e6993071e21638128c9de2574b37d
Author: Jamey Sharp <jamey@minilop.net>
Date: Tue Feb 21 13:04:21 2006 -0800
Execute BeforeFlush hooks on complete buffers, not request-at-a-time.
Traditional Xlib worked this way; I dunno why I changed it.
commit 9b01e7849775749182052fe324df9d8e6ceeee99
Author: Jamey Sharp <jamey@minilop.net>
Date: Tue Feb 21 12:51:44 2006 -0800
Factor the XCBSendRequest call out of the conditional in _XPutXCBBuffer.
commit 7ce7ac882de128955751a5307889db9d712d8a72
Author: Jamey Sharp <jamey@minilop.net>
Date: Tue Feb 21 12:44:30 2006 -0800
Quit using a triple-pointer. Almost as if I were a sensible person.
commit 35a858be218cdbfa4593d44a67663d5c25297016
Author: Jamey Sharp <jamey@minilop.net>
Date: Tue Feb 21 12:21:01 2006 -0800
Remove the XCL_PAD macro.
commit e741b70ed2542c5463c57dac44bc37328616733b
Author: Jamey Sharp <jamey@minilop.net>
Date: Sun Feb 19 12:29:27 2006 -0800
Update .gitignores for *.o and nls/locale.dir*.
commit f25b4b00e1683b0d97dba46dac46d65a9c2270a6
Author: Jamey Sharp <jamey@minilop.net>
Date: Sun Feb 19 12:28:41 2006 -0800
Move .cvsignore to .gitignore.
commit c7cda56eebaf6ab11403363be14d4948d7d8be38
Author: Jamey Sharp <jamey@minilop.net>
Date: Sun Feb 19 11:49:15 2006 -0800
Land XCB support on X.org HEAD.
commit 881467b3032261791ef5ec61b3879bb68d0a3d8c
Author: Jamey Sharp <jamey@minilop.net>
Date: Sun Feb 19 02:14:11 2006 +0000
Merge the X11 and BIGREQS package sets: they were used in exactly the same places.
commit 6b0158dfad714db5b89c04dbea3aedeafa0fb146
Author: Jamey Sharp <jamey@minilop.net>
Date: Tue Feb 14 19:37:36 2006 +0000
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.
commit 010c3acbb3a6993d39274f42d88c00849acb0fb0
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sun Feb 12 18:19:17 2006 +0000
Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
commit fe8c01c80263457f01b70dc1511b2bd9466b7c96
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Fri Feb 3 23:34:43 2006 +0000
Fix typo in .TH line
commit b091c217f3c3f60dde78b09a95c150df6c83d7ba
Author: Kevin E Martin <kem@kem.org>
Date: Thu Dec 15 00:24:28 2005 +0000
Update package version number for final X11R7 release candidate.
commit e7c04e0e65a2a0c70c6ad29ec2d6f4350fd81c2a
Author: Kevin E Martin <kem@kem.org>
Date: Tue Dec 6 22:48:41 2005 +0000
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
commit b5c495854d5270e64e6d588388ffa906bfcaac22
Author: Kevin E Martin <kem@kem.org>
Date: Sat Dec 3 05:49:42 2005 +0000
Update package version number for X11R7 RC3 release.
commit 9e96dbc343c7f27ff47607acd75378ab23903e2a
Author: Kevin E Martin <kem@kem.org>
Date: Sat Dec 3 04:41:47 2005 +0000
Add check and cflags for malloc(0) returning NULL.
commit 649c37b47909620ccafde3e983de8321cddd74ce
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Nov 28 22:03:04 2005 +0000
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)
commit 8d1500df66d796ebff2b0d8c02205e5fa6796d4a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots.
commit 7012f9b56c594cf40855ba0dbf93af1263417a8c
Author: Kevin E Martin <kem@kem.org>
Date: Mon Nov 14 21:51:07 2005 +0000
Fix xf86bigfont pkgconfig dep typo.
commit 60a72f47951f46b4e0505d9903a94af3b6bed8ca
Author: Kevin E Martin <kem@kem.org>
Date: Wed Nov 9 21:19:12 2005 +0000
Update package version number for X11R7 RC2 release.
commit 6bb0c3796b6e1beddc376a896e865704886e1462
Author: Kean Johnson <kean@armory.com>
Date: Tue Nov 8 06:33:25 2005 +0000
See ChangeLog entry 2005-11-07 for details.
commit 14be0098ad90c3e68bd2d21b00ffabb76f1fd780
Author: Kevin E Martin <kem@kem.org>
Date: Tue Nov 1 15:11:50 2005 +0000
Update pkgcheck dependencies to work with separate build roots.
commit 1bf71462a972e0fc56de63f5c7fd613b37fc70f1
Author: Donnie Berkholz <spyderous@gentoo.org>
Date: Fri Oct 28 10:44:03 2005 +0000
Revert that, it's redundant. But it is worth noting that --disable-xkb is broken, if anyone cares.
commit be627a39fe373e2e81fdc263780e70a271d9e0c5
Author: Donnie Berkholz <spyderous@gentoo.org>
Date: Fri Oct 28 08:28:08 2005 +0000
Add dependency on inputproto for XI.h.
commit 5fae4cb456cb03fb70cd065dbc2ca94c8ed99082
Author: Adam Jackson <ajax@nwnk.net>
Date: Fri Oct 21 18:44:24 2005 +0000
Bug #4736: Error decoding for Damage extension. (Jonathan Lennox)
commit 1171fa9dc77413f0e90933a565ec07068052afb4
Author: Kevin E Martin <kem@kem.org>
Date: Wed Oct 19 02:48:08 2005 +0000
Update package version number for RC1 release.
commit 2a2d905706308b9d5a1c16af1067fb390f43850c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue Oct 18 00:00:08 2005 +0000
Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to work better with BSD make
commit 66d35b6971fb26762392a2a8e2c47db46c11116a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Oct 17 21:13:15 2005 +0000
Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a suffix rule (reported by Matthieu Herrb)
commit a316995a17c084e98ef1b7f25d287c2c08b6d749
Author: Donnie Berkholz <spyderous@gentoo.org>
Date: Sun Oct 16 03:03:35 2005 +0000
Change '==' to portable '='.
commit b76a072530e884bcbea6ed8fed5aef39361dcfc0
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Wed Oct 12 00:04:50 2005 +0000
configure.ac Use XORG_MAN_SECTIONS instead of custom man section configuration. Add shadow man pages for man pages that document multiple functions.
commit 8ee5c1429af98206e05a0536f87c0f21a529cdf0
Author: Eric Anholt <anholt@freebsd.org>
Date: Tue Oct 11 02:18:36 2005 +0000
Add appropriate pthread libs/flags for FreeBSD, fixing the build of ico and probably others.
commit 41ff3b9d1f194a7b56437b650d5f589225c078c6
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sun Oct 9 22:28:39 2005 +0000
Bug #3021 <https://bugs.freedesktop.org/show_bug.cgi?id=3021> Requests and Errors for XFixes are not in XErrorDB (Jonathan Lennox)
Bug #2268: Add South African locales (Dwayne Bailey). Some whitespace cleanups, as the parser is a little touchy.
commit 3f79eb4c99844f618f1889741d1631c2ffe5385f
Author: Daniel Stone <daniel@fooishbar.org>
Date: Fri Sep 30 07:11:19 2005 +0000
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.
commit d1237d1483ff972c76a0ac344ec97d5280db0007
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Thu Sep 29 21:27:12 2005 +0000
Add Xcms.txt to lib/X11
commit 4a86f299693f7376cbe98175f0b0c44d691802b3
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Sep 24 20:11:06 2005 +0000
Add XQueryExtension.man
commit a057a66e2041d45198a13a4ece7c07068f76f21b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Sep 24 00:16:32 2005 +0000
Add XTHREAD_CFLAGS for platforms that need special defines like
-D_REENTRANT or -D_POSIX_whatever to get re-entrant function definitions. Set XDMCP_LIBS correctly for later libXdmcp tests.
commit 3e920a65a7c376ad63eae2240fd06904d25d18bf
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Fri Sep 2 23:00:30 2005 +0000
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
commit 3eb9f2d693af89d04e2fd92492c8205dce332c9c
Author: Kristian Høgsberg <krh@redhat.com>
Date: Thu Sep 1 19:24:13 2005 +0000
Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time.
commit 7afa64325183b78d2d6a4862821f8b3e9866105c
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sun Aug 28 19:45:48 2005 +0000
OpenBSD needs -lpthread for threaded applications too.
commit 2b2f3d3877cb7927f196d01a5df6a27bf8d0518a
Author: Daniel Stone <daniel@fooishbar.org>
Date: Fri Aug 26 05:16:46 2005 +0000
Define ERRORDB/KEYSYMDB to XERRORDB/XKEYSYMDB if the former is undefined but the latter is. (Gerte Hoogewerf)
commit 07066da0902df91c71f2adb81d1a17ec29165553
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sun Aug 21 15:45:04 2005 +0000
update
commit de44d8b111f57bd2f015e085fd8298c5f2a15ef3
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sun Aug 21 15:38:39 2005 +0000
Threads support for BSD systems:
- need to check for gewtpwuid_r to define mtsafeapi
- build UIThrstubs if needed.
commit 60217fdb918bafb2082519efe5cba3b13ad3082a
Author: Adam Jackson <ajax@nwnk.net>
Date: Wed Aug 17 19:46:08 2005 +0000
Add xthreadlib variable to x11.pc. Bump to 0.99.1.
commit e1f4c6f5e36c1511f66fa1fac76520fd97eecbad
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Wed Aug 17 01:27:08 2005 +0000
Fix more broken multi-line .ds macros. Remove extraneous ;'s .
commit 1909786f4a7d686369edcfc05a938df115fab37c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue Aug 16 19:23:15 2005 +0000
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)
commit 83406d69c62070d2eeef23eb47f1ca887f711ee5
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Aug 15 19:53:37 2005 +0000
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
commit 5bb43de17de8e71d967488a713bf2b3448533444
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Aug 6 18:59:49 2005 +0000
Typo fix in output message
commit afe34b95862bb3c06cdbe724cb5ec3001a4a5215
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Thu Aug 4 02:55:49 2005 +0000
//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)
commit 3979a0b88edf6475ce5cfaa386e18ef980bda13c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Thu Aug 4 02:51:30 2005 +0000
//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)
commit 34b454df192f4563499c453ccdb8c079f4a20cbe
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Jul 30 20:30:46 2005 +0000
Include config.h so Xtrans knows which transport types to build code for
commit cd9c9936b49c125eda779b99887d7e6ae4cf56cd
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Jul 30 19:15:16 2005 +0000
Add -D flags to clear various warnings (Stefan Dirsch)
commit e7fef67b4531faddd805d8f2157903006d3117ed
Author: Kevin E Martin <kem@kem.org>
Date: Fri Jul 29 21:22:50 2005 +0000
Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version
commit 2ebb00244928237088e68325b1032b3550455ce9
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sat Jul 23 20:19:31 2005 +0000
remove orphan TAB at begin of line
commit dd7a9cdecda73e024ca84c5b9a22b18688038d94
Author: Kevin E Martin <kem@kem.org>
Date: Sat Jul 23 18:09:39 2005 +0000
Modify modular libs to use Xregion.h instead of region.h
commit 6d635a88d91647b1b63611c3591f74916f88cd1c
Author: Kevin E Martin <kem@kem.org>
Date: Sat Jul 23 18:06:16 2005 +0000
lib/Xrender/Picture.c Change region.h to Xregion.h and modify internal references to include <X11/Xregion.h>.
commit 36283f50fd9748733ae84cb7fb52ca8d9e661c15
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sat Jul 16 06:25:35 2005 +0000
Set soversion to 6.2.0.
commit 75fd5ae6e4683b9b9dcc13bc2f0faf223610a74f
Author: Keith Packard <keithp@keithp.com>
Date: Fri Jul 15 04:27:32 2005 +0000
Add missing Makefile.am to lib/X11/modules
commit 6d84a8b1329af1fcfe86b198f1a6e7dd6ff616c3
Author: Keith Packard <keithp@keithp.com>
Date: Fri Jul 15 04:08:51 2005 +0000
Move i18n modules to top-level so they can be built in the right order (before xlib for non-loadable, after xlib for loadable).
Link i18n modules against xlib to resolve Xlib symbols used by them.
commit 45f40126a73295345bb5eb187b1167874842ab6e
Author: Alexander Gottwald <ago@freedesktop.org>
Date: Thu Jul 14 19:50:00 2005 +0000
Add $(top_srcdir)/src to include list
commit 0aed7d91f5928d09d541617aad03709b5090658d
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Thu Jul 14 17:04:49 2005 +0000
Build fix for non-GNU make.
commit b79422ccb02ab44548d1038956ab0cd4e2638645
Author: Adam Jackson <ajax@nwnk.net>
Date: Thu Jul 14 15:12:44 2005 +0000
typo fixes (Matthieu Herrb)
commit 419304cde2fda19457c667870edefc0b227651b3
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Wed Jul 13 02:41:36 2005 +0000
Add missing backslashes to xlocale_la_SOURCES
commit d14cc5c8964c4539b57c6cb51ef653292e410b79
Author: Keith Packard <keithp@keithp.com>
Date: Mon Jul 11 20:32:55 2005 +0000
Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to automate this.
commit 424c2d8905eb2ad0a2df15b1da2f96140bfbcffb
Author: Lars Knoll <lars@trolltech.com>
Date: Mon Jul 11 15:24:32 2005 +0000
compile
commit de9784eb1bde46efc316da279e3da27c6cc288a7
Author: Keith Packard <keithp@keithp.com>
Date: Mon Jul 11 09:26:40 2005 +0000
Ignore built man page files
commit 0c258c36d1523113790c599b16d2947d7aa6469a
Author: Keith Packard <keithp@keithp.com>
Date: Mon Jul 11 09:18:31 2005 +0000
Minor changes to help modular Xlib build i18n modules
commit 6e752ea1203b786423e40f43340bce15ca3de0f0
Author: Keith Packard <keithp@keithp.com>
Date: Mon Jul 11 08:29:18 2005 +0000
Enable loadable i18n modules, making them configurable on the configure command line.
Clean up conditionals for XKB, XCMS, XLOCALEDIR
Create new lib directory for locale modules in ${X11_LIBDIR}/locale/lib. Add this to the default XLOCALEDIR search path.
Create separate X11_LOCALEDATADIR variable pointing at ${datadir}/X11/locale for installing locale data.
Split out xcms, xkb, xlibi18n sources from main xlib bits so they can be conditionally included more easily. Lots of source files have been moved with this step; the result seems like it might be easier to maintain.
Display message at end of configure script with selected options.
Fix manual building with cpp to add -traditional in cpprules.in. This isn't conditionalized at all, so it will break on systems not using GNU cpp.
commit b46cf0d879f1dbf92dcf5a0305d18986c766ed84
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sun Jul 10 22:37:33 2005 +0000
Fix segfault when _XimProtoCreateIC() fails to create a context; Debian #239991. (Chung-chieh Shan)
commit 6f2132b18e61ca9755e4b45550f3f5097dd1fbb7
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Jul 9 20:06:04 2005 +0000
Set __libmansuffix__ & __xorgversion__ correctly when cpp processing man pages
commit 3939ac4410446b46071c9d714f4270c12bf904fe
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Jul 9 18:44:14 2005 +0000
- 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
- Don't assume $(CPP) can take gcc-only -traditional flag
- CPP process man pages as is done in the monolithic tree
commit 19ba9d0df86c688319377467254b9ea9c4b0eccc
Author: Keith Packard <keithp@keithp.com>
Date: Sat Jul 9 06:01:49 2005 +0000
Clean up .cvsignore files
commit f4bba6fa9b9ce637be7662754750054567e9250a
Author: Adam Jackson <ajax@nwnk.net>
Date: Sat Jul 9 02:53:29 2005 +0000
typo fix. i suck.
commit 3305da61a61695e24c1ea11d3f59dddb52873d47
Author: Adam Jackson <ajax@nwnk.net>
Date: Sat Jul 9 02:41:18 2005 +0000
Check for bigfont proto headers via pkgconfig (Arwed von Merkatz)
commit afdae2e8ccb93de2987b5a5e850695af15ece7e0
Author: Keith Packard <keithp@keithp.com>
Date: Fri Jul 8 07:11:56 2005 +0000
Create and use XlibConf.h to match modular build which needs XTHREADS defined when building extensions
commit 86fa88dc594ca2093030acf5c84973ee2b33eb4c
Author: Keith Packard <keithp@keithp.com>
Date: Fri Jul 8 06:57:06 2005 +0000
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.
Add a bunch of .cvsignore files
commit 30f6ffedeaf899e699f0c6b14c9471ce9bcc430c
Author: Chris Less <clee@c133.org>
Date: Mon Jul 4 23:01:48 2005 +0000
Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, and XFreeExtensionList.
commit 55328bb6caabd37885cd19d7a5821ed425daf321
Author: Eric Anholt <anholt@freebsd.org>
Date: Sun Jul 3 10:17:38 2005 +0000
Avoid a gmake-specific construct, and instead just write the name of the current directory into each Makefile.am.
commit 726538ba21b631bfb0b8094a5546acdaf57379ff
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sun Jul 3 07:37:33 2005 +0000
Fix more include paths; add dix-config.h to XKB code.
commit 8c7677138e70e14eca0255f2168583f0ecc21994
Author: Daniel Stone <daniel@fooishbar.org>
Date: Sun Jul 3 07:00:55 2005 +0000
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
commit 197697c92a63091a4cc3cc04dcb7fa29d2655758
Author: Daniel Stone <daniel@fooishbar.org>
Date: Fri Jul 1 22:13:35 2005 +0000
Fix objdir != srcdir, as well as make distcheck.
Don't attempt to create Compose.pre files; formatting fixes.
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Jun 18 07:48:43 2005 +0000
Move Secure RPC flags from X11/configure.ac to xtrans/xtrans.m4 since multiple modules will need them
commit 12afc57b7d455781eee305e9ed6a899ceec8729e
Author: Daniel Stone <daniel@fooishbar.org>
Date: Wed Jun 15 16:50:47 2005 +0000
Typo fix to locale/error/keysym location declarations.
commit 9a895777e30762f61b98d25be3b5d8b1169baa17
Author: Daniel Stone <daniel@fooishbar.org>
Date: Wed Jun 15 13:37:43 2005 +0000
Typo in ImUtil.h commit -- I AM CAPTAIN SKILL.
commit add49285663684875ab7a5c58ec7a2cf8b775f67
Author: Daniel Stone <daniel@fooishbar.org>
Date: Wed Jun 15 13:32:35 2005 +0000
Define locations for XErrorDB, XKeysymDB, and locale data in configure.ac. Add AC_DEFINE_DIR macro from autoconf-archive.cryp.to towards this end.
Move ImUtil.h from src/ to include/X11/.
commit 845dfc6b42b950890866ee4df27761e086f50dca
Author: Daniel Stone <daniel@fooishbar.org>
Date: Wed Jun 15 13:27:48 2005 +0000
Move ImUtil.h from src/ to include/X11/. Additionally, copy Cmap.h as a distribution file.
commit bba117f0d98f62cfb060d0fab97b407a3a0bfda9
Author: Daniel Stone <daniel@fooishbar.org>
Date: Fri Jun 10 14:11:36 2005 +0000
Remove pointless include of Xlib.h.
Fix #include path to bigreqstr.h.
commit 1a0de49da1274882bab05b0f7240936b37955e5c
Author: Alexander Gottwald <ago@freedesktop.org>
Date: Thu Jun 9 21:30:15 2005 +0000
Use $(srcdir) for Compose.pre and XLC_LOCALE.pre
commit af4f0f302644ebfbb0ca9f4016a4aee85c973d37
Author: Alexander Gottwald <ago@freedesktop.org>
Date: Thu Jun 9 15:55:33 2005 +0000
Replace <X11/transport.c> with <X11/Xtrans/transport.c>
commit fd5f58e0baf692e34b9b622286f18762cc2500d3
Author: Alexander Gottwald <ago@freedesktop.org>
Date: Thu Jun 9 15:52:02 2005 +0000
Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
Copy Xtrans.h to exports/include/X11/Xtrans only
commit 44538f9940f969d46c0e5e4b201c684cde2ba611
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sun Jun 5 03:29:33 2005 +0000
Port Imake flags to autoconf tests & --enable-* flags: HASSETUGID, HASGETRESUID, NO_XLOCALEDIR, HAS_SHM and XF86BIGFONT
commit 588e30e9ec65fa6205a34be650b79d5e2243edec
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Jun 4 22:53:21 2005 +0000
Add --enable-secure-rpc flag and checks for needed functions for Secure RPC ("SUN-DES-1") authentication method
commit a547afee2ef49cc41bbb67f9cff5a52a283c0854
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat Jun 4 21:20:20 2005 +0000
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)
commit ca93c761559ae464189c7ea7cf11c6a6679f2431
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sat May 28 01:02:32 2005 +0000
Don't use $< in explicit rules. This only works with GNU make. <https://bugs.freedesktop.org/show_bug.cgi?id=3383>
commit 09ebb349359e3dd9131fa2fa8b07559faa173654
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sun May 22 19:05:11 2005 +0000
Convert man pages to long file names in lib/X11, lib/Xt, & lib/Xext
commit 761219b1ef9befc350c8a35b6f96d047e5f008cc
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat May 21 23:07:48 2005 +0000
xtrans:
Create autoconf macro XTRANS_CONNECTION_FLAGS to provide standard set of --enable flags for which transports to support and common place to update for required libraries for platforms that need certain libs for certain transports
ICE:
Add ICE_t #define required by Xtrans headers. Replace static defines of LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro.
X11:
Moved transport type checks to new macro XTRANS_CONNECTION_FLAGS in xtrans.m4 in xtrans module so they can be shared by all modules using xtrans.
commit 4b1ba6eb975b547b808f4d5c8825a3261de5e02a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Sat May 21 04:26:12 2005 +0000
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)
Comment out "override CC = gcc" line as it breaks builds with non-GNU makes, and its incorrect to force a specific compiler. Change LINK line from gcc to $(CC).
commit 1d425d5e2092dd18a7dd599b37ed9af61cf59819
Author: Adam Jackson <ajax@nwnk.net>
Date: Thu May 19 00:22:32 2005 +0000
revert last change, didn't do right thing at all, sorry for the noise
- Check for xproto as its CFLAGS are needed in the .pc file
commit 46e8d8a65430dd87c10b066b5cff99a689c22241
Author: Egbert Eich <eich-at-freedesktop-dot-org>
Date: Tue May 17 08:10:10 2005 +0000
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).
commit 23198d2bfbf0049b2630235cd4d4a4ffba7ec6c1
Author: <ssp@aware-of-vacuity.boston.redhat.com>
Date: Mon May 16 22:35:27 2005 +0000
Make Xdmcp unconditionally required, require various protocol modules.
Mon May 16 17:48:03 2005 Søren Sandmann <sandmann@redhat.com>
Check for kbproto if using XKB.
Require xextproto rather than xextensions
Remove the entries from the xlibs tree, as they are not relevant here.
- For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in <X11/...>
- For Xcomposite and Xdamage, don't link the build system out of the xc tree
- Link the public X11 headers into their own directory
- Add links to XKeysymDB and XErrorDB
- Add links to all the Xlib man pages
- Add links to the lcUniConv subdirectory
- Conditionally include config.h in Xlib source
commit 6769ccda88caf27d1441d335ef2b318a047a612b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Mar 21 04:58:21 2005 +0000
xc/lib/X11/ErrDes.c
//bugs.freedesktop.org/show_bug.cgi?id=132) Patch #2168 (https://bugs.freedesktop.org/attachment.cgi?id=2168) Replace a couple of BUFSIZE uses with better values to check against. Fixes by Stuart Anderson <anderson@netsweng.com>
commit 3b9e8ece93b916c55a82df53e85f097418edf471
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date: Sat Mar 19 22:04:55 2005 +0000
xc/nls/Compose/iso8859-2
xc/nls/Compose/iso8859-3
xc/nls/Compose/iso8859-9
//bugs.freedesktop.org/show_bug.cgi?id=2592) attachment #2156 (https://bugs.freedesktop.org/attachment.cgi?id=2156) Fix a couple of typos in ISO8859-* Compose files ("asciicircum" instead "of asciicirum"). Patch by Matthias Hopf <mhopf@suse.de>.
commit 0ce5950a08b9ab23ca8a32effdd40c421e92df84
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Tue Mar 8 02:53:36 2005 +0000
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>.
commit df341cd2f2f263f13323e8c0936ea8aa0d7fbba1
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date: Tue Feb 1 03:12:28 2005 +0000
xc/nls/Compose/pt_BR.UTF-8
//bugs.freedesktop.org/show_bug.cgi?id=2400) attachment #1762 (https://bugs.freedesktop.org/attachment.cgi?id=1762): Fix build bustage caused by broken patch for brazillian locale support (see Bugzilla #1896). Patch by Kevin E. Martin <kem@freedesktop.org>.
commit 483d3973f56dda51f9251d3ea808aaf7f3b48c10
Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
Date: Fri Jan 28 18:31:31 2005 +0000
cleaned up boundary-case handling for Uxxxx Unicode keysym notation
commit f234188a4c1e6b655aef0e3957ccad20d4c5847f
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date: Wed Jan 19 01:53:55 2005 +0000
xc/nls/compose.dir
xc/nls/locale.dir
xc/nls/Compose/Imakefile
xc/nls/Compose/pt_BR.UTF-8
xc/nls/XI18N_OBJS/Imakefile
xc/nls/XI18N_OBJS/pt_BR.UTF-8
xc/nls/XLC_LOCALE/Imakefile
xc/nls/XLC_LOCALE/pt_BR.UTF-8
//bugs.freedesktop.org/show_bug.cgi?id=1896) attachment #1675 (https://bugs.freedesktop.org/attachment.cgi?id=1675): Add support for pt_BR.UTF-8 locale. Patch by Gustavo Noronha Silva, Branden Robinson, Julien Lafon.
commit 7448ea7ef425d35cfc31eb41d46f4d879774f376
Author: Egbert Eich <eich-at-freedesktop-dot-org>
Date: Fri Jan 14 18:03:09 2005 +0000
Made some security enhancements:
- no writing past end of buffer caused by bogus locale.
- explicitely add a \0 character at end of string. (Bugzilla #2262)
commit 5557d47fcf22a6f3adf327691158f2270e3d5094
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date: Fri Jan 14 04:59:05 2005 +0000
xc/nls/compose.dir
xc/nls/locale.alias
xc/nls/locale.dir
//bugs.freedesktop.org/show_bug.cgi?id=1830) attachment #1674 (https://bugs.freedesktop.org/attachment.cgi?id=1674): Adding support for the bs_BA (bs, bs_BA, bs_BA.iso88592, bs_BA.ISO-8859-2, bs_BA.ISO_8859-2, bs_BA.UTF-8) locale. Patch by Vedran Ljubovic <vljubovic@smartnet.ba>.
commit 1fa3737f042f798fa11a9ff5b03f3b3ba3529824
Author: Egbert Eich <eich-at-freedesktop-dot-org>
Date: Tue Jan 11 17:37:57 2005 +0000
'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.
commit 642cd269f94a234aa470a1d43385bd42625d89a1
Author: Egbert Eich <eich-at-freedesktop-dot-org>
Date: Tue Dec 14 08:59:20 2004 +0000
Removed #ifdef'ed out code together with the comment explaining why it was #ifdef'ed out.
Fixed typo.
Added comment to a changed that's been committed with one of the previous commits.
commit a07ccae36e629741d2e48de7730114d30a975a41
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date: Sun Dec 12 08:42:50 2004 +0000
Fix missing XChangeProperty() prototype missing in synopsis section.
commit c73adb1c8ad806c2f9f0ba32f4b449e7a871501c
Author: Alexander Gottwald <ago at freedesktop dot org>
Date: Wed Dec 8 13:42:01 2004 +0000
Bugzilla #1980 (https://bugs.freedesktop.org/show_bug.cgi?id=1980) Handle XERRORDB only on WIN32 platform
commit d5e7ab194103e22fd6c5094aaa107d90210bb600
Author: Jim Gettys <jg@freedesktop.org>
Date: Thu Dec 2 16:18:16 2004 +0000
fix comment to indicate additional possible mode. i bug 1756 reported by Owen Taylor.
commit 03940d7330cb1bbf93d49c650aefb19de457da7c
Author: Alexander Gottwald <ago at freedesktop dot org>
Date: Wed Dec 1 13:06:55 2004 +0000
Bugzilla #1980, https://bugs.freedesktop.org/show_bug.cgi?id=1980 Make location of XErrorDB configurable
commit 11a03ab908bfcfab8a3492684e8e9320e492d552
Author: Alexander Gottwald <ago at freedesktop dot org>
Date: Wed Dec 1 12:42:17 2004 +0000
Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory
commit f3d83ee153f42e8899b844377e6b842d93411e62
Author: Alexander Gottwald <ago@freedesktop.org>
Date: Mon Nov 15 15:06:54 2004 +0000
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added mingw (Win32) port
commit b798ea11911ac58a8e6e7d15a2a643b023859749
Author: Alexander Gottwald <ago at freedesktop dot org>
Date: Mon Nov 15 13:29:56 2004 +0000
Bugzilla #1864, http://freedesktop.org/bugzilla/show_bug.cgi?id=1864 Initialize pointer to NULL to avoid freeing random memory
commit 436108cd6c84053698e5ca629096f59b34f50c2a
Author: Kristian Høgsberg <krh@redhat.com>
Date: Thu Nov 11 15:37:01 2004 +0000
Fix #1818
commit bf2e6ef66ba55f90efa4a4ba8c8b6d3ec0d1531c
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date: Tue Nov 9 00:56:56 2004 +0000
xc/nls/compose.dir
xc/nls/locale.alias
xc/nls/locale.dir
//freedesktop.org/bugzilla/show_bug.cgi?id=1544): Adding support for the si_LK (si, sinhala, si_LK, si_LK.UTF-8) locale. Patch by Anuradha Ratnaweera <gnu.slash.linux@gmail.com>.
commit 443890ceefbd6dafe68e30d103ec4f9d316ed655
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date: Fri Nov 5 00:58:49 2004 +0000
xc/nls/compose.dir
xc/nls/locale.alias
xc/nls/locale.dir
Adding some of the major indic locales (bn_IN.UTF-8, bn_IN.utf8, gu_IN.UTF-8, gu_IN.utf8, pa_IN.UTF-8, pa_IN.utf8) to X. Patch by Leon Ho <llch@redhat.com>.
commit af7467ec734321f127b957921cce7792902b6794
Author: Egbert Eich <eich-at-freedesktop-dot-org>
Date: Mon Oct 18 17:29:03 2004 +0000
Correcting font encodings for GB18030, GBK and BIG5-HKSCS. Adding nls support for those encodings (Bugzilla 1573, James Su).
Made handling of DevelDrivers for x86-64 more conformant to other platforms.
Compress all font encodings (Stefan Dirsch).
Fixed warnings.
Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and Root mode (bugzilla #1580, James Su).
Added another compose key combination for the Euro symbol (Stefan Dirsch).
Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian).
Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian). This is the encoding that is also used by glibc. We may break other libcs - lets see who complains.
Added explanation for DESTDIR to install to a different directory than /.
Added some early bailouts to atiprobe if PCI structure pointer is NULL to prevent sig11.
XV support doesn't depend on 2D acceleration any more. This patch removes this limitation from the NSC driver. This is a patch that I have committed to XFree86 a while ago but never ported over to X.Org. Matthieu Herrb contributed some build fixes.
Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate timer. This takes advantage of the fact that TimerSet() with a timeout argument 0 behaves like TimerCanel().
Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink).
Create missing links for backward compatibility to XFree86 (Stefan Dirsch).
Changed comment to mention xorg.
Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If you don't like it we can change it back (original author unkown).
Added 'pic' to the man page rendering command pipeline (Werner Fink).
Added missing return value (Stefan Dirsch, Roland Mainz)
commit 1ba103c3cad2329db3a31f88d7798b913affc570
Author: Eric Anholt <anholt@freebsd.org>
Date: Wed Oct 13 07:38:00 2004 +0000
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>)
Fri Oct 8 18:53:11 2004 Soeren Sandmann <sandmann@redhat.com>
Move iso10646 last so the "fallback" fonts will actually be used if they are better matches.
commit d1f76d17ecf418396627b1a58319f2b9b255548a
Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
Date: Sun Sep 26 22:54:57 2004 +0000
bug fix for previous patch
commit 48932d9b71d10e15812f47d5b842ab6aa8dac625
Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
Date: Sun Sep 26 20:46:17 2004 +0000
The big keysym cleanup, to bring implementation in line with the recent revision of Appendix A of the protocol spec. (Markus Kuhn)
commit 2e02a95dcc43dd3ec7bbaf4675ffb94f5074f543
Author: Egbert Eich <eich@freedesktop.org>
Date: Wed Sep 15 09:05:22 2004 +0000
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).
Fix size of a variable that gets assigned the value of SmartScheduleTime (long) to long. This should help to prevent smart scheduler lockup on 64 bit systems due to overruns (Andreas Schwab).
commit 2d3afb68a104a80a21ee622b9abb9c95e83505d3
Author: Egbert Eich <eich@freedesktop.org>
Date: Tue Aug 31 11:37:03 2004 +0000
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).
commit e689746c8d0e21e9011e8b91a3071d235d3a2a74
Author: Kevin E Martin <kem@kem.org>
Date: Thu Aug 19 06:48:06 2004 +0000
Fix header file to #ifdef the XKB keysyms when they are used. This fixes the X test suite build failure.
commit d558a53a6f57eecfcaadce5141fe3a08860defcb
Author: Keith Packard <keithp@keithp.com>
Date: Sat Aug 14 07:12:36 2004 +0000
Use XLIB_SKIP_ARGB_VISUALS environment variable to disable all depth 32 visuals. Necessary to keep Flash from crashing.
Must call ValidateGC/ValidatePicture on "real" GC/Picture to ensure pCompositeClip is set correctly.
Need to take the composite clip from the "real" GC/Picture and turn it into the clientClip for the backing version.
Adjust pixmap screen origin to account for drawable->x/y Change debugging output a bit (disabled by default)
commit 85c2d81f299ed3444658011b7d6fb0a7ab8a6f55
Author: Alexander Gottwald <ago@freedesktop.org>
Date: Fri Aug 13 16:28:19 2004 +0000
Set most significant bit to be a one. (Bug #1024, Kensuke Matsuzaki)
Fix conversion from sjis and euc. (Bug #1024, Toshio Takabe)
commit c4d56e4e288d4e48b84b021a61638f46e9a45e27
Author: Adam Jackson <ajax@nwnk.net>
Date: Wed Aug 11 05:25:13 2004 +0000
Bug #372: Prevent a crash in XPolygonRegion when called with a bogus point count. Reported by Andreas Luik.
commit 92487437173f600f208d825f65756d3ad14a4f7e
Author: Kevin E Martin <kem@kem.org>
Date: Mon Aug 9 22:37:22 2004 +0000
Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, Harold L. Hunt II, Alexander Gottwald).
Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, David Dawes).
Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson).
HP-PA build fix (Bug #828, Guy Martin, Paul Anderson).
Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine).
Fix attempt to read video ROM before enabling it (Bug #843, Ivan Kokshaysky, Mike A. Harris).
Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. Harris).
Clarify xset man page description of how to use the keyboard repeat rate settings (Bug #846, Mike A. Harris).
Fix problem where print-screen key would get remapped to sys-req in certain keymaps, which broke GNOME printscreen functionality (Bug #847, Owen Taylor).
Forced commit to note repocopy from xc/lib/XThrStub, will be connected to the build after this.
commit aa7010c43ae9f39fb84b5ff155f76117c9e527a0
Author: Egbert Eich <eich@pdx.freedesktop.org>
Date: Mon May 24 19:02:11 2004 +0000
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.
commit 720702da29769d80ad1254d92edbad5b30f8a8da
Author: Alan Coopersmith <alan.coopersmith@sun.com>