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

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

[elpa] externals/svg-tag-mode fcfead5e98 6/6: Bumper version to 0.4.


From: ELPA Syncer
Subject: [elpa] externals/svg-tag-mode fcfead5e98 6/6: Bumper version to 0.4.
Date: Tue, 28 Dec 2021 13:57:58 -0500 (EST)

branch: externals/svg-tag-mode
commit fcfead5e98e6d8c246d24504a625566b7b62b9f6
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Bumper version to 0.4.
---
 svg-tag-mode.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 18697ed961..66facb5b66 100644
--- a/svg-tag-mode.el
+++ b/svg-tag-mode.el
@@ -1,12 +1,11 @@
 ;;; svg-tag-mode.el --- Replace keywords with SVG tags -*- lexical-binding: t 
-*-
 
-;; Copyright (C) 2020, 2021 Nicolas P. Rougier
 ;; Copyright (C) 2020, 2021 Free Software Foundation, Inc.
 
 ;; Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
 ;; Homepage: https://github.com/rougier/svg-tag-mode
 ;; Keywords: convenience
-;; Version: 0.3
+;; Version: 0.3.1
 
 ;; Package-Requires: ((emacs "27.1") (svg-lib "0.3"))
 
@@ -98,6 +97,9 @@
 ;;
 ;;; NEWS:
 ;;
+;; Version 0.4
+;; - Tags must now be created through a function call.
+;;
 ;; Version 0.3:
 ;; - Tags are now editable when cursor is inside.
 ;;
@@ -124,8 +126,7 @@
   "Action to be executed when the cursor enter a tag area"
   :type '(radio (const :tag "Edit tag"  edit)
                 (const :tag "Echo tag"  echo)
-                (const :tag "No action" nil))
-  :group 'svg-tag)
+                (const :tag "No action" nil)))
 
 (defun svg-tag--plist-delete (plist property)
   "Delete PROPERTY from PLIST.



reply via email to

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