diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-04-19 16:09:06 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-04-19 16:09:06 +0000 |
commit | b7474e065b82d930f8da472440282ea7654d491d (patch) | |
tree | 07ae2866628b6fd4f180824d566de06be94796ed /ChangeLog | |
parent | 5c2d5b013e1d8cab43ca19507bf669693c95cd95 (diff) | |
download | zsh-b7474e065b82d930f8da472440282ea7654d491d.tar.gz zsh-b7474e065b82d930f8da472440282ea7654d491d.tar.xz zsh-b7474e065b82d930f8da472440282ea7654d491d.zip |
22416, tweaked: math functions via shell functions
unposted: add styles to pick-web-browser
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d3fe0c83..ddae2d0c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2006-04-19 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * unposted: Doc/Zsh/contrib.yo, Functions/MIME/pick-web-browser: + add some styles for commands. + + * 22416: Doc/Zsh/builtins.yo, Doc/Zsh/contrib.yo, + Functions/Misc/.distfiles, Functions/Misc/zcalc, + Functions/Misc/zmathfuncdef, Src/builtin.c, Src/exec.c, + Src/module,c, Src/math.c, Src/module.c, Src/zsh.h, + Test/C04funcdef.ztst: user-defined math functions via + shell functions. + 2006-04-14 Doug Kearns <djkea2@gus.gscit.monash.edu.au> * unposted: Completion/Unix/Command/_raggle: update for version |