about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-06-13 11:08:54 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-06-13 11:08:54 +0000
commitd8144700423a6a9b390718fa51c4c93f01e4ae2f (patch)
treecc81d55f75a961c815c8a3a882db118b1a0183b6 /ChangeLog
parent874a12ae7aa286a7e09ea6e975cfa16e18103b97 (diff)
downloadzsh-d8144700423a6a9b390718fa51c4c93f01e4ae2f.tar.gz
zsh-d8144700423a6a9b390718fa51c4c93f01e4ae2f.tar.xz
zsh-d8144700423a6a9b390718fa51c4c93f01e4ae2f.zip
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d274a0bcc..19dd01bef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2001-06-13  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 14897 (and Oliver Kiddle: 14862): Completion/Base/Utility/_values,
+	Completion/Unix/Command/_mount, Completion/Unix/Type/_dir_list,
+	Src/Zle/computil.c: fix for comparguments (completing after
+	single letter options that get their argument in the next
+	word); make _values ignore some of the standard option it may
+	get; make _mount use _dir_list in some places and improve that;
+	`document' comparguments and compvalues with some comments in
+	computil.c
+
+	* 14883 (Jos Backus): Completion/Unix/Command/_mount: add code for
+	BSDish systems
+
+	* 14841: Completion/Base/Utility/_values, Src/Zle/computil.c:
+	new word parsing for compvalues; this should now handle empty
+	separators correctly, as far as it is possible
+
 2001-06-13  Wayne Davison  <wayned@users.sourceforge.net>
 
         * 14793: Src/hist.c: Don't mark a HIST_TMPSTORE entry with HIST_OLD