about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2002-05-31 20:29:40 +0000
committerClint Adams <clint@users.sourceforge.net>2002-05-31 20:29:40 +0000
commit7f7f6ca1bac49513b403e604e66853ee61f8d626 (patch)
tree953326f485a7b2026ce11d4278d6d25f1408c3a6 /ChangeLog
parentdef39b7cb78355cd855d858f204126c577b49b0e (diff)
downloadzsh-7f7f6ca1bac49513b403e604e66853ee61f8d626.tar.gz
zsh-7f7f6ca1bac49513b403e604e66853ee61f8d626.tar.xz
zsh-7f7f6ca1bac49513b403e604e66853ee61f8d626.zip
unposted: get rid of evil -Wno-implicit in CFLAGS.
16426: allow manual pages to be shown separated by section with new
separate-sections style

17266: check `manpath` even when $MANPATH is set.

users/4157 (plus workers/15674): Better handling of section numbers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a44b2750..671afac4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,18 @@
         * unposted: zshconfig.ac: get rid of evil -Wno-implicit
         in CFLAGS.
 
+	* Sven: 16426: Completion/Unix/Command/_man,
+        Completion/Zsh/Command/_zstyle, Doc/Zsh/compsys.yo: allow
+        manual pages to be shown separated by section with new
+        separate-sections style
+
+	* 17266: Completion/Unix/Command/_man: check `manpath`
+        even when $MANPATH is set.
+
+        * Bart: users/4157 (plus workers/15674):
+	Completion/Unix/Command/_man: Better handling of section
+	numbers.
+
 2002-05-28  Clint Adams  <clint@zsh.org>
 
         * 17244: Completion/Debian/Command/_dpkg: