x11: Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 18 Mar 2018 01:01:24 +0000 (18:01 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 18 Mar 2018 01:01:24 +0000 (18:01 -0700)
src/x11/NEWS
src/x11/configure.ac
src/x11/debian/changelog
src/x11/make.scm

index 022d5fddebb5d996ce463d12632f548258f42fdc..ebbf37263ef3ffccdae1c2b1f5ad15183a7f1f3f 100644 (file)
@@ -26,6 +26,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-pucked-x11 0.2.2 - Matt Birkholz, 2018-03-16
+=======================================================
+
+Allow CurrentTime (0) as an argument to procedures expecting a Time.
+This eliminates a spurious error when cutting/pasting in Edwin.
+
 mit-scheme-pucked-x11 0.2.1 - Matt Birkholz, 2017-05-23
 =======================================================
 
index 72651d27ec41d20fcbb0973f1dfaf62908d599e6..a363ed7855572a9327250e467ba3ee1182e11d44 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 Pucked x11 plugin],
-        [0.2.1],
+        [0.2.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-x11])
 AC_CONFIG_SRCDIR([x11.pkg])
index 0dd34cfc097d19b649055f8935214b6b493d7c78..7ac7ec2c03a65dd8625f4d44ac97b6c52560abdf 100644 (file)
@@ -1,3 +1,10 @@
+mit-scheme-pucked-x11 (0.2.2) birchwood; urgency=low
+
+  * Allow CurrentTime (0) as an argument to procedures expecting a Time.
+    This eliminates a spurious error when cutting/pasting in Edwin.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 16 Mar 2018 00:00:00 -0000
+
 mit-scheme-pucked-x11 (0.2.1) birchwood; urgency=low
 
   * New upstream converts (restricts) strings (atom names and xterm
index 9c7ef6f2b3bf5776db698022a3d6727fd08c6dc7..f4142b588363227b7e0698ace658f4bf7fef2507 100644 (file)
@@ -5,4 +5,4 @@ Load the X11 option. |#
 (with-loader-base-uri (system-library-uri "x11/")
   (lambda ()
     (load-package-set "x11")))
-(add-subsystem-identification! "X11" '(0 2 1))
\ No newline at end of file
+(add-subsystem-identification! "X11" '(0 2 2))
\ No newline at end of file