emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/eat fcc02df105 4/4: ; Release version 0.3.1


From: ELPA Syncer
Subject: [nongnu] elpa/eat fcc02df105 4/4: ; Release version 0.3.1
Date: Tue, 20 Dec 2022 14:58:44 -0500 (EST)

branch: elpa/eat
commit fcc02df1050a67fd6233d326e117b3e3684d31cf
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    ; Release version 0.3.1
    
    * eat.el:
    * eat.texi:
    Bump version.
    * ChangeLog: Update.
---
 ChangeLog | 34 ++++++++++++++++++++++++++++++++++
 eat.el    |  2 +-
 eat.texi  |  4 ++--
 3 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f8d56ac3dd..4716ebc7ae 100644
--- a/ChangeLog
+++ b/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
diff --git a/eat.el b/eat.el
index 8db6ae5a74..28387bcc89 100644
--- a/eat.el
+++ b/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
diff --git a/eat.texi b/eat.texi
index 8f66b6bfeb..41ec213ee3 100644
--- a/eat.texi
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]