; Release version 0.9.2

* eat.el:
* eat.texi:
Bump version.
* ChangeLog: Update.
This commit is contained in:
Akib Azmain Turja 2023-10-10 00:25:12 +06:00
parent 3294a118a7
commit c071e9e5e3
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B
3 changed files with 30 additions and 3 deletions

View file

@ -1,3 +1,30 @@
2023-10-10 Akib Azmain Turja <akib@disroot.org>
Fix 'eat--set-term-sixel-params' on text display
* eat.el (eat--set-term-sixel-params): Don't error on text
display.
2023-10-09 Akib Azmain Turja <akib@disroot.org>
Fix 'eat--eshell-set-input-process' advice
* eat.el (eat--eshell-set-input-process): Take any number of
arguments and ignore them.
2023-10-09 Akib Azmain Turja <akib@disroot.org>
Make motion commands work properly
* eat.el (eat--line-mode): Set 'front-sticky' and
'rear-nonsticky' text properties to 't' when enabling mode, and
revert them when disabling.
* eat.el (eat--process-output-queue): Don't add 'front-sticky'
and 'rear-nonsticky' text properties if not in line mode.
* eat.el (eat--sentinel): Don't remove 'front-sticky' and
'rear-nonsticky' text properties, they shouldn't be in the
buffer.
2023-10-09 Akib Azmain Turja <akib@disroot.org>
Remove internal text properties when killing text

2
eat.el
View file

@ -4,7 +4,7 @@
;; Author: Akib Azmain Turja <akib@disroot.org>
;; Created: 2022-08-15
;; Version: 0.9.1
;; Version: 0.9.2
;; Package-Requires: ((emacs "26.1") (compat "29.1"))
;; Keywords: terminals processes
;; Homepage: https://codeberg.org/akib/emacs-eat

View file

@ -2,8 +2,8 @@
@comment %**start of header
@setfilename eat.info
@set UPDATED 08 October 2023
@set VERSION 0.9.1
@set UPDATED 10 October 2023
@set VERSION 0.9.2
@documentencoding UTF-8
@codequotebacktick on
@codequoteundirected on