; Release version 0.3.1
* eat.el: * eat.texi: Bump version. * ChangeLog: Update.
This commit is contained in:
parent
403a1d4b5d
commit
fcc02df105
3 changed files with 37 additions and 3 deletions
34
ChangeLog
34
ChangeLog
|
@ -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
2
eat.el
|
@ -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
|
||||
|
|
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.3
|
||||
@set VERSION 0.3
|
||||
@set EDITION 0.3.1
|
||||
@set VERSION 0.3.1
|
||||
@documentencoding UTF-8
|
||||
@codequotebacktick on
|
||||
@codequoteundirected on
|
||||
|
|
Loading…
Add table
Reference in a new issue