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
=======================================================
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])
+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
(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