emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/lin 647be28194 3/3: Update to Lin version 1.1.0


From: ELPA Syncer
Subject: [elpa] externals/lin 647be28194 3/3: Update to Lin version 1.1.0
Date: Mon, 5 Aug 2024 03:58:44 -0400 (EDT)

branch: externals/lin
commit 647be281945185a20f37363fd335e99ad0540eff
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update to Lin version 1.1.0
---
 CHANGELOG.org | 23 +++++++++++++++++++++++
 README.org    |  6 ++----
 lin.el        |  2 +-
 3 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index f2a2534ce5..c3b1f054af 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -6,6 +6,29 @@
 The newest release is at the top.  For further details, please consult
 the manual: <https://protesilaos.com/emacs/lin>.
 
+* Version 1.1.0 on 2024-08-05
+
+The package is in a stable state. These are some quality-of-life
+refinements.
+
+- Updated the colour values of all the faces defined by ~lin~. They
+  now are a bit more vivid. The colours come from my ~modus-themes~.
+
+- Defined the user option ~lin-remap-current-line-number~, which is
+  set to a non-nil value by default. What it does is to apply the
+  colour of the currently highlighted line (per ~hl-line-mode~) to the
+  line number when ~display-line-numbers-mode~ is enabled.
+
+- Used the correct symbol for the Mu4e headers hook
+  (~mu4e-headers-mode-hook~ instead of ~mu4e-headers-mode~). Thanks to
+  Simon Pugnet for the contribution. The change is small, meaning that
+  Simon does not need to assign copyright to the Free Software
+  Foundation.
+
+- Added the ~archive-mode-hook~ and ~tar-mode-hook~ to the
+  ~lin-mode-hooks~. Thanks to Nicolas De Jaeghere for the
+  contribution. It too does not require copyright assignment.
+
 * Version 1.0.0 on 2022-09-08
 
 + Clarified the doc string of the user option ~lin-mode-hooks~.  This
diff --git a/README.org b/README.org
index 7adbd1d6c3..d84da16e97 100644
--- a/README.org
+++ b/README.org
@@ -5,8 +5,8 @@
 #+options: ':t toc:nil author:t email:t num:t
 #+startup: content
 #+macro: stable-version 1.0.0
-#+macro: release-date 2022-09-08
-#+macro: development-version 1.1.0-dev
+#+macro: release-date 2024-08-05
+#+macro: development-version 1.2.0-dev
 #+export_file_name: lin.texi
 #+texinfo_filename: lin.info
 #+texinfo_dir_category: Emacs misc features
@@ -114,8 +114,6 @@ background attribute.  The Lin faces with the 
=-override-fg= suffix set
 a foreground value which replaces that of the underlying text.  Whereas
 the others only specify a background attribute.
 
-[ The ~lin-remap-current-line-number~ is part of {{{development-version}}}. ]
-
 #+vindex: lin-remap-current-line-number
 The user option ~lin-remap-current-line-number~ controls whether to
 apply the Lin style also to the currently highlighted line number.
diff --git a/lin.el b/lin.el
index d4b029a6dd..1d298929db 100644
--- a/lin.el
+++ b/lin.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <info@protesilaos.com>
 ;; Maintainer: Protesilaos Stavrou <info@protesilaos.com>
 ;; URL: https://github.com/protesilaos/lin
-;; Version: 1.0.0
+;; Version: 1.1.0
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience, faces, theme
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]