Tag 'xinit-1.0.4' created by Alan Coopersmith <alan.coopersm...@sun.com> at 2007-05-22 03:01 +0000
xinit Version 1.0.4 Changes since xinit-1.0.3: Alan Coopersmith (11): renamed: .cvsignore -> .gitignore Add *~ to .gitignore to skip over emacs/patch droppings Change example X server argument from bc to -br now that bc is gone Stop hardcoding /usr/X11R6/bin in manpage examples Bug #10616: Clarify syntax on xinit & startx man pages Don't print windowpath debug messages unless built -DDEBUG Replace static ChangeLog with dist hook to generate from git log Modernize list of Xservers printed when "X" is not found in $PATH Remove support for pre-POSIX-1990 platforms Remove old Imake checks now that we always build with autoconf Version bump: 1.0.4 Daniel Drake (1): Fill in COPYING File (X.Org Bugzilla #11024) Samuel Thibault (1): X.Org Bugzilla #8013: xinit should set WINDOWPATH --- .cvsignore | 22 ------ .gitignore | 23 ++++++ COPYING | 25 +++++-- ChangeLog | 103 ------------------------------ Makefile.am | 7 +- configure.ac | 4 - startx.man | 2 xinit.c | 199 +++++++++++++++++++++++++++++++++-------------------------- xinit.man | 8 +- 9 files changed, 169 insertions(+), 224 deletions(-) ---