x11 version 1.3
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 23 Jan 2019 21:42:19 +0000 (14:42 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sat, 26 Jan 2019 22:48:01 +0000 (14:48 -0800)
(cherry picked from commit e847e7db3cd5cff37b1d19ef9c50338fa09fae82)

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 32a1e8d6ef34f34eab168ccd85d1248aee90b458..1365d4b8b573afe58c0ddbe8e8cce4f0ae67b7f5 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])