From 44f9009946a7cf8bea1a750ae72985cad5b27420 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 19 Mar 2018 15:07:58 -0700 Subject: [PATCH] gtk-screen/NEWS: Warn about remaining natter on stderr. --- src/gtk-screen/NEWS | 6 ++++++ src/gtk-screen/debian/changelog | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/gtk-screen/NEWS b/src/gtk-screen/NEWS index 3d7d68c2e..4b97cbcbb 100644 --- a/src/gtk-screen/NEWS +++ b/src/gtk-screen/NEWS @@ -26,6 +26,12 @@ 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. +Warning: Edwin will, especially in its inferior threads, attempt +complicated UI operations asynchronously. Until its event handling is +reformed, the hapless user can get many warning lines on stderr +because, asynchronously speaking, glib is not locked (nor unlocked, +with any certainty). + mit-scheme-pucked-gtk-screen 0.1 - Matt Birkholz, 2017-02-06 ============================================================ diff --git a/src/gtk-screen/debian/changelog b/src/gtk-screen/debian/changelog index 4cdcee837..cae920b74 100644 --- a/src/gtk-screen/debian/changelog +++ b/src/gtk-screen/debian/changelog @@ -4,6 +4,12 @@ mit-scheme-pucked-gtk-screen (0.2) birchwood; urgency=low events. Keep GLib locked while Edwin runs; release it only between commands, when Edwin blocks. + Warning: Edwin will, especially in its inferior threads, attempt + complicated UI operations asynchronously. Until its event + handling is reformed, the hapless user can get many warning lines + on stderr because, asynchronously speaking, glib is not locked + (nor unlocked, with any certainty). + -- Matt Birkholz Sat, 17 Mar 2018 00:00:00 -0700 mit-scheme-pucked-gtk-screen (0.1) birchwood; urgency=low -- 2.25.1