; Release version 0.2.2
* eat.el: * eat.texi: Bump version. * ChangeLog: Update.
This commit is contained in:
parent
fffca2c06e
commit
6756e72d88
3 changed files with 39 additions and 3 deletions
36
ChangeLog
36
ChangeLog
|
@ -1,3 +1,39 @@
|
|||
2022-12-11 Akib Azmain Turja <akib@disroot.org>
|
||||
|
||||
Check whether 'yank-transform-functions' is bound
|
||||
|
||||
* eat.el (eat-yank, eat-yank-from-kill-ring): Check whether
|
||||
'yank-transform-functions' is bound before using it's value.
|
||||
The variable is not available in Emacs 28.
|
||||
|
||||
2022-12-11 Akib Azmain Turja <akib@disroot.org>
|
||||
|
||||
* integration/bash: Check TERM before enabling
|
||||
|
||||
* eat.el (eat-eshell-emacs-mode-map): Disable undo
|
||||
|
||||
2022-12-11 Akib Azmain Turja <akib@disroot.org>
|
||||
|
||||
Use Eshell "emacs" mode map when process is live
|
||||
|
||||
* eat.el (eat-eshell-emacs-mode-map): Update docstring.
|
||||
* eat.el (eat--eshell-process-running-mode): New
|
||||
non-interactive minor mode.
|
||||
* eat.el (eat--eshell-setup-proc-and-term): Enable
|
||||
'eat--eshell-process-running-mode'.
|
||||
* eat.el (eat--eshell-cleanup): Disable
|
||||
'eat--eshell-process-running-mode'.
|
||||
* eat.le (eat--eshell-local-mode): Don't use
|
||||
'eat-eshell-emacs-mode-map' as the mode keymap.
|
||||
|
||||
2022-12-11 Akib Azmain Turja <akib@disroot.org>
|
||||
|
||||
Synchronize scrolling and point properly
|
||||
|
||||
* eat.el (eat--synchronize-scroll)
|
||||
(eat--eshell-synchronize-scroll): Call 'set-window-point' in
|
||||
addition to 'goto-char'.
|
||||
|
||||
2022-12-11 Akib Azmain Turja <akib@disroot.org>
|
||||
|
||||
Fix invoking commands with eshell/sudo from Tramp
|
||||
|
|
2
eat.el
2
eat.el
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Akib Azmain Turja <akib@disroot.org>
|
||||
;; Created: 2022-08-15
|
||||
;; Version: 0.2.1
|
||||
;; Version: 0.2.2
|
||||
;; Package-Requires: ((emacs "28.1"))
|
||||
;; Keywords: terminals processes
|
||||
;; Homepage: https://codeberg.org/akib/emacs-eat
|
||||
|
|
4
eat.texi
4
eat.texi
|
@ -3,8 +3,8 @@
|
|||
@comment %**start of header
|
||||
@setfilename eat.info
|
||||
@set UPDATED 10 December 2022
|
||||
@set EDITION 0.2.1
|
||||
@set VERSION 0.2.1
|
||||
@set EDITION 0.2.2
|
||||
@set VERSION 0.2.2
|
||||
@documentencoding UTF-8
|
||||
@codequotebacktick on
|
||||
@codequoteundirected on
|
||||
|
|
Loading…
Add table
Reference in a new issue