Blame ChangeLog

Packit 56e0ee
commit d9443b2c57b512cfb250b35707378654d86c7dea
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sun Feb 10 14:42:30 2019 -0800
Packit 56e0ee
Packit 56e0ee
    libXau 1.0.9
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 6f0b6fcf699592d9ed284356571a2f4681726ac5
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Fri Dec 7 19:38:53 2018 -0800
Packit 56e0ee
Packit 56e0ee
    Update configure.ac bug URL for gitlab migration
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 7ba7085b4f01f3cd72008712a5333ea3f0edfd88
Packit 56e0ee
Author: walter harms <wharms@bfs.de>
Packit 56e0ee
Date:   Sat Oct 28 19:14:22 2017 +0200
Packit 56e0ee
Packit 56e0ee
    AuRead.c: remove redundant null check on calling free()
Packit 56e0ee
    
Packit 56e0ee
    this removes simply unneeded code from XauReadAuth
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Walter Harms <wharms@bfs.de>
Packit 56e0ee
    Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Packit 56e0ee
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Packit 56e0ee
Packit 56e0ee
commit cf6cc845ba12dbfa7d29a4eab810888838a9749b
Packit 56e0ee
Author: walter harms <wharms@bfs.de>
Packit 56e0ee
Date:   Sat Oct 28 19:14:26 2017 +0200
Packit 56e0ee
Packit 56e0ee
    Au FileName.c: remove redundant null check on calling free()
Packit 56e0ee
    
Packit 56e0ee
    remove redundant null check on calling free()
Packit 56e0ee
    Signed-off-by: Walter Harms <wharms@bfs.de>
Packit 56e0ee
    Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Packit 56e0ee
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Packit 56e0ee
Packit 56e0ee
commit fdbb21274a4e8af419b2581e05242f5058471f72
Packit 56e0ee
Author: walter harms <wharms@bfs.de>
Packit 56e0ee
Date:   Sat Oct 28 19:14:13 2017 +0200
Packit 56e0ee
Packit 56e0ee
    AuDispose.c:remove redundant null check on calling free()
Packit 56e0ee
    
Packit 56e0ee
    redundant null check on auth->address calling free()
Packit 56e0ee
    redundant null check on auth->number calling free()
Packit 56e0ee
    redundant null check on auth->name calling free()
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Walter Harms <wharms@bfs.de>
Packit 56e0ee
    Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Packit 56e0ee
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Packit 56e0ee
Packit 56e0ee
commit 987fee49dc1750082cfe6e24833379233777a13b
Packit 56e0ee
Author: Tobias Stoeckmann <tobias@stoeckmann.org>
Packit 56e0ee
Date:   Thu Oct 19 22:18:18 2017 +0200
Packit 56e0ee
Packit 56e0ee
    Avoid out of boundary read access
Packit 56e0ee
    
Packit 56e0ee
    If the environment variable HOME is empty, XauFileName triggers an
Packit 56e0ee
    out of boundary read access (name[1]). If HOME consists of a single
Packit 56e0ee
    character relative path, the output becomes unexpected, because
Packit 56e0ee
    "HOME=a" leads to "a.Xauthority" instead of "a/.Xauthority". Granted,
Packit 56e0ee
    a relative HOME path leads to trouble in general, the code should
Packit 56e0ee
    properly return "a/.Xauthority" nonetheless.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Packit 56e0ee
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 42e152c6f2d1bd839e77c5e97f3a509d890c3237
Packit 56e0ee
Author: Mihail Konev <k.mvc@ya.ru>
Packit 56e0ee
Date:   Thu Jan 26 13:52:49 2017 +1000
Packit 56e0ee
Packit 56e0ee
    autogen: add default patch prefix
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
Packit 56e0ee
Packit 56e0ee
commit fca98447c95ae0284b4f1b0c381011f8ccaf1ff0
Packit 56e0ee
Author: Emil Velikov <emil.l.velikov@gmail.com>
Packit 56e0ee
Date:   Mon Mar 9 12:00:52 2015 +0000
Packit 56e0ee
Packit 56e0ee
    autogen.sh: use quoted string variables
Packit 56e0ee
    
Packit 56e0ee
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
Packit 56e0ee
    fall-outs, when they contain space.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Packit 56e0ee
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit 56e0ee
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit 56e0ee
Packit 56e0ee
commit 33f792eb48687793bbb92e62d7462828c7468b55
Packit 56e0ee
Author: Peter Hutterer <peter.hutterer@who-t.net>
Packit 56e0ee
Date:   Tue Jan 24 10:32:07 2017 +1000
Packit 56e0ee
Packit 56e0ee
    autogen.sh: use exec instead of waiting for configure to finish
Packit 56e0ee
    
Packit 56e0ee
    Syncs the invocation of configure with the one from the server.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit 56e0ee
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Packit 56e0ee
Packit 56e0ee
commit 1e4635be11154dd8262f37b379511bd627defa2a
Packit 56e0ee
Author: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Packit 56e0ee
Date:   Thu Jan 2 01:07:41 2014 -0800
Packit 56e0ee
Packit 56e0ee
    Silence a benign static analysis warning with an assert of allocation size
Packit 56e0ee
    
Packit 56e0ee
    AuFileName.c:72:8: warning: Call to 'malloc' has an allocation size of 0 bytes
Packit 56e0ee
            buf = malloc (size);
Packit 56e0ee
                  ^~~~~~~~~~~~~
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Packit 56e0ee
Packit 56e0ee
commit 304a11be4727c5a7feeb2501e8e001466f8ce84e
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sun Sep 29 09:23:45 2013 -0700
Packit 56e0ee
Packit 56e0ee
    XauFileName: always go through buf allocation if buf is NULL
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 67beb3d0bc41c3416902c858f595b35306f76704
Packit 56e0ee
Author: Fuminobu TAKEYAMA <ftake@geeko.jp>
Packit 56e0ee
Date:   Sun Sep 29 09:21:05 2013 -0700
Packit 56e0ee
Packit 56e0ee
    XauFileName: reset bsize when malloc failed
