diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2002-04-17 10:30:27 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2002-04-17 10:30:27 +0000 |
commit | 6652004b53c1fff9f24b31a1bf67a0ad283829ea (patch) | |
tree | cfe1d944368f40d456187b990fd630b600b93775 /ChangeLog | |
parent | f78df94c6a547443c12641e2fc617b562ef0775c (diff) | |
download | zsh-6652004b53c1fff9f24b31a1bf67a0ad283829ea.tar.gz zsh-6652004b53c1fff9f24b31a1bf67a0ad283829ea.tar.xz zsh-6652004b53c1fff9f24b31a1bf67a0ad283829ea.zip |
Differentiate the two patches from 16703.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 57a76186d..04732bc06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -322,10 +322,10 @@ 2002-02-22 Wayne Davison <wayned@users.sourceforge.net> - * 16703: Src/hist.c: In putoldhistentryontop(), ensure that we can't + * 16703-A: Src/hist.c: In putoldhistentryontop(), ensure that we can't return with "next" set to the value we just put on top. - * 16703: Src/builtin.c: Improved the output of the "history" command + * 16703-B: Src/builtin.c: Improved the output of the "history" command with a 1-line history buffer, and also improved the error handling of explicitly-specified first/last values. |