mirror of
https://github.com/jimeh/build-emacs-for-macos.git
synced 2026-02-19 13:06:38 +00:00
3.6 KiB
3.6 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.1 (2020-09-19)
Bug Fixes
0.1.0 (2020-09-05)
Features
- deps: add mailutils to Brewfile so Emacs can use GNU Mailutils (d944a64)
- native_comp: add fix based on feature/native-comp-macos-fixes branch (da2fcb0)
- native_comp: Add support for --with-nativecomp (fe460a8)
- native_comp: embedd gcc/libgccjit into Emacs.app (83289ac), closes #5 #7
- native_comp: support renaming of eln-cache director to native-lisp (9d26435)
- patches: add support for optional no-titlebar and no-refocus-frame patches (583f22a)
- ref: allow overriding git SHA (eebda4d)
- release: support building from release git tags (c0e89b1)
Bug Fixes
- deps: Add missing dependencies to Brewfile (39ea3eb)
- native_comp: ensure builds work after recent changes to eln cache locations (b46e5aa), closes /akrl.sdf.org/gccemacs.html#org4b11ea1
- native_comp: Improve ./install-patched-gcc helper (a8d4db2)
- patches: Fix patch download URL, add additional patches (66acc01)
- patches: Only apply patches as part of archive extraction (c4768f4)
- requirements: make script compatible with Ruby 2.3.0 and later (8e459ce)
- svg: disable rsvg by default (d30b45f)
- xwidgets: Add support for emacs-27 specific xwidgets patch (7767df0)
- xwidgets: Use patch from emacs-plus Homebrew formula (fb93beb)