diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Doc/Zsh/grammar.yo | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f9198cb98..95218c308 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-11-16 Vin Shelton <acs@xemacs.org> + + * Doc/Zsh/grammar.yo: users/16865: Added missing menu item for Errors. + 2012-11-18 Bart Schaefer <schaefer@zsh.org> * users/17042: Src/jobs.c: don't stomp the environment in "jobs -Z" @@ -353,5 +357,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5763 $ +* $Revision: 1.5764 $ ***************************************************** diff --git a/Doc/Zsh/grammar.yo b/Doc/Zsh/grammar.yo index e1b2f0ea6..b452e4cc9 100644 --- a/Doc/Zsh/grammar.yo +++ b/Doc/Zsh/grammar.yo @@ -8,6 +8,7 @@ menu(Precommand Modifiers) menu(Complex Commands) menu(Alternate Forms For Complex Commands) menu(Reserved Words) +menu(Errors) menu(Comments) menu(Aliasing) menu(Quoting) |