diff options
author | marha <marha@users.sourceforge.net> | 2015-02-22 14:57:50 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2015-02-22 14:58:56 +0100 |
commit | 043c4d95bfec1ad4a8834c8606c73631e76ade09 (patch) | |
tree | a7a92bb17258869aa3f89b86b02d1bf9d69d57af /X11/ChangeLog | |
parent | 7785694244cdfc5939ca4754cab4e08bd6980f99 (diff) | |
download | vcxsrv-043c4d95bfec1ad4a8834c8606c73631e76ade09.tar.gz vcxsrv-043c4d95bfec1ad4a8834c8606c73631e76ade09.tar.bz2 vcxsrv-043c4d95bfec1ad4a8834c8606c73631e76ade09.zip |
Upgrade to xcalc-1.0.6 and xproto-7.0.27
Diffstat (limited to 'X11/ChangeLog')
-rw-r--r-- | X11/ChangeLog | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/X11/ChangeLog b/X11/ChangeLog index 7aead7403..191a52939 100644 --- a/X11/ChangeLog +++ b/X11/ChangeLog @@ -1,3 +1,58 @@ +commit 303b137a55bb2d092b008439570a323c89a41d70 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Tue Dec 30 21:15:09 2014 -0800 + + xproto 7.0.27 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit ffd4a13042d24cb5c913207585191801a9a1603e +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Fri Jul 18 17:08:25 2014 -0700 + + Use clang's __has_attribute to check for attribute support + + Hopefully other compilers will start adopting this so we don't have to + maintain ever growing matrixes of compiler/version checks for all the + attributes we use. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> + +commit 9b895b428576c4d6b4d43c77940c44604f9c1a2c +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Tue Jul 15 13:51:02 2014 -0700 + + Do not suggest adding new keysyms to XF86keysym.h + + As noted in the comment in the file, X.Org controls the main X11 keysym + definitions, so adds new keysyms there, not in the XFree86 vendor space. + + Reported-by: Gioele Barabucci <gioele@svario.it> + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Reviewed-by: Daniel Stone <daniels@collabora.com> + +commit 25f1134b4a2bd8018f153158cfc7c9ae255b5d6e +Author: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> +Date: Wed Jun 25 18:08:22 2014 +0200 + + Bug #80528: make it build on AIX + + https://bugs.freedesktop.org/show_bug.cgi?id=80528 + + Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 068fd2cb19b6c0434f63b427158506e2ec3c6206 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Fri May 9 19:23:58 2014 -0700 + + Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler + + Support for this attribute is added in the 12.4 beta release. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + commit 03cbbf6c3e811c026c86e3a60d2f9af56606e155 Author: Julien Cristau <jcristau@debian.org> Date: Mon Apr 14 15:36:00 2014 +0200 |