diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
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> |