diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-06 05:43:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-10-06 05:43:09 +0000 |
commit | 3186ee4ec4542bdce121379b030f0e2fc91df94a (patch) | |
tree | 47b46ec9f0f019a7700a126a1782e2cd933e7e9b /app/setxkbmap/ChangeLog | |
parent | 23b128ba349994a84e3f457790cd8f4d2b72bb54 (diff) |
Update to setxkbmap 1.2.0
Diffstat (limited to 'app/setxkbmap/ChangeLog')
-rw-r--r-- | app/setxkbmap/ChangeLog | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/app/setxkbmap/ChangeLog b/app/setxkbmap/ChangeLog index 77995c360..7d12d1a1a 100644 --- a/app/setxkbmap/ChangeLog +++ b/app/setxkbmap/ChangeLog @@ -1,3 +1,168 @@ +commit 12131d9f8a14a62e592f4db9193ed29593511d57 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Sep 22 20:44:34 2010 -0700 + + setxkbmap 1.2.0 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 9c2fe7cf4573a154032c4058d3dda4cc737f5efa +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Sep 22 20:40:23 2010 -0700 + + config: remove AC_SUBST of CFLAGS & LIBS that PKG_CHECK_MODULES handles + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit bbbe661b5b111836f9fb8adf9c3c329480008d60 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Sep 22 20:39:41 2010 -0700 + + config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit d4ed95d3574f8dd562c4af527bf5309d3e50a8d8 +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 2f16193cb1926f1a1257b53e250598d6bb770eb1 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Fri Jul 23 13:58:46 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 + Use platform appropriate version of sed. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 63327e1aae13e86b840bbbc816cb8cf9661ad4f9 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Jan 7 18:03:56 2010 -0500 + + COPYING: replace stub with actual copyright notice + + Refer to setxkbmap.c + Silicon Graphics Computer Systems, Inc. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 1447b0fe61683dcc6ed72d9e833474501ce2860c +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Nov 26 09:19:52 2009 -0500 + + Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES + + Now that the INSTALL file is generated. + Allows running make maintainer-clean. + +commit 5c85e2069428229d6146681ba22822238c488c4a +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Oct 28 14:09:07 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 be882dbbcac30a347094286f93b8cc2459ed3b9b +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 815fdaad442dbafb9b0f6c240486a9b92594b432 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Oct 22 12:34:14 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 86d876cf4baff71f735b3dbe823333f6fd94d8a0 +Author: Jeremy Huddleston <jeremyhu@freedesktop.org> +Date: Wed Oct 21 12:47:19 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 c229a714fc1fcef5d6189d6fae92b9899e8f0495 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Oct 8 18:11:56 2009 -0700 + + Change default XKB rules file from "xorg" to "base" + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit 08fa8d42ec875802bbe34291b087abdc559f183e +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Oct 8 18:07:43 2009 -0700 + + Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit 36288deba168dd2ca94630ffeab69f85461e33f8 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Oct 8 16:52:11 2009 -0700 + + Add -query option to print current RLMVO settings + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> + +commit 41416fdee30424d78771511bea39eef95f718c2a +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Thu Oct 1 14:54:19 2009 -0700 + + Add README with pointers to mailing lists, bugzilla, & git + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit 3a5518589ffb7d24e164dd9616cd1fbb8200f39a +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Fri Jul 31 21:02:37 2009 -0700 + + Comment typo fix + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + commit 0f16d3da90c101e653b552dd3810b7c3092cb145 Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Thu Jul 9 09:10:41 2009 +1000 |