diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2007-10-14 16:42:06 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2007-10-14 16:42:06 +0000 |
commit | 7c87209ceeb1844d579b2b40fcee9770c862e24c (patch) | |
tree | e1db2e506b22589f3462d5a346a2918b4c7f04b0 | |
parent | a266a85f7bb03702d4f625abd14cd0766c56f447 (diff) | |
download | zsh-7c87209ceeb1844d579b2b40fcee9770c862e24c.tar.gz zsh-7c87209ceeb1844d579b2b40fcee9770c862e24c.tar.xz zsh-7c87209ceeb1844d579b2b40fcee9770c862e24c.zip |
unposted and users/12008: Functions/Prompts/prompt_bart_setup,
Functions/Prompts/promptinit: make sure localtraps is unset before assigning to functions[TRAPWINCH]. emulate zsh to avoid setopts conflicts. Run precmd and preexec only if they are defined as functions.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 72e8985b6..871ce086a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-10-14 Barton E. Schaefer <schaefer@zsh.org> + + * unposted: Functions/Prompts/prompt_bart_setup: make sure + localtraps is unset before assigning to functions[TRAPWINCH]. + + * users/12008: Functions/Prompts/promptinit: emulate zsh to + avoid setopts conflicts. Run precmd and preexec only if they + are defined as functions. + 2007-10-14 Clint Adams <clint@zsh.org> * 23952: Src/Modules/curses.c, Src/Modules/curses.mdd: work with |