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

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

[elpa] externals/nano-modeline b361798a02 14/14: Bumper version to 0.5 a


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline b361798a02 14/14: Bumper version to 0.5 and fixed some typos.
Date: Thu, 6 Jan 2022 05:57:44 -0500 (EST)

branch: externals/nano-modeline
commit b361798a02b776a0ded12f7a235fc41acec838ab
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Bumper version to 0.5 and fixed some typos.
---
 nano-modeline.el | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 3e2e562e2d..80c5d55832 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -4,7 +4,7 @@
 
 ;; Maintainer: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
 ;; URL: https://github.com/rougier/nano-modeline
-;; Version: 0.4
+;; Version: 0.5
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience, mode-line, header-line
 
@@ -47,6 +47,13 @@
 ;;
 ;;; NEWS:
 ;;
+;; Version 0.5
+;; - Dynamic version that is now configurable thanks to the wonderful
+;;   contribution of Hans Donner (@hans-d)
+;;
+;; Version 0.4
+;; - Reverted to RO/RW/** default prefix
+;;
 ;; Version 0.3
 ;; - Usage of :align-to: properties for better alignment
 ;; - Added elpher mode
@@ -259,13 +266,13 @@ KEY mode name, for reference only. Easier to do lookups 
and/or replacements.
   :group 'nano-modeline)
 
 (defcustom nano-modeline-mode-format-activate-hook nil
-  "Add hooks on activiation of the mode, for those modes that do tehir own 
mode-line magine"
+  "Add hooks on activation of the mode, for those modes that do their own 
mode-line magic"
   :type 'hook
   :options '(turn-on-auto-fill flyspell-mode)
   :group 'nano-modeline)
 
 (defcustom nano-modeline-mode-format-inactivate-hook nil
-  "Remove hooks on de-activiation of the mode, for those modes that do tehir 
own mode-line magine"
+  "Remove hooks on de-activation of the mode, for those modes that do their 
own mode-line magic"
   :type 'hook
   :options '(turn-on-auto-fill flyspell-mode)
   :group 'nano-modeline)



reply via email to

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