[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xinit: Changes to 'upstream-experimental'



New branch 'upstream-experimental' available with the following commits:
commit e9c1d1667b58c738cb1317219cc0ac84bef2a5d6
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon May 21 20:00:38 2007 -0700

    Version bump: 1.0.4

commit 3686497f31ac9f548f6f3aa5d4418a96fe564497
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon May 21 18:42:56 2007 -0700

    Remove old Imake checks now that we always build with autoconf

commit d5b726c2dbc22b6fd9623604e9252aaef30c387c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon May 21 18:18:56 2007 -0700

    Remove support for pre-POSIX-1990 platforms

commit dfba9a82068b44429a08b307d26b91495c10c7c1
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon May 21 17:52:38 2007 -0700

    Modernize list of Xservers printed when "X" is not found in $PATH

commit a73284c7aeeab7ee0c1b6027819955ef7b08f23d
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon May 21 17:09:40 2007 -0700

    Replace static ChangeLog with dist hook to generate from git log

commit 8942f1fd8377c0e67e5ad493af55b7d7b3f996c7
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon May 21 16:49:18 2007 -0700

    Don't print windowpath debug messages unless built -DDEBUG
    
    No need to print warnings on systems without vt support

commit fa78528b44d4c1c50594359e17114208834a84fd
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Fri Aug 25 16:48:00 2006 -0800

    X.Org Bugzilla #8013: xinit should set WINDOWPATH
    
    X.Org Bugzilla #8013: <https://bugs.freedesktop.org/show_bug.cgi?id=8013>
    Patch #6701: <https://bugs.freedesktop.org/attachment.cgi?id=6701>

commit 64f1a94404924b1ada6b43ed33c80a560712ec36
Author: Daniel Drake <ddrake@brontes3d.com>
Date:   Mon May 21 16:33:23 2007 -0700

    Fill in COPYING File (X.Org Bugzilla #11024)

commit 3b6dad2ba4d4507cd742d8e7ff760fe006c0aa23
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri May 18 23:44:06 2007 -0700

    Bug #10616: Clarify syntax on xinit & startx man pages
    
    X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
    Reported upstream from
    Debian bug #267744 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267744>

commit ad23a55a581ab18c4614e2cb5d82c4376ee88722
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Nov 6 14:56:07 2006 -0800

    Stop hardcoding /usr/X11R6/bin in manpage examples

commit c50afd78af7496938a10b317c5e41b4d99d1fc60
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Nov 6 14:47:34 2006 -0800

    Change example X server argument from bc to -br now that bc is gone

commit 7b3e51364355716731670522b578b23d40fb356b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Nov 6 14:46:42 2006 -0800

    Add *~ to .gitignore to skip over emacs/patch droppings

commit c9da362e9f3f80a91b91011c21ef85e1cd3ef48b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Nov 6 14:46:15 2006 -0800

    renamed: .cvsignore -> .gitignore

commit de19be83afe7d0dc9a71fa529e80d91b4e26bdda
Author: Adam Jackson <ajax@benzedrine.nwnk.net>
Date:   Fri Oct 13 17:53:12 2006 -0400

    Bump to 1.0.3

commit 4fc9d215202b494a9182913f84eb41ba2bd1e39b
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Tue Jun 20 19:25:51 2006 +0000

    Check setuid() return value. Bugzilla #7116.

commit 732e5f17cf5189854654360e978a62d6d6b82d4b
Author: Jeremy C. Reed <reed@reedmedia.net>
Date:   Sat May 27 15:28:04 2006 +0000

    In comments, change contractions to be spelled out to fix cpp "missing
        terminating" errors with single quotes.

commit db74ad799da27eec04b5aed64e3564aef9156a04
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Apr 30 14:19:19 2006 +0000

    Quote MCOOKIE to allow to specify a command with args (ie
        MCOOKIE="/usr/sbin/openssl rand -hex 16" ./configure ...)

commit 797f51d176ab9a29497a9141a57a968c5a7d3792
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sun Apr 2 01:06:41 2006 +0000

    Bump to 1.0.2.

commit bbf54921031f679c0d266a6b2ef4926f872d18f1
Author: Jeremy C. Reed <reed@reedmedia.net>
Date:   Sat Feb 25 15:20:06 2006 +0000

    Bug #4449 <https://bugs.freedesktop.org/show_bug.cgi?id=4449> Be more
        portable (for different /bin/sh shells) for the arithmetic.
    NetBSD's /bin/sh didn't like: dummy=$((dummy+1)) and complained: startx:
        arith: syntax error: "dummy+1"
    This was fixed by NetBSD and also by Gentoo, see:
        https://launchpad.net/distros/ubuntu/+source/xinit/+bug/31241

commit 6690352bdd01603a5e82e177aab4804d5424b8b1
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:51 2005 +0000

    Update package version for X11R7 release.

commit 9ea919f305201ad9c3695a4534f08d5d373d3eb5
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:44 2005 +0000

    Stub COPYING files

commit 0a95c12d2dd1da5a2c2f7ef3a731ef40074fba23
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:07 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 18056e663f89b0b5019f549365afbdf975a59d61
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:22 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit cc7dfc25d5854ac08dfa7dc52c96702e60777e5c
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 17:08:50 2005 +0000

    Add m4 magic to allow AS_HELP_STRING to work with older versions of
        autoconf 2.57.

commit b0081f30f7d2bdc59509e09b7d147700456d562e
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:24 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 15470956794d19c3b1ee0d17e727e0a77436518f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:43 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 66b04609fdf1910588e05f74f772441c712ed0cc
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:35:01 2005 +0000

    Another pass at .cvsignores for apps.

commit d286ee2400f8f9c4110971545ef50a556e5c08f9
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:53 2005 +0000

    Add/improve .cvsignore files for apps.

commit 0a06386696875638e9e9b6e47e95affbf542e25d
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 15 04:05:59 2005 +0000

    Make the programs used in the xinit scripts configurable.

commit 549c55ea15e60b9aca5da1ed6f18564f1e69cd26
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Nov 15 04:03:10 2005 +0000

    Make using full paths in the xinit scripts optional.

commit 277975ec73744657e556a0c6380614d8684db7df
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Thu Nov 10 04:25:39 2005 +0000

    Add settings for SHELL_CMD & ARCHMANDEFS to match monolith changes for bug
        #3180.
    AC_DEFINE(XORG,...) so it is listed as available server in xinit help
        output.
    Update cpp -D flags to match monolith changes for bug #3180.

commit 6e7bcf4f2ea8bb868ed8b0459f1c0d6cc172f4ae
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:09:21 2005 +0000

    Update package version number for X11R7 RC2 release.

commit af47a9e0dd891dcaa52b12f4eda85381e0467916
Author: Kean Johnson <kean@armory.com>
Date:   Tue Nov 8 06:33:33 2005 +0000

    See ChangeLog entry 2005-11-07 for details.

commit 6beb2e4769b8b3708f30ee7adf8037a4e1f39f3d
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:54 2005 +0000

    Update package version number for RC1 release.

commit dc0b907e02d6c1ab917e30c4b262b5c9f780ef12
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:23 2005 +0000

    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit 0c48fdb05b2538c94c809e25c8690a7094900e07
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Oct 16 22:18:22 2005 +0000

    Use cpp to substitute variables in man pages

commit 9c8787d2ce69e55b9ba362a92f01592d8ee0a3a3
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 11 01:09:43 2005 +0000

    Don't define HAS_COOKIE_MAKER if mcookie wasn't found.

commit e2dd25d3cf2f10c0cff0d37d05f58b81344db68b
Author: Adam Jackson <ajax@nwnk.net>
Date:   Tue Oct 4 01:27:34 2005 +0000

    Bug #2027: Treat SIGTERM like SIGINT in xinit. (Andreas Luik)

commit 48ea043e65943fd66e03788be9867c69b96c738c
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Mon Aug 29 01:56:12 2005 +0000

    Bump to 0.99.1.

commit 9f74cfed8f808009b3acfa0af383218f3bf0fc00
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Mon Aug 29 01:54:30 2005 +0000

    Define HAS_COOKIE_MAKER and search for mcookie so startx will generate
        xauth tokens for the servers it starts.

commit 52fb36b1ec52e78916bf9cf1a5e7bdce05482b0c
Author: Eric Anholt <anholt@freebsd.org>
Date:   Thu Aug 11 18:11:32 2005 +0000

    Bugzilla #4045: Do a missed replacement of @@ with \ in startx.
    Submitted by: David Schleef <ds@schleef.org>

commit ef53714d87aa71309fe2f22862f1892a8e620336
Author: Eric Anholt <anholt@freebsd.org>
Date:   Thu Aug 11 18:09:45 2005 +0000

    Set CSRG_BASED for BSD systems so the build succeeds.

commit 2b515c0e9940d3fc5b4151d10678f3c0b09668fc
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:34 2005 +0000

    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

commit 22c07dc931424a64046c489ff95b9ca14d7a5552
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Jul 26 18:58:15 2005 +0000

    Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES and
    -DHAS_VFORK

commit db7faf36b93971eef4857d24efe0de155b7cdb19
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Jul 26 18:55:42 2005 +0000

    Add config.h includes for modularization Use RETSIGTYPE if defined by
        autoconf in addition to Imake's SIGNALRETURNSINT. Use
        HAVE_WORKING_VFORK if defined by autoconf in addition to Imake's
        HAS_VFORK

commit e5280bb6562129bf7617a24784b19da4cbd7abc8
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Jul 25 23:19:06 2005 +0000

    Bug #3860: Avoid a bashism. (Diego Pettenò)

commit 4c76716e9eef58c7de7dab27bdeca33a2980b726
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Sat Jul 23 03:02:58 2005 +0000

    Move manpages to section 1.

commit b5a90f98073bfa5d5615f5aa0ae73af07f625bbb
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Wed Jul 20 22:49:25 2005 +0000

    Use kbd_mode -a to restore console keyboard on Solaris x86 too.

commit e83a8d3f9816605106a496c89f9e9ccfae3e4f4c
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:31:57 2005 +0000

    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
        configure cache, you cache it, and the cached value is probably wrong.

commit d8980cb7b6df64cf92c5b660f838497296dbb0bb
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sat Jul 16 23:29:38 2005 +0000

    x11perf/Makefile.am: xinit/Makefile.am: xvidtune/Makefile.am:
    - Replace $< with portable macro xinit/Makefile.am: xinit/configure.ac:
        xvidtune/Makefile.am: xvidtune/configure.ac:
    - Use more portable cpp invocations for pre-processing files
        xfs/configure.ac:
    - Add XTRANS_CONNECTION_FLAGS so xtrans transport type defines are set
        correctly

commit d731a249d0c1c7f9eb77828c0d6e79cfdaf75589
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Tue Jul 5 21:12:01 2005 +0000

    Build system for xinit

commit dd7fee44b126636d6c3edd9e325ce411e3ae5d78
Author: Egbert Eich <eich@suse.de>
Date:   Wed Apr 20 17:54:12 2005 +0000

    Separate server auth and client .Xautority file in startx. .Xautority might
        have credentials from other Xservers which we might not want to enable
        on ours Bugzilla #3078).

commit 4118bc8579ac75620ea6cda2b16d3ebbe4f5b6af
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:49 2004 +0000

    Merging XORG-CURRENT into trunk

commit 52279458e75907cb4d004e8be0c87f1c7b714159
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:35:24 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit 59c01948e5bda5b2584e1a19f735737896a87c69
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:13:08 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 6427c13f6e132a3d19bbb7c3a2dc0c5b8215b3d8
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:25 2004 +0000

    readding XFree86's cvs IDs

commit 40ac2d222287210c7724e3ac5a15af490aed50b9
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:24:08 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit fae621e34ee1eff0bc70e60c7843c0fce9f9ec1a
Author: Egbert Eich <eich@suse.de>
Date:   Thu Jan 29 08:09:12 2004 +0000

    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004

commit b1dacbed577312f5fa86d9d81aa946276c646167
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:29:13 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit c301daadb9de3348d7dd1b511cadf7d55a59bc1c
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:49:22 2003 +0000

    XFree86 4.3.0.1

commit b7d9a0b434bb0d32857fc47611926cb59ac7f3c5
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:49:22 2003 +0000

    Initial revision

commit f18e25ab379836d0885660ad9c42ed588b1152b8
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 15:54:54 2003 +0000

    R6.6 is the Xorg base-line



Reply to: