about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMartin Vaeth <vaeth@mathematik.uni-wuerzburg.de>2013-11-12 17:41:40 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-11-12 21:06:46 +0000
commit0f9032753a26203143e59b59095adf15105cc6de (patch)
treed9b479395b3087e40418c3f39c0a93705530b6b2 /ChangeLog
parent2fc2bb7c17aeb7514e5d42e46bb08304480bf125 (diff)
downloadzsh-0f9032753a26203143e59b59095adf15105cc6de.tar.gz
zsh-0f9032753a26203143e59b59095adf15105cc6de.tar.xz
zsh-0f9032753a26203143e59b59095adf15105cc6de.zip
31959 (plus tweak to .gitignore): make help files during installation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfdbbfb9c..02e97b274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2013-11-12  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* Martin Vaeth: 31959: .gitignore,
+	Completion/Zsh/Command/_run-help, Doc/.cvsignore,
+	Doc/.distfiles, Doc/Makefile.in, Makefile.in,
+	StartupFiles/zshrc, Util/helpfiles, configure.ac: make help
+	files during installation.
+
 	* 31961: Src/Zle/zle.h, Src/Zle/zle_main.c,
 	Src/Zle/zle_thingy.c: rationalise fd watch to use structures.