From aed34fe2c06d734d56222919360246d8375ef003 Mon Sep 17 00:00:00 2001 From: Steve Youngs Date: Thu, 3 Sep 2020 10:43:34 +1000 Subject: [PATCH] Formatting fixes Signed-off-by: Steve Youngs --- news.html | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/news.html b/news.html index e417b76..aecb201 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"
  • - 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 @@ -51,7 +51,7 @@ and available for use: ffi-magic.el was rewritten, bringing in most of file(1)'s features and capabilities. See the doc string of #'magic:file for the new options -and example usage. +and example usage.

    Also see: @@ -78,25 +78,23 @@ of libWand would cause crashes on PDF files, and the versions that 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 +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
  • - 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. +in-house malloc we had.

    A way to prevent certain OpenSSL ciphers from being used. This was done because some ciphers have been known to causes crashes and data -corruption. +corruption.

    A couple of tweaks for GNU compat reasons with @@ -107,7 +105,7 @@ A couple of tweaks for GNU compat reasons with info.el updated to correctly handle UTF-8 info docs (note that some -MULE packages are still needed for the complete user experience) +MULE packages are still needed for the complete user experience)

    #'directory-files and #'directory-files-recur were updated and fixed so that now they do what their doc strings say they can. ;-) -- 2.25.1