branch: elpa/casual
commit 3cb01a0b090e59f809a0cae2543b27429a02b341
Merge: 8c9a494b3b b3d6e6a463
Author: Charles Choi <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #400 from
kickingvegas/merge-development-to-main-20260220_112634
Merge development to main 20260220_112634
---
README.org | 12 ++++++++++++
docs/casual.info | Bin 180140 -> 180156 bytes
docs/casual.org | 4 ++--
lisp/casual.el | 2 +-
4 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index cd68f4de0a..f791323089 100644
--- a/README.org
+++ b/README.org
@@ -14,6 +14,18 @@ To learn more about the motivations and design
considerations for Casual as well
Please refer to the [[https://kickingvegas.github.io/casual][Casual User
Guide]] for detailed information about it. This user guide is available both in
Emacs Info and HTML formats.
+* Requirements
+Casual requires Emacs 29.1+, Transient 0.9.0+, csv-mode 1.27+.
+
+Certain menus require more installed software:
+
+- Casual Dired: GNU Coreutils
+- Casual Image: ImageMagick 6+
+
+* Install
+In Emacs, a “mode” is analogous to an “app” in that it is a grouping of
related features. Installation of Casual is done on a per-mode basis.
+
+[[https://kickingvegas.github.io/casual/Install.html][Installation
instructions for the different modes supported by Casual can be found in the
Casual User Guide]].
* Asks
As Casual is new, we are looking for early adopters! Your
[[https://github.com/kickingvegas/casual/discussions][feedback]] is welcome as
it will likely impact Casual's evolution, particularly with regards to UI.
diff --git a/docs/casual.info b/docs/casual.info
index 5eba5a3ba8..2870bcc27d 100644
Binary files a/docs/casual.info and b/docs/casual.info differ
diff --git a/docs/casual.org b/docs/casual.org
index d17b7811ec..b0a92d5eb9 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.14.0
+#+MACRO: version 2.14.1-rc.1
#+MACRO: kbd (eval (org-texinfo-kbd-macro $1))
#+TEXINFO_FILENAME: casual.info
#+TEXINFO_CLASS: casual
@@ -132,7 +132,7 @@ For Transient menus that offer setting different values,
the following bindings
* Requirements
#+CINDEX: Requirements
-Casual requires Emacs 29.1+, Transient 0.9.0+.
+Casual requires Emacs 29.1+, Transient 0.9.0+, csv-mode 1.27+.
Certain menus require more installed software:
diff --git a/lisp/casual.el b/lisp/casual.el
index d59ff50078..8e60d6b82b 100644
--- a/lisp/casual.el
+++ b/lisp/casual.el
@@ -5,7 +5,7 @@
;; Author: Charles Choi <[email protected]>
;; URL: https://github.com/kickingvegas/casual
;; Keywords: tools, wp
-;; Version: 2.14.0
+;; Version: 2.14.1-rc.1
;; Package-Requires: ((emacs "29.1") (transient "0.9.0") (csv-mode "1.27"))
;; This program is free software; you can redistribute it and/or modify