From 7ffbd12e87fb44bf185093efd5fa92fafba895a6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 18 May 2021 01:47:55 +0100 Subject: [PATCH] docs(readme): update features list and badges --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e3367f1..5579de9 100644 --- a/README.md +++ b/README.md @@ -7,17 +7,17 @@

- - GitHub release (latest) + + GitHub release (latest) - + GitHub issues - GitHub pull requests + GitHub pull requests + + + GitHub all releases

@@ -32,9 +32,14 @@ alt="GitHub issues"> - Self-contained Emacs.app application bundle, with no external dependencies, built with the [jimeh/build-emacs-for-macos][] build script. -- Native-compilation is enabled in nightly builds from the `master` branch of - Emacs, and should just work without the need to install GCC, libgccjit, or any - other dependencies. +- Native-compilation ([gccemacs][]). (Nightly builds) +- SVG rendering via librsvg. +- Various image formats are supported via macOS native image APIs. +- Native JSON parsing via libjansson (Emacs 27.x and later). +- Xwidget-webkit support is enabled, allowing access to a embedded WebKit-based + browser with `M-x xwidget-webkit-browse-url`. (Emacs27.x and later) +- Native XML parsing via libxml2. +- Dynamic module loading. (Nightly builds) - Includes the [fix-window-role][] and [system-appearance][] patches from the excellent [emacs-plus][] project. - Emacs source is fetched from the [emacs-mirror/emacs][] GitHub repository. @@ -44,6 +49,7 @@ alt="GitHub issues"> builds are not yet signed and notarized. [jimeh/build-emacs-for-macos]: https://github.com/jimeh/build-emacs-for-macos +[gccemacs]: https://www.emacswiki.org/emacs/GccEmacs [fix-window-role]: https://github.com/d12frosted/homebrew-emacs-plus/blob/master/patches/emacs-28/fix-window-role.patch [system-appearance]: