; Release version 0.9.4

* eat.el:
* eat.texi:
Bump version.
* ChangeLog: Update.
This commit is contained in:
Akib Azmain Turja 2023-12-15 22:27:53 +06:00
parent 8fe46079df
commit c91451f2d1
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B
3 changed files with 27 additions and 3 deletions

View file

@ -1,3 +1,27 @@
2023-12-15 Akib Azmain Turja <akib@disroot.org>
Don't let automatic scrolling mess up the display
* eat.el (eat-mode, eat--eshell-local-mode): Set both
'scroll-margin' and 'hscroll-margin' to zero.
2023-10-26 Akib Azmain Turja <akib@disroot.org>
Don't queue input
* eat.el (eat--pending-input-chunks)
(eat--defer-input-processing, eat--process-input-queue-timer):
Remove.
All references updated.
* eat.el (eat--send-input): Send the input immediately.
* eat.el (eat--process-input-queue): Remove.
* eat.el (eat--eshell-process-output-queue)
(eat--process-output-queue): Loop while output queue isn't
empty, set 'eat--output-queue-first-chunk-time' to 't' in the
loop.
* eat.el (eat--filter, eat--eshell-filter): Don't start a timer
if 'eat--output-queue-first-chunk-time' is 't'.
2023-10-19 Akib Azmain Turja <akib@disroot.org>
* eat.ti (eat-mono): Remove unused capability 'Ed'

2
eat.el
View file

@ -4,7 +4,7 @@
;; Author: Akib Azmain Turja <akib@disroot.org>
;; Created: 2022-08-15
;; Version: 0.9.3
;; Version: 0.9.4
;; 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 19 October 2023
@set VERSION 0.9.3
@set UPDATED 15 December 2023
@set VERSION 0.9.4
@documentencoding UTF-8
@codequotebacktick on
@codequoteundirected on