x11 version 1.3
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 23 Jan 2019 21:42:19 +0000 (14:42 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 23 Jan 2019 21:57:40 +0000 (14:57 -0700)
src/x11/NEWS
src/x11/configure.ac

index 0ab5a0aff63f48d1af417ce32bc838315d17c91c..15d816b8a4bf92bde5544695e291b852bee005dc 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 1.3 - Matt Birkholz, 2019-01-23
+==============================================
+
+Fix the x-graphics-vdc-extent and x-graphics-set-clip-rectangle
+procedures.  Rename the device type "x".
+
 mit-scheme-x11 1.2 - Matt Birkholz, 2018-07-29
 ==============================================
 
index 48c7fb1782a4310ca49165233d412b32f189cf8f..d7070ad56eaf97e5cb0354275dc215908b9bdb43 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],
-        [1.2],
+        [1.3],
         [bug-mit-scheme@gnu.org],
         [mit-scheme-x11])
 AC_CONFIG_SRCDIR([x11.pkg])