[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide f295183145 135/230: Bumping to 0.3.2 - expect about
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide f295183145 135/230: Bumping to 0.3.2 - expect about 95% name stability from here |
Date: |
Sun, 7 Jul 2024 19:00:27 -0400 (EDT) |
branch: elpa/dslide
commit f295183145d18711495fcbe1544afdb2d2a69e5e
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
Bumping to 0.3.2 - expect about 95% name stability from here
Unless any of these names are wildly unpopular, the API is expected to be
about
95% name-stable from here. This is still not 1.0 software.While the
potential
cost of not deprecating is going down, symbols are not yet being maintained.
I have done a lot of renaming, some of it demanded by conventions, some of
it to
reduce the number of concepts or match typical Emacs patterns.
This was extremely important to get done ahead of submitting for MELPA.
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
README.org | 3 +--
dslide.el | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 98e6e47f6a..5c9b38afc3 100644
--- a/README.org
+++ b/README.org
@@ -22,7 +22,7 @@ Fully programmable sequences behind a two-button interface:
- Integration with Elisp programs and arbitrary Emacs buffers
- Custom class support for extending the framework
** Status 🛠️
-Version 0.3.0 👷
+Version 0.3.2 👷
- Stabilizing the API and naming (as in not stable yet)
- Gathering user feedback & experience
- Accepting PR's and issue reports
@@ -168,7 +168,6 @@ The ~dslide-section-next~ and ~dslide-section-previous~
method documentation ar
- override a few methods
- now you too can paint the paragraphs red
#+begin_src elisp
-
(defclass dslide-action-red-paragraphs (dslide-action)
((overlays :initform nil))
"Paint the paragraphs red, one by one.")
diff --git a/dslide.el b/dslide.el
index 7eaba80bda..69854a33fd 100644
--- a/dslide.el
+++ b/dslide.el
@@ -4,7 +4,7 @@
;; Copyright (C) 2024 Positron
;;
;; Author: Positron <contact@positron.solutions>
-;; Version: 0.3.1
+;; Version: 0.3.2
;; Package-Requires: ((emacs "29.2"))
;; Maintainer: Positron <contact@positron.solutions>
;; URL: https://github.com/positron-solutions/dslide
- [nongnu] elpa/dslide d0ae139d26 114/230: Version up, (continued)
- [nongnu] elpa/dslide d0ae139d26 114/230: Version up, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d71709fd00 118/230: custom action example from video (it works!), ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0419d1310d 089/230: remove dead function, ms-display-base, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide a6a0d57738 110/230: init -> forward, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f07a873181 128/230: per-slide option to have no header, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide a71554c68d 121/230: partial-lines in header margins, more options, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 72ffe8494d 116/230: !some cleanup of package renaming, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 6aea1165e1 141/230: Updated demo.org, rearranged, designing into a manual of sorts, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 7028c07ace 140/230: prefer eobp and bobp to point & point-min/max comparison, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide c1267f7508 136/230: Checkdoc cleanups, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f295183145 135/230: Bumping to 0.3.2 - expect about 95% name stability from here,
ELPA Syncer <=
- [nongnu] elpa/dslide b06f330ca3 146/230: move highlight cleanup to proper cleanup function, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 69e2a1422b 134/230: dslide-presentation -> dslide-deck, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 67d35380e5 142/230: clean up dslide--stop, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide aa9c8bcfa9 123/230: downgrade reporting weird progress values from warning to message, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide b38d6fef4c 149/230: self-canceling animation timers, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 65f120373e 150/230: remove t from face attribute list, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 27b91284da 154/230: contents updates the progress indication, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide ec3bf9ec88 164/230: ! ditch :after in child action end method, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide ded3c2cbb2 166/230: important animation math fix, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide c48dc05cb6 168/230: set up animation before changing buffer restriction, ELPA Syncer, 2024/07/07