Packit 56e0ee
    
Packit 56e0ee
    https://bugs.freedesktop.org/show_bug.cgi?id=69929
Packit 56e0ee
    
Packit 56e0ee
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 899790011304c4029e15abf410e49ce7cec17e0a
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Fri May 24 15:04:00 2013 -0700
Packit 56e0ee
Packit 56e0ee
    libXau 1.0.8
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit f5a57d8a21a34d7084cce294e24c0422e02ef8ef
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sat Mar 30 11:42:09 2013 -0700
Packit 56e0ee
Packit 56e0ee
    Use remove() instead of unlink() to delete lock files
Packit 56e0ee
    
Packit 56e0ee
    In normal cases, no difference.  If someone has accidentally created
Packit 56e0ee
    a directory with those names, this can save you from needing to fsck
Packit 56e0ee
    to clean it up on some filesystems (like UFS).
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 4352cf9707df08d51ef891be156d475743d0a060
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sat Mar 30 11:30:37 2013 -0700
Packit 56e0ee
Packit 56e0ee
    Call memcmp() instead of defining our own equivalent
Packit 56e0ee
    
Packit 56e0ee
    Stops casting len parameters to int in callers so that this change
Packit 56e0ee
    doesn't introduce warnings that we're taking unsigned values, casting
Packit 56e0ee
    them to signed, then passing to a function that wants them unsigned.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 704beb71768cdaa2448da6edfa219b4a7bf862f1
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sat Mar 30 11:18:44 2013 -0700
Packit 56e0ee
Packit 56e0ee
    Replace strcpy+strcat pairs with snprintf calls
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 3038a87edce31ad2895431f7cfdc96a33fc70e02
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sat Mar 30 10:59:06 2013 -0700
Packit 56e0ee
Packit 56e0ee
    Check for configure's HAVE_UNISTD_H instead of X_NOT_POSIX
Packit 56e0ee
    
Packit 56e0ee
    Drops fallback prototype of sleep() for non-POSIX, non-Windows systems
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 325f5282bc1d93b72b0b05037245cf130970fa38
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sat Mar 30 10:55:26 2013 -0700
Packit 56e0ee
Packit 56e0ee
    Use configure check for pathconf instead of X_NOT_POSIX #define
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 1a8a1b2c68967b48c07b56142799b1020f017027
Packit 56e0ee
Author: Colin Walters <walters@verbum.org>
Packit 56e0ee
Date:   Wed Jan 4 17:37:06 2012 -0500
Packit 56e0ee
Packit 56e0ee
    autogen.sh: Implement GNOME Build API
Packit 56e0ee
    
Packit 56e0ee
    http://people.gnome.org/~walters/docs/build-api.txt
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Adam Jackson <ajax@redhat.com>
Packit 56e0ee
Packit 56e0ee
commit b1ace13d5864080f2101f2910cad706f800984de
Packit 56e0ee
Author: Adam Jackson <ajax@redhat.com>
Packit 56e0ee
Date:   Tue Jan 15 14:28:48 2013 -0500
Packit 56e0ee
Packit 56e0ee
    configure: Remove AM_MAINTAINER_MODE
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Adam Jackson <ajax@redhat.com>
Packit 56e0ee
Packit 56e0ee
commit 8570d287396934f26224c76d48d7f17d87380e72
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sat Jan 12 15:58:59 2013 -0800
Packit 56e0ee
Packit 56e0ee
    Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletion
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 369d133ca19f938d123254dee5c88214512f82df
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Fri Jan 4 19:38:51 2013 -0800
Packit 56e0ee
Packit 56e0ee
    unifdef -U__UNIXOS2__
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit e04364efccbb3bb4cfc5f4cb491ffa1faaaacbdb
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sun Dec 16 15:50:52 2012 -0800
Packit 56e0ee
Packit 56e0ee
    Tell clang to shut up about the padding in struct xauth
Packit 56e0ee
    
Packit 56e0ee
    We can't clean it up without breaking ABI, so disable the warnings for it:
Packit 56e0ee
    
Packit 56e0ee
    ./include/X11/Xauth.h:33:19: warning: padding struct 'struct xauth' with 4 bytes to align 'address' [-Wpadded]
Packit 56e0ee
        char            *address;
Packit 56e0ee
                         ^
Packit 56e0ee
    ./include/X11/Xauth.h:35:19: warning: padding struct 'struct xauth' with 6 bytes to align 'number' [-Wpadded]
Packit 56e0ee
        char            *number;
Packit 56e0ee
                         ^
Packit 56e0ee
    ./include/X11/Xauth.h:37:19: warning: padding struct 'struct xauth' with 6 bytes to align 'name' [-Wpadded]
Packit 56e0ee
        char            *name;
Packit 56e0ee
                         ^
Packit 56e0ee
    ./include/X11/Xauth.h:39:18: warning: padding struct 'struct xauth' with 6 bytes to align 'data' [-Wpadded]
Packit 56e0ee
        char            *data;
Packit 56e0ee
                         ^
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit 56e0ee
Packit 56e0ee
commit 4d43b4554f8e35bf8122ae9d2f1bbc0e56fe6d37
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Sun Dec 16 15:40:30 2012 -0800
Packit 56e0ee
Packit 56e0ee
    Clean up some clang warnings about sign conversion
Packit 56e0ee
    
Packit 56e0ee
    fread & fwrite are defined as taking size_t arguments (an unsigned type),
Packit 56e0ee
    so stop casting their arguments to a signed int just to confuse things.
Packit 56e0ee
    
Packit 56e0ee
    Fixes warnings:
Packit 56e0ee
    
Packit 56e0ee
    AuFileName.c:69:59: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
Packit 56e0ee
        size = strlen (name) + strlen(&slashDotXauthority[1]) + 2;
Packit 56e0ee
             ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
Packit 56e0ee
    
Packit 56e0ee
    AuRead.c:58:44: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
