branch: elpa/casual
commit 6af847f8150cdc634c997cf49b8ea1124dc1b12b
Merge: ba7b39e367 1105e779b0
Author: Charles Choi <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #318 from kickingvegas/cc/update-casual-commentary-ediff
Update casual.el commentary
---
README.org | 2 +-
docs/casual.info | Bin 139795 -> 139918 bytes
docs/casual.org | 4 ++--
docs/casual.texi | 8 ++++----
docs/sponsorship.org | 2 +-
lisp/casual.el | 3 +++
6 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/README.org b/README.org
index ac6494ec34..0a89fd947f 100644
--- a/README.org
+++ b/README.org
@@ -22,7 +22,7 @@ As Casual is new, we are looking for early adopters! Your
[[https://github.com/k
For users who wish to help contribute to Casual or personally customize it for
their own usage, please read the [[docs/developer.org][developer
documentation]].
* Sponsorship
-If you enjoy using Casual, consider making a modest financial contribution to
help support its development and maintenance.
+It costs money to make, enhance, and maintain Casual as ideologically free
software. If you enjoy using Casual, please buy me a coffee to help support its
development and maintenance.
[[https://www.buymeacoffee.com/kickingvegas][file:docs/images/default-yellow.png]]
diff --git a/docs/casual.info b/docs/casual.info
index 533f4adc0b..86218c125b 100644
Binary files a/docs/casual.info and b/docs/casual.info differ
diff --git a/docs/casual.org b/docs/casual.org
index 9ca40c0c44..802901ecdb 100644
--- a/docs/casual.org
+++ b/docs/casual.org
@@ -5,7 +5,7 @@
#+EMAIL: [email protected]
#+OPTIONS: ':t toc:t author:t email:t H:4 f:t
#+LANGUAGE: en
-#+MACRO: version 2.10.0
+#+MACRO: version 2.10.1
#+MACRO: kbd (eval (org-texinfo-kbd-macro $1))
#+TEXINFO_FILENAME: casual.info
#+TEXINFO_CLASS: casual
@@ -292,7 +292,7 @@ To participate in general discussion about using Casual,
please join the [[https
* Sponsorship
#+CINDEX: Sponsorship
-If you enjoy using Casual, consider making a modest financial contribution to
help support its development and maintenance.
+It costs money to make, enhance, and maintain Casual as ideologically free
software. If you enjoy using Casual, please buy me a coffee to help support its
development and maintenance.
[[file:images/default-yellow.png]]
diff --git a/docs/casual.texi b/docs/casual.texi
index 9ce648d77f..abf4de05b1 100644
--- a/docs/casual.texi
+++ b/docs/casual.texi
@@ -20,7 +20,7 @@ Copyright © 2024-2025 Charles Y@. Choi
@finalout
@titlepage
@title Casual User Guide
-@subtitle for version 2.10.0
+@subtitle for version 2.10.1
@author Charles Y@. Choi (@email{kickingvegas@@gmail.com})
@page
@vskip 0pt plus 1filll
@@ -33,7 +33,7 @@ Copyright © 2024-2025 Charles Y@. Choi
@node Top
@top Casual User Guide
-Version: 2.10.0
+Version: 2.10.1
Casual is a project to re-imagine the primary user interface for Emacs using
keyboard-driven menus.
@@ -57,7 +57,7 @@ To learn more about the motivations and design considerations
for Casual and to
@image{images/casual-calc-tmenu,,,,png}
-If you enjoy using Casual, consider making a modest financial contribution to
help support its development and maintenance.
+It costs money to make, enhance, and maintain Casual as ideologically free
software. If you enjoy using Casual, please buy me a coffee to help support its
development and maintenance.
@image{images/default-yellow,,,,png}
@@ -3388,7 +3388,7 @@ To participate in general discussion about using Casual,
please join the @uref{h
@cindex Sponsorship
-If you enjoy using Casual, consider making a modest financial contribution to
help support its development and maintenance.
+It costs money to make, enhance, and maintain Casual as ideologically free
software. If you enjoy using Casual, please buy me a coffee to help support its
development and maintenance.
@image{images/default-yellow,,,,png}
diff --git a/docs/sponsorship.org b/docs/sponsorship.org
index 06c06b9e83..f93be9eb76 100644
--- a/docs/sponsorship.org
+++ b/docs/sponsorship.org
@@ -1,4 +1,4 @@
-If you enjoy using Casual, consider making a modest financial contribution to
help support its development and maintenance.
+It costs money to make, enhance, and maintain Casual as ideologically free
software. If you enjoy using Casual, please buy me a coffee to help support its
development and maintenance.
[[file:images/default-yellow.png]]
diff --git a/lisp/casual.el b/lisp/casual.el
index c4026ce403..db7f6263a5 100644
--- a/lisp/casual.el
+++ b/lisp/casual.el
@@ -51,6 +51,9 @@
;; - Dired (Elisp library: `casual-dired.el')
;; An interface for the venerable file manager Dired.
+;; - Ediff (Elisp library: `casual-ediff.el')
+;; An interface for Ediff, a visual interface for Unix diff.
+
;; - EditKit (Elisp library: `casual-editkit.el')
;; A cornucopia of interfaces for the different editing features (e.g.
;; marking, copying, killing, duplicating, transforming, deleting) of Emacs.