Commit graph

421 commits

Author SHA1 Message Date
Alan Coopersmith
931e02fbd1 ANSIfy some static function definitions 2006-07-24 15:50:52 -07:00
Alan Coopersmith
20b7abcaac Fix sparse warning: Using plain integer as NULL pointer 2006-07-24 15:01:40 -07:00
Alan Coopersmith
d158ab2993 Remove unused variable 2006-07-24 14:00:24 -07:00
Eric Anholt
3037700037 Bug #7188: Fix the documentation of XUrgencyHint (not UrgencyHint). 2006-07-21 18:56:04 -04:00
Matthieu Herrb
4eba45879a set GIT_DIR=${srcdir}/.git for git-log 2006-07-16 10:55:39 +02:00
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
Aaron Plattner
b8a98809ed 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.
2006-07-11 13:27:49 -07:00
Mayank Jain
8f2be66089 add Indian language locales
Add as, kn, ml, or, ur, and te locales.
2006-07-11 19:42:47 +01:00
Matthias Hopf
a92eb67856 Fix for autoconf 2.60 issue.
Updated AC_DEFINE_DIR.
Reverted datarootdir change.
2006-07-04 12:16:30 +02:00
Keith Packard
644f4828b1 Work around recent autoconf (2.59?) changes in directory expansion.
Recent autoconf versions have changed how directory names are managed in the
configure.ac script; automatic 'eval' invocations now occur as a part of the
AC_DEFINE_DIR macro which make it imperative that AC_DEFINE_DIR be executed
before the variables are used in further macro definitions. Also, ${datadir}
is apparantly an old name for ${datarootdir} as ${datadir} doesn't get
expanded correctly by AC_DEFINE_DIR. This looks like an autoconf bug, but it
is easy to work around by just using ${datarootdir} instead of ${datadir}.
2006-07-01 21:31:23 -07:00
Keith Packard
be70a31229 Xlib/XCB: handle 32-bit sequence wrap.
Replace broken sequence compares with XCB_SEQUENCE_COMPARE (copied from
XCB).
Account for XCB sequence 0 handling.
2006-07-01 01:56:05 -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
e9614c963b Bug #7349: Missed one of the setuid fixes. 2006-06-29 19:39:36 -07:00
Matthias Hopf
abda4d223e Update to final Compose cache directory location. 2006-06-29 18:59:57 +02:00
Matthias Hopf
40a64c61f8 Fix alignment of trees and wide chars in the cache. 2006-06-29 17:41:41 +02:00
Matthias Hopf
f442dcaa56 First (dummy) entry of compose caches was not initialized and thus contained varying garbage. 2006-06-28 19:17:03 +02: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
b0edfb8df1 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.
2006-06-22 23:47:38 -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
213dacad21 Bump to 1.0.99.0 to avoid confusion. 2006-06-22 17:20:59 +03:00
Daniel Stone
efedfd68e3 Merge branch 'master' of git+ssh://git.freedesktop.org/srv/git.freedesktop.org/git/xorg/lib/libX11 2006-06-22 16:53:45 +03:00
Matthieu Herrb
4b8eb5d4a1 Merge branch 'master' of git+ssh://herrb@git.freedesktop.org/git/xorg/lib/libX11 2006-06-20 21:05:15 +02:00
Matthieu Herrb
5169d0e08f Check setuid() return value. 2006-06-20 21:04:03 +02:00
Derek Wang
eff50c94a0 Sun bug 6209243: XExtentsOfFontSet causes segfault when font set not loaded 2006-06-19 11:05:37 -07:00
Scott Revelt
94f3213fc4 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
2006-06-16 19:11:13 -07:00
Alan Coopersmith
c33d7b8282 Add *~ to ignore emacs droppings 2006-06-16 18:53:33 -07:00
Matthias Hopf
1f4c9893ad Bug #3104: Compose table cache for faster X11 application starts. 2006-06-16 16:31:37 +02:00
Matthias Hopf
4fe22647e6 Bug #3104: Compose table cache for faster X11 application starts. 2006-06-16 16:31:37 +02:00
Lubos Lunak
1d28a65562 Bug #3104: Compose table cache for faster X11 application starts. 2006-06-16 16:31:37 +02:00
Matthias Hopf
9354351fcb 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. 2006-06-16 16:31:37 +02:00
Jamey Sharp
b18713ec3f 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.
2006-06-08 20:15:22 -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