mit-scheme-x11 NEWS -- history of user-visible changes.

Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
    1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016,
    2017, 2018, 2019, 2020, 2021, 2022 Massachusetts Institute of
    Technology

This file is part of MIT/GNU Scheme.

MIT/GNU Scheme is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.

MIT/GNU Scheme is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with MIT/GNU Scheme; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.

mit-scheme-x11 1.4 - Matt Birkholz, 2020-01-02
==============================================

Fix number of arguments to x_window_display in x-get-visual-info.

mit-scheme-x11 1.3 - Matt Birkholz, 2019-01-23
==============================================

Fix the x-graphics-vdc-extent and x-graphics-set-clip-rectangle
procedures.  Rename the device type "x".

mit-scheme-x11 1.2 - Matt Birkholz, 2018-07-29
==============================================

Fix the x-list-fonts procedure.

mit-scheme-x11 1.1 - Matt Birkholz, 2018-07-12
==============================================

Actually export the import-x11 procedure to the global environment.

mit-scheme-x11 1.0 - Matt Birkholz, 2018-06-21
==============================================

Replace the prx11.so µcode module.  Add an import-x11 procedure.  The
deprecated (runtimem x-graphics) package now autoloads this plugin.

mit-scheme-x11 0.3 - Matt Birkholz, 2018-06-01
==============================================

Allow CurrentTime as a Time argument (to fix an intermittent error
when cutting/pasting).

mit-scheme-x11 0.2 - Matt Birkholz, 2017-05-23
==============================================

Use new Unicode support.  Convert (restrict) strings (atom names and
xterm content) to iso8859-1.  This should be transparent if you were
using standard Latin1 property names and writing only Latin1 graphical
characters to your xterms.

mit-scheme-x11 0.1 - Matt Birkholz, 2016-02-19
==============================================

Converted to a libtool plugin.  Moved X11 data parsing
(x_event_to_object) to Scheme/FFI code.
