about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-06-10 08:50:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-06-10 08:50:35 +0000
commit1c29f641c6276b0bcb1db17a7d64dbb5cad50382 (patch)
treeb3f83edc6bb46c999d86f91ac85da97582eefaa5 /ChangeLog
parentdeab7d6642ad9353d81037e923c73b4e4897a751 (diff)
downloadzsh-1c29f641c6276b0bcb1db17a7d64dbb5cad50382.tar.gz
zsh-1c29f641c6276b0bcb1db17a7d64dbb5cad50382.tar.xz
zsh-1c29f641c6276b0bcb1db17a7d64dbb5cad50382.zip
Mikael: 25143: spelling corrections
25144: report supported bases
25139: fix number
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 26faf4bb8..b7cc657c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-06-10  Peter Stephenson  <pws@csr.com>
+
+	* 25144: Src/builtin.c, Src/math.c, Src/utils.c: report the
+	supported bases on a base error.
+
+	* 25143: Mikael: Doc/Zsh/builtins.yo, Doc/Zsh/calsys.yo,
+	Doc/Zsh/compsys.yo, Doc/Zsh/func.yo, Doc/Zsh/grammar.yo,
+	Doc/Zsh/mod_pref.yo, Doc/Zsh/options.yo, Doc/Zsh/zle.yo:
+	spelling corrections.
+
 2008-06-09  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Src/Zle/compmatch.c: silence compiler (has no
@@ -5,14 +15,13 @@
 
 2008-06-08  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
-	* 25138(?): Completion/compinstall, Doc/Zsh/compwid.yo,
+	* 25139: Completion/compinstall, Doc/Zsh/compwid.yo,
 	Src/pattern.c, Src/zsh.h, Src/Zle/comp.h, Src/Zle/complete.c,
 	Src/Zle/compmatch.c, Src/Zle/computil.c: enhance completion
 	matching to make it possible to use wide characters (not yet
 	done); also allows named character ranges, so that
 	{[:lower:]}={[:upper:]} works (for now, just for single-byte
-	character sets).  Committing this while the mailing list
-	appears to be stuck.
+	character sets).
 
 2008-06-05  Doug Kearns  <dougkearns@gmail.com>