; Release version 0.9.1

* eat.el:
* eat.texi:
Bump version.
* ChangeLog: Update.
This commit is contained in:
Akib Azmain Turja 2023-10-09 00:25:02 +06:00
parent e2fefa6edd
commit db63d46739
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B
3 changed files with 12 additions and 2 deletions

View file

@ -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
View file

@ -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

View file

@ -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