diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 68eab1fb4..c872188a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ expansion of the prompt, and strftime/username/groupname values that were assigned to a variable. + * unposted: Src/prompt.c, Src/utils.c, Src/Zle/complist.c, + Src/Zle/zle_utils.c: got rid of some superfluous STOUC() uses, such + as the onces I recently added for the arg of nicechar() (which can + handle the int being a negative or positive value). + 2006-01-12 Clint Adams <clint@zsh.org> * 22159: Completion/Linux/Command/_tpb: completion for tpb. |