; Release version 0.9.1
* eat.el: * eat.texi: Bump version. * ChangeLog: Update.
This commit is contained in:
parent
e2fefa6edd
commit
db63d46739
3 changed files with 12 additions and 2 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2023-10-09 Akib Azmain Turja <akib@disroot.org>
|
||||
|
||||
Remove internal text properties when killing text
|
||||
|
||||
* eat.el (eat-term-filter-string): Remove 'read-only',
|
||||
'rear-nonsticky', 'front-sticky' and 'field' text properties.
|
||||
* eat.el (eat--filter-buffer-substring): Remove
|
||||
'eat--t-char-width', 'eat--t-sixel-bitmap-size' and
|
||||
'eat--t-sixel-bitmap' text properties.
|
||||
|
||||
2023-10-08 Akib Azmain Turja <akib@disroot.org>
|
||||
|
||||
Fix Makefile
|
||||
|
|
2
eat.el
2
eat.el
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Akib Azmain Turja <akib@disroot.org>
|
||||
;; Created: 2022-08-15
|
||||
;; Version: 0.9
|
||||
;; Version: 0.9.1
|
||||
;; Package-Requires: ((emacs "26.1") (compat "29.1"))
|
||||
;; Keywords: terminals processes
|
||||
;; Homepage: https://codeberg.org/akib/emacs-eat
|
||||
|
|
2
eat.texi
2
eat.texi
|
@ -3,7 +3,7 @@
|
|||
@comment %**start of header
|
||||
@setfilename eat.info
|
||||
@set UPDATED 08 October 2023
|
||||
@set VERSION 0.9
|
||||
@set VERSION 0.9.1
|
||||
@documentencoding UTF-8
|
||||
@codequotebacktick on
|
||||
@codequoteundirected on
|
||||
|
|
Loading…
Add table
Reference in a new issue