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

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

[elpa] externals/org-remark f48992594d 26/37: docs: CHANGELOG, NEWS, RE


From: ELPA Syncer
Subject: [elpa] externals/org-remark f48992594d 26/37: docs: CHANGELOG, NEWS, README
Date: Sat, 14 Jan 2023 10:58:02 -0500 (EST)

branch: externals/org-remark
commit f48992594d4b7ca4d299949958855729f2fc3520
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    docs: CHANGELOG, NEWS, README
---
 CHANGELOG  | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS       | 56 ++++----------------------------------------------------
 README.org | 13 -------------
 3 files changed, 58 insertions(+), 65 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index e1d621bdf1..db0db84d3b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,57 @@
+[More recent changes v1.0.0 are in NEWS file]
+
+Version 0.2.0
+  - add: org-remark-delete
+  - rm: Adding Org-ID automatically to file level when file is empty
+
+Version 0.1.0
+* Features & additions
+
+  - docs: comprehensive user manual (online - Info to be added on ELPA release)
+
+  - feat: org-remark-create macro to let users create their own custom pens
+
+  - feat: minor-mode menu for menu-bar-mode
+
+          This works as mouse context-menu for the new context-menu-mode (>=
+          Emacs 28)
+
+  - add: browse-next/prev: move and display next/prev marginal notes at the 
same
+         time
+
+  - add: view/open to display side-window by default (user option)
+
+  - add: org-remark-link property in marginal notes file with ::line-number
+         search option
+
+  - feat: org-remark-legacy-convert as a separate feature
+
+          This is for automatically converting legacy Org-marginalia file to
+          Org-remark.
+
+  - feat: Legacy data facility with org-remark-tracking
+
+* Changes
+
+  - chg: `remove' (and delete) only removes one highlight at a time instead of
+         remove all at point
+
+  - chg: Save marginal notes on `mark' instead of wainting for `save'
+
+  - chg: define org-remark-mark explicitly for autoload cookie
+
+  - chg: `org-remark-view' and `org-remark-open'. View will stay in the
+          current main note; open will move the cursor to the marginal notes
+          buffer for further editing.
+
+  - chg: When updating the existing headline and position properties, don't
+         update the headline text when it already exists. Let the user decide
+         how to manage headlines.
+
+  - doc: copyright assignment to FSF; copyright years
+
+* Alpha
+
 ** 0.0.6
 
 Feature:
diff --git a/NEWS b/NEWS
index 9d1c20b5e4..38deb4e40d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
 Version 1.1.0-rc -- Current development version
-* Features:
+
+  Features:
 
   - feat: notes-and-source sync
           Previously, Org-remark was designed to create/update/delete
@@ -58,7 +59,7 @@ Version 1.1.0-rc -- Current development version
          Hook run when a note buffer is opened/visited. The current
          buffer is the note buffer.
 
-* Fixes:
+  Fixes:
 
   - refactor: change the default colors of yellow pen #52
          This is to cater to users who have dark theme that may render
@@ -160,53 +161,4 @@ Version 1.0.0
          returns a file name like this: "FILE-notes.org" by adding
          "-notes.org" as a suffix to the file name without the extension.
 
-
-Version 0.2.0
-  - add: org-remark-delete
-  - rm: Adding Org-ID automatically to file level when file is empty
-
-Version 0.1.0
-* Features & additions
-
-  - docs: comprehensive user manual (online - Info to be added on ELPA release)
-
-  - feat: org-remark-create macro to let users create their own custom pens
-
-  - feat: minor-mode menu for menu-bar-mode
-
-          This works as mouse context-menu for the new context-menu-mode (>=
-          Emacs 28)
-
-  - add: browse-next/prev: move and display next/prev marginal notes at the 
same
-         time
-
-  - add: view/open to display side-window by default (user option)
-
-  - add: org-remark-link property in marginal notes file with ::line-number
-         search option
-
-  - feat: org-remark-legacy-convert as a separate feature
-
-          This is for automatically converting legacy Org-marginalia file to
-          Org-remark.
-
-  - feat: Legacy data facility with org-remark-tracking
-
-* Changes
-
-  - chg: `remove' (and delete) only removes one highlight at a time instead of
-         remove all at point
-
-  - chg: Save marginal notes on `mark' instead of wainting for `save'
-
-  - chg: define org-remark-mark explicitly for autoload cookie
-
-  - chg: `org-remark-view' and `org-remark-open'. View will stay in the
-          current main note; open will move the cursor to the marginal notes
-          buffer for further editing.
-
-  - chg: When updating the existing headline and position properties, don't
-         update the headline text when it already exists. Let the user decide
-         how to manage headlines.
-
-  - doc: copyright assignment to FSF; copyright years
+[Older changes before v1.0.0 are in CHANGELOG file]
diff --git a/README.org b/README.org
index 51cdaf5a1d..06eb9d0c5f 100644
--- a/README.org
+++ b/README.org
@@ -96,7 +96,6 @@ Nan Jun Jie (@nanjj), @sgati-bodhi
 ** Documentation:
 @randomwangran
 
-
 * License
 
 This work is licensed under a GPLv3 license. For a full copy of the license, 
refer to [[./LICENSE][LICENSE]].
@@ -111,15 +110,3 @@ This section is created by Org-remark for the source file. 
It serves as an examp
 ** defmacro org-remark-create
 
 This macro was inspired by 
[[https://github.com/jkitchin/ov-highlight][Ov-highlight]].  It's by John 
Kitchin (author of Org-ref). Great UX for markers with hydra. Saves the marker 
info and comments directly within the Org file as Base64 encoded string. It 
uses overlays with using ~ov~ package.
-
-* org-remark
-:PROPERTIES:
-:org-remark-file: org-remark.el
-:END:
-
-** org-remark-notes-send-data
-
-** org-remark-highlights-load
-
-** goto
-This is no longer empty.



reply via email to

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