diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2011-08-18 02:23:10 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2011-08-18 02:23:10 +0000 |
commit | ecb69672362bd40144b114e2ce3c2c80d5a5da39 (patch) | |
tree | d3b6d81e898a470015394f367090b64725164780 /ChangeLog | |
parent | 85b00bb0f7c60b9f4da5261633221cc200a0ab7f (diff) | |
download | zsh-ecb69672362bd40144b114e2ce3c2c80d5a5da39.tar.gz zsh-ecb69672362bd40144b114e2ce3c2c80d5a5da39.tar.xz zsh-ecb69672362bd40144b114e2ce3c2c80d5a5da39.zip |
users/16251: use preexec hook in prompt_bart_setup to capture jobtext.
29694: Avoid overwriting current history word when not expanding an alias or history event.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index fa352b0e2..2c409cfdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,14 @@ Completion/Unix/Command/_twidge: new _twidge and _cryptsetup completers. +2011-08-16 Barton E. Schaefer <schaefer@zsh.org> + + * 29694: Src/hist.c: Don't overwrite the current history word if + we aren't actually expanding an alias or history event. + + * users/16251: Functions/Prompts/prompt_bart_setup: use a preexec + hook to replace "fg" et al. with the jobtext of the resumed job. + 2011-08-16 Wayne Davison <wayned@users.sourceforge.net> * 29650: Src/jobs.c: don't lose the the time info after a @@ -15299,5 +15307,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5439 $ +* $Revision: 1.5440 $ ***************************************************** |