emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/eat ab52caff52 3/3: ; Release version 0.2.1


From: ELPA Syncer
Subject: [nongnu] elpa/eat ab52caff52 3/3: ; Release version 0.2.1
Date: Sat, 10 Dec 2022 13:58:35 -0500 (EST)

branch: elpa/eat
commit ab52caff526593f94ee16120d7f4493d2bb3dfa8
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    ; Release version 0.2.1
    
    * eat.el:
    * eat.texi:
    Bump version.
    * ChangeLog: Update.
---
 ChangeLog | 19 +++++++++++++++++++
 eat.el    |  2 +-
 eat.texi  |  4 ++--
 3 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 250f9035c6..6be5d574fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/eat.el b/eat.el
index 0009f307ff..197e507021 100644
--- a/eat.el
+++ b/eat.el
@@ -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
diff --git a/eat.texi b/eat.texi
index b8d2c9455d..4b335de99a 100644
--- a/eat.texi
+++ b/eat.texi
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]