From: Matt Birkholz Date: Wed, 23 Jan 2019 21:42:19 +0000 (-0700) Subject: x11 version 1.3 X-Git-Tag: mit-scheme-pucked-10.1.10~6^2~25 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e847e7db3cd5cff37b1d19ef9c50338fa09fae82;p=mit-scheme.git x11 version 1.3 --- diff --git a/src/x11/NEWS b/src/x11/NEWS index 0ab5a0aff..15d816b8a 100644 --- a/src/x11/NEWS +++ b/src/x11/NEWS @@ -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 ============================================== diff --git a/src/x11/configure.ac b/src/x11/configure.ac index 48c7fb178..d7070ad56 100644 --- a/src/x11/configure.ac +++ b/src/x11/configure.ac @@ -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])