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

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

[nongnu] elpa/annotate c737b516b8 361/372: Merge pull request #114 from


From: ELPA Syncer
Subject: [nongnu] elpa/annotate c737b516b8 361/372: Merge pull request #114 from cage2/master
Date: Fri, 4 Feb 2022 16:59:22 -0500 (EST)

branch: elpa/annotate
commit c737b516b8058cbc0c6f2bf8f3431339be854217
Merge: d52ee5dec0 3bb813cd62
Author: cage2 <1257703+cage2@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #114 from cage2/master
    
    Updated NEWS.org and Changelog.
---
 Changelog | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS.org  |  5 ++++
 2 files changed, 95 insertions(+)

diff --git a/Changelog b/Changelog
index 7fd9dcbef4..1dfbfb0f7f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,93 @@
+2021-09-19  cage
+
+       * annotate.el:
+
+        - removed customizable function 'annotate-y-or-n-prompt-function'.
+
+2021-09-11  cage
+
+       * annotate.el:
+
+        - used variable 'annotate-annotation-confirm-deletion' when asking
+       for deleting an annotation.
+
+2021-09-08  cage
+
+       * annotate.el,
+       * README.org:
+
+        -    updated    README.org     added    missing    reference    to
+       'annotate-y-or-n-prompt-function'.
+        - updated README.org mentioning 'annotate-y-or-n-prompt-function'.
+        -  changed   default  for   asking  confirm  before   deleting  an
+       annotation:  the   value  is   now  'nil'   (do  not   prompt  for
+       confirmation).
+        -  used 'yes-or-no-p'  (customizable via  a variable)  to ask  for
+       deletion confirm.
+
+2021-08-26  cage
+
+       * annotate.el:
+
+        - fixed function's name.
+
+2021-08-24  cage
+
+       * annotate.el,
+       * README.org:
+
+        - increased version number.
+
+        - added prompt to confirm deletion also when deleting annotation's
+       text;
+        - updated README.org.
+        - added confirmation prompt before delete an annotation.
+        - added command to delete an annotation under point;
+        - refactored some code in a function.
+        - improved docstrings;
+        - removed useless variable.
+
+2021-08-19  cage
+
+       * annotate.el:
+
+        Merge pull request #112 from cage/clean-style
+        Clean style
+
+2021-08-17  cage
+
+       * annotate.el:
+
+        - increased version number.
+
+        - removed garbage at the end of an error message.
+
+2021-08-16  cage
+
+       * annotate.el:
+
+        - cleaned up style using checkdoc;
+        - added missing docstrings.
+
+2021-06-20  cage
+
+       * annotate.el:
+
+        Merge pull request #109 from cage2/fix-replace-button
+        Fixed callback for "[replace]" button in summary window
+
+2021-06-07  cage
+
+       * annotate.el:
+
+        - removed uses of regular expressions from 'annotate-unwrap-text'.
+
+2021-05-31  cage
+
+       * annotate.el:
+
+        - allowed paths with spaces in a search query.
+
 2021-05-27  cage
 
         * annotate.el:
diff --git a/NEWS.org b/NEWS.org
index 21727e1391..f4300ed4a4 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -256,3 +256,8 @@
 
   Many thanks  to "glvno"  for reporting  the aforementioned  bugs and
   testing the patches!
+
+- 2021-09-24 v1.4.2 cage ::
+
+  This  version added  a new  command to  delete the  annotation under
+  cursor.



reply via email to

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