about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-03-08 21:31:13 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2016-03-08 21:42:21 +0900
commitdb42e7c504d4e1ea316a3629b7d2a0206fda2354 (patch)
tree7aac86f8448c292b14340a358768c748b38f01c4 /ChangeLog
parent983060d5d12e44558913f4c9d7e03ddd4a69f408 (diff)
downloadzsh-db42e7c504d4e1ea316a3629b7d2a0206fda2354.tar.gz
zsh-db42e7c504d4e1ea316a3629b7d2a0206fda2354.tar.xz
zsh-db42e7c504d4e1ea316a3629b7d2a0206fda2354.zip
38108: enable to create both zsh_{a4,us}.pdf
Default paper size is taken from LC_PAPER.
Stop to check for pdfetex (obsolete and redundant).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3af39aab..aadad0359 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-03-08  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+	* 38074: Completion/Unix/Command/_git: _git reset HEAD:
+	complete only staged files
+
+	* 38108: Config/defs.mk.in, Doc/Makefile.in, Doc/ztexi.yo,
+	configure.ac: enable to create both zsh_{a4,us}.pdf
+
 2016-03-07  Oliver Kiddle  <opk@zsh.org>
 
 	* 38043: Src/Zle/compcore.c, Src/Zle/complist.c,