Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
+mit-scheme-x11 1.1 - Matt Birkholz, 2018-07-12
+==============================================
+
+Actually export the import-x11 procedure to the global environment.
+
mit-scheme-x11 1.0 - Matt Birkholz, 2018-06-21
==============================================
AC_PREREQ([2.69])
AC_INIT([MIT/GNU Scheme x11 plugin],
- [1.0],
+ [1.1],
[bug-mit-scheme@gnu.org],
[mit-scheme-x11])
AC_CONFIG_SRCDIR([x11.pkg])
(with-loader-base-uri (system-library-uri "x11/")
(lambda ()
(load-package-set "x11")))
-(add-subsystem-identification! "X11" '(1 0))
\ No newline at end of file
+(add-subsystem-identification! "X11" '(1 1))
\ No newline at end of file