Cut 1.0.90 pretest: 500 mouse UX, version bump, NEWS, docs
Full-SVG 500 made mouse-operable for newcomers: kitty Discard button and five-card cap, on-table phase banner, ? Help/Rules overlay with the bid legend, legal-play dimming, card-size slider, and a layout pass that moves the Help and size controls into the log panel so nothing overlaps. Bump all files to 1.0.90, add NEWS, a README testing quick-start, and make the shared engine files checkdoc-clean.
This commit is contained in:
parent
5ff6d8afed
commit
5da3144c0a
28 changed files with 360 additions and 112 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Corwin Brust <corwin@bru.st>
|
||||
;; Maintainer: Corwin Brust <corwin@bru.st>
|
||||
;; Version: 1.0.60
|
||||
;; Version: 1.0.90
|
||||
;; Package-Requires: ((emacs "26.1"))
|
||||
;; Keywords: games
|
||||
;; URL: https://code.bru.st/corwin/card-game.el
|
||||
|
|
@ -825,6 +825,7 @@ DISPLAY is a propertized one-image string; REGIONS is a click map of
|
|||
(define-derived-mode cg-sol-mode special-mode "Solitaire"
|
||||
"Major mode for the tableau solitaires."
|
||||
(setq-local truncate-lines t)
|
||||
(setq-local cursor-type cg-cursor-type)
|
||||
(when (eq cg-keys 'classic)
|
||||
(use-local-map (cg-sol--classic-keymap))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue