Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-02 | Remove old api kerberos. | Paulo Cesar Pereira de Andrade | |
LibXau uses a 1993 kerberos api, but the X Server side support has been already removed for quite some time. This corrects bug report https://bugs.freedesktop.org/show_bug.cgi?id=14684 | |||
2009-01-29 | Janitor: Correct make distcheck and remove extra .gitignore file. | Paulo Cesar Pereira de Andrade | |
2008-08-26 | Version bump: 1.0.4libXau-1.0.4 | Alan Coopersmith | |
2008-08-26 | Bug 17314: libXau's Makefile.am should have proper man creation rules | Damien Th?bault | |
X.Org Bugzilla #17314 <http://bugs.freedesktop.org/show_bug.cgi?id=17314> Patch #18528 <http://bugs.freedesktop.org/attachment.cgi?id=18528> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2008-07-08 | SVR4 (including Solaris) puts gethostbyname_r in libnsl instead of libc | Alan Coopersmith | |
2007-08-21 | Bug #11097: libXau COPYING fix (add missing copyright dates) | Daniel Drake | |
X.Org Bugzilla #11097 <https://bugs.freedesktop.org/show_bug.cgi?id=11097> | |||
2006-12-16 | bump to 1.0.3libXau-1.0.3 | Daniel Stone | |
2006-12-06 | Makefile.am: make ChangeLog hook safer | Daniel Stone | |
Make ChangeLog hook as safe as possible. | |||
2006-07-28 | Version bump -> 1.0.2libXau-1.0.2 | Alan Coopersmith | |
2006-07-24 | Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros | Alan Coopersmith | |
2006-07-24 | Add lint library to CLEANFILES | Alan Coopersmith | |
2006-07-16 | set GIT_DIR=${srcdir}/.git for git-log | Matthieu Herrb | |
2006-07-13 | Generate lint library for checking programs that call functions in libXau | Alan Coopersmith | |
(Disabled by default, enable with --enable-lint-library) | |||
2006-07-13 | renamed: include/.cvsignore -> include/.gitignore | Alan Coopersmith | |
2006-07-12 | Replace static ChangeLog with dist-hook to generate from git-log | Alan Coopersmith | |
2006-07-12 | Rename XORG_ENABLE_LINT to XORG_WITH_LINT | Alan Coopersmith | |
2006-07-12 | Move --with-lint handling to XORG_ENABLE_LINT() in xorg-macros.m4 | Alan Coopersmith | |
2006-07-12 | Add *~ to .gitignore to ignore emacs droppings | Alan Coopersmith | |
2006-07-12 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2006-06-28 | Add "--with-lint" configure flag and "make lint" Makefile target to check | Alan Coopersmith | |
source code with lint, sparse or similar tools. | |||
2006-06-28 | Changelog for last commit: | Alan Coopersmith | |
Remove prototype for XauGetAuthByName to clear lint warning: name declared but never used or defined Fix sparse warnings: -warning: Using plain integer as NULL pointer -warning: non-ANSI definition of function | |||
2006-06-28 | Remove prototype for XauGetAuthByName to clear lint warning: name declared | Alan Coopersmith | |
but never used or defined Fix sparse warnings: -warning: Using plain integer as NULL pointer -warning: non-ANSI definition of function | |||
2006-06-10 | Clean up existing Autest test program and use to provide simple (and very | Alan Coopersmith | |
incomplete) "make check" test case. | |||
2006-05-12 | Bump to 1.0.1libXau-1_0_1XORG-7_1 | Adam Jackson | |
2006-05-08 | Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages | Kevin E Martin | |
not created correctly when MANDIR & MANSUFFIX don't match. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0_99_901XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-20 | Add/improve libs .cvsignores. | Eric Anholt | |
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-17 | Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a | Alan Coopersmith | |
suffix rule (reported by Matthieu Herrb) | |||
2005-10-12 | Use sed to put version number in man page Add shadow man pages for man | Alan Coopersmith | |
pages that document multiple functions. | |||
2005-09-22 | Set needed flags for MT-safe API's called from libXau | Alan Coopersmith | |
2005-07-29 | Various changes preparing packages for RC0:XORG-6_99_99_900 | Kevin E Martin | |
- 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 | |||
2005-07-09 | Add .cvsignore files | Keith Packard | |
2005-05-19 | revert last change, didn't do right thing at all, sorry for the noise | Adam Jackson | |
2005-05-19 | Require automake 1.7 in AM_INIT_AUTOMAKE | Adam Jackson | |
2005-05-14 | Move includes in Xau and Xdmcp into include/X11 subdirectories so that the | Josh Triplett | |
source can reference them with <X11/...>. | |||
2005-05-11 | lib/Xau:XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10 | Søren Sandmann Pedersen | |
- Update AUTHORS, COPYING from Keith's tree - Don't use gcc specific "-include config.h" - Add autogen.sh lib/xtrans: - Add AUTHORS, COPYING, ChangeLog, Makefile.am, NEWS, README, autogen.sh, configure.ac, xtrans.pc.in xc/lib/Xau: - Add conditionalized #include <config.h> util/modular/symlink.sh - Add functions symlink_lib_xau() and symlink_lib_xtrans() util/modular/addconfig.h - New script that adds #include <config.h> to files | |||
2005-05-09 | Add Xau library to lib/ and symlink.sh | Søren Sandmann Pedersen | |
2004-11-15 | Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Addedsco_port_update-baseXORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1 | Alexander Gottwald | |
mingw (Win32) port | |||
2004-04-23 | Merging XORG-CURRENT into trunkrel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGE | Egbert Eich | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0 | Egbert Eich | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | |
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330 | Kaleb Keithley | |