diff options
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index baa66f9ee..a9614999a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2005-07-26 Wayne Davison <wayned@users.sourceforge.net> + * unposted: Src/utils.c, Src/Zle/zle_main.c, Doc/Zsh/options.yo: + Moved the PROMPT_SP output into preprompt() so that it takes + effect prior to things like precmd, the mail-check output, etc. + Also added an inverse hash (#) that helps to distinguish when a + partial line was preserved. + * 21532: Etc/FAQ.yo: updated the precmd in the prompt- overwriting section to output an inverse hash when we preserve a partial line, to simplify the output (it's all one "print" now), |