Packit 56e0ee
            if (fread (data, (int) sizeof (char), (int) len, file) != len) {
Packit 56e0ee
                ~~~~~                             ^~~~~~~~~
Packit 56e0ee
    
Packit 56e0ee
    AuWrite.c:49:46: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
Packit 56e0ee
        if (fwrite (string, (int) sizeof (char), (int) count, file) != count)
Packit 56e0ee
            ~~~~~~                               ^~~~~~~~~~~
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit 56e0ee
Packit 56e0ee
commit f2b24dd74614ce807cacf764c6eddd834feffc5a
Packit 56e0ee
Author: Eric S. Raymond <esr@thyrsus.com>
Packit 56e0ee
Date:   Thu Aug 23 11:12:39 2012 -0400
Packit 56e0ee
Packit 56e0ee
    Remove a use of tab stops.
Packit 56e0ee
Packit 56e0ee
commit 9daef33e32ba36c1f872691daeebbf98a73b4b25
Packit 56e0ee
Author: Chase Douglas <chase.douglas@canonical.com>
Packit 56e0ee
Date:   Fri Apr 20 14:16:07 2012 -0700
Packit 56e0ee
Packit 56e0ee
    Free XauFileName() static buffer at exit
Packit 56e0ee
    
Packit 56e0ee
    XauFileName() may allocate and return a static buffer. The only
Packit 56e0ee
    way to ensure it is freed is to deallocate it when the program exits.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Packit 56e0ee
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 0e3061495f5da8a323db02e612c4f09688b7ade0
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Tue Mar 6 22:16:57 2012 -0800
Packit 56e0ee
Packit 56e0ee
    libXau 1.0.7
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 5c01ef69eee7dfe925c97558153fcd5e116252c6
Packit 56e0ee
Author: Matthew D. Fuller <fullermd@over-yonder.net>
Packit 56e0ee
Date:   Mon Sep 5 10:31:14 2011 -0500
Packit 56e0ee
Packit 56e0ee
    Improve the handling of "normal" locking collisions.
Packit 56e0ee
    
Packit 56e0ee
    EEXIST is a perfectly normal and expected errno for open(O_CREAT |
Packit 56e0ee
    O_EXCL), and is a signal to loop around and retry, not return with an
Packit 56e0ee
    error.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Matthew D. Fuller <fullermd@over-yonder.net>
Packit 56e0ee
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 8fd15eb0149cec75d69a27b1f8ec3ce092465b80
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Fri Sep 16 22:04:41 2011 -0700
Packit 56e0ee
Packit 56e0ee
    Strip trailing whitespace
Packit 56e0ee
    
Packit 56e0ee
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
Packit 56e0ee
    git diff -w & git diff -b show no diffs from this change
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 063bfa679adc2c00a6b55e5c9ee97f2aa0638788
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Wed Feb 2 11:43:40 2011 -0500
Packit 56e0ee
Packit 56e0ee
    config: comment, minor upgrade, quote and layout configure.ac
Packit 56e0ee
    
Packit 56e0ee
    Group statements per section as per Autoconf standard layout
Packit 56e0ee
    Quote statements where appropriate.
Packit 56e0ee
    Autoconf recommends not using dnl instead of # for comments
Packit 56e0ee
    
Packit 56e0ee
    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
Packit 56e0ee
    Use AC_PROG_LIBTOOL to replace the deprecated AM_PROG_LIBTOOL
Packit 56e0ee
    Add AC_CONFIG_SRCDIR([Makefile.am]) where missing
Packit 56e0ee
    No functional configuration changes
Packit 56e0ee
    
Packit 56e0ee
    This helps automated maintenance and release activities.
Packit 56e0ee
    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit c492cf2f90db79e75bf3fa8a8215f8139237c5c5
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Fri Jan 28 19:41:37 2011 -0500
Packit 56e0ee
Packit 56e0ee
    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit 7de07642d62440a90942a8a071624ac09f48a2b3
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Fri Jan 28 16:07:07 2011 -0500
Packit 56e0ee
Packit 56e0ee
    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Packit 56e0ee
    
Packit 56e0ee
    This silences an Automake warning.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit 98f08b9c8414e7d759d08af4711b9519ca8fd37f
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Fri Jan 28 11:56:13 2011 -0500
Packit 56e0ee
Packit 56e0ee
    config: remove already included statements
Packit 56e0ee
    
Packit 56e0ee
    AC_PROG_INSTALL and AC_PROG_SED are included in XORG_DEFAULT_OPTIONS.
Packit 56e0ee
    AC_PROG_MAKE_SET is included by AM_INIT_AUTOMAKE
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit b910d657d7b857fcd2564304205c853fa8148667
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Thu Jan 27 18:50:14 2011 -0500
Packit 56e0ee
Packit 56e0ee
    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
Packit 56e0ee
    
Packit 56e0ee
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
Packit 56e0ee
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
Packit 56e0ee
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit 2085fbfa8347620890ed844057a42c9a4dba606b
Packit 56e0ee
Author: Jesse Adkins <jesserayadkins@gmail.com>
Packit 56e0ee
Date:   Tue Sep 28 13:30:02 2010 -0700
Packit 56e0ee
Packit 56e0ee
    Purge cvs tags.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 240d2475aa627774dad9e4f02594c5ce8c8048a4
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Wed Aug 11 09:41:00 2010 -0400
Packit 56e0ee
Packit 56e0ee
    Xau.man: replace hard-coded 3 with __libmansuffix__
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit afcd0ff9109b3478a473772c9d4e14d57951aab8
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Wed Aug 11 09:31:50 2010 -0400
Packit 56e0ee
Packit 56e0ee
    Xau.man: remove whitespace as reported by git diff check
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit f666268d1f328f76cbbef367560eb9ea4da30808
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Wed Aug 11 09:11:55 2010 -0400
Packit 56e0ee
Packit 56e0ee
    config: simplify building of shadow man pages
Packit 56e0ee
    
Packit 56e0ee
    Store the shadow files in git as any other man page.
Packit 56e0ee
    Move man pages to man dir and use the common makefile
Packit 56e0ee
    
Packit 56e0ee
    Local fix in CVS for bug 5628
Packit 56e0ee
    is not required as the problem has been fixed in
Packit 56e0ee
    util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit a01b74fad039e68cf296bd5e83c6f538181e529a
Packit 56e0ee
Author: Julien Cristau <jcristau@debian.org>
Packit 56e0ee
Date:   Mon Jul 19 17:17:54 2010 +0100
Packit 56e0ee
Packit 56e0ee
    Bump to 1.0.6
Packit 56e0ee
Packit 56e0ee
commit ad12e7a68f69fdc960170c0248f07df68f0fc476
Packit 56e0ee
Author: Julien Cristau <jcristau@debian.org>
Packit 56e0ee
Date:   Mon Jul 19 17:18:34 2010 +0100
Packit 56e0ee
Packit 56e0ee
    Require xorg-macros 1.4 for XORG_INSTALL
Packit 56e0ee
Packit 56e0ee
commit f8f0ec4955e51a2a420724f9bc2287d5a725cb39
Packit 56e0ee
Author: Julien Cristau <jcristau@debian.org>
Packit 56e0ee
Date:   Mon Jul 19 17:16:13 2010 +0100
Packit 56e0ee
Packit 56e0ee
    Kill cvs keyword
Packit 56e0ee
Packit 56e0ee
commit 7d42fad5cec59cb0696087bed9745ffd5a999f68
Packit 56e0ee
Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
Packit 56e0ee
Date:   Sat May 29 21:11:14 2010 +0200
Packit 56e0ee
Packit 56e0ee
    Xau.man: Add missing const attributes
Packit 56e0ee
    
Packit 56e0ee
    Reported by Tom Fogal in
Packit 56e0ee
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
Packit 56e0ee
Packit 56e0ee
commit f93ffa718135d9d85f04935325016b8766f05ea3
Packit 56e0ee
Author: Brice Goglin <Brice.Goglin@ens-lyon.org>
Packit 56e0ee
Date:   Sat May 29 21:04:24 2010 +0200
Packit 56e0ee
Packit 56e0ee
    Xau.man: Fix XauGetAuthByAddr() prototype
Packit 56e0ee
    
Packit 56e0ee
    Add missing name_length and name parameters.
Packit 56e0ee
    
Packit 56e0ee
    Reported by Tom Fogal in
Packit 56e0ee
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
Packit 56e0ee
Packit 56e0ee
commit c0bc3fb7ac4f719b96257e29eaa60c2d5ed11705
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Wed May 26 21:59:15 2010 -0700
Packit 56e0ee
Packit 56e0ee
    Use AC_PROG_SED to find sed to use for man pages
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit ff907e90a2fe95bb234049a7a11e8e3b10d54533
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Date:   Wed May 26 21:57:12 2010 -0700
Packit 56e0ee
Packit 56e0ee
    Use $(AM_V_GEN) to silence man page generation
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Packit 56e0ee
Packit 56e0ee
commit 58aef8ebf89cc8d6d4d67dc7572752db0c44b6c3
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Tue Mar 30 09:05:41 2010 -0400
Packit 56e0ee
Packit 56e0ee
    config: update AC_PREREQ statement to 2.60
Packit 56e0ee
    
Packit 56e0ee
    Unrelated to the previous patches, the new value simply reflects
Packit 56e0ee
    the reality that the minimum level for autoconf to configure
Packit 56e0ee
    all x.org modules is 2.60 dated June 2006.
Packit 56e0ee
    
Packit 56e0ee
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit 8db2a151b92fe3a408d847c868d7823a0217b73d
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Tue Mar 30 09:05:05 2010 -0400
Packit 56e0ee
Packit 56e0ee
    config: remove the pkgconfig pc.in file from EXTRA_DIST
Packit 56e0ee
    
Packit 56e0ee
    Automake always includes it in the tarball.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit 4039c624286061122e3350f9194dba27118ab904
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Tue Feb 16 10:37:21 2010 -0500
Packit 56e0ee
Packit 56e0ee
    config: move CWARNFLAGS from configure.ac to Makefile.am
Packit 56e0ee
    
Packit 56e0ee
    Compiler warning flags should be explicitly set in the makefile
Packit 56e0ee
    rather than being merged with other packages compiler flags.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Packit 56e0ee
commit 243b553ace945da0263bb32464dfdc45e0c70c88
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Fri Nov 27 20:56:03 2009 -0500
Packit 56e0ee
Packit 56e0ee
    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Packit 56e0ee
    
Packit 56e0ee
    Now that the INSTALL file is generated.
Packit 56e0ee
    Allows running make maintainer-clean.
Packit 56e0ee
Packit 56e0ee
commit eed5cf87f68c665503d0dae90baf8549bb61358e
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Wed Oct 28 14:09:10 2009 -0400
Packit 56e0ee
Packit 56e0ee
    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Packit 56e0ee
    
Packit 56e0ee
    Add missing INSTALL file. Use standard GNU file on building tarball
Packit 56e0ee
    README may have been updated
Packit 56e0ee
    Remove AUTHORS file as it is empty and no content available yet.
Packit 56e0ee
    Remove NEWS file as it is empty and no content available yet.
Packit 56e0ee
Packit 56e0ee
commit 31fe929d3ea43cd8fbe2853157682677704883ad
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Tue Oct 27 15:07:25 2009 -0400
Packit 56e0ee
Packit 56e0ee
    Deploy the new XORG_DEFAULT_OPTIONS #24242
Packit 56e0ee
    
Packit 56e0ee
    This macro aggregate a number of existing macros that sets commmon
Packit 56e0ee
    X.Org components configuration options. It shields the configuration file from
Packit 56e0ee
    future changes.
Packit 56e0ee
Packit 56e0ee
commit f6ae36d4bf43cd601c3c1339100684169bbaeeb3
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Mon Oct 26 22:08:42 2009 -0400
Packit 56e0ee
Packit 56e0ee
    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Packit 56e0ee
    
Packit 56e0ee
    ChangeLog filename is known to Automake and requires no further
Packit 56e0ee
    coding in the makefile.
Packit 56e0ee
Packit 56e0ee
commit 6e702152714be9538e1ae1b3533843f972ceb1e9
Packit 56e0ee
Author: Gaetan Nadon <memsize@videotron.ca>
Packit 56e0ee
Date:   Thu Oct 22 12:34:19 2009 -0400
Packit 56e0ee
Packit 56e0ee
    .gitignore: use common defaults with custom section # 24239
Packit 56e0ee
    
Packit 56e0ee
    Using common defaults will reduce errors and maintenance.
Packit 56e0ee
    Only the very small or inexistent custom section need periodic maintenance
Packit 56e0ee
    when the structure of the component changes. Do not edit defaults.
Packit 56e0ee
Packit 56e0ee
commit 550725b423ec0364f0a32ed6935140617e366cf8
Packit 56e0ee
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Packit 56e0ee
Date:   Wed Oct 21 12:47:23 2009 -0700
Packit 56e0ee
Packit 56e0ee
    This is not a GNU project, so declare it foreign.
Packit 56e0ee
    
Packit 56e0ee
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
Packit 56e0ee
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
Packit 56e0ee
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
Packit 56e0ee
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
Packit 56e0ee
    > > it and git wants to commit it.  Should these files even be in git?
Packit 56e0ee
    > > Can I nuke them for the betterment of humanity and since they get
Packit 56e0ee
    > > created by autoreconf anyways?
Packit 56e0ee
    >
Packit 56e0ee
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
Packit 56e0ee
    
Packit 56e0ee
    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
Packit 56e0ee
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
Packit 56e0ee
    of the INSTALL file. It is also part of the 24206 solution.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
Packit 56e0ee
Packit 56e0ee
commit 825435514bd91d0d903247c46249a87d6fe8ae09
Packit 56e0ee
Author: Peter Hutterer <peter.hutterer@who-t.net>
Packit 56e0ee
Date:   Fri Aug 28 14:34:32 2009 +1000
Packit 56e0ee
Packit 56e0ee
    libXau 1.0.5
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Packit 56e0ee
Packit 56e0ee
commit fc54a4f03b926dfdb590b112c7128516ffc25539
Packit 56e0ee
Author: Jeremy Huddleston <jeremy@yuffie.local>
Packit 56e0ee
Date:   Sun Feb 22 11:14:04 2009 -0800
Packit 56e0ee
Packit 56e0ee
    Make file locking more robust for network shares like AFP
Packit 56e0ee
Packit 56e0ee
commit 742ff03dcad4d16ca8901ed47be91b303523a385
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Fri Feb 6 11:35:40 2009 -0800
Packit 56e0ee
Packit 56e0ee
    Restore FamilyKrb5Principal definition
Packit 56e0ee
    
Packit 56e0ee
    Even if Kerberos5 support is currently unimplemented in the X server &
Packit 56e0ee
    libXau, the Family id for the X11 protocol is still defined and reserved
Packit 56e0ee
    for Kerberos5, and should be recorded here for interoperability with
Packit 56e0ee
    other implementations and to avoid reuse if someone adds a new
Packit 56e0ee
    authentication family in the future.
Packit 56e0ee
    
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Packit 56e0ee
commit c147fb417582e7384b5464bb53cfd492f9d7c69d
Packit 56e0ee
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Packit 56e0ee
Date:   Mon Feb 2 16:54:20 2009 -0200
Packit 56e0ee
Packit 56e0ee
    Remove old api kerberos.
Packit 56e0ee
    
Packit 56e0ee
      LibXau uses a 1993 kerberos api, but the X Server side support has
Packit 56e0ee
    been already removed for quite some time.
Packit 56e0ee
      This corrects bug report
Packit 56e0ee
    https://bugs.freedesktop.org/show_bug.cgi?id=14684
Packit 56e0ee
Packit 56e0ee
commit 11fbe620625520668f5e88e4f5a8fe149a7cfa3f
Packit 56e0ee
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Packit 56e0ee
Date:   Thu Jan 29 15:08:23 2009 -0200
Packit 56e0ee
Packit 56e0ee
    Janitor: Correct make distcheck and remove extra .gitignore file.
Packit 56e0ee
Packit 56e0ee
commit 7f6275300243fd15ce974d1b5e478b47f7758485
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Tue Aug 26 14:19:19 2008 -0700
Packit 56e0ee
Packit 56e0ee
    Version bump: 1.0.4
Packit 56e0ee
Packit 56e0ee
commit 753bf38ceca4a0c8d6c6c1845b4387e4b3c9e4f0
Packit 56e0ee
Author: Damien Th?bault <damien.thebault@gmail.com>
Packit 56e0ee
Date:   Tue Aug 26 14:16:44 2008 -0700
Packit 56e0ee
Packit 56e0ee
    Bug 17314: libXau's Makefile.am should have proper man creation rules
Packit 56e0ee
    
Packit 56e0ee
    X.Org Bugzilla #17314 <http://bugs.freedesktop.org/show_bug.cgi?id=17314>
Packit 56e0ee
    Patch #18528 <http://bugs.freedesktop.org/attachment.cgi?id=18528>
Packit 56e0ee
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Packit 56e0ee
commit a0b2aac596ea2cbe4d0ec1ef8c406ad98f0c499d
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Tue Jul 8 15:08:35 2008 -0700
Packit 56e0ee
Packit 56e0ee
    SVR4 (including Solaris) puts gethostbyname_r in libnsl instead of libc
Packit 56e0ee
Packit 56e0ee
commit 1bc9f04963a8a236cc190e75e32282774b556932
Packit 56e0ee
Author: Daniel Drake <ddrake@brontes3d.com>
Packit 56e0ee
Date:   Tue May 29 14:06:00 2007 -0800
Packit 56e0ee
Packit 56e0ee
    Bug #11097: libXau COPYING fix (add missing copyright dates)
Packit 56e0ee
    
Packit 56e0ee
    X.Org Bugzilla #11097 <https://bugs.freedesktop.org/show_bug.cgi?id=11097>
Packit 56e0ee
Packit 56e0ee
commit 45d137fdbb9b21513aff68e945e19cdfdcbc28b1
Packit 56e0ee
Author: Daniel Stone <daniel@fooishbar.org>
Packit 56e0ee
Date:   Sat Dec 16 01:18:20 2006 +0200
Packit 56e0ee
Packit 56e0ee
    bump to 1.0.3
Packit 56e0ee
Packit 56e0ee
commit fefdba6ed5ef56abf0da9caaca64af5a5e7895b0
Packit 56e0ee
Author: Daniel Stone <daniel@fooishbar.org>
Packit 56e0ee
Date:   Wed Dec 6 18:53:29 2006 +0200
Packit 56e0ee
Packit 56e0ee
    Makefile.am: make ChangeLog hook safer
Packit 56e0ee
    Make ChangeLog hook as safe as possible.
Packit 56e0ee
Packit 56e0ee
commit 90e34a4aa471b6e446345ba8095990e360a41570
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Fri Jul 28 13:47:44 2006 -0700
Packit 56e0ee
Packit 56e0ee
    Version bump -> 1.0.2
Packit 56e0ee
Packit 56e0ee
commit fab8b091936874b4a8077f490ec80abf7b092049
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Mon Jul 24 13:14:04 2006 -0700
Packit 56e0ee
Packit 56e0ee
    Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros
Packit 56e0ee
Packit 56e0ee
commit 3399e7bed20680520b39ade782d7a33966d477ae
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Mon Jul 24 13:12:57 2006 -0700
Packit 56e0ee
Packit 56e0ee
    Add lint library to CLEANFILES
Packit 56e0ee
Packit 56e0ee
commit aa4f35661022f3f1c1b94284b34a531381d3a7f1
Packit 56e0ee
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Packit 56e0ee
Date:   Sun Jul 16 10:57:36 2006 +0200
Packit 56e0ee
Packit 56e0ee
    set GIT_DIR=${srcdir}/.git for git-log
Packit 56e0ee
Packit 56e0ee
commit 881115413a7c157c9aab8fba39c8929692baaacc
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Thu Jul 13 17:01:49 2006 -0700
Packit 56e0ee
Packit 56e0ee
    Generate lint library for checking programs that call functions in libXau
Packit 56e0ee
    
Packit 56e0ee
    (Disabled by default, enable with --enable-lint-library)
Packit 56e0ee
Packit 56e0ee
commit f25155b03b9fa866d522714ad64e92bf7f2b95fa
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Thu Jul 13 15:16:11 2006 -0700
Packit 56e0ee
Packit 56e0ee
    renamed: include/.cvsignore -> include/.gitignore
Packit 56e0ee
Packit 56e0ee
commit 9062a6da402d416f21d4365d3c3a29ceea707e77
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Wed Jul 12 23:53:14 2006 -0700
Packit 56e0ee
Packit 56e0ee
    Replace static ChangeLog with dist-hook to generate from git-log
Packit 56e0ee
Packit 56e0ee
commit 9b5a14e6de65658fdb712e737b292568a69dc3ee
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Wed Jul 12 19:27:52 2006 -0700
Packit 56e0ee
Packit 56e0ee
    Rename XORG_ENABLE_LINT to XORG_WITH_LINT
Packit 56e0ee
Packit 56e0ee
commit d3f7a679fce893782774e97c0718393295d0773e
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Wed Jul 12 19:26:53 2006 -0700
Packit 56e0ee
Packit 56e0ee
    Move --with-lint handling to XORG_ENABLE_LINT() in xorg-macros.m4
Packit 56e0ee
Packit 56e0ee
commit 1abf440a6a54fb0624915f9ac975f3074252c422
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Wed Jul 12 19:25:38 2006 -0700
Packit 56e0ee
Packit 56e0ee
    Add *~ to .gitignore to ignore emacs droppings
Packit 56e0ee
Packit 56e0ee
commit 43b8275be56151bf0e29ce22795afbef24de0f9c
Packit 56e0ee
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Packit 56e0ee
Date:   Wed Jul 12 17:00:16 2006 -0700
Packit 56e0ee
Packit 56e0ee
    renamed: .cvsignore -> .gitignore
Packit 56e0ee
Packit 56e0ee
commit 385d7fa4f151425539d613c9665b5e862f3ef614
Packit 56e0ee
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit 56e0ee
Date:   Wed Jun 28 22:53:36 2006 +0000
Packit 56e0ee
Packit 56e0ee
    Add "--with-lint" configure flag and "make lint" Makefile target to check
Packit 56e0ee
        source code with lint, sparse or similar tools.
Packit 56e0ee
Packit 56e0ee
commit 21ea069c9078edd386e96e038e1a71e041e32cf5
Packit 56e0ee
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit 56e0ee
Date:   Wed Jun 28 22:49:36 2006 +0000
Packit 56e0ee
Packit 56e0ee
    Changelog for last commit:
Packit 56e0ee
    Remove prototype for XauGetAuthByName to clear lint warning: name declared
Packit 56e0ee
        but never used or defined
Packit 56e0ee
    Fix sparse warnings:
Packit 56e0ee
    -warning: Using plain integer as NULL pointer
Packit 56e0ee
    -warning: non-ANSI definition of function
Packit 56e0ee
Packit 56e0ee
commit 8274b8e4b121c3dc3bfd5d0fa4f85bc23f5c09a0
Packit 56e0ee
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit 56e0ee
Date:   Wed Jun 28 22:26:50 2006 +0000
Packit 56e0ee
Packit 56e0ee
    Remove prototype for XauGetAuthByName to clear lint warning: name declared
Packit 56e0ee
        but never used or defined
Packit 56e0ee
    Fix sparse warnings:
Packit 56e0ee
    -warning: Using plain integer as NULL pointer
Packit 56e0ee
    -warning: non-ANSI definition of function
Packit 56e0ee
Packit 56e0ee
commit 7f6f90cfce51806340f25b80a87b147d8a743b27
Packit 56e0ee
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit 56e0ee
Date:   Sat Jun 10 01:27:06 2006 +0000
Packit 56e0ee
Packit 56e0ee
    Clean up existing Autest test program and use to provide simple (and very
Packit 56e0ee
        incomplete) "make check" test case.
Packit 56e0ee
Packit 56e0ee
commit e214cc19e1d599f16a69e86b1d8b247ad40a9ed7
Packit 56e0ee
Author: Adam Jackson <ajax@nwnk.net>
Packit 56e0ee
Date:   Fri May 12 16:05:48 2006 +0000
Packit 56e0ee
Packit 56e0ee
    Bump to 1.0.1
Packit 56e0ee
Packit 56e0ee
commit b92b597d7d597dd223371fe0ff60d1b2dad38fda
Packit 56e0ee
Author: Kevin E Martin <kem@kem.org>
Packit 56e0ee
Date:   Mon May 8 19:47:10 2006 +0000
Packit 56e0ee
Packit 56e0ee
    Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
Packit 56e0ee
        not created correctly when MANDIR & MANSUFFIX don't match.
Packit 56e0ee
Packit 56e0ee
commit 253a3e1c94642ccee9a3ed694eecb5382aa22b1e
Packit 56e0ee
Author: Kevin E Martin <kem@kem.org>
Packit 56e0ee
Date:   Thu Dec 15 00:24:28 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Update package version number for final X11R7 release candidate.
Packit 56e0ee
Packit 56e0ee
commit c7648c97a5da8824d2871f528da89dedc98e2598
Packit 56e0ee
Author: Kevin E Martin <kem@kem.org>
Packit 56e0ee
Date:   Tue Dec 6 22:48:42 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
Packit 56e0ee
Packit 56e0ee
commit c0fbe656693cab8fdf8776fb4d0fa85d0efc4e20
Packit 56e0ee
Author: Kevin E Martin <kem@kem.org>
Packit 56e0ee
Date:   Sat Dec 3 05:49:42 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Update package version number for X11R7 RC3 release.
Packit 56e0ee
Packit 56e0ee
commit d6d0baef6dd91cc1c3d3d701ad83ec095f02630c
Packit 56e0ee
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit 56e0ee
Date:   Mon Nov 28 22:03:05 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
Packit 56e0ee
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
Packit 56e0ee
Packit 56e0ee
commit 1272a96ff8c6ee8c1ff5fc23c421b79ea4c15f92
Packit 56e0ee
Author: Eric Anholt <anholt@freebsd.org>
Packit 56e0ee
Date:   Sun Nov 20 23:17:40 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Add/improve libs .cvsignores.
Packit 56e0ee
Packit 56e0ee
commit 08bef4712fc1e9194db9c8910f461873b7065063
Packit 56e0ee
Author: Kevin E Martin <kem@kem.org>
Packit 56e0ee
Date:   Sat Nov 19 07:15:40 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Update pkgconfig files to separate library build-time dependencies from
Packit 56e0ee
        application build-time dependencies, and update package deps to work
Packit 56e0ee
        with separate build roots.
Packit 56e0ee
Packit 56e0ee
commit 307ff4cf91c1331c29470a9654d9d18293b45389
Packit 56e0ee
Author: Kevin E Martin <kem@kem.org>
Packit 56e0ee
Date:   Wed Oct 19 02:48:09 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Update package version number for RC1 release.
Packit 56e0ee
Packit 56e0ee
commit 913ed232278b0673a763eb46e97aea0f78348b5a
Packit 56e0ee
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit 56e0ee
Date:   Tue Oct 18 00:00:08 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
Packit 56e0ee
        work better with BSD make
Packit 56e0ee
Packit 56e0ee
commit ce3af1f6d302e3b7adaba7e166f6f594aa13c310
Packit 56e0ee
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit 56e0ee
Date:   Mon Oct 17 21:13:15 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
Packit 56e0ee
        suffix rule (reported by Matthieu Herrb)
Packit 56e0ee
Packit 56e0ee
commit 86f92c112c22604824d2044b566b8cbee81cb397
Packit 56e0ee
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit 56e0ee
Date:   Wed Oct 12 00:39:36 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Use sed to put version number in man page Add shadow man pages for man
Packit 56e0ee
        pages that document multiple functions.
Packit 56e0ee
Packit 56e0ee
commit bd48f668b3c8d5de53e42b73ef4e4136d384672d
Packit 56e0ee
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Packit 56e0ee
Date:   Thu Sep 22 01:40:07 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Set needed flags for MT-safe API's called from libXau
Packit 56e0ee
Packit 56e0ee
commit 82affd3fdeafe063406d80e439c16b5d7ee66020
Packit 56e0ee
Author: Kevin E Martin <kem@kem.org>
Packit 56e0ee
Date:   Fri Jul 29 21:22:50 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Various changes preparing packages for RC0:
Packit 56e0ee
    - Verify and update package version numbers as needed
Packit 56e0ee
    - Implement versioning scheme
Packit 56e0ee
    - Change bug address to point to bugzilla bug entry form
Packit 56e0ee
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
Packit 56e0ee
        reenable it)
