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

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

[elpa] externals/pulsar 1b91e34af6 4/4: Update to version 0.4.0


From: ELPA Syncer
Subject: [elpa] externals/pulsar 1b91e34af6 4/4: Update to version 0.4.0
Date: Tue, 19 Jul 2022 14:57:50 -0400 (EDT)

branch: externals/pulsar
commit 1b91e34af63240fcfc02e267d740a78590f1f2de
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update to version 0.4.0
---
 CHANGELOG.org | 25 +++++++++++++++++++++++++
 README.org    |  6 +++---
 pulsar.el     |  2 +-
 3 files changed, 29 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index a4b990ae9b..0fa6b9d75e 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -6,6 +6,31 @@
 The newest release is at the top.  For further details, please consult
 the manual: <https://protesilaos.com/emacs/pulsar>.
 
+* Version 0.4.0 on 2022-07-19
+
++ Added the user option ~pulsar-pulse-on-window-change~.  This covers
+  all commands or functions that affect the current window, so there is
+  no need to include them individually in the ~pulsar-pulse-functions~.
+  Users who prefer to trigger a pulse only after select functions
+  (e.g. only after ~other-window~) are advised to set this user option
+  to nil and update the ~pulsar-pulse-functions~ accordingly.  Thanks to
+  Ivan Popovych for the patch (commit =b1a78dd=).
+
++ Changed the default value of ~pulsar-pulse-functions~ to omit all
+  those commands which are already covered by the aforementioned.  In
+  the interest of continuity, the old value is kept in the source code,
+  with the relevant symbols commented out.
+
++ Named the mailing list email address as the =Maintainer:= of Pulsar.
+  The package headers 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>.
+
++ Updated the documentation, where necessary and made other minor tweaks
+  to the code.
+
 * Version 0.3.0 on 2022-04-08
 
 + Changed the source repository from GitLab to SourceHut:
diff --git a/README.org b/README.org
index 144b67ad2b..316ab5c76b 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.3.0
-#+macro:                 release-date 2022-04-08
-#+macro:                 development-version 0.4.0-dev
+#+macro:                 stable-version 0.4.0
+#+macro:                 release-date 2022-07-19
+#+macro:                 development-version 0.5.0-dev
 #+export_file_name:      pulsar.texi
 #+texinfo_filename:      pulsar.info
 #+texinfo_dir_category:  Emacs misc features
diff --git a/pulsar.el b/pulsar.el
index b6772ed0d5..c984310bb0 100644
--- a/pulsar.el
+++ b/pulsar.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Pulsar Development <~protesilaos/pulsar@lists.sr.ht>
 ;; URL: https://git.sr.ht/~protesilaos/pulsar
 ;; Mailing-List: https://lists.sr.ht/~protesilaos/pulsar
-;; Version: 0.3.1
+;; Version: 0.4.0
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience, pulse, highlight
 



reply via email to

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