diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-13 09:51:58 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2006-01-13 09:51:58 +0000 |
commit | fb658381f9b9d9619c0eea3040bc51916fcc4213 (patch) | |
tree | 8214ae424a423141fb9d198f5505367c3c879cce | |
parent | 394a6b3567999d25191076ef5155e4e6ad01ac09 (diff) | |
download | zsh-fb658381f9b9d9619c0eea3040bc51916fcc4213.tar.gz zsh-fb658381f9b9d9619c0eea3040bc51916fcc4213.tar.xz zsh-fb658381f9b9d9619c0eea3040bc51916fcc4213.zip |
22162
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5a1f4b119..68eab1fb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-01-13 Wayne Davison <wayned@users.sourceforge.net> + + * 22162: Src/prompt.c, Src/Modules/datetime.c, Src/Modules/stat.c: + some strings needed to be metafied: strftime values going into the + expansion of the prompt, and strftime/username/groupname values + that were assigned to a variable. + 2006-01-12 Clint Adams <clint@zsh.org> * 22159: Completion/Linux/Command/_tpb: completion for tpb. |