about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-08 08:44:52 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-08 08:44:52 +0000
commitbedd4cf2c57a89bec8bd98e6ed65082164b69d93 (patch)
treed7a24e4699e0574717e9f156e63212047cf2ccba /ChangeLog
parent92637abbb870dc35e1af9150741f7b11587a3350 (diff)
downloadzsh-bedd4cf2c57a89bec8bd98e6ed65082164b69d93.tar.gz
zsh-bedd4cf2c57a89bec8bd98e6ed65082164b69d93.tar.xz
zsh-bedd4cf2c57a89bec8bd98e6ed65082164b69d93.zip
make _expand call _complete when called from _expand_word; add ignore-line style to ignore words already on the line (11244)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06aef3737..9451c75bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-05-08  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>
 
+	* 11244: Completion/Builtins/_zstyle, Completion/Core/_description,
+ 	Completion/Core/_expand, Doc/Zsh/compsys.yo: make _expand call
+ 	_complete when called from _expand_word; add ignore-line style to
+ 	ignore words already on the line
+	
 	* 11242: Completion/Builtins/_pids, Completion/Builtins/_zstyle,
  	Completion/Commands/_complete_help, Completion/Core/_all_labels,
  	Completion/Core/_approximate, Completion/Core/_expand,