diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:49:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:49:38 +0000 |
commit | 841f8331c93ff96bd798e9a74ba10fab155da5c5 (patch) | |
tree | 36661fb122f858a2f14b585a304bad58a2142628 /app/xset/ChangeLog | |
parent | 8f41c760916495ea26d3c59795487ac6dfc77d75 (diff) |
Importing from X.Org 7.2RC2
Diffstat (limited to 'app/xset/ChangeLog')
-rw-r--r-- | app/xset/ChangeLog | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/app/xset/ChangeLog b/app/xset/ChangeLog new file mode 100644 index 000000000..490a35224 --- /dev/null +++ b/app/xset/ChangeLog @@ -0,0 +1,70 @@ +2006-04-26 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + Bump to 1.0.2 + +2006-04-06 Alan Coopersmith <alan.coopersmith@sun.com> + + * xset.c (set_lock): + Free modifier map when done with it (Coverity #823 & 824) + + * xset.c (xkbset_repeatrate): + Free Xkb keyboard description when done with it (Coverity #825) + +2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version for X11R7 release. + +2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for final X11R7 release candidate. + +2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * Makefile.am: + Change *man_SOURCES ==> *man_PRE to fix autotools warnings. + +2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for X11R7 RC3 release. + +2005-11-20 Alan Coopersmith <alan.coopersmith@sun.com> + + * configure.ac: + Change dependency from xmu to xmuu since the full xmu + (with all its baggage like Xt) is not needed here. + +2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com> + + * configure.ac: + Fix typo in XSET_LIBS setting so libXext is linked in properly. + +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update dependencies to work with separate build roots. + +2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for X11R7 RC2 release. + +2005-10-20 Eric Anholt <anholt@FreeBSD.org> + + * configure.ac: + Fix check for fontcache to look for "xfontcache" (Bill Crawford) + +2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * configure.ac: + Update package version number for RC1 release. + +2005-08-29 Daniel Stone <daniel@freedesktop.org> + + Bump to 0.99.1. + + * configure.ac: + Add support for more extensions. |