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

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

[elpa] externals/m-buffer d9682aa359 086/115: Prepare for 0.11 release.


From: ELPA Syncer
Subject: [elpa] externals/m-buffer d9682aa359 086/115: Prepare for 0.11 release.
Date: Tue, 19 Jul 2022 15:58:51 -0400 (EDT)

branch: externals/m-buffer
commit d9682aa35930d463e6db7f669d62b2a8aca4a2c5
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Prepare for 0.11 release.
---
 Cask             | 1 +
 Makefile         | 3 +++
 README.md        | 6 ++++--
 m-buffer-doc.org | 1 +
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/Cask b/Cask
index 939695a007..54e9f11bf5 100644
--- a/Cask
+++ b/Cask
@@ -5,4 +5,5 @@
 (package-file "m-buffer.el")
 
 (development
+ (depends-on "load-relative")
  (depends-on "ert-runner"))
diff --git a/Makefile b/Makefile
index 940857d288..d3e5cd2991 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,9 @@ install:
 test: install
        cask exec ert-runner
 
+doc-gen:
+       cask exec emacs --debug --script dev/doc-gen.el -f doc-gen
+
 clean:
        find . -name "m-buffer*org" -not -name "m-buffer-doc.org" \
           -exec rm {} \;
diff --git a/README.md b/README.md
index 3b8b23a25b..bb62f95db0 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,9 @@ point locations so that it is possible, for example, to 
search for regexp
 matches and then replace them all without the early replacement invalidating
 the location of the later ones.
 
-For full commentary, please see [m-buffer.el](m-buffer.el).
+m-buffer is now documented with
+[Lentic Server](https://github.com/phillord/lentic-server).
+
 
 ## Status
 
@@ -54,7 +56,7 @@ never terminates. Both of these now throw an error instead.
 
 #### Breaking Changes
 
-- m-buffer-match-* functions now error 
+- m-buffer-match-* functions now error on conflicting arguments
 
 ### 0.10
 
diff --git a/m-buffer-doc.org b/m-buffer-doc.org
index 4cf5d1ae37..d461567669 100644
--- a/m-buffer-doc.org
+++ b/m-buffer-doc.org
@@ -69,6 +69,7 @@ give some idea of how much overhead various m-buffer 
functions entail.
 
 Full lentic documentation using lentic-server
 
+
 ** 0.12
 
 Completion of m-buffer-at with all the core buffer functions.



reply via email to

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