Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,
USA.
+mit-scheme-pucked-x11-screen 0.2.3 - Matt Birkholz, 2017-11-05
+==============================================================
+
+Correct subsystem version number.
+
+mit-scheme-pucked-x11-screen 0.2.2 - Matt Birkholz, 2017-11-05
+==============================================================
+
+Steal the .svg icon and .desktop file from the core and use them to
+associate our "application" with the icon and the "Pucked" window
+class. Previously, Edwin windows were confused with Emacs windows in
+Unity and GNOME.
+
mit-scheme-pucked-x11-screen 0.2.1 - Matt Birkholz, 2017-05-23
==============================================================
dnl Process this file with autoconf to produce a configure script.
AC_INIT([MIT/GNU Scheme Pucked Edwin X11 Screen plugin],
- [0.2.2],
+ [0.2.3],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-x11-screen])
AC_CONFIG_SRCDIR([x11-screen.pkg])
+mit-scheme-pucked-x11-screen (0.2.3) birchwood; urgency=low
+
+ * Correct subsystem version number.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Sun, 5 Nov 2017 15:00:00 -0700
+
mit-scheme-pucked-x11-screen (0.2.2) birchwood; urgency=low
* Steal the .svg icon and .desktop file from the core and use them
(with-loader-base-uri (system-library-uri "x11-screen/")
(lambda ()
(load-package-set "x11-screen")))
-(add-subsystem-identification! "X11-Screen" '(0 2 1))
\ No newline at end of file
+(add-subsystem-identification! "X11-Screen" '(0 2 3))
\ No newline at end of file