summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_903XORG-6_99_99_902MODULAR_COPYKevin E Martin
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-08-17On FreeBSD, some of the symbols necessary for secure RPC support are inEric Anholt
librpcsvc, so check for their presence in rpcsvc so that the library will be added.
2005-07-14Split out TCP library/IPv6 support checks into XTRANS_TCP_FLAGS for sharingAlan Coopersmith
with code like xdm that doesn't use Xtrans but accesses TCP sockets directly. Clean up --enable flags and report settings in configure output.
2005-07-09Add .cvsignore filesKeith Packard
2005-07-02Make includedir=@includedir@ in xtrans.pc.in, not with /X11/Xtrans.Daniel Stone
2005-06-22Apply these patches from Theo van Klaveren:Søren Sandmann Pedersen
lib-dmx.patch lib-FS.patch lib-X11.patch lib-XRes.patch lib-XScrnSaver.patch lib-xtrans.patch to make the libraries distcheck.
2005-06-09Use $(includedir)/X11/Xtrans for XtransincludedirAlexander Gottwald
2005-05-25- Add FSlib to symlink.shSøren Sandmann Pedersen
- Change Xtrans includedir back to be X11/Xtrans, so that users of it can continue to include <X11/*> - Add build system for FSlib - Conditionally include config.h in xc/lib/FS - Remove redundant include of FSproto.h in xc/lib/FS - Add check to proto/X11/configure.ac whether -D_XOPEN_SOURCE is needed.
2005-05-21xtrans:Alan Coopersmith
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.
2005-05-13Dummy changes to ChangeLog/configure.ac to see if that fixes groupSøren Sandmann Pedersen
permissions
2005-05-13Re-adding ChangeLog and configure.ac filesSøren Sandmann Pedersen
2005-05-13Temporarily remove ChangeLog configure.acSøren Sandmann Pedersen
2005-05-12Make xtrans install in $(includedir)/X11/Xtrans. Remove all references toSøren Sandmann Pedersen
Xtransdef. Add Xdmcp build files Add Wrap.h to lib/dmcp part of symlink script.
2005-05-12Add Xtransdef.h.in as an AM_CONFIG_HEADER.Daniel Stone
2005-05-11lib/Xau:Søren Sandmann Pedersen
- Update AUTHORS, COPYING from Keith's tree - Don't use gcc specific "-include config.h" - Add autogen.sh lib/xtrans: - Add AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README, autogen.sh, configure.ac, xtrans.pc.in xc/lib/Xau: - Add conditionalized #include <config.h> util/modular/symlink.sh - Add functions symlink_lib_xau() and symlink_lib_xtrans() util/modular/addconfig.h - New script that adds #include <config.h> to files