Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-23 | config: update AC_PREREQ statement to 2.60 | Gaetan Nadon | |
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-08-26 | Remove extraneous reference to HAS_STRLCAT | Jeremy Huddleston | |
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> | |||
2010-07-29 | Fix a crash on sparc64. | David Coppa | |
The pid variable that is passed to XChangeProperty() is not a long. The libX11 code deferences the variable as a long and on a 64-bit sparc this must be aligned on a 8-byte boundary. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-07-01 | Sun's copyrights now belong to Oracle | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-07-01 | Xmu functions are called directly, so include it in PKG_CHECK_MODULES | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-07-01 | config: upgrade to util-macros 1.8 for additional man page support | Alan Coopersmith | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-01-15 | Update Sun license notices to current X.Org standard form | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-12-19 | configure.ac: use backticks rather than $() for cmd subs | Gaetan Nadon | |
Use "$PKG_CONFIG" rather than hard coded "pkg-config" Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-11-26 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan Nadon | |
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. | |||
2009-10-27 | Deploy the new XORG_DEFAULT_OPTIONS #24242 | Gaetan Nadon | |
This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes. | |||
2009-10-26 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | |
ChangeLog filename is known to Automake and requires no further coding in the makefile. | |||
2009-10-22 | .gitignore: use common defaults with custom section # 24239 | Gaetan Nadon | |
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults. | |||
2009-09-28 | Add INSTALL to .gitignore. (#24157) | Peter Hutterer | |
Avoids git error "fatal: Untracked working tree file 'INSTALL' would be overwritten by merge." when switching between pre-1.0.4 and now. X.Org Bug 24157 <http://bugs.freedesktop.org/show_bug.cgi?id=24157> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | |||
2009-09-21 | xclock 1.0.4xclock-1.0.4 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-09-21 | Fill in COPYING file | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-09-21 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-09-21 | Trim trailing whitespaces | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-09-21 | Add pointers to mailing list, bugzilla, wiki & git repo to README | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-01-13 | Ansification and compile warning fixes. | Paulo Cesar Pereira de Andrade | |
This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and all gcc 4.3 and sparse warnings. | |||
2008-08-20 | xaw8 is gone, use xaw7 | James Cloos | |
2008-05-16 | $(builddir) is the current directory | Julien Cristau | |
Apparently automake doesn't always export the builddir variable. This fixes my previous commit. | |||
2008-04-20 | Fix build with builddir != srcdir | Julien Cristau | |
2008-03-27 | Build fix for file systems that are not case sensitive | Jeremy Huddleston | |
2008-03-08 | Makefile.am: nuke RCS Id | Matthieu Herrb | |
2007-12-20 | X.Org Bug 13537: bugs in UTF-8 handling and regularized tick updating | vdb128 | |
X.Org Bugzilla #13537 <https://bugs.freedesktop.org/show_bug.cgi?id=13537> Patch #12964 <https://bugs.freedesktop.org/attachment.cgi?id=12964&action=view> | |||
2007-10-22 | Fix logic inversion in geometry computation in -norender -digital mode. | Todd C. Miller | |
2007-08-06 | Version bump: 1.0.3xclock-1.0.3 | Alan Coopersmith | |
2007-08-06 | Replace static changelog with dist-hook to generate from git log | Alan Coopersmith | |
2007-08-06 | Fix cast to clear sparse warning: Using plain integer as NULL pointer | Alan Coopersmith | |
2007-08-06 | Change xclock_CFLAGS to AM_CFLAGS to make automake-1.10 happier | Alan Coopersmith | |
Clears warning message: Makefile.am:28: compiling `Clock.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' | |||
2007-06-13 | Man page: add missing options to synopsis section | Alan Coopersmith | |
2007-06-13 | Don't segfault if unable to load a usable fontset | Alan Coopersmith | |
2007-06-12 | Add pointer to Xft/fontconfig font name format to man page | Alan Coopersmith | |
2007-06-12 | X.Org Bug 10775: xclock does not set _NET_WM_PID | Alan Coopersmith | |
X.Org Bugzilla #10775: <https://bugs.freedesktop.org/show_bug.cgi?id=10775> | |||
2007-05-18 | renamed: .cvsignore -> .gitignore | Alan Coopersmith | |
2007-05-18 | Make use of iconv() conditional on configure.ac finding it in libc or libiconv | Alan Coopersmith | |
2007-05-18 | Sun bug 6518500: Use iconv() to convert other charsets to UTF8 | Osamu Sayama | |
<http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6518500> | |||
2006-04-26 | Bump to 1.0.2xclock-1_0_2XORG-7_1 | Adam Jackson | |
2006-03-29 | Bug #6420 <https://bugs.freedesktop.org/show_bug.cgi?id=6420> Patch #5103XORG-7_0_99_901 | Alan Coopersmith | |
<https://bugs.freedesktop.org/attachment.cgi?id=5103> xclock code contains wrong "ifdef RENDER" (Kirill Belokurov) | |||
2005-12-21 | Update package version for X11R7 release.XORG-7_0 | Kevin E Martin | |
2005-12-19 | Stub COPYING files | Adam Jackson | |
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-6_99_99_904 | Kevin E Martin | |
2005-12-07 | Change to use the app-defaults default dir configured in libXt.MODULAR_COPY | Kevin E Martin | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings. | Kevin E Martin | |
2005-12-06 | Bugzilla #5251 <https://bugs.freedesktop.org/show_bug.cgi?id=5251> xclock | Alan Coopersmith | |
-digital only shows "20" (Egmont Koblinger) | |||
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-21 | Another pass at .cvsignores for apps. | Eric Anholt | |
2005-11-20 | Add/improve .cvsignore files for apps. | Eric Anholt | |