[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lin ce11bdab28 3/7: Add :package-version to all user-fa
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lin ce11bdab28 3/7: Add :package-version to all user-facing variables |
Date: |
Thu, 8 Sep 2022 09:57:52 -0400 (EDT) |
branch: externals/lin
commit ce11bdab28934d98f2ddfee2bc045755e1c55811
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add :package-version to all user-facing variables
This informs the user about when a variable was last changed or
introduced. The information is shown in Help buffers.
---
lin.el | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/lin.el b/lin.el
index c2953b361f..b4df95af3f 100644
--- a/lin.el
+++ b/lin.el
@@ -105,6 +105,7 @@ point is while editing, (ii) current selection."
(lin--setup 'reverse)
(set-default symbol value)
(lin--setup)))
+ :package-version '(lin . "0.5.0")
:group 'lin)
(defcustom lin-face 'lin-blue
@@ -140,6 +141,7 @@ updates the face. Users who prefer to use `setq' must run
:set (lambda (symbol value)
(set-default symbol value)
(lin-enable-mode-in-buffers))
+ :package-version '(lin . "0.3.0")
:group 'lin)
;;;; Faces
@@ -156,6 +158,7 @@ updates the face. Users who prefer to use `setq' must run
:background "#500f0f")
(t :background "red"))
"Alternative red face for `lin-face'."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-red-override-fg
@@ -165,6 +168,7 @@ updates the face. Users who prefer to use `setq' must run
(((background dark))
:foreground "white"))
"Like `lin-red' but also sets a foreground."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-green
@@ -175,6 +179,7 @@ updates the face. Users who prefer to use `setq' must run
:background "#0f300f")
(t :background "green"))
"Alternative green face for `lin-face'."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-green-override-fg
@@ -184,6 +189,7 @@ updates the face. Users who prefer to use `setq' must run
(((background dark))
:foreground "white"))
"Like `lin-green' but also sets a foreground."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-yellow
@@ -194,6 +200,7 @@ updates the face. Users who prefer to use `setq' must run
:background "#412200")
(t :background "yellow"))
"Alternative yellow face for `lin-face'."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-yellow-override-fg
@@ -203,6 +210,7 @@ updates the face. Users who prefer to use `setq' must run
(((background dark))
:foreground "white"))
"Like `lin-yellow' but also sets a foreground."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-blue
@@ -213,6 +221,7 @@ updates the face. Users who prefer to use `setq' must run
:background "#002460")
(t :background "blue"))
"Alternative blue face for `lin-face'."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-blue-override-fg
@@ -222,6 +231,7 @@ updates the face. Users who prefer to use `setq' must run
(((background dark))
:foreground "white"))
"Like `lin-blue' but also sets a foreground."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-magenta
@@ -232,6 +242,7 @@ updates the face. Users who prefer to use `setq' must run
:background "#401d40")
(t :background "magenta"))
"Alternative magenta face for `lin-face'."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-magenta-override-fg
@@ -241,6 +252,7 @@ updates the face. Users who prefer to use `setq' must run
(((background dark))
:foreground "white"))
"Like `lin-magenta' but also sets a foreground."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-cyan
@@ -251,6 +263,7 @@ updates the face. Users who prefer to use `setq' must run
:background "#002f3f")
(t :background "cyan"))
"Alternative cyan face for `lin-face'."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
(defface lin-cyan-override-fg
@@ -260,6 +273,7 @@ updates the face. Users who prefer to use `setq' must run
(((background dark))
:foreground "white"))
"Like `lin-cyan' but also sets a foreground."
+ :package-version '(lin . "0.2.0")
:group 'lin-faces)
;; TODO 2022-03-18: Can we find all system styles? Then we can rename
@@ -272,12 +286,14 @@ updates the face. Users who prefer to use `setq' must run
:background "mac:selectedContentBackgroundColor" :extend t)
(t :inherit lin-blue))
"Alternative macOS-style face for `lin-face'."
+ :package-version '(lin . "0.4.0")
:group 'lin-faces)
(defface lin-mac-override-fg
'((((type ns)) :inherit lin-mac :foreground
"alternateSelectedControlTextColor")
(((type mac)) :inherit lin-mac :foreground
"mac:alternateSelectedControlTextColor"))
"Like `lin-mac' but also sets a foreground."
+ :package-version '(lin . "0.4.0")
:group 'lin-faces)
;;;; Lin setup
- [elpa] externals/lin updated (c41d30744e -> 90019f1356), ELPA Syncer, 2022/09/08
- [elpa] externals/lin 9883e1a917 2/7: Expand links to all sources, ELPA Syncer, 2022/09/08
- [elpa] externals/lin 90019f1356 7/7: Remove old define-obsolete-function-alias forms, ELPA Syncer, 2022/09/08
- [elpa] externals/lin 2f7111d42e 1/7: Simplify the manual's front matter, ELPA Syncer, 2022/09/08
- [elpa] externals/lin b24800c831 6/7: Make minor fix to markup in file Commentary, ELPA Syncer, 2022/09/08
- [elpa] externals/lin 04eaae3b55 4/7: Add :link to the Info manual in lin group, ELPA Syncer, 2022/09/08
- [elpa] externals/lin e14e6b6587 5/7: Fix gitignore, ELPA Syncer, 2022/09/08
- [elpa] externals/lin ce11bdab28 3/7: Add :package-version to all user-facing variables,
ELPA Syncer <=