unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Protesilaos Stavrou <info@protesilaos.com>
To: 46745@debbugs.gnu.org
Subject: bug#46745: 28.0.50; [PATCH] Specify the Emacs version of new vc-dir faces
Date: Wed, 24 Feb 2021 11:22:55 +0200	[thread overview]
Message-ID: <87v9ahq0pc.fsf@protesilaos.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 297 bytes --]

Dear maintainers,

The attached patch renders explicit the version of Emacs in which the
new vc-dir faces were introduced.  I had contributed those faces a few
days ago, but forgot to specify the ':version' property---mea culpa!

All the best,
Protesilaos

-- 
Protesilaos Stavrou
protesilaos.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Specify-the-Emacs-version-of-new-vc-dir-faces.patch --]
[-- Type: text/x-patch, Size: 2486 bytes --]

From 7b5ef8219408a6efe64ed331cde303dd7101e4fd Mon Sep 17 00:00:00 2001
Message-Id: <7b5ef8219408a6efe64ed331cde303dd7101e4fd.1614158325.git.info@protesilaos.com>
From: Protesilaos Stavrou <info@protesilaos.com>
Date: Wed, 24 Feb 2021 11:18:38 +0200
Subject: [PATCH] Specify the Emacs version of new vc-dir faces

* vc-dir.el (vc-dir-header):
(vc-dir-header-value):
(vc-dir-directory):
(vc-dir-file):
(vc-dir-mark-indicator):
(vc-dir-status-warning):
(vc-dir-status-edited):
(vc-dir-status-up-to-date):
(vc-dir-status-ignored): Add version 28.1.
---
 lisp/vc/vc-dir.el | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index a416474e16..46fbf44861 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -56,39 +56,48 @@ vc-dir-mode-hook
 
 (defface vc-dir-header '((t :inherit font-lock-type-face))
   "Face for headers in VC-dir buffers."
-  :group 'vc)
+  :group 'vc
+  :version "28.1")
 
 (defface vc-dir-header-value '((t :inherit font-lock-variable-name-face))
   "Face for header values in VC-dir buffers."
-  :group 'vc)
+  :group 'vc
+  :version "28.1")
 
 (defface vc-dir-directory '((t :inherit font-lock-comment-delimiter-face))
   "Face for directories in VC-dir buffers."
-  :group 'vc)
+  :group 'vc
+  :version "28.1")
 
 (defface vc-dir-file '((t :inherit font-lock-function-name-face))
   "Face for files in VC-dir buffers."
-  :group 'vc)
+  :group 'vc
+  :version "28.1")
 
 (defface vc-dir-mark-indicator '((t :inherit font-lock-type-face))
   "Face for mark indicators in VC-dir buffers."
-  :group 'vc)
+  :group 'vc
+  :version "28.1")
 
 (defface vc-dir-status-warning '((t :inherit font-lock-warning-face))
   "Face for warning status in VC-dir buffers."
-  :group 'vc)
+  :group 'vc
+  :version "28.1")
 
 (defface vc-dir-status-edited '((t :inherit font-lock-variable-name-face))
   "Face for edited status in VC-dir buffers."
-  :group 'vc)
+  :group 'vc
+  :version "28.1")
 
 (defface vc-dir-status-up-to-date '((t :inherit font-lock-builtin-face))
   "Face for up-to-date status in VC-dir buffers."
-  :group 'vc)
+  :group 'vc
+  :version "28.1")
 
 (defface vc-dir-status-ignored '((t :inherit shadow))
   "Face for ignored or empty values in VC-dir buffers."
-  :group 'vc)
+  :group 'vc
+  :version "28.1")
 
 ;; Used to store information for the files displayed in the directory buffer.
 ;; Each item displayed corresponds to one of these defstructs.
-- 
2.30.1


             reply	other threads:[~2021-02-24  9:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-24  9:22 Protesilaos Stavrou [this message]
2021-02-24 14:05 ` bug#46745: 28.0.50; [PATCH] Specify the Emacs version of new vc-dir faces Basil L. Contovounesios
2021-02-25  5:54   ` Protesilaos Stavrou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v9ahq0pc.fsf@protesilaos.com \
    --to=info@protesilaos.com \
    --cc=46745@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).