Packit 56e0ee
    - Fix makedepend to use pkgconfig and pass distcheck
Packit 56e0ee
    - Update build script to build macros first
Packit 56e0ee
    - Update modular Xorg version
Packit 56e0ee
Packit 56e0ee
commit 2edd5e132ac2d1ca1a5631fb1e54970012b33f85
Packit 56e0ee
Author: Keith Packard <keithp@keithp.com>
Packit 56e0ee
Date:   Sat Jul 9 06:06:57 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Add .cvsignore files
Packit 56e0ee
Packit 56e0ee
commit 2527a93c7ba785499c52de48da9b60d02eb4722d
Packit 56e0ee
Author: Adam Jackson <ajax@nwnk.net>
Packit 56e0ee
Date:   Thu May 19 00:22:32 2005 +0000
Packit 56e0ee
Packit 56e0ee
    revert last change, didn't do right thing at all, sorry for the noise
Packit 56e0ee
Packit 56e0ee
commit fe846da148f3dd15e13e34216853d700cd2c51fd
Packit 56e0ee
Author: Adam Jackson <ajax@nwnk.net>
Packit 56e0ee
Date:   Thu May 19 00:10:07 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Require automake 1.7 in AM_INIT_AUTOMAKE
Packit 56e0ee
Packit 56e0ee
commit 9607573553c23bcdfb1c3eaec3571aa52fdeb5ee
Packit 56e0ee
Author: Josh Triplett <josh@speakeasy.net>
Packit 56e0ee
Date:   Sat May 14 07:46:48 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Move includes in Xau and Xdmcp into include/X11 subdirectories so that the
Packit 56e0ee
        source can reference them with <X11/...>.
