; Release version 0.2.1

* eat.el:
* eat.texi:
Bump version.
* ChangeLog: Update.
This commit is contained in:
Akib Azmain Turja 2022-12-11 00:43:49 +06:00
parent f54af22d6a
commit ab52caff52
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B
3 changed files with 22 additions and 3 deletions

View file

@ -1,3 +1,22 @@
2022-12-11 Akib Azmain Turja <akib@disroot.org>
Fix invoking commands with eshell/sudo from Tramp
* eat.el (eat--eshell-adjust-make-process-args): Override
'start-file-process' on Emacs 28, used by Eshell on Emacs 28.
Don't override 'make-process' on Emacs 28, Eshell doesn't use
that on Emacs 28. Set process filter and sentinel in
'eshell-exec-hook' instead of 'make-process' advice.
2022-12-11 Akib Azmain Turja <akib@disroot.org>
Fix Eshell working directory tracking
* eat.el (eat--eshell-local-mode): Call
'eat--eshell-update-cwd'.
* eat.el (eat-eshell-mode): Don't call
'eat--eshell-update-cwd'.
2022-12-10 Akib Azmain Turja <akib@disroot.org>
Fix yanking text into terminal

2
eat.el
View file

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

View file

@ -3,8 +3,8 @@
@comment %**start of header
@setfilename eat.info
@set UPDATED 10 December 2022
@set EDITION 0.2
@set VERSION 0.2
@set EDITION 0.2.1
@set VERSION 0.2.1
@documentencoding UTF-8
@codequotebacktick on
@codequoteundirected on