ChangeLog   [plain text]


commit 37401df6799722d16bc02c52b241cf2ef5070b7d
Author: James Cloos <cloos@jhcloos.com>
Date:   Sun Jun 29 10:46:59 2008 -0400

    xwd 1.0.2

commit f9725928e875035bd2a96621aa8f861160e85dd7
Author: Kim Woelders <kim@woelders.dk>
Date:   Sun Jun 22 01:16:49 2008 -0400

    Remove unused code, ANSIfy, add const.
    
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit 3dcc66bbbc74c41c2b4509a785c3688fd75387a1
Author: Kim Woelders <kim@woelders.dk>
Date:   Sun Jun 22 01:16:08 2008 -0400

    Fix window selection by pointer.
    
    This should fix things in WM’s using virtual roots as well as in tabbing WM’s.
    
    Signed-off-by: James Cloos <cloos@jhcloos.com>

commit 23b60f871f76878572b2acec59dd6c47e3acd0e0
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Sun Apr 13 22:30:21 2008 -0700

    Added missing AM_PROG_CC_C_O

commit f686dfebf0816630664d5fe024fae3710ac8c103
Author: Niveditha Rau <niveditha.rau@sun.com>
Date:   Fri Feb 15 16:41:10 2008 -0800

    Add -silent to options in man page synopsis

commit 2e522aa858ded39209036ebb956c9ea3257d3668
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Dec 6 16:37:11 2007 -0500

    Replace static ChangeLog with dist-hook to generate from git log

commit e5d381ba7a3d06090c5352bd5c39601ec1abcfbe
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:51:34 2007 -0400

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

commit a905f2d72bc3b09a4a2eb3046771dc4331b920c9
Author: James Cloos <cloos@jhcloos.com>
Date:   Thu Aug 23 19:24:53 2007 -0400

    Rename .cvsignore to .gitignore

commit 1a6550aebfd3c675c0d75c8a23aaa94baca6761a
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:32 2005 +0000

    Update package version for X11R7 release.

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

    Stub COPYING files

commit 9023b24530ccaf71c2375dc1031baf743f1610c2
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:23:50 2005 +0000

    Update package version number for final X11R7 release candidate.

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

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

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

    Update package version number for X11R7 RC3 release.

commit 750b3f6469c060a3c2826530714183667992d61f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:26 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 31f96dce7b65f6879f9cac3302352b45f8b17b56
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:34:47 2005 +0000

    Another pass at .cvsignores for apps.

commit e1ce2fee75109d460db19ea9bc259c993306ffba
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 21 03:13:55 2005 +0000

    Change dependency from xmu to xmuu since the full xmu (with all its baggage
        like Xt) is not needed here.

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

    Add/improve .cvsignore files for apps.

commit 70f962e49566a2f5187ce94150ced0dcadcee517
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:36 2005 +0000

    Update package version number for RC1 release.

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

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

commit ca2bc3fb574ad4ac5a3de6d591b5046a2548d257
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 00:25:26 2005 +0000

    Use sed to fill in variables in man page

commit 9f14a8229938ddb5d78adb84f1c73eaa2d399e61
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:11 2005 +0000

    Install man pages to section 1 instead of section m (Patch from Donnie
        Berkholz)

commit 1ddc8445cc15cd5202de51bdf89b6f9072b44a5c
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:16 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 754d3311ce2773c4eda374fd97f8f326d845a3ca
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:31:43 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 504daf4567c93ac5ec425ab122cd88f29089ea7d
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Fri Jul 8 20:58:54 2005 +0000

    Add build system for xwd

commit a26e8f8a7974255f834535976f45de85050845ba
Author: Roland Mainz <roland.mainz@nrubsig.org>
Date:   Wed Oct 6 19:29:37 2004 +0000

    Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1518 - Add filter
        support to "xlsfonts" that it can filter builtin-, glyph- and/or other
        kinds of printer fonts (controlled by the xp-listfonts-modes attribute
        as described in the CDE DtPrint and Xprint specifications).

commit 9d55223b5ae27e8745bec57385a72126ecb8f8f2
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:47 2004 +0000

    Merging XORG-CURRENT into trunk

commit 965e88073aa8c5c4affc0ba934d70f75866aafd8
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:35:32 2004 +0000

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

commit 04bed4e3e41764a41016fa7a3d1dd6189e4ebd4d
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:58 2004 +0000

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

commit 7fb18f8136d988a305b3a55a584701b8a5d2d620
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:10 2004 +0000

    readding XFree86's cvs IDs

commit f6983fb7f571b827ad5ea1e3e81ee24c65547e1b
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:56 2004 +0000

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

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

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

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

    XFree86 4.3.0.1

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

    R6.6 is the Xorg base-line