Packit 56e0ee
Packit 56e0ee
commit 56a655e717c5de6d91c890fdc6f9b0469ad1dd1a
Packit 56e0ee
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Packit 56e0ee
Date:   Wed May 11 22:44:53 2005 +0000
Packit 56e0ee
Packit 56e0ee
    lib/Xau:
Packit 56e0ee
    - Update AUTHORS, COPYING from Keith's tree
Packit 56e0ee
    - Don't use gcc specific "-include config.h"
Packit 56e0ee
    - Add autogen.sh
Packit 56e0ee
    lib/xtrans:
Packit 56e0ee
    - Add AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README, autogen.sh,
Packit 56e0ee
        configure.ac, xtrans.pc.in
Packit 56e0ee
    xc/lib/Xau:
Packit 56e0ee
    - Add conditionalized #include <config.h>
Packit 56e0ee
    util/modular/symlink.sh
Packit 56e0ee
    - Add functions symlink_lib_xau() and symlink_lib_xtrans()
Packit 56e0ee
    util/modular/addconfig.h
Packit 56e0ee
    - New script that adds #include <config.h> to files
Packit 56e0ee
Packit 56e0ee
commit 60177d823918d9ef7575da27870796c1285a2032
Packit 56e0ee
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Packit 56e0ee
Date:   Mon May 9 22:04:21 2005 +0000
Packit 56e0ee
Packit 56e0ee
    Add Xau library to lib/ and symlink.sh
