diff options
Diffstat (limited to 'app/xev/ChangeLog')
-rw-r--r-- | app/xev/ChangeLog | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/app/xev/ChangeLog b/app/xev/ChangeLog index 5514ec0fa..76c3a1596 100644 --- a/app/xev/ChangeLog +++ b/app/xev/ChangeLog @@ -1,3 +1,129 @@ +commit 01e2993e2563285ee22f18accecb5d65009a49a1 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat Oct 30 09:03:09 2010 -0700 + + xev 1.1.0 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit b5de9e7a4554e678d909757a38f6347f13a90a9f +Author: Jesse Adkins <jesserayadkins@gmail.com> +Date: Tue Sep 28 13:29:49 2010 -0700 + + Purge cvs tags. + + Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> + +commit ab0e3e38f25d02c8f5cacd0b9b9e57bf61377cd6 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Thu Sep 23 20:12:00 2010 -0700 + + config: Remove unnecessary calls from configure.ac + + AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now + PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit a4f73b5cc6b357911683907b1038b0deeaeab9a6 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Thu Sep 23 20:10:43 2010 -0700 + + config: upgrade to util-macros 1.8 for additional man page support + + 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 + Enables use of platform appropriate version of sed. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 03a9a643d8a58539d6e6e08dfcd2e60abdc4d41b +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Tue Jul 20 18:45:18 2010 -0400 + + config: update AC_PREREQ statement to 2.60 + + 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> + +commit 743eb7755bb50bccffb0840af44e67a4d635d1c1 +Author: Kim Woelders <kim@woelders.dk> +Date: Sat Jan 16 19:09:28 2010 +0100 + + Add -root option to specify monitoring root window events. + + Signed-off-by: Kim Woelders <kim@woelders.dk> + Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> + Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> + +commit f16f31d5e9a1c379d4a3077bf578ad86faac50f9 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Nov 26 09:19:53 2009 -0500 + + Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES + + Now that the INSTALL file is generated. + Allows running make maintainer-clean. + +commit 25621719b10fa2e9378d2ae46a964a4c25fff9f2 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Oct 28 14:09:08 2009 -0400 + + INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 + + 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. + +commit a828ad4a1881134c30886534a8879870ded15318 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Oct 26 22:08:38 2009 -0400 + + Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 + + ChangeLog filename is known to Automake and requires no further + coding in the makefile. + +commit 264bcc9d1df3fc069042494a95883015cfa4a0e4 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Oct 22 12:34:15 2009 -0400 + + .gitignore: use common defaults with custom section # 24239 + + 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. + +commit 46ce6c0f79b4493163d9b8c6de20d1308c40a330 +Author: Jeremy Huddleston <jeremyhu@freedesktop.org> +Date: Wed Oct 21 12:47:20 2009 -0700 + + This is not a GNU project, so declare it foreign. + + On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: + > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: + > > I noticed an INSTALL file in xlsclients and libXvMC today, and it + > > was quite annoying to work around since 'autoreconf -fvi' replaces + > > it and git wants to commit it. Should these files even be in git? + > > Can I nuke them for the betterment of humanity and since they get + > > created by autoreconf anyways? + > + > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 + + As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with + AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation + of the INSTALL file. It is also part of the 24206 solution. + + Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> + commit 7616febda25a1c6dd1f5458de60286ba6099104c Author: Alan Coopersmith <alan.coopersmith@sun.com> Date: Mon Oct 12 18:45:55 2009 -0700 |