From: Matt Birkholz Date: Fri, 1 Jun 2018 22:37:07 +0000 (-0700) Subject: x11: version 0.3 X-Git-Tag: mit-scheme-pucked-x11-0.3.1~6^2~13 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1dc4bc90de2278e1df5f803d74b76510909a476d;p=mit-scheme.git x11: version 0.3 --- diff --git a/src/x11/NEWS b/src/x11/NEWS index d05dbe0c6..32310520b 100644 --- a/src/x11/NEWS +++ b/src/x11/NEWS @@ -22,6 +22,12 @@ along with MIT/GNU Scheme; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +mit-scheme-x11 0.3 - Matt Birkholz, 2018-06-01 +============================================== + +Allow CurrentTime as a Time argument (to fix an intermittent error +when cutting/pasting). + mit-scheme-x11 0.2 - Matt Birkholz, 2017-05-23 ============================================== diff --git a/src/x11/configure.ac b/src/x11/configure.ac index 342c700d7..f97b3aba5 100644 --- a/src/x11/configure.ac +++ b/src/x11/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) AC_INIT([MIT/GNU Scheme x11 plugin], - [0.2], + [0.3], [bug-mit-scheme@gnu.org], [mit-scheme-x11]) AC_CONFIG_SRCDIR([x11.pkg]) diff --git a/src/x11/make.scm b/src/x11/make.scm index 979328e74..43f82e59a 100644 --- a/src/x11/make.scm +++ b/src/x11/make.scm @@ -5,7 +5,7 @@ Load the X11 option. |# (with-loader-base-uri (system-library-uri "x11/") (lambda () (load-package-set "x11"))) -(add-subsystem-identification! "X11" '(0 2)) +(add-subsystem-identification! "X11" '(0 3)) ;; Until the microcode module based X Graphics system is removed, ;; reassign the define-primitives bindings in (runtime x-graphics) to