diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-03 05:22:59 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-09-03 05:22:59 +0000 |
commit | f1135dfd5f3ca229b1d8adcacdd10b01176ca7c7 (patch) | |
tree | 1c047e8727454ae480729172b72ce8f01fae4789 /ChangeLog | |
parent | ac9d17a5977863afabf7c49aaba97d142580f081 (diff) | |
download | zsh-f1135dfd5f3ca229b1d8adcacdd10b01176ca7c7.tar.gz zsh-f1135dfd5f3ca229b1d8adcacdd10b01176ca7c7.tar.xz zsh-f1135dfd5f3ca229b1d8adcacdd10b01176ca7c7.zip |
Fix helpfiles.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a1f7c62ee..55eb47b96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-09-02 Bart Schaefer <schaefer@zsh.org> + * 12725: Util/helpfiles: Recognize more end-of-page patterns, and + find the end of the builtins section correctly. + * 12723: Util/reporter: Modernize variables and options handling; add zstyle to output. |