branch: externals/lin commit 09cf249c78385502a2ead30c4fa1468cf96939f7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update to version 1.0.0 --- CHANGELOG.org | 36 ++++++++++++++++++++++++++++++++++++ README.org | 6 +++--- lin.el | 4 ++-- 3 files changed, 41 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index c644119c09..f2a2534ce5 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -6,6 +6,42 @@ The newest release is at the top. For further details, please consult the manual: <https://protesilaos.com/emacs/lin>. +* Version 1.0.0 on 2022-09-08 + ++ Clarified the doc string of the user option ~lin-mode-hooks~. This + variable specifies the list of hooks that ~lin-global-mode~ will use + to apply its effect. Lin enables ~hl-line-mode~ in the given buffer + and remaps its face to the value of the ~lin-face~ user option. + ++ Added ~pdf-outline-buffer-mode-hook~ (from the =pdf-tools= package) to + the user option ~lin-mode-hooks~. Thanks to Gautier Ponsinet for the + patch which was sent to my personal email. The change is below the + ~15 line threshold and thus requires no copyright assignment to the + Free Software Foundation. + ++ Named the mailing list address as the =Maintainer:= of Lin. Together + with the other package headers, they help the user find our primary + sources and/or communication channels. This change conforms with work + being done upstream in package.el by Philip Kaludercic. I was + informed about it here: + <https://lists.sr.ht/~protesilaos/general-issues/%3C875ykl84yi.fsf%40posteo.net%3E>. + ++ Made all user-facing variables specify the package version that + introduced them or last affected their specification. This + information is presented in Help buffers. + ++ Configured the Lin group in Custom UI buffers to show a link to the + package's Info manual. Again, this helps the user find information + about Lin. + ++ Removed old forms that rendered obsolete certain functions or + variables. This keeps the code base small and focused on the current + feature set. + +The switch to version =1.0.0= is mostly symbolic. Lin has been stable +and feature-complete practically since its inception. This change shows +that most (all?) of the work has been accomplished. + * Version 0.4.0 on 2022-06-09 + The official Git repository is now hosted on SourceHut. Mirrors are diff --git a/README.org b/README.org index 7f058a84c7..ecf37c0299 100644 --- a/README.org +++ b/README.org @@ -4,9 +4,9 @@ #+language: en #+options: ':t toc:nil author:t email:t num:t #+startup: content -#+macro: stable-version 0.4.0 -#+macro: release-date 2022-06-09 -#+macro: development-version 0.5.0-dev +#+macro: stable-version 1.0.0 +#+macro: release-date 2022-09-08 +#+macro: development-version 1.1.0-dev #+export_file_name: lin.texi #+texinfo_filename: lin.info #+texinfo_dir_category: Emacs misc features diff --git a/lin.el b/lin.el index a44cf59493..ee1beb29eb 100644 --- a/lin.el +++ b/lin.el @@ -6,7 +6,7 @@ ;; Maintainer: Lin Development <~protesilaos/l...@lists.sr.ht> ;; URL: https://git.sr.ht/~protesilaos/lin ;; Mailing-List: https://lists.sr.ht/~protesilaos/lin -;; Version: 0.4.0 +;; Version: 1.0.0 ;; Package-Requires: ((emacs "27.1")) ;; Keywords: convenience, faces, theme @@ -105,7 +105,7 @@ editing, and (ii) current selection." (lin--setup 'reverse) (set-default symbol value) (lin--setup))) - :package-version '(lin . "0.5.0") + :package-version '(lin . "1.0.0") :group 'lin) (defcustom lin-face 'lin-blue