Packit 56e0ee
Packit 56e0ee
commit 62b6efa4e0012fc499d2c70bff7b99b468a0458f
Packit 56e0ee
Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
Packit 56e0ee
Date:   Mon Nov 15 15:06:55 2004 +0000
Packit 56e0ee
Packit 56e0ee
    Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
Packit 56e0ee
        mingw (Win32) port
Packit 56e0ee
Packit 56e0ee
commit 05ed20614e85180684d5b8e663dcc2fe57851447
Packit 56e0ee
Author: Egbert Eich <eich@suse.de>
Packit 56e0ee
Date:   Fri Apr 23 18:43:36 2004 +0000
Packit 56e0ee
Packit 56e0ee
    Merging XORG-CURRENT into trunk
Packit 56e0ee
Packit 56e0ee
commit 0b934581a8612148d70ecf84df72f6a69ca6c5c2
Packit 56e0ee
Author: Egbert Eich <eich@suse.de>
Packit 56e0ee
Date:   Sun Mar 14 08:32:01 2004 +0000
Packit 56e0ee
Packit 56e0ee
    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Packit 56e0ee
Packit 56e0ee
commit 1a9fc5ef22e3bdd719fc0f991512b6a1d88faaad
Packit 56e0ee
Author: Egbert Eich <eich@suse.de>
Packit 56e0ee
Date:   Wed Mar 3 12:11:20 2004 +0000
Packit 56e0ee
Packit 56e0ee
    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Packit 56e0ee
