From: Matt Birkholz Date: Wed, 3 Jul 2019 23:17:32 +0000 (-0700) Subject: gtk 0.11 X-Git-Tag: mit-scheme-pucked-gtk-0.11^0 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=73882f3587054bbe30070f1591c8e574a5b6dbc8;p=mit-scheme.git gtk 0.11 --- diff --git a/src/gtk/NEWS b/src/gtk/NEWS index 6fdabe4a6..e6485c980 100644 --- a/src/gtk/NEWS +++ b/src/gtk/NEWS @@ -19,6 +19,11 @@ You should have received a copy of the GNU General Public License along with this plugin; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +mit-scheme-pucked-gtk 0.11 - Matt Birkholz, 2019-07-03 +======================================================= + +New release upstream. Downcased many symbols. + mit-scheme-pucked-gtk 0.10 - Matt Birkholz, 2018-11-27 ======================================================= diff --git a/src/gtk/configure.ac b/src/gtk/configure.ac index 3f79db592..6458b97b1 100644 --- a/src/gtk/configure.ac +++ b/src/gtk/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 Pucked gtk plugin], - [0.10], + [0.11], [matt@birchwood-abbey.net], [mit-scheme-pucked-gtk]) AC_CONFIG_SRCDIR([gtk.pkg]) diff --git a/src/gtk/debian/changelog b/src/gtk/debian/changelog index f23791493..733d14f62 100644 --- a/src/gtk/debian/changelog +++ b/src/gtk/debian/changelog @@ -1,3 +1,9 @@ +mit-scheme-pucked-gtk (0.11) birchwood; urgency=low + + * New release upstream. Downcased many symbols. + + -- Matt Birkholz Wed, 03 Jul 2019 00:00:00 -0000 + mit-scheme-pucked-gtk (0.10) birchwood; urgency=low * New release upstream supporting Unicode and plugins. diff --git a/src/gtk/gtk.texi b/src/gtk/gtk.texi index 4499563ef..6727d4c85 100644 --- a/src/gtk/gtk.texi +++ b/src/gtk/gtk.texi @@ -2,7 +2,7 @@ @comment %**start of header @setfilename gtk.info @include version.texi -@set SCMVERS 9.2.15 +@set SCMVERS 10.1.11 @settitle Gtk Plugin Manual @comment %**end of header diff --git a/src/gtk/make.scm b/src/gtk/make.scm index 934b8209d..9287f0432 100644 --- a/src/gtk/make.scm +++ b/src/gtk/make.scm @@ -7,5 +7,5 @@ Load the Gtk option. |# (with-loader-base-uri (system-library-uri "gtk/") (lambda () (load-package-set "gtk"))) -(add-subsystem-identification! "Gtk" '(0 10)) +(add-subsystem-identification! "Gtk" '(0 11)) ((access gtk-start (->environment '(gtk main)))) \ No newline at end of file