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

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

[elpa] externals/org-transclusion 1cfdc96559 1/4: bump to v1.1.1 for ELP


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 1cfdc96559 1/4: bump to v1.1.1 for ELPA
Date: Thu, 30 Dec 2021 03:57:44 -0500 (EST)

branch: externals/org-transclusion
commit 1cfdc965597d374efd1fbf9472a8729dc68005c3
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    bump to v1.1.1 for ELPA
---
 NEWS                | 66 ++++++++++++++++++++++++++++++++++-------------------
 org-transclusion.el |  4 ++--
 2 files changed, 44 insertions(+), 26 deletions(-)

diff --git a/NEWS b/NEWS
index a804a641b9..098b906f95 100644
--- a/NEWS
+++ b/NEWS
@@ -1,40 +1,58 @@
+* Version 1.1.1
+
+  - Fix ::
+
+    - Fix rare but destructive issue where buffer text content could be deleted
+      by removing a transclusion.  This could happen by killing a second Emacs
+      instance (batch or online) or buffer, while the first Emacs keeps
+      transclusions added
+
+  - Other:
+
+    - User Manual now refers to v1.1.x
+
 * Version 1.1.0
 
-- Change ::
-  - add:inhibit-read-only: fix:Org export errors with read-only
-    With this, noweb expansion works now (limitation removed)
+  - Change ::
 
-- Fix ::
-  - fix:#105 org-element--cache issue for Org v9.6
-    Remove use of silent-modificaiton & inhibit-modification-hook
-  - fix:add-all not to stop with error in one trasclusion
-  - fix:Remove extra space/line added to Org elements transcluded
+    - add:inhibit-read-only: fix:Org export errors with read-only
+      With this, noweb expansion works now (limitation removed)
 
-- Other ::
-  - README, Info doc user manual, online user manual
+  - Fix ::
 
+    - fix:#105 org-element--cache issue for Org v9.6
+      Remove use of silent-modificaiton & inhibit-modification-hook
+    - fix:add-all not to stop with error in one trasclusion
+    - fix:Remove extra space/line added to Org elements transcluded
+
+  - Other ::
+    - README, Info doc user manual, online user manual
+  
 * Version 1.0.1
 
-- Add .elpaignore
-- Bump up version only to enable ELPA; no functional changes
+  - Add .elpaignore
+  - Bump up version only to enable ELPA; no functional changes
 
 * Version 1.0.0
 
-- Initial version available on ELPA (https://elpa.gnu.org/)
+  - Initial version available on ELPA (https://elpa.gnu.org/)
 
-- Feature ::
-  - : =:end= property and a search term to dynamically define a range of lines 
to transclude for text and
-    source code block
+  - Feature ::
 
-- Change ::
-  - Now user option =org-transclusion-include-first-section='s default value
-    is changed to =t=. This seems to be more intuitive for more users
+    - =:end= property and a search term to dynamically define a range of lines 
to transclude for text and
+      source code block
 
-- Fix ::
-  - =org-transclusion-before-kill= now checks if the buffer to be killed
-    contains any transclusion AND it is visting a file before saving. This
-    fixes some issues related to temp buffers, etc.    
-  - fix: search options for src-lines extension for =:lines=, =:src=, and 
=:end= properties
+  - Change ::
+
+    - Now user option =org-transclusion-include-first-section='s default value
+      is changed to =t=. This seems to be more intuitive for more users
+
+  - Fix ::
+
+    - =org-transclusion-before-kill= now checks if the buffer to be killed
+      contains any transclusion AND it is visting a file before saving. This
+      fixes some issues related to temp buffers, etc.    
+    - fix: search options for src-lines extension for =:lines=, =:src=, and 
=:end= properties
 
 * Changelog before Version 1.0.0
 
diff --git a/org-transclusion.el b/org-transclusion.el
index cee7d0f9e0..ef511a2b3e 100644
--- a/org-transclusion.el
+++ b/org-transclusion.el
@@ -17,12 +17,12 @@
 
 ;; Author:        Noboru Ota <me@nobiot.com>
 ;; Created:       10 October 2020
-;; Last modified: 29 December 2021
+;; Last modified: 30 December 2021
 
 ;; URL: https://github.com/nobiot/org-transclusion
 ;; Keywords: org-mode, transclusion, writing
 
-;; Version: 1.1.0
+;; Version: 1.1.1
 ;; Package-Requires: ((emacs "27.1") (org "9.4"))
 
 ;; This file is not part of GNU Emacs.



reply via email to

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