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

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

[elpa] externals/logos 388bfbd9d8: Update to version 0.4.0


From: ELPA Syncer
Subject: [elpa] externals/logos 388bfbd9d8: Update to version 0.4.0
Date: Thu, 2 Jun 2022 07:57:40 -0400 (EDT)

branch: externals/logos
commit 388bfbd9d8c880898d1832e888d5b41582dd1a85
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update to version 0.4.0
---
 CHANGELOG.org | 42 ++++++++++++++++++++++++++++++++++++++++++
 README.org    |  8 +++-----
 logos.el      |  2 +-
 3 files changed, 46 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.org b/CHANGELOG.org
index e14f859c34..613d8254b9 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -6,6 +6,48 @@
 The newest release is at the top.  For further details, please consult
 the manual: <https://protesilaos.com/emacs/logos>.
 
+* Version 0.4.0 on 2022-06-02
+:PROPERTIES:
+:CUSTOM_ID: h:f0293274-8cde-4660-ba1a-cffce2910f2f
+:END:
+
++ The Git repo is now hosted on SourceHut.  Mirrors are available on
+  GitHub and GitLab---users can open issues there if they find it
+  difficult to use the official mailing list.  The sources:
+
+  + Official manual: <https://protesilaos.com/emacs/logos>
+  + Change log: <https://protesilaos.com/emacs/logos-changelog>
+  + Git repo on SourceHut: <https://git.sr.ht/~protesilaos/logos>
+    - Mirrors:
+      + GitHub: <https://github.com/protesilaos/logos>
+      + GitLab: <https://gitlab.com/protesilaos/logos>
+  + Mailing list: <https://lists.sr.ht/~protesilaos/logos>
+
++ The new user option ~logos-hide-fringe~ conceals the fringe by
+  applying the same background as the default face.  It does not
+  interfere with ~fringe-mode~, such as by adjusting its size.  This
+  option complements ~logos-olivetti~ and is only relevant if the
+  ~fringe~ face has a distinct background.
+
++ The new ~logos-focus-mode-extra-functions~ is an ordinary hook that
+  unlocks the potential of ~logos-focus-mode~ by allowing the user to
+  trigger any effect when the mode is toggled.  Its doc string
+  references functions from =logos.el= that can be adapted at the user
+  level to pursue varied ends, while the manual furnishes a ready-to-use
+  sample for ~org-indent-mode~.  This feature was inspired by the
+  inquiry of Ypot in issue 1 over at the GitHub mirror:
+  <https://github.com/protesilaos/logos/issues/1>.
+
++ The default value of the user option ~logos-outline-regexp-alist~ now
+  includes an entry for ~markdown-mode~ to determine what constitutes a
+  heading there.  This helps with motions such as
+  ~logos-forward-page-dwim~ while it makes Markdown equally useful for a
+  focused reading or presentation (with ~logos-focus-mode~).
+
++ The manual includes a link to a publication of mine where I explain
+  what the "devel" version of GNU ELPA is and how to make use of it:
+  <https://protesilaos.com/codelog/2022-05-13-emacs-elpa-devel/>.
+
 * Version 0.3.0 on 2022-03-30
 :PROPERTIES:
 :CUSTOM_ID: h:1c2f2cf0-7617-4bb6-9525-eafa1269d06f
diff --git a/README.org b/README.org
index a3be02c0e3..64edc1ec2c 100644
--- a/README.org
+++ b/README.org
@@ -5,9 +5,9 @@
 #+options: ':t toc:nil author:t email:t num:t
 #+startup: content
 
-#+macro: stable-version 0.3.0
-#+macro: release-date 2022-03-30
-#+macro: development-version 0.4.0-dev
+#+macro: stable-version 0.4.0
+#+macro: release-date 2022-06-02
+#+macro: development-version 0.5.0-dev
 #+macro: file @@texinfo:@file{@@$1@@texinfo:}@@
 #+macro: space @@texinfo:@: @@
 #+macro: kbd @@texinfo:@kbd{@@$1@@texinfo:}@@
@@ -118,8 +118,6 @@ buffers (~logos-variable-pitch~), make the buffer read-only
 ~fringe~ face (~logos-hide-fringe~).  All these variables are
 buffer-local.
 
-[ ~logos-hide-fringe~ is part of {{{development-version}}} ]
-
 Logos is the familiar word derived from Greek (watch my presentation on
 philosophy about Cosmos, Logos, and the living universe:
 <https://protesilaos.com/books/2022-02-05-cosmos-logos-living-universe/>),
diff --git a/logos.el b/logos.el
index 536aadfc2c..e1dfde3d70 100644
--- a/logos.el
+++ b/logos.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <info@protesilaos.com>
 ;; URL: https://git.sr.ht/~protesilaos/logos
 ;; Mailing list: https://lists.sr.ht/~protesilaos/logos
-;; Version: 0.3.2
+;; Version: 0.4.0
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: convenience, focus, writing, presentation, narrowing
 



reply via email to

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