; Release version 0.3.1

* eat.el:
* eat.texi:
Bump version.
* ChangeLog: Update.
This commit is contained in:
Akib Azmain Turja 2022-12-21 01:42:43 +06:00
parent 403a1d4b5d
commit fcc02df105
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B
3 changed files with 37 additions and 3 deletions

View file

@ -1,3 +1,37 @@
2022-12-21 Akib Azmain Turja <akib@disroot.org>
Fix terminfo path on case-insensitive filesystems
* eat.el (eat--terminfo-path): New variable.
* eat.el (eat-term-terminfo-directory): Change default value to
'PACKAGE-ROOT/terminfo/'.
* Makefile (terminfo): Don't depend on other targets. Make
directory 'terminfo'. Write terminfo to both 'e' and
'65' (hexadecimal number of ASCII 'e') directories.
* Makefile (e/eat-mono e/eat-color eat-256color e/eat-truecolor):
Remove target.
* README.org (Quelpa): Update recipe.
2022-12-20 Akib Azmain Turja <akib@disroot.org>
* eat.el (eat--t-handle-output): Fix NULL handling
2022-12-17 Akib Azmain Turja <akib@disroot.org>
Fix typo in 'eat--t-scroll-up'
* eat.el (eat--t-scroll-up): Replace 'scroll-begin' with
'scroll-end' in '(< scroll-end (eat--t-disp-width disp))',
since this will always evaluate to t, and thus it was most
probably a typo.
2022-12-17 Akib Azmain Turja <akib@disroot.org>
Make sure symbol is used as face parameter value
* eat.el (eat-term-set-parameter): Make sure face parameter
values are symbols.
2022-12-16 Akib Azmain Turja <akib@disroot.org>
Allow changing terminal faces terminal-locally

2
eat.el
View file

@ -4,7 +4,7 @@
;; Author: Akib Azmain Turja <akib@disroot.org>
;; Created: 2022-08-15
;; Version: 0.3
;; Version: 0.3.1
;; Package-Requires: ((emacs "28.1"))
;; Keywords: terminals processes
;; Homepage: https://codeberg.org/akib/emacs-eat

View file

@ -3,8 +3,8 @@
@comment %**start of header
@setfilename eat.info
@set UPDATED 10 December 2022
@set EDITION 0.3
@set VERSION 0.3
@set EDITION 0.3.1
@set VERSION 0.3.1
@documentencoding UTF-8
@codequotebacktick on
@codequoteundirected on