branch: externals/lin commit 6d2493ce0b7e0891b85e03e103ddd5c68aeb60a6 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update to version 0.4.0 --- CHANGELOG.org | 30 ++++++++++++++++++++++++++++++ README.org | 6 +++--- lin.el | 2 +- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 47ae5e283d..c644119c09 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -6,6 +6,36 @@ The newest release is at the top. For further details, please consult the manual: <https://protesilaos.com/emacs/lin>. +* Version 0.4.0 on 2022-06-09 + ++ The official Git repository is now hosted on SourceHut. Mirrors are + available on GitHub and GitLab---users can open issues there if they + find it difficult to use the mailing list. The sources: + + - Official manual: <https://protesilaos.com/emacs/lin> + - Change log: <https://protesilaos.com/emacs/lin-changelog> + - Git repo on SourceHut: <https://git.sr.ht/~protesilaos/lin> + + Mirrors: + - GitHub: <https://github.com/protesilaos/lin> + - GitLab: <https://gitlab.com/protesilaos/lin> + - Mailing list: <https://lists.sr.ht/~protesilaos/lin> + ++ The ~grep-mode-hook~ and ~proced-mode-hook~ are included in the + default value of the user option ~lin-mode-hooks~. This practically + means that Lin will be active in the implied modes when + ~lin-global-mode~ is enabled. Thanks to Nicolas De Jaeghere for the + patch (Nicolas has assigned copyright to the Free Software + Foundation). + ++ The faces that leverage the macOS palette (~lin-mac{,-override-fg}~) + are made to work with Mitsuharu Yamamoto's =emacs-mac= port: + <https://bitbucket.org/mituharu/emacs-mac/src/master/>. They read the + =mac= display specification in addition to the =ns= one. Remember + that you can specify the desired face as the value of ~lin-face~ (its + doc string documents all the stylistic options we provide). Thanks to + Kai von Fintel for the patch (the change is well below the ~15 line + threshold for copyright assignment). + * Version 0.3.0 on 2022-04-08 + Changed the source repository from GitLab to SourceHut: diff --git a/README.org b/README.org index 262d8d881c..2bcf647295 100644 --- a/README.org +++ b/README.org @@ -5,9 +5,9 @@ #+options: ':t toc:nil author:t email:t num:t #+startup: content -#+macro: stable-version 0.3.0 -#+macro: release-date 2022-04-08 -#+macro: development-version 0.4.0-dev +#+macro: stable-version 0.4.0 +#+macro: release-date 2022-06-09 +#+macro: development-version 0.5.0-dev #+macro: file @@texinfo:@file{@@$1@@texinfo:}@@ #+macro: space @@texinfo:@: @@ #+macro: kbd @@texinfo:@kbd{@@$1@@texinfo:}@@ diff --git a/lin.el b/lin.el index 575538b7e7..822d0c8450 100644 --- a/lin.el +++ b/lin.el @@ -5,7 +5,7 @@ ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; URL: https://git.sr.ht/~protesilaos/lin ;; Mailing list: https://lists.sr.ht/~protesilaos/lin -;; Version: 0.3.1 +;; Version: 0.4.0 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: convenience, faces, theme