guile: Update documentation for version 3.0.

This commit is contained in:
Danny O'Brien 2020-09-07 19:54:43 -07:00 committed by Dirk-Jan C. Binnema
parent 623cf787ad
commit f4282d9535
2 changed files with 7 additions and 3 deletions

View File

@ -163,6 +163,10 @@
- The mu4e <-> mu interaction has been rewritten to communicate using
s-expressions, with a repl for testing.
*** guile
- guile 3.0 is now supported; guile 2.2 still works.
*** toys
- Updated the ~mug~ toy UI to use Webkit2/GTK+. Note that this is just a toy

View File

@ -240,9 +240,9 @@ higher is required, as well as
Xapian@footnote{@url{https://xapian.org/}} and
GMime@footnote{@url{http://spruce.sourceforge.net/gmime/}}.
@t{mu} has optional support for the Guile 2.2 (Scheme) programming
language. There are also some GUI-toys, which require GTK+ 3.x and
Webkit.
@t{mu} has optional support for both versions 2.2 and 3.0 of the Guile
(Scheme) programming language. There are also some GUI-toys, which
require GTK+ 3.x and Webkit.
If you intend to compile @t{mu} yourself, you need to have the typical
development tools, such as C and C++ compilers (both @command{gcc} and