about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-11-26 02:13:20 +0000
committerClint Adams <clint@users.sourceforge.net>2008-11-26 02:13:20 +0000
commitbda2edb4c5e61251d592dbc591964a8f8bd00bbe (patch)
treed21cade4647a41e8cbd7f199ecbc04306bb71941 /ChangeLog
parentfed941ce242496d1cffe8955a8842f37063bcf7e (diff)
downloadzsh-bda2edb4c5e61251d592dbc591964a8f8bd00bbe.tar.gz
zsh-bda2edb4c5e61251d592dbc591964a8f8bd00bbe.tar.xz
zsh-bda2edb4c5e61251d592dbc591964a8f8bd00bbe.zip
Brendan Cully: 26057: mercurial completion updates.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b658f0410..f8537b823 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-25  Clint Adams  <clint@zsh.org>
+
+	* Brendan Cully: 26057: Completion/Unix/Command/_mercurial:
+	mercurial completion updates.
+
 2008-11-25  Peter Stephenson  <pws@csr.com>
 
 	* 26091: Src/hist.c: crash at end of history line if history
@@ -107,7 +112,7 @@
 	* 26022: Completion/Zsh/Type/_file_descriptors: fix on Solaris
 	where /proc/$$/fd exists but doesn't contain symlinks
 
-	* 26017: Completion/Unix/Type/_path_files, 
+	* 26017: Completion/Unix/Type/_path_files,
 	Completion/Zsh/Type/_globflags, Completion/Zsh/Type/_globquals:
 	add completion of globbing flags
 
@@ -620,7 +625,7 @@
 
 	* 25737: Src/Zle/computil.c: remove dead code in ca_parse_line.
 
-	* 25736: Src/Zle/complete.c: one more zsfree missing from 
+	* 25736: Src/Zle/complete.c: one more zsfree missing from
 	25667.
 
 2008-09-23  Peter Stephenson  <pws@csr.com>