x11: version 0.3
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 1 Jun 2018 22:37:07 +0000 (15:37 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 5 Jun 2018 07:43:40 +0000 (00:43 -0700)
src/x11/NEWS
src/x11/configure.ac
src/x11/make.scm

index d05dbe0c60ab207921ad58bc5626d58c068bfd60..32310520b85a42b5da480f5f4ab4cf3af7f80ea9 100644 (file)
@@ -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
 ==============================================
 
index 342c700d76bfdcb405b56d7e1db086d8f3b295dc..f97b3aba5cf4e88a199b5ae469a6a0b482d56d8a 100644 (file)
@@ -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])
index 979328e7454fd5201d98e337d2f93702d38f601a..43f82e59a6b6d63dcf768b18fe30e7cbdcdc09b0 100644 (file)
@@ -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