summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2006-02-12Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesXORG-7_0_99_901Alan Coopersmith
not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin
2005-12-10Add configure option to install makestrs and its manpage.MODULAR_COPYKevin E Martin
Add makestrs man page.
2005-12-07Add configure option to set the build's app-default dir, and put the resultKevin E Martin
in the xt.pc file for applications to use.
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin
2005-12-03Add check and cflags for malloc(0) returning NULL.Kevin E Martin
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin
application build-time dependencies, and update package deps to work with separate build roots.
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin
2005-11-01Update pkgcheck dependencies to work with separate build roots.Kevin E Martin
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin
2005-10-18Use $(INSTALL) instead of $(install_sh_DATA) for creating directories.Kevin E Martin
2005-10-18Split the 'install -d' over multiple lines so certain lame versions ofAdam Jackson
autotools don't flip out.
2005-10-18Add --with-xfile-search-path=<path> and default setting to match monolithAlan Coopersmith
XFileSearchPathDefault in Imake (including extra directories used in Debian section of linux.cf.)
2005-10-12configure.ac Set up cpp pre-processing of man pages Add shadow man pagesAlan Coopersmith
for man pages that document multiple functions.
2005-09-21Add checks for poll & snprintf & define old Imake names if found Enable XKBAlan Coopersmith
usage in Xt unless --disable-xkb is specified Set STRINGSABIOPTIONS for building StringDefs files on Solaris, SCO, and SVR4 systems.
2005-08-01Move building of StringDefs files to src and fix them so that parallel makeKeith Packard
works right.
2005-07-09Add .cvsignore filesKeith Packard
2005-06-30Add -no-undefined to linker command to build shared library on cygwin tooAlexander Gottwald
2005-06-10ensure $(buildir)/src and $(builddir)/include/X11 exist before installingAlexander Gottwald
generated files there
2005-05-24separation of source and build directoriesAlexander Gottwald
2005-05-22Convert man pages to long file names in lib/X11, lib/Xt, & lib/XextAlan Coopersmith
2005-05-22Check for <alloca.h> and define INCLUDE_ALLOCA_H if found, sinceAlan Coopersmith
<Xalloca.h> requires it.
2005-05-21Use $(install_sh_DATA) instead of "install" for better portability. RemoveAlan Coopersmith
duplicate installation lines. Add AM_CFLAGS to pass through XT_CFLAGS & X11_CFLAGS
2005-05-18Also include include/X11Søren Sandmann Pedersen
2005-05-18- conditionally include config.h in xc/lib/Xt sourcesXORG-6_8_99_8Søren Sandmann Pedersen
- add build system for lib/Xt