Commit graph

192 commits

Author SHA1 Message Date
Aaron Plattner
2d426d1f26 Add a .PHONY to ensure the ChangeLog isn't stale.
Setting the ChangeLog rule as phony forces it to be re-run even when the
ChangeLog file already exists. Research indicates .PHONY is portable to BSD and
Solaris make.
(cherry picked from b8a98809ed commit)
2006-07-11 13:28:14 -07:00
Donnie Berkholz
99c711707a Bump version to 1.0.3. 2006-06-29 19:43:20 -07:00
Donnie Berkholz
cde3c0dd72 Bug #7349: Missed one of the setuid fixes.
(cherry picked from e9614c963b commit)
2006-06-29 19:41:51 -07:00
Matthias Hopf
df3fef8983 Update to final Compose cache directory location.
(cherry picked from abda4d223e commit)
2006-06-29 19:41:44 -07:00
Matthias Hopf
912ef19829 Fix alignment of trees and wide chars in the cache.
(cherry picked from 40a64c61f8 commit)
2006-06-29 19:41:37 -07:00
Matthias Hopf
2ece832118 First (dummy) entry of compose caches was not initialized and thus contained varying garbage.
(cherry picked from f442dcaa56 commit)
2006-06-29 19:41:29 -07:00
Donnie Berkholz
bdbe464d77 Delete ChangeLog, and add a rule to autogenerate it for distribution. Also
add 'foreign' to AM_INIT_AUTOMAKE to make autotools happy with not having a
ChangeLog.
(cherry picked from b0edfb8df1 commit)
2006-06-22 23:59:03 -07:00
Donnie Berkholz
dd54981aa7 Bump version to 1.0.2. 2006-06-22 15:47:38 -07:00
Matthieu Herrb
c93539d974 Check setuid() return value.
(cherry picked from 5169d0e08f commit)
2006-06-22 15:28:31 -07:00
Derek Wang
605533f814 Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded
(cherry picked from eff50c94a0 commit)
2006-06-22 15:28:20 -07:00
Scott Revelt
5bbd0822c5 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 94f3213fc4 commit)
2006-06-22 15:28:14 -07:00
Alan Coopersmith
0b05cd4da6 Add *~ to ignore emacs droppings
(cherry picked from c33d7b8282 commit)
2006-06-22 15:27:52 -07:00
Matthias Hopf
214658b76b Bug #3104: Compose table cache for faster X11 application starts.
(cherry picked from 1f4c9893ad commit)
2006-06-22 15:27:33 -07:00
Matthias Hopf
13968a23aa Bug #3104: Compose table cache for faster X11 application starts.
(cherry picked from 4fe22647e6 commit)
2006-06-22 15:27:26 -07:00
Lubos Lunak
e7f8bca08f Bug #3104: Compose table cache for faster X11 application starts.
(cherry picked from 1d28a65562 commit)
2006-06-22 15:27:17 -07:00
Matthias Hopf
f506aaf8ac 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 9354351fcb commit)
2006-06-22 15:27:10 -07:00
Jamey Sharp
0e6d5e979a 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 b18713ec3f commit)
2006-06-22 15:27:00 -07:00
Daniel Stone
cd7328c46a Fix threading support on GNU/kFreeBSD systems. (Robert Millan)
(cherry picked from e3acee88cf commit)
2006-06-22 15:26:39 -07:00
Donnie Berkholz
c336eb6b80 Merge branch 'stable' of http://people.freedesktop.org/~jamey/libX11 into stable 2006-06-22 14:25:35 -07:00
Daniel Stone
ad9ebbd242 Bug #2186: Add cs_CZ.iso8859-2 alias. 2006-06-06 12:47:53 -07:00
Daniel Stone
9e7765e0b1 nls: Serbian (sr_CS) update (#5575)
Bug #5575: 'Yugoslavia' has changed to Serbia & Montenegro, along with a
corresponding locale change.  Update compose.dir.pre, locale.alias.pre,
and locale.dir.pre.  (Milos Komarcevic)
2006-06-06 12:47:51 -07:00
Daniel Stone
a4ac2242b5 im: add Braille input method (#6296)
Bug #6296: Add a Braille input method.  (Samuel Thibault)
2006-06-06 12:47:43 -07:00
Daniel Stone
90de1e2e14 xkb support: small typo 2006-06-06 11:25:26 -07:00
Daniel Stone
4c3e34bece en_US.UTF-8 Compose.pre: updates from Simos (#5129)
Bug #5129: Numerous updates from Simos Xenitellis, fixing Unicode keysyms,
adding Unicode character names, removing duplicate entries, et al.
2006-06-06 11:25:23 -07:00
Daniel Stone
0c6473dd32 nls: fix use of non-keysym dead_space (#5107)
Bug #5107: Change users of dead_space to space.
2006-06-06 11:25:18 -07:00
Daniel Stone
6f99f6349d optional XKB support fix
Fix compilation with --disable-xkb.
2006-06-06 11:25:15 -07:00
Daniel Stone
217d43ed44 i18n: separate data and lib directories
Break out locale data into separate data and library directories, under
$(datadir) and $(libdir), respectively, by default.
2006-06-06 11:24:37 -07:00
Adam Jackson
92fa7fcde8 libXcursor.so.1, not libXcursor.so 2006-06-06 11:24:31 -07:00
Daniel Stone
135b4df13e XKBMisc.c: use Xfree, not xfree
Use Xfree() instead of xfree() when freeing interps.
2006-06-06 11:24:16 -07:00
Daniel Stone
3518d772b0 locale.alias.pre: bg_BG typo fix
Fix typo (be_BG.UTF-8 rather than bg_BG.UTF-8) in locale.alias.pre.
2006-06-06 11:24:11 -07:00
Daniel Stone
cc533db60c Coverity #203, #204: Fix potential NULL dereferences. 2006-06-06 11:23:54 -07:00
Daniel Stone
b83adf7dfd Coverity #205: Fix potential NULL dereference. 2006-06-06 11:23:52 -07:00
Daniel Stone
2d0cd10ad9 Coverity #209: Fix potential NULL dereference. (Alan Coopersmith) 2006-06-06 11:23:50 -07:00
Daniel Stone
dc2f396606 Coverity #826: Fix potential memory leak. 2006-06-06 11:23:48 -07:00
Daniel Stone
23df609ec4 Bug #1625: Include keysym.h from Xutil.h. 2006-06-06 11:23:43 -07:00
Eric Anholt
5262a1945c Check if visualList == NULL, not nVisualsMatched == 0. NULL happens in more
cases (allocation failure) than nVisualsMatched == 0.  Noticed from inspection
of Coverity #599, #600.
2006-06-06 11:23:29 -07:00
Eric Anholt
8b42635f57 Coverity #558: Free newly-allocated Database in error path. 2006-06-06 11:23:18 -07:00
Eric Anholt
6d06e41d1f Coverity #582: Free newly-allocated region in error path. 2006-06-06 11:23:14 -07:00
Daniel Stone
5fd8f79ad3 Properly clip bounds when only one point is defining an outline. 2006-06-06 11:22:52 -07:00
Matthieu Herrb
1e1572eb7f Fix prototype of XConfigureWindow(). Bugzilla #6023. 2006-06-06 11:22:22 -07:00
Jeremy C. Reed
1da8bd904f Set XTHREADLIB correctly for dragonfly platforms. 2006-06-06 11:20:57 -07:00
Jamey Sharp
c9768133e3 Update .gitignores for *.o and nls/locale.dir*. 2006-06-06 11:20:38 -07:00
Jamey Sharp
efcbde6ba0 Move .cvsignore to .gitignore. 2006-06-06 11:20:20 -07:00
Adam Jackson
33556ca81d Bump to 1.0.1 2006-05-12 14:49:17 -04:00
Adam Jackson
80d8855762 libXcursor.so.1, not libXcursor.so 2006-05-11 14:06:28 -04:00
Jamey Sharp
881467b303 Merge the X11 and BIGREQS package sets: they were used in exactly the same places. 2006-02-19 02:14:11 +00:00
Jamey Sharp
6b0158dfad 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. 2006-02-14 19:37:36 +00:00
Alan Coopersmith
010c3acbb3 Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages not created correctly when MANDIR & MANSUFFIX don't match. 2006-02-12 18:19:17 +00:00
Alan Coopersmith
fe8c01c802 Fix typo in .TH line 2006-02-03 23:34:43 +00:00
Kevin E Martin
b091c217f3 Update package version number for final X11R7 release candidate. 2005-12-15 00:24:28 +00:00