; Release version 0.9.2
* eat.el: * eat.texi: Bump version. * ChangeLog: Update.
This commit is contained in:
parent
3294a118a7
commit
c071e9e5e3
3 changed files with 30 additions and 3 deletions
27
ChangeLog
27
ChangeLog
|
@ -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
2
eat.el
|
@ -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
|
||||
|
|
4
eat.texi
4
eat.texi
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue