diff --git a/ChangeLog b/ChangeLog index 8e74efa..9bb5887 100644 --- a/ChangeLog +++ b/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 diff --git a/eat.el b/eat.el index 2499c99..d1d33d0 100644 --- a/eat.el +++ b/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 diff --git a/eat.texi b/eat.texi index 6c2fe5f..d8b18ae 100644 --- a/eat.texi +++ b/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