diff --git a/ChangeLog b/ChangeLog index 9bb5887..d25498d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2023-10-10 Akib Azmain Turja + + 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 + + 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 + + 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 Remove internal text properties when killing text diff --git a/eat.el b/eat.el index 6223b73..10ffbc6 100644 --- a/eat.el +++ b/eat.el @@ -4,7 +4,7 @@ ;; Author: Akib Azmain Turja ;; 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 diff --git a/eat.texi b/eat.texi index d8b18ae..6c815a4 100644 --- a/eat.texi +++ b/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