Matt Birkholz [Wed, 18 Jan 2017 22:22:49 +0000 (15:22 -0700)]
x11-screen: Import os/interprogram-cut and os/interprogram-paste.
Matt Birkholz [Wed, 18 Jan 2017 22:02:15 +0000 (15:02 -0700)]
Suppress microcode error reports during tests.
Many such reports clutter `make check's output when the mirocode was
built with --enable-debugging.
Matt Birkholz [Wed, 18 Jan 2017 20:36:21 +0000 (13:36 -0700)]
svm1-interp.c: Use -O3 even when --enable-debugging.
Matt Birkholz [Wed, 18 Jan 2017 20:35:05 +0000 (13:35 -0700)]
gtk-screen: Handle button presses.
Matt Birkholz [Wed, 18 Jan 2017 19:48:51 +0000 (12:48 -0700)]
gtk: Remove map and unmap event handling.
When gtk_widget_register_window (and gtk_widget_set_event) became
necessary there was no GDK_MAP_MASK nor GDK_UNMAP_MASK. Presumably
set-fix-widget-map-handler! and set-fix-widget-unmap-handler! stopped
working at that time. This makes it official.
Matt Birkholz [Mon, 16 Jan 2017 19:17:54 +0000 (12:17 -0700)]
gtk-screen: Implement cut/paste.
Matt Birkholz [Mon, 16 Jan 2017 18:13:31 +0000 (11:13 -0700)]
Implement gtk-window-get-clipboard-text.
Matt Birkholz [Mon, 16 Jan 2017 17:59:44 +0000 (10:59 -0700)]
gtk-screen/make.scm: Let higher power (caller) suppress load notes.
Matt Birkholz [Mon, 16 Jan 2017 17:54:11 +0000 (10:54 -0700)]
gtk-screen/Makefile.am (CLEANFILES): make.scm mistakenly included.
Matt Birkholz [Fri, 13 Jan 2017 23:33:45 +0000 (16:33 -0700)]
x11 plugin: Fix handling of property-notify events from unknown win.
Matt Birkholz [Sun, 27 Nov 2016 19:31:45 +0000 (12:31 -0700)]
debian/mit-scheme-pucked.svg: The lambda now holds the pen.
Matt Birkholz [Sun, 27 Nov 2016 19:06:57 +0000 (12:06 -0700)]
Backslashes and apostrophes have no special meaning in .desktops.
Per https://specifications.freedesktop.org/desktop-entry-spec/ v1.1.
Matt Birkholz [Sun, 27 Nov 2016 18:54:37 +0000 (11:54 -0700)]
gtk plugin Makefile.ams (CLEANFILES): Add stamp-* files.
Matt Birkholz [Sun, 27 Nov 2016 18:41:34 +0000 (11:41 -0700)]
gtk: GtkPanedView and GtkScrolledView for 3.20.9 (Ubuntu 16.10).
Matt Birkholz [Wed, 23 Nov 2016 20:15:23 +0000 (13:15 -0700)]
Merge branch 'master' into Gtk.0
Matt Birkholz [Wed, 23 Nov 2016 20:10:36 +0000 (13:10 -0700)]
x11/x11-base.scm (key-event): typo. Fix Alt-Backspace -> #\M-DEL.
Matt Birkholz [Wed, 23 Nov 2016 17:45:54 +0000 (10:45 -0700)]
x11 (event-name): Rename event-type-name and export (for debugging).
Matt Birkholz [Wed, 23 Nov 2016 17:38:21 +0000 (10:38 -0700)]
microcode (OS_test_select_registry): Check for subprocess status
changes when !blockp and the registry is empty. This is most easily
done in OS_pause, where OS_process_any_status_change (if any) is
available. Thus OS_pause gets a new param BLOCKP.
Matt Birkholz [Fri, 18 Nov 2016 23:30:09 +0000 (16:30 -0700)]
gtk/Makefile.am (EXTRA_DIST): Add gtk*view-3.18.9.c (Ubuntu 16.04).
Matt Birkholz [Thu, 17 Nov 2016 23:39:28 +0000 (16:39 -0700)]
Merge branch 'master' into Gtk.
Matt Birkholz [Thu, 17 Nov 2016 23:28:40 +0000 (16:28 -0700)]
x11 plugin: Address warnings from new AM_CFLAGS.
Matt Birkholz [Thu, 17 Nov 2016 22:12:20 +0000 (15:12 -0700)]
runtime/thread.scm (handle-current-thread-events): Do not warn...
...on stderr when there is no current thread. Handle-current-thread-
events is only used by the after-gc-interrupt-handler, which may run
while there is no current thread.
Matt Birkholz [Thu, 17 Nov 2016 22:11:22 +0000 (15:11 -0700)]
plugin Makefile.ams, configure.acs (AM_CFLAGS): Add many -W options.
Matt Birkholz [Sat, 12 Nov 2016 23:53:50 +0000 (16:53 -0700)]
plugin Makefile.ams, configure.acs: Do not install .bins.
Matt Birkholz [Sat, 12 Nov 2016 21:46:31 +0000 (14:46 -0700)]
runtime/load.scm (standard-library-directory-pathname): Fix merge.
The Gtk branch has no umodules and no lib/ subdirectory to distinguish
the standard library directory. Use the last directory in the library
directory path.
Matt Birkholz [Sat, 12 Nov 2016 20:48:16 +0000 (13:48 -0700)]
debian/mit-scheme-pucked.desktop: Update version.
Matt Birkholz [Sat, 12 Nov 2016 20:45:31 +0000 (13:45 -0700)]
gtk: Update count of Ubuntu releases.
Matt Birkholz [Sat, 12 Nov 2016 20:43:09 +0000 (13:43 -0700)]
x11-screen: fix merge
Matt Birkholz [Sat, 12 Nov 2016 20:40:48 +0000 (13:40 -0700)]
Merge branch 'master' into Gtk.
Matt Birkholz [Thu, 10 Nov 2016 07:17:43 +0000 (00:17 -0700)]
x11 plugin: Rename files to avoid conflicts with LIAR/C's output.
Matt Birkholz [Thu, 10 Nov 2016 05:26:36 +0000 (22:26 -0700)]
plugin Makefile.ams, configure.acs: Accommodate LIAR/C.
Generate lists of Scheme source and binary files depending on the
host's compiled code type.
Matt Birkholz [Thu, 10 Nov 2016 00:15:36 +0000 (17:15 -0700)]
Search the library directory path for the standard library directory
containing lib/ and the built-in object files. Adjust pathname->
standard-uri and standard-uri->pathname to use this directory instead
of the first directory in the path.
When plugins used --prepend-library to test a shared object, C worlds
failed. They could not re-load registered object files, nor load
bundled options. The guarded-system-loader only looked in the first
directory in the path, not the standard library directory.
Matt Birkholz [Mon, 7 Nov 2016 20:57:26 +0000 (13:57 -0700)]
Remove src/etc/compile-svm.sh after losing cross runtime compat.
Matt Birkholz [Mon, 7 Nov 2016 20:55:18 +0000 (13:55 -0700)]
Remove more kludges now that 9.2 is out.
Taylor R Campbell [Sat, 5 Nov 2016 00:42:27 +0000 (00:42 +0000)]
Fix embarrassing typo in wttree overweight condition.
Evidently we don't have adequate automatic tests for this!
Taylor R Campbell [Thu, 3 Nov 2016 16:31:25 +0000 (16:31 +0000)]
Don't delete the one non-generated .c file under compiler/.
Taylor R Campbell [Thu, 3 Nov 2016 20:17:32 +0000 (20:17 +0000)]
Add option for interpreted toolchain to facilitate debugging.
Taylor R Campbell [Thu, 3 Nov 2016 19:34:52 +0000 (19:34 +0000)]
Fix fencepost in decoding powers of two into IEEE 754 components.
Taylor R Campbell [Thu, 3 Nov 2016 04:54:35 +0000 (04:54 +0000)]
Disable init file in batch mode.
Taylor R Campbell [Thu, 3 Nov 2016 00:41:44 +0000 (00:41 +0000)]
Remove bogus kludge of including target runtime in cross-compiler.
Now that 9.2 is out, whatever reason necessitated this kludge is no
longer relevant.
Chris Hanson [Tue, 30 Aug 2016 00:30:09 +0000 (17:30 -0700)]
Add notes on parameter refactor, for use when writing release notes.
Matt Birkholz [Sat, 27 Aug 2016 16:18:49 +0000 (09:18 -0700)]
Merge branch 'master' into Gtk.
Matt Birkholz [Sat, 27 Aug 2016 16:14:13 +0000 (09:14 -0700)]
Edwin X/X11: Do NOT halt screen update because of subprocess output.
Matt Birkholz [Fri, 12 Aug 2016 20:20:08 +0000 (13:20 -0700)]
Merge branch 'master' into Gtk.
Matt Birkholz [Fri, 12 Aug 2016 20:16:37 +0000 (13:16 -0700)]
x11/x11base.scm (make-event-object): Convert bit number to bit mask.
Matt Birkholz [Fri, 12 Aug 2016 00:47:43 +0000 (17:47 -0700)]
gtk: gtk_style_context_set_background is deprecated as of Gtk+ 3.18.
Matt Birkholz [Fri, 12 Aug 2016 00:38:35 +0000 (17:38 -0700)]
gtk: gtk_adjustment_changed is deprecated as of Gtk+ 3.18.
So too gtk_adjustment_value_changed.
Matt Birkholz [Fri, 12 Aug 2016 00:24:38 +0000 (17:24 -0700)]
gtk: GtkPanedView and GtkScrolledView for 3.18.9 (Ubuntu 16.04).
Matt Birkholz [Tue, 9 Aug 2016 20:45:18 +0000 (13:45 -0700)]
Merge branch 'master' into Gtk.
Matt Birkholz [Tue, 9 Aug 2016 20:30:39 +0000 (13:30 -0700)]
x11-screen: Backport elimination of keyboard busy loop.
Matt Birkholz [Tue, 9 Aug 2016 19:52:49 +0000 (12:52 -0700)]
runtime/thread.scm (register-time-event): typo
Matt Birkholz [Tue, 9 Aug 2016 17:59:01 +0000 (10:59 -0700)]
edwin/xterm.scm (get-xterm-input-operations): Eliminate busy loop.
The busy loop in the keyboard peek-no-hang operation is more expensive
than ever. Replace it with a timer in block-for-event. Cache
current-thread and check that it has not changed before deregistering.
Matt Birkholz [Sun, 7 Aug 2016 21:43:02 +0000 (14:43 -0700)]
Add register-time-event, deregister-time-event.
Matt Birkholz [Sun, 7 Aug 2016 18:09:45 +0000 (11:09 -0700)]
x11-screen: Backport fixes to edwin/xterm.scm.
In block-for-event, drain X events and subprocess output. In preview-
event-stream, use dynamic-wind to re-register.
Matt Birkholz [Fri, 5 Aug 2016 23:30:53 +0000 (16:30 -0700)]
x11/x11base.scm (key-event): Free buffers. Handle null translation.
Do not c-peek-bytes when nbytes is zero.
Matt Birkholz [Sun, 7 Aug 2016 18:07:35 +0000 (11:07 -0700)]
edwin/xterm.scm (block-for-event): Drain X events, process output.
Matt Birkholz [Fri, 5 Aug 2016 22:07:50 +0000 (15:07 -0700)]
edwin/xterm.scm (preview-event-stream): Use dynamic-wind.
Matt Birkholz [Fri, 5 Aug 2016 21:42:13 +0000 (14:42 -0700)]
edwin/process.scm (poll-process-for-output): allow for reading #f
Matt Birkholz [Fri, 5 Aug 2016 21:27:34 +0000 (14:27 -0700)]
edwin/process.scm: transposo (like a typo but larger)
Matt Birkholz [Sun, 31 Jul 2016 18:56:31 +0000 (11:56 -0700)]
x11-screen: Fix selection handling (cut/paste between X windows).
Cut/paste should now work with two minor fixes (typos, really), and
one kludge keeping non-unique alien objects in a weak-eq-hash-table.
The original xds (fixnums) are held as strongly as the new interned
symbols.
The xds were intended to be x-displays? Interned x-display objects
would be more appropriate keys for a weak-eq-hash-table.
Chris Hanson [Sat, 30 Jul 2016 01:39:21 +0000 (21:39 -0400)]
Fix typo.
Matt Birkholz [Fri, 29 Jul 2016 07:21:04 +0000 (00:21 -0700)]
plugin Makefile.ams (CLEANFILES): Add timestamp files.
Matt Birkholz [Fri, 29 Jul 2016 06:49:29 +0000 (23:49 -0700)]
edwin/intmod.scm: Call suspend-current-thread with events blocked.
Blocking thread events around these wait loops closes an interrupt
hole between testing and suspending.
Matt Birkholz [Fri, 29 Jul 2016 06:16:06 +0000 (23:16 -0700)]
x11: Fix x-display-process-events to return #f when all events read.
The plugin's version of x_display_process_events will return any
keypress even though some do not translate into any input (e.g. when
it IsModifier). X-display-process-events would return #f in that case
and preview-events think all events were read. Now x-display-process-
events returns #t and preview-events disregards it, continuing to read
events. Many callers must disregard these non-events.
Punt property-notify events in the previewer; do not queue them.
Matt Birkholz [Wed, 27 Jul 2016 04:53:56 +0000 (21:53 -0700)]
x11-screen: Backport "permanent" IO thread event from x-screen.
Matt Birkholz [Tue, 26 Jul 2016 23:32:20 +0000 (16:32 -0700)]
runtime/ed-ffi.scm: Update.
Matt Birkholz [Tue, 26 Jul 2016 23:16:07 +0000 (16:16 -0700)]
typo: with-openssl is not a configure option here
Matt Birkholz [Tue, 26 Jul 2016 23:13:07 +0000 (16:13 -0700)]
Add spawn-edwin procedure.
Matt Birkholz [Tue, 26 Jul 2016 22:02:26 +0000 (15:02 -0700)]
Restore interruptibility to Edwin commands when on an X display.
Commit
52eea88 (Do NOT use permanently-register-io-thread-event in
Edwin.) removed too much. Without an IO thread event registered to
preview X events, Edwin cannot be interrupted by a ^G key press.
Restore X event previewing using a custom, "permanently" registered IO
thread event that always consumes some input before re-registering
(i.e. withOUT the reading-event? variable that caused the spinning
previously). Now X events are read only in the previewer (and
wait-for-event). Keyboard operations only process queued events. And
the queue is used only by the previewer or with thread events (the
previewer) blocked.
Remove deregister-all-events from cmdl/start so that the "non-
permanent" IO thread event registered by the grab-editor wrapper is
not undone when the editor command level is started. Reversing the
order ("grab" the editor INSIDE the command level) makes the wrapper's
special operations unavailable when the command level is made. If
there is need for the aggressive decoupling of command levels as
rendered by deregister-all-events (which nevertheless did NOT remove
"permanent" IO event registrations), some mechanism will be needed to
set up the previewer after the command level is entered.
Matt Birkholz [Fri, 29 Jul 2016 06:56:49 +0000 (23:56 -0700)]
Fix suspend-current-thread to NOT leave events unblocked.
Allow thread events to run in %resume-current-thread if they were
blocked but the thread is suspended, and block them again when the
thread continues.
Matt Birkholz [Mon, 20 Jun 2016 15:13:57 +0000 (08:13 -0700)]
pango/debian/changelog: Fix Debian package version.
Matt Birkholz [Sun, 19 Jun 2016 06:07:55 +0000 (23:07 -0700)]
doc/Makefile.in: Define docdir; fix PACKAGE_TARNAME (part of docdir)
Matt Birkholz [Sun, 19 Jun 2016 05:46:54 +0000 (22:46 -0700)]
plugin NEWS: Use new project name.
Matt Birkholz [Sun, 19 Jun 2016 05:46:06 +0000 (22:46 -0700)]
plugin AUTHORS: Make all more alike.
Matt Birkholz [Sun, 19 Jun 2016 05:33:22 +0000 (22:33 -0700)]
doc/configure.ac: Use PROJECT_NAME instead of PACKAGE_NAME.
Matt Birkholz [Tue, 14 Jun 2016 04:24:49 +0000 (21:24 -0700)]
gtk/pango/watch: Errant paste.
Matt Birkholz [Tue, 14 Jun 2016 04:24:39 +0000 (21:24 -0700)]
gtk/debian/watch: Errant paste.
Matt Birkholz [Tue, 14 Jun 2016 04:24:27 +0000 (21:24 -0700)]
glib/debian/watch: Errant paste.
Matt Birkholz [Tue, 14 Jun 2016 04:24:11 +0000 (21:24 -0700)]
cairo/debian/watch: Errant paste.
Matt Birkholz [Tue, 14 Jun 2016 04:05:54 +0000 (21:05 -0700)]
x11/debian/copyright: Errant paste.
Matt Birkholz [Tue, 14 Jun 2016 04:04:21 +0000 (21:04 -0700)]
glib/debian/doc-base: Fix Section section.
Matt Birkholz [Tue, 14 Jun 2016 04:03:45 +0000 (21:03 -0700)]
pango/debian/doc-base: Fix Section section.
Matt Birkholz [Tue, 14 Jun 2016 04:03:17 +0000 (21:03 -0700)]
pango/configure.ac, pango/debian/control: Fix version numbers.
Matt Birkholz [Tue, 14 Jun 2016 03:58:29 +0000 (20:58 -0700)]
cairo/debian/control: Mention graphics device.
Matt Birkholz [Tue, 14 Jun 2016 03:57:23 +0000 (20:57 -0700)]
cairo/debian/doc-base: typo
Matt Birkholz [Tue, 14 Jun 2016 03:50:05 +0000 (20:50 -0700)]
doc/index.html: Change project name in title.
Matt Birkholz [Tue, 14 Jun 2016 02:36:56 +0000 (19:36 -0700)]
planetarium/debian/: Support dpkg-buildpackage.
Matt Birkholz [Tue, 14 Jun 2016 02:31:23 +0000 (19:31 -0700)]
planetarium/mit-scheme-planetarium.texi: Add Terrain Viewer node.
Matt Birkholz [Mon, 13 Jun 2016 23:11:40 +0000 (16:11 -0700)]
gl/debian/: Support dpkg-buildpackage.
Matt Birkholz [Mon, 13 Jun 2016 19:11:46 +0000 (12:11 -0700)]
gtk/debian/: Support dpkg-buildpackage.
Matt Birkholz [Mon, 13 Jun 2016 00:59:39 +0000 (17:59 -0700)]
cairo/debian/: Support dpkg-buildpackage.
Matt Birkholz [Mon, 13 Jun 2016 00:27:13 +0000 (17:27 -0700)]
pango/debian/: Support dpkg-buildpackage.
Matt Birkholz [Sun, 12 Jun 2016 23:52:04 +0000 (16:52 -0700)]
glib/debian/: Support dpkg-buildpackage.
Matt Birkholz [Sun, 12 Jun 2016 22:21:20 +0000 (15:21 -0700)]
imail/Makefile.am: Use update-html-index to un/install.
Matt Birkholz [Sun, 12 Jun 2016 22:19:31 +0000 (15:19 -0700)]
imail/debian/control: Add build-depends for texinfo, texlive.
Matt Birkholz [Sun, 12 Jun 2016 20:51:01 +0000 (13:51 -0700)]
doc/configure.ac: Do not override autoconf's htmldir, pdfdir, psdir.
Matt Birkholz [Sun, 12 Jun 2016 20:45:51 +0000 (13:45 -0700)]
doc/Makefile.in: Change project name; use PACKAGE_NAME.
Matt Birkholz [Sun, 12 Jun 2016 20:41:08 +0000 (13:41 -0700)]
imail/debian/: Support dpkg-buildpackage.
Matt Birkholz [Sun, 12 Jun 2016 07:42:30 +0000 (00:42 -0700)]
mhash/debian/: Support dpkg-buildpackage.
Matt Birkholz [Sun, 12 Jun 2016 07:34:15 +0000 (00:34 -0700)]
mcrypt/debian/: Support dpkg-buildpackage.