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-screen 0.2 - Matt Birkholz, 2018-03-17
+============================================================
+
+Use with-glib-lock to avoid asynchronous delivery of expose events.
+Keep GLib locked while Edwin runs; release it only between commands,
+when Edwin blocks.
+
mit-scheme-pucked-gtk-screen 0.1 - Matt Birkholz, 2017-02-06
============================================================
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked gtk-screen plugin],
- [0.1],
+ [0.2],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-gtk-screen])
AC_CONFIG_SRCDIR([gtk-screen.pkg])
+mit-scheme-pucked-gtk-screen (0.2) birchwood; urgency=low
+
+ * Use with-glib-lock to avoid asynchronous delivery of expose
+ events. Keep GLib locked while Edwin runs; release it only
+ between commands, when Edwin blocks.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Sat, 17 Mar 2018 00:00:00 -0700
+
mit-scheme-pucked-gtk-screen (0.1) birchwood; urgency=low
* Implement cut/paste and mouse buttons.
(with-loader-base-uri (system-library-uri "gtk-screen/")
(lambda ()
(load-package-set "gtk-screen")))
-(add-subsystem-identification! "Gtk-Screen" '(0 1))
\ No newline at end of file
+(add-subsystem-identification! "Gtk-Screen" '(0 2))
\ No newline at end of file