From 440767e959ffa23930b41a5eaa53eb170fd78294 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Thu, 3 Sep 2020 11:10:22 +1000 Subject: [PATCH 1/1] Futzing about trying to see what's wrong with my hooks Signed-off-by: Steve Youngs --- news.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/news.html b/news.html index aecb201..d14b3cf 100755 --- a/news.html +++ b/news.html @@ -19,21 +19,21 @@ Bugs closed in this release: 183 184
  • - Packaging Infrastructure (PUI) -- Youngs.

    + Packaging Infrastructure (PUI) -- Youngs.
    The big change here is that SXEmacs now uses FFI and libcurl to download packages whenever possible. EFS can still be used for FTP download sites but at present we only have a single HTTPS site available. This means that, for the time being, FFI and libcurl are mandatory requirements for using PUI for remote package installs. I -see that as a feature, not a bug. ;-)

    +see that as a feature, not a bug. ;-)
    -The old "Pre-Release" packages have been removed.

    +The old "Pre-Release" packages have been removed.
    -The index file has been renamed to "package-index" +The index file has been renamed to "package-index"
  • - FFI -- Youngs.

    + FFI -- Youngs.
    ffi-curl.el was extended and improved so that it could be used as a transport backend for PUI. As a result, the following forms are valid @@ -75,19 +75,19 @@ some other way. To get the magic, add this form to your init... ffi-wand.el no longer supports PDF. This was because certain versions of libWand would cause crashes on PDF files, and the versions that -didn't the performance and user experience was flakey at best. +didn't the performance and user experience was flakey at best.
  • - Build Chain -- Youngs

    + Build Chain -- Youngs
    Better, more reliable and robust libffi detection
    config.{guess,sub} updated
    Use a distro-agnostic way of detecting glibc version
    -Clean up all warnings from the autogen.sh script +Clean up all warnings from the autogen.sh script
  • - Internals / elisp -- Youngs, Ferreira

    + Internals / elisp -- Youngs, Ferreira
    Use the system malloc in all cases instead of the old, crusty, in-house malloc we had.

    -- 2.25.1