gtk-screen: Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Mon, 19 Mar 2018 06:43:26 +0000 (23:43 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Mon, 19 Mar 2018 06:43:26 +0000 (23:43 -0700)
src/gtk-screen/NEWS
src/gtk-screen/configure.ac
src/gtk-screen/debian/changelog
src/gtk-screen/make.scm

index 885465fa41c4510323741d03db1256b0b838a38f..3d7d68c2ef24af1d3596e73a16411ffad91d8b38 100644 (file)
@@ -19,6 +19,13 @@ 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-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
 ============================================================
 
index de114584d6ce69a72157cf6624bf44c191caaa26..878412744838264c02cbc350f5cfa66925eec102 100644 (file)
@@ -1,7 +1,7 @@
 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])
index 029722dd85be28bee1682af05e0914423ea2db15..4cdcee8374292b71be7c375d60806606e60a7560 100644 (file)
@@ -1,3 +1,11 @@
+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.
index 84759dd4056c701ced305a429433d96a37db8241..3e4a9058aa1c64d15db8c270f77425e6b86e87a0 100644 (file)
@@ -7,4 +7,4 @@ Load the Gtk-Screen option. |#
 (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