summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-09-07 23:41:31 +0100
committerjao <jao@gnu.org>2024-09-07 23:41:31 +0100
commit97ce88463f346ff0dab147334fa0ce7b81569d7c (patch)
tree950f120c10ce80b1d00e1c003b68b3e9df0a4ff2
parent32196db8f8ddab071565a5ae6d799ada4f8fbe6b (diff)
downloadgeiser-97ce88463f346ff0dab147334fa0ce7b81569d7c.tar.gz
geiser-97ce88463f346ff0dab147334fa0ce7b81569d7c.tar.bz2
news updatedHEADmaster
-rw-r--r--news.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/news.org b/news.org
index b50f93e..9354e6a 100644
--- a/news.org
+++ b/news.org
@@ -1,3 +1,14 @@
+* Version 0.32
+
+ - REPL: Fix for highlighting of 2-character input prompts (thanks to Macon
+ Gambill)
+
+ - REPL autoeval mode improvements (thanks to Anter Mejr):
+ - Autoeval just once
+ - Stop paren highlighting after autoevaluations
+ - Highlight only if show-paren-mode is enabled
+ - Compatibility with electric-pair-mode
+
* Version 0.31.1 (September 1, 2024)
- Code cleanups