branch: elpa/casual
commit 6c7ee5bcd248def7603394b3100a2a77e5b4d945
Merge: 08c2b461b4 deacdcc3fa
Author: Charles Choi <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #285 from
kickingvegas/merge-development-to-main-20250728_132451
Merge development to main 20250728_132451
---
docs/casual.info | Bin 121770 -> 121770 bytes
docs/casual.org | 2 +-
docs/casual.texi | 4 ++--
docs/images/casual-compile-screenshot.png | Bin 152853 -> 159140 bytes
lisp/casual-compile.el | 2 +-
lisp/casual.el | 2 +-
6 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/casual.info b/docs/casual.info
index 7c6f65d8f7..d83e4bbc9e 100644
Binary files a/docs/casual.info and b/docs/casual.info differ
diff --git a/docs/casual.org b/docs/casual.org
index 35e34a5502..f0d8364e73 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.8.2
+#+MACRO: version 2.8.3
#+MACRO: kbd (eval (org-texinfo-kbd-macro $1))
#+TEXINFO_FILENAME: casual.info
#+TEXINFO_CLASS: casual
diff --git a/docs/casual.texi b/docs/casual.texi
index 5b7412a7fd..d8db1f0af5 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.8.2
+@subtitle for version 2.8.3
@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.8.2
+Version: 2.8.3
Casual is a project to re-imagine the primary user interface for Emacs using
keyboard-driven menus.
diff --git a/docs/images/casual-compile-screenshot.png
b/docs/images/casual-compile-screenshot.png
index 95528db0b7..d143cf03fc 100644
Binary files a/docs/images/casual-compile-screenshot.png and
b/docs/images/casual-compile-screenshot.png differ
diff --git a/lisp/casual-compile.el b/lisp/casual-compile.el
index 9486eebe40..6e3a5f7a55 100644
--- a/lisp/casual-compile.el
+++ b/lisp/casual-compile.el
@@ -121,7 +121,7 @@
:transient t)
("c" "Compile" compile
:if-not (lambda () (derived-mode-p 'grep-mode)))
- ("k" "Kill" kill-compilation
+ ("K" "Kill" kill-compilation
:description (lambda () (casual-compile-unicode-get :kill))
:transient t
:if casual-compile--compilation-running-p)
diff --git a/lisp/casual.el b/lisp/casual.el
index 5b96dac136..ef0da9a0d4 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.8.2
+;; Version: 2.8.3-rc.1
;; Package-Requires: ((emacs "29.1") (transient "0.9.0"))
;; This program is free software; you can redistribute it and/or modify