Commit graph

119 commits

Author SHA1 Message Date
Daniel Stone
010f0647e2 Bug #2609: Add Kyrgyz locale (Ilyas Bakirov). 2005-09-30 07:52:46 +00:00
Daniel Stone
3ef2fb67bd Bug #1640: Kinyarwanda locale support. (Steve Murphy) 2005-09-30 07:47:55 +00:00
Daniel Stone
4ae0decabe Bug #2268: Add South African locales (Dwayne Bailey). Some whitespace cleanups, as the parser is a little touchy. 2005-09-30 07:40:03 +00:00
Daniel Stone
3f79eb4c99 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. 2005-09-30 07:11:19 +00:00
Alan Coopersmith
d1237d1483 Add Xcms.txt to lib/X11 2005-09-29 21:27:12 +00:00
Alan Coopersmith
4a86f29969 Add XQueryExtension.man 2005-09-24 20:11:06 +00:00
Alan Coopersmith
a057a66e20 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.
2005-09-24 00:16:32 +00:00
Alan Coopersmith
3e920a65a7 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 2005-09-02 23:00:30 +00:00
Kristian Høgsberg
3eb9f2d693 Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this install destination can be overridden at make install time. 2005-09-01 19:24:13 +00:00
Matthieu Herrb
7afa643251 OpenBSD needs -lpthread for threaded applications too. 2005-08-28 19:45:48 +00:00
Daniel Stone
2b2f3d3877 Define ERRORDB/KEYSYMDB to XERRORDB/XKEYSYMDB if the former is undefined but the latter is. (Gerte Hoogewerf) 2005-08-26 05:16:46 +00:00
Matthieu Herrb
07066da090 update 2005-08-21 15:45:04 +00:00
Matthieu Herrb
de44d8b111 Threads support for BSD systems:
- need to check for gewtpwuid_r to define mtsafeapi
- build UIThrstubs if needed.
2005-08-21 15:38:39 +00:00
Adam Jackson
60217fdb91 Add xthreadlib variable to x11.pc. Bump to 0.99.1. 2005-08-17 19:46:08 +00:00
Alan Coopersmith
e1f4c6f5e3 Fix more broken multi-line .ds macros. Remove extraneous ;'s . 2005-08-17 01:27:08 +00:00
Alan Coopersmith
1909786f4a 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) 2005-08-16 19:23:15 +00:00
Alan Coopersmith
83406d69c6 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 2005-08-15 19:53:37 +00:00
Alan Coopersmith
5bb43de17d Typo fix in output message 2005-08-06 18:59:49 +00:00
Alan Coopersmith
afe34b9586 //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) 2005-08-04 02:55:49 +00:00
Alan Coopersmith
3979a0b88e //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) 2005-08-04 02:51:30 +00:00
Alan Coopersmith
34b454df19 Include config.h so Xtrans knows which transport types to build code for 2005-07-30 20:30:46 +00:00
Alan Coopersmith
cd9c9936b4 Add -D flags to clear various warnings (Stefan Dirsch) 2005-07-30 19:15:16 +00:00
Kevin E Martin
e7fef67b45 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
2005-07-29 21:22:50 +00:00
Matthieu Herrb
2ebb002449 remove orphan TAB at begin of line 2005-07-23 20:19:31 +00:00
Kevin E Martin
dd7a9cdecd Modify modular libs to use Xregion.h instead of region.h 2005-07-23 18:09:39 +00:00
Kevin E Martin
6d635a88d9 lib/Xrender/Picture.c Change region.h to Xregion.h and modify internal references to include <X11/Xregion.h>. 2005-07-23 18:06:16 +00:00
Daniel Stone
36283f50fd Set soversion to 6.2.0. 2005-07-16 06:25:35 +00:00
Keith Packard
75fd5ae6e4 Add missing Makefile.am to lib/X11/modules 2005-07-15 04:27:32 +00:00
Keith Packard
6d84a8b132 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.
2005-07-15 04:08:51 +00:00
Alexander Gottwald
45f40126a7 Add $(top_srcdir)/src to include list 2005-07-14 19:50:00 +00:00
Matthieu Herrb
0aed7d91f5 Build fix for non-GNU make. 2005-07-14 17:04:49 +00:00
Adam Jackson
b79422ccb0 typo fixes (Matthieu Herrb) 2005-07-14 15:12:44 +00:00
Alan Coopersmith
419304cde2 Add missing backslashes to xlocale_la_SOURCES 2005-07-13 02:41:36 +00:00
Keith Packard
d14cc5c896 Ammend AM_CFLAGS with all needed includes; cannot figure out an easy way to automate this. 2005-07-11 20:32:55 +00:00
Lars Knoll
424c2d8905 compile 2005-07-11 15:24:32 +00:00
Keith Packard
de9784eb1b Ignore built man page files 2005-07-11 09:26:40 +00:00
Keith Packard
0c258c36d1 Minor changes to help modular Xlib build i18n modules 2005-07-11 09:18:31 +00:00
Keith Packard
6e752ea120 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.
2005-07-11 08:29:18 +00:00
Daniel Stone
b46cf0d879 Fix segfault when _XimProtoCreateIC() fails to create a context; Debian #239991. (Chung-chieh Shan) 2005-07-10 22:37:33 +00:00
Alan Coopersmith
6f2132b18e Set __libmansuffix__ & __xorgversion__ correctly when cpp processing man pages 2005-07-09 20:06:04 +00:00
Alan Coopersmith
3939ac4410 - 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
2005-07-09 18:44:14 +00:00
Keith Packard
19ba9d0df8 Clean up .cvsignore files 2005-07-09 06:01:49 +00:00
Adam Jackson
f4bba6fa9b typo fix. i suck. 2005-07-09 02:53:29 +00:00
Adam Jackson
3305da61a6 Check for bigfont proto headers via pkgconfig (Arwed von Merkatz) 2005-07-09 02:41:18 +00:00
Keith Packard
afdae2e8cc Create and use XlibConf.h to match modular build which needs XTHREADS defined when building extensions 2005-07-08 07:11:56 +00:00
Keith Packard
86fa88dc59 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
2005-07-08 06:57:06 +00:00
Chris Less
30f6ffedea Fixing bug #380 - add a man page for XQueryExtension, XListExtensions, and XFreeExtensionList. 2005-07-04 23:01:48 +00:00
Eric Anholt
55328bb6ca Avoid a gmake-specific construct, and instead just write the name of the current directory into each Makefile.am. 2005-07-03 10:17:38 +00:00
Daniel Stone
726538ba21 Fix more include paths; add dix-config.h to XKB code. 2005-07-03 07:37:33 +00:00
Daniel Stone
8c7677138e 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>.
2005-07-03 07:00:55 +00:00