Packit 56e0ee
commit 494e0315dcd701302bb81f2b68f759917ad401dd
Packit 56e0ee
Author: Egbert Eich <eich@suse.de>
Packit 56e0ee
Date:   Thu Feb 26 13:35:30 2004 +0000
Packit 56e0ee
Packit 56e0ee
    readding XFree86's cvs IDs
Packit 56e0ee
Packit 56e0ee
commit 690d8700431f1afcb585897e7cc49b4fd7c9cf46
Packit 56e0ee
Author: Egbert Eich <eich@suse.de>
Packit 56e0ee
Date:   Thu Feb 26 09:22:39 2004 +0000
Packit 56e0ee
Packit 56e0ee
    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Packit 56e0ee
Packit 56e0ee
commit bca26a7b7c4c4f58d65462ffd3f1b0eaef2d5d4c
Packit 56e0ee
Author: Kaleb Keithley <kaleb@freedesktop.org>
Packit 56e0ee
Date:   Tue Nov 25 19:28:09 2003 +0000
Packit 56e0ee
Packit 56e0ee
    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Packit 56e0ee
Packit 56e0ee
commit 1be3101aeab9b6136c32a91c23799724a7fe7797
Packit 56e0ee
Author: Kaleb Keithley <kaleb@freedesktop.org>
Packit 56e0ee
Date:   Fri Nov 14 16:48:47 2003 +0000
Packit 56e0ee
Packit 56e0ee
    XFree86 4.3.0.1
Packit 56e0ee
Packit 56e0ee
commit dcc3fc52f917603df94ef4207f1dec9238dce23b
Packit 56e0ee
Author: Kaleb Keithley <kaleb@freedesktop.org>
Packit 56e0ee
Date:   Fri Nov 14 15:54:38 2003 +0000
Packit 56e0ee
Packit 56e0ee
    R6.6 is the Xorg base-line