about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2015-10-11 21:23:38 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2015-10-11 21:23:38 -0700
commitce929eb37e0a79d847dbfcaf1436c1a46bca55b2 (patch)
tree18d26cfe39ba127c44d2eb230bb0179e6d0d829b /ChangeLog
parentd77bf2ba88c289e28139ce36ac767447113ab95d (diff)
downloadzsh-ce929eb37e0a79d847dbfcaf1436c1a46bca55b2.tar.gz
zsh-ce929eb37e0a79d847dbfcaf1436c1a46bca55b2.tar.xz
zsh-ce929eb37e0a79d847dbfcaf1436c1a46bca55b2.zip
36841: factor out and update the patterns that filter "uninteresting" functions out of the $funcstack display
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 421da2f6f..ae61df68d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2015-10-11  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 36841: Completion/Base/Widget/_complete_help: factor out and
+	update the patterns that filter "uninteresting" functions out
+	of the $funcstack list when generating the call trace to show
+	where a tag is active.
+
 	* 36836: Src/mem.c: zhalloc() avoids re-scanning all heaps when
 	the last known heap with free space does not have enough space