aboutsummaryrefslogtreecommitdiffhomepage
path: root/ChangeLog
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2026-04-20 00:24:48 +0200
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2026-04-20 00:27:45 +0200
commit38130f053e84535e37630e1388b858c46c580f9f (patch)
treebbaff1e26c4ba941b8e959a495732625b48a28f3 /ChangeLog
parent488dd3d64418f81555c9a005445d6a3adcc5eb0a (diff)
do not execute `^A` in parse-only mode
This was especially dangerous since the introduction of a message level parameter, which could still be popped from the expression stack in parse-only mode or during lexing. This effectively broke n^A interactively in GTK.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d9e0da..ca9153e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@ Version 2.5.2 (2026-04-20)
* sped up `EQq<filename>$`
* Curses/UNIX: It should be possible to interrupt more potentially blocking
operations with CTRL+C (SIGINT).
+* `^A` is no longer executed in parse-only mode - fixes bogus warnings.
+ Has been broken since v2.5.0.
* (!) `^A` now supports a message severity level, so you can log
warnings and errors as well.
* Added TANK MODE.