2019-02-03  dana  <dana@dana.is>

	* unposted: Config/version.mk, Etc/FAQ.yo, README: Update for
	5.7.1

	* 44034: Completion/Unix/Type/_date_formats: Complete %9./%N,
	adjust some wording

	* 44033: Completion/Unix/Command/_dos2unix: Add completion for
	dos2unix/unix2dos

	* 44030: Src/prompt.c, Test/D01prompt.ztst: Return error for
	unrecognised colour name

2019-01-28  Fredric Silberberg  <fred@silberberg.xyz>

	* github #32: Completion/Unix/Command/_git: Fix a typo in the
	git tag completion.

2018-01-27  dana  <dana@dana.is>

	* unposted: Etc/creating-a-release.txt: Document additional
	release steps

	* 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix
	infinite recursion

2018-01-24  dana  <dana@dana.is>

	* unposted: Config/version.mk: Post-release version bump

	* unposted: Config/version.mk, README: Update for 5.7

2018-01-23  dana  <dana@dana.is>

	* 44012: Test/X04zlehighlight.ztst: Fix spurious test failures
	on OpenBSD

2019-01-23  Mikael Magnusson  <mikachu@gmail.com>

	* 44011: Doc/Zsh/zle.yo, Src/prompt.c, Test/X04zlehighlight.ztst:
	Only use fg_start_code for non-truecolor

2018-01-21  dana  <dana@dana.is>

	* 44001: Completion/Zsh/Context/_brace_parameter: Complete (q+)

2018-01-18  dana  <dana@dana.is>

	* 43990: Completion/Linux/Command/_opkg: Support gain-privileges

2019-01-08  Peter Stephenson  <p.stephenson@samsung.com>

	* users/23829: Completion/Unix/Type/_path_files,
	Doc/Zsh/compsys.yo: Add and document file-split-chars style.

2018-01-05  dana  <dana@dana.is>

	* unposted: Config/version.mk, NEWS: Update for 5.6.2-test-3

2018-01-04  dana  <dana@dana.is>

	* 43974: Completion/Unix/Command/_git: Always offer -F/-m for
	`git tag`

	* 43970, 43971: Etc/creating-a-release.txt, NEWS: Document some
	changes in 5.{4,5,6} not previously mentioned, clarify that
	process in release instructions

2019-01-03  Peter Stephenson  <p.stephenson@samsung.com>

	* 43969: Src/Zle/compctl.c: untokenize Dash for compctl with
	GLOB_SUBST set.

2018-01-01  dana  <dana@dana.is>

	* 43960: Completion/Linux/Command/_setsid,
	Completion/Zsh/Command/_exec, Completion/Zsh/Command/_precommand:
	Add full completion for exec and setsid

	* 43959: Completion/Unix/Command/_ipsec,
	Completion/Unix/Command/_swanctl, Completion/Unix/Type/_urls: Add
	completion for strongSwan, &al.; complete unix:// URIs

2018-12-31  dana  <dana@dana.is>

	* 43962: Test/X04zlehighlight.ztst: Fix module_path

2018-12-30  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Sebastian: users/23809: Src/prompt.c,
	Test/X04zlehighlight.ztst: Add ZLE_HIGHLITHT extensions to
	termcap for colours > 7, add tests.

	* 43944: Martijn: Doc/Zsh/options.yo, README, Src/math.c,
	Test/C01arith.ztst: apply NO_UNSET consistently to arithmetic.

	* unposted: Test/D04parameter.ztst: test for 43938.

2018-12-30  dana  <dana@dana.is>

	* 43914 (tweaked): Completion/Unix/Command/_composer: Add
	completion for Composer

	* 43930: Completion/Base/Utility/_multi_parts: Improve performance

	* unposted (per 43938): Src/utils.c: Avoid segfault when
	unmetafying empty string

2018-12-29  dana  <dana@dana.is>

	* 43953 (tweaked per 43954): Src/utils.c, Test/V09datetime.ztst:
	Fix rounding/truncation error in %. time-format specifier

2018-12-24  dana  <dana@dana.is>

	* 43935 (tweaked): Src/Modules/datetime.c, Test/V09datetime.ztst:
	Fix test error on 32-bit machines, reject too-large nanosecond
	values given to strftime

2018-12-23  dana  <dana@dana.is>

	* 43928: Completion/Base/Utility/_alternative: Evaluate (...)
	action syntax as with _arguments

2018-12-21  Bart Schaefer  <schaefer@zsh.org>

	* 43921: ${\var} should be an error

2018-12-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: Config/version.mk, Etc/FAQ.yo, README: update for
	5.6.2-test-2.

2018-12-19  Peter Stephenson  <p.stephenson@samsung.com>

	* unposted c.f. 43913: Functions/Zle/edit-command-line: emulate
	-L zsh to avoid bad effects with globsubst.

2018-12-17  dana  <dana@dana.is>

	* 43897: Completion/Darwin/Command/_xcode-select,
	Completion/Unix/Command/_asciidoctor,
	Completion/Unix/Command/_asciinema,
	Completion/Unix/Command/_host, Completion/Unix/Command/_mkfifo,
	Completion/Unix/Command/_mknod, Completion/Unix/Command/_shred,
	Completion/Unix/Command/_tail, Completion/Unix/Command/_tty,
	Completion/Unix/Command/_visudo, Completion/Unix/Type/_hosts:
	Add/update various completion functions

	* 43895: Completion/Unix/Command/_watch: Complete for
	procps/-ng watch

2018-12-17  Joey Pabalinas  <joeypabalinas@gmail.com>

	* 43904 (plus tweak): Doc/Zsh/grammar.yo: zshmisc(1): document
	term being optional if `in word' is omitted

2018-12-14  dana  <dana@dana.is>

	* unposted: Completion/Unix/Command/_dig: Fix _arguments syntax
	error

2018-12-13  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43879: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
	vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in
	corner case

2018-12-09  dana  <dana@dana.is>

	* 43871: Completion/Unix/Type/_files: Support `-F '(pat ...)'` as
	with _path_files

2018-12-04  Peter Stephenson  <p.stephenson@samsung.com>

	* 43860, 43861: Completion/Unix/Type/_files: complete globbing
	flags at start of word.

2018-11-29  Peter Stephenson  <p.stephenson@samsung.com>

	* 43854: Src/lex.c: set tok to LEXERR on generic parser error so
	this gets picked up by main loop.

2018-11-21  Peter Stephenson  <p.stephenson@samsung.com>

	* 43837 (test from Daniel): Src/subst.c, Test/D04parameter.ztst:
	Nested substitution didn't remove Nularg from empty string,
	giving bogus character.

2018-11-19  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>

	* 43829: Src/Modules/nearcolor.c: use double instead of float

2018-11-16  dana  <dana@dana.is>

	* Daniel O'Connor: 43830: Completion/BSD/Command/_cu: Complete
	/dev/cu.* (used by macOS)

2018-11-15  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>

	* unposted: Completion/Unix/Command/_zcat: support macOS

	* Ivan Tkachenko: 43823: Src/Modules/stat.c: remove unnecessary
	metafy() in stattimeprint()

2018-11-14  Peter Stephenson  <p.stephenson@samsung.com>

	* 43620: Doc/Zsh/expn.yo: more care documenting command
	substituion including $(<...).

2018-11-13  dana  <dana@dana.is>

	* 43809: Completion/Unix/Command/_npm: Suppress npm update checks
	during completion

	* unposted (cf. 43800): Completion/Zsh/Command/_strftime: Update
	strftime completion for nanoseconds change

	* 43800: Doc/Zsh/mod_datetime.yo, Src/Modules/datetime.c,
	Test/V09datetime.ztst: Add nanosecond support to strftime built-in

2018-11-12  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43819: Completion/Unix/Command/_adb: expand adb completion to
	also cover options to adb backup

	* 43818: Completion/Zsh/Type/_module_math_func: complete math
	functions for other modules besides zsh/mathfunc

	* 43816: Completion/Linux/Command/_valgrind,
	Completion/BSD/Command/_vmctl, Completion/Linux/Command/_ethtool,
	Completion/Linux/Command/_losetup, Completion/Linux/Command/_lsblk,
	Completion/Unix/Command/_ansible, Completion/Unix/Command/_column,
	Completion/Unix/Command/_dhclient, Completion/Unix/Command/_links,
	Completion/Unix/Command/_dmidecode, Completion/Unix/Command/_jq,
	Completion/Unix/Command/_luarocks, Completion/Unix/Command/_mpc,
	Completion/Unix/Command/_samba, Completion/Unix/Command/_script,
	Completion/Unix/Command/_ssh, Completion/Unix/Command/_tmux:
	various completion option updates

	* 43817: Completion/Linux/Command/_btrfs: update options in
	completion through to btrfs 4.17.1

	* 43813: Completion/BSD/Command/_powerd: add units, default
	values and allow option arguments in the same word as the option

	* 43812: Completion/Unix/Command/_gcc: allow repeats of
	the -Wsuggest-attribute option

2018-11-09  Peter Stephenson  <p.stephenson@samsung.com>

	* 43790: Kamil: Src/utils.c: failed mailstat could leak memory.

	* 43789: Kamil: Src/module.c: possible use after free handling
	math functions from module.

	* 43792: Kamil: Src/exec.c: file descriptor could leak on fork error.

	* 43793: Kamil: Src/Zle/computil.c: could overrun buffer by 1 byte.

	* 43791: Kamil: Src/Modules/clone.c: file descriptor was closed twice.

2018-11-08  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43779 (tweaked): Joey Pabalinas: Functions/Zle/select-bracketed: 
	add parentheses to fix expression with cprecedences option set

	* 43805: Src/Modules/nearcolor.c, Src/prompt.c: make nearcolor
	module use the default colour rather than black as a fallback

	* 43804: Src/prompt.c: also need to be able to turn colour
	attributes back into hex triples for region_highlight variable

	* unposted: Src/Modules/nearcolor.c: add usual copyright header

	* 43784: Completion/Zsh/Command/_compadd: clarify descriptions on
	options related to match sorting

	* unposted (c.f. Bart: 43739):
	Completion/Zsh/Context/_brace_parameter: use a correct
	description for the @ parameter expansion flag

2018-11-07  Peter Stephenson  <p.stephenson@samsung.com>

	* 43788: Doc/Zsh/mod_zpty.yo: make it clear -n option to
	zpty -w is irrelevant if no string argument.

2018-11-07  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>

	* 43761: Completion/BSD/Type/_file_flags,
	Completion/Unix/Command/_mktemp, Completion/Unix/Command/_script,
	Completion/Unix/Command/_strip, Completion/Unix/Type/_file_systems:
	add or update support for darwin

2018-11-05  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43760: Doc/Makefile.in, Doc/Zsh/mod_nearcolor.yo,
	Doc/Zsh/zle.yo, NEWS: add documentation for true colour
	changes and nearcolor module

	* 43759: Src/Modules/nearcolor.c, Src/Zle/complist.c,
	Src/Zle/zle.h, Src/Zle/zle_refresh.c, Src/Zle/zle_tricky.c,
	Src/prompt.c, Src/zsh.h, Src/zsh_system.h: add support for
	true colour terminals

	* 43747: Src/Modules/nearcolor.c, Src/Modules/nearcolor.mdd,
	Src/init.c, Src/prompt.c, Src/zsh.h: new module to map
	colours from hex triplets to the nearest matching colour

2018-11-03  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 43752: Completion/Base/Completer/_expand: Fix quoting if
	globbing failed / was not tried for expression on command line.

2018-11-02  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43748: Completion/Unix/Command/_ack: fix for ack 3beta

	* github #29: Wieland Hoffmann: Completion/Unix/Command/_git:
	Add completion support for Gits --color-moved option and
	color settings

2018-10-31  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>

	* 43746: Completion/Unix/Command/_ping: update for BSD and
	Darwin

	* 43744: Completion/Unix/Command/_sysctl: add support for
	procps-ng (Linux) and NetBSD, with several other updates

2018-10-24  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43726: Test/A01grammar.ztst: Add tests for semicolon in the
	middle of a sublist not terminating it.

2018-10-24  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>

	* 43723: Completion/Unix/Command/_mkdir: fix for builtin
	mkdir, and add support for darwin

	* 43722: Completion/Unix/Command/_ed,
	Completion/Unix/Command/_env, Completion/Unix/Command/_sort:
	use the same completions as freebsd for darwin.

	* 43721: Completion/Unix/Command/_diff3: detect GNU variant
	correctly

2018-10-24  dana  <dana@dana.is>

	* 43718: Completion/BSD/Command/_fstat,
	Completion/Unix/Command/_awk, Completion/Unix/Command/_cat,
	Completion/Unix/Command/_chown, Completion/Unix/Command/_df,
	Completion/Unix/Command/_grep, Completion/Unix/Command/_ls,
	Completion/Unix/Command/_od, Completion/Unix/Command/_pax,
	Completion/Unix/Command/_rar, Completion/Unix/Command/_rm,
	Completion/Unix/Command/_xxd: Use singular group descriptions

2018-10-23  Peter Stephenson  <p.stephenson@samsung.com>

	* Marcin Mielniczuk: 43714: Completion/Unix/Command/_lp: lp
	fit-to-page option.

	* Sebastian: 43695: Src/lex.c: minor but simple optimisation
	to reuse existing string lengths.

2018-10-22  dana  <dana@dana.is>

	* 43713: Completion/Unix/Command/_init_d: Improve completion of
	service commands

2018-10-17  Peter Stephenson  <p.stephenson@samsung.com>

	* 43694: Doc/Zsh/redirect.yo: More detail on how multio file
	opening differs from cat.

2018-10-17  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43697: Completion/X/Command/_zathura: match uppercase
	filename extensions

	* 43698: Completion/Unix/Command/_git: update options for 2.19

2018-10-16  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43692: Doc/Makefile.in: Generate man pages in the build dir,
	rather than the source dir.

2018-10-15  dana  <dana@dana.is>

	* 43672: Doc/Zsh/redirect.yo: Document result of redirecting
	from a non-existent file

2018-10-14  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: Src/utils.c: internals: Document sepjoin().

	* 43685: Functions/Misc/add-zle-hook-widget: Support running
	under NO_UNSET ('set -u').

2018-10-12  Peter Stephenson  <p.stephenson@samsung.com>

	* 43674: Src/zsh.h, Config/version.mk: Split more parameter and
	function flags to avoid using sign bit; bump version because of
	wordcode incompatibility.

2018-10-10  dana  <dana@dana.is>

	* 43602: Doc/Zsh/compsys.yo: Clarify behaviour of `compdef -p`

2018-10-10  Peter Stephenson  <p.stephenson@samsung.com>

	* unposted: Test/C03traps.ztst: Another couple of tests for
	other code paths.

	* 43669: Src/builtin.c, Src/init.c, Test/C03traps.ztst: ensure
	explicit exit status is used rather than implicit.

2018-10-09  Peter Stephenson  <p.stephenson@samsung.com>

	* 43660: Src/builtin.c, Src/exec.c, Src/init.c,
	Test/C03traps.ztst: extend 43653 for implicit exit and combine
	logic with pending exit status from exits within functions.

	* 43656: Src/builtin.c: special tied parameters don't have
	tieddata.

	* unposted: Test/C03traps.ztst: addition to previous test
	suggested by Mikael.

	* 43653: Src/builtin.c, Test/C03traps.ztst: explicit exit from
	EXIT trap overrides previous status.

2018-10-08  a-wing  <1@233.email>

	* 43623: Completion/Linux/Command/_iptables: Fix Completion
	iptables -t raw security

2018-10-08  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43620 (tweaked): Doc/Zsh/contrib.yo,
	Functions/VCS_Info/Backends/VCS_INFO_get_data_git,
	Functions/VCS_Info/VCS_INFO_set-patch-format, README: vcs_info
	git: Reverse the order patches are passed to gen-unapplied-string
	in.

	* 43617: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
	vcs_info git: During a non-interactive rebase of a detached head,
	computer the %b expando correctly.

	* 43619: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
	vcs_info git: In non-interactive rebases, always set
	$hook_com[git_patches_applied] to a string of the form 'foo bar',
	never just 'foo'.

	* 43618: Functions/VCS_Info/Backends/VCS_INFO_detect_p4,
	Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr,
	Functions/VCS_Info/Backends/VCS_INFO_get_data_git,
	Functions/VCS_Info/VCS_INFO_quilt: vcs_info: Don't redefine
	helper functions on every execution of the autoloadable outer
	function.

2018-10-08  Peter Stephenson  <p.stephenson@samsung.com>

	* unposted: tweak to Doc/Zsh/builtins.yo to put close
	parenthesis on new line for help files script.

	* Stephane: 43616: Doc/Zsh/builtins.yo, Src/Modules/db_gdbm.c,
	Src/Modules/parameter.c, Src/builtin.c, Src/hashtable.h,
	Src/params.c, Src/subst.c, Src/zsh.h, Test/B02typeset.ztst:
	Fixes and improvements to tied variables and interaction
	with typeset -p.

2018-10-07  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43587: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
	vcs_info git: In 'git rebase -i', when computing subjects
	of applied-patches, handle an edge case where the subject is
	not available.

	* 43588: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
	vcs_info git: Make sure applied-patches is of the form "$hash
	$subject" --- that is, has a space and a non-empty second
	argument --- even with future 'git rebase -i' verbs.

	* 43586: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
	vcs_info git: Reformat to minimise next diff. No functional
	change.

	* 43585: Functions/VCS_Info/Backends/VCS_INFO_get_data_svn:
	vcs_info svn: Recognize working copies in need of an upgrade.

2018-10-03  Peter Stephenson  <p.stephenson@samsung.com>

	* unposted: Etc/FAQ.yo: minor typos.

	* 43589: Src/jobs.c: Show subjob status instead of superjob any
	time it still has processes.

2018-10-02  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
	Indicate which use-case each branch handles.

	* unposted: Doc/Zsh/contrib.yo: Fix typo

2018-09-30  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43531: Src/Zle/compcore.c: Completion: Fix some false
	positives in the logic for "are these two candidates completions
	equivalent".

2018-09-28  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43570: Src/jobs.c: Start documenting jobs.c, in particular
	superjobs.

2018-09-27  Daniel Shahaf  <d.s@xxxxxxxxxxxxxxxxxx>

	* 43563: Doc/Zsh/zle.yo: zshzle: Clarify sentence in
	introduction.

2018-09-26  Peter Stephenson  <p.stephenson@samsung.com>

	* 43564: Better output concerning stopped subjob.

	* 43542 (tweaked): Etc/FAQ.yo: further update about which output.

2018-09-25  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43528: Doc/Zsh/builtins.yo: zshbuiltins(1): Document 'which''s
	"not found is not an error" behaviour.

2018-09-25  Oliver Freyermuth  <o.freyermuth@xxxxxxxxxxxxxx>

	* 43554 (tweaked): Completion/X/Command/_zathura: Fix zathura
	completion ignoring multiple plugin directories.

2018-09-25  Oliver Freyermuth  <o.freyermuth@googlemail.com>

	* 43544: Completion/X/Command/_zathura: Fix zathura filename
	completion derived from *.so plugin name.

2018-09-25  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43489: Src/exec.c: Add error checking on a new write() call.

2018-09-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 43543: Src/jobs.c: Improvements to 43535: attempt to keep
	STAT_STOPPED correct for superjob, also wait for subjob before
	superjob.

2018-09-25  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: Test/B02typeset.ztst: Add a test for 43536.

2018-09-25  Peter Stephenson  <p.stephenson@samsung.com>

	* Stephane: 43536: "typeset -p" should show presence of -U
	option.

2018-09-24  dana  <dana@dana.is>

	* Takeshi Banse: users/23642: Completion/Unix/Type/_files: Revert
	change from workers/42984

2018-09-24  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 43535: Src/jobs.c, Src/signals.c: fixes for bg / fg handling
	of superjobs.  Be more consistent about marking jobs running;
	always send SIGCONT when putting superjob / subjob combination
	into foreground; wait for both superjob and subjob when waiting
	for superjob.

2018-09-24  Daniel Shahaf  <danielsh@apache.org>

	* 43493: Test/V07pcre.ztst: Have V07pcre fail if PCRE was enabled
	by configure (config.modules) but failed to load for any reason.

2018-09-24  Peter Stephenson  <p.stephenson@samsung.com>

	* 43527, tweaked: Etc/FAQ.yo: describe "which" output
	behaviour.

2018-09-23  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* gitlab !2: Noam Barnea: Completion/Unix/Command/_toilet:
	detect .flf files as well as .tlf ones

2018-09-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 43511: Src/input.c: alias entry on input stack wasn't
	initialised if not expanding alias or using history.

2018-09-19  Maximilian Bosch  <maximilian@mbosch.me>

	* 43502: Completion/X/Command/_setxkbmap: Search XDG_DATA_DIRS
	in _setxkbmap completion

2018-09-18  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43464: Completion/Linux/Command/_valgrind: complete options
	for the drd tool and update them for helgrind

2018-09-17  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: ChangeLog: Fix typo, s/43464/43474/.

2018-09-16  dana  <dana@dana.is>

	* unposted: Doc/Zsh/builtins.yo: Fix trivial formatting error

2018-09-16  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 43474: Src/exec.c, Src/jobs.c, Src/signals.c, Src/utils.c:
	Remember the last process group to attach to the terminal, not
	just the set of running processes which did.  Don't
	record process groups for ESUB_ASYNC subshells.

2018-09-14  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: Completion/Unix/Command/_subversion: _svn: Allow
	hyphens in command name aliases.

	* unposted: Config/version.mk: Post-release version bump.

	* 43457: Config/version.mk, Etc/FAQ.yo, NEWS, README: Release
	5.6.2

2018-09-14  Peter Stephenson  <p.stephenson@samsung.com>

	* 43466: Test/A05execution.ztst: path(5) test is too specific as
	OS codes and messages may vary.

2018-09-12  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: Completion/Unix/Command/_subversion: _svn: Complete
	--accept=recommended, new in 1.10.0.

	* 43447: Etc/creating-a-release.txt, Makefile.in: Generate
	tar.xz artifacts only.

	* 43443: Completion/Unix/Command/_git: When completing worktrees,
	show the ref and hash of each worktree.

	* 43442: Completion/Unix/Command/_git: Break out a helper
	function.

2018-09-12  Peter Stephenson  <p.stephenson@samsung.com>

	* 43450: Src/signals.c: fix window size if reattaching shell
	to terminal on exit of process.

	* 43446: Src/exec.c, Src/jobs.c, Src/zsh.h: enhance 43409 to
	pass back list_pipe_job as well, fixing additional races.

2018-09-10  Jörg Thalheim  <joerg@thalheim.io>

	* GitHub #28: Src/builtin.c: Add missing math.h include for
	builtins

2018-09-10  Peter Stephenson  <p.stephenson@samsung.com>

	* 43426: Test/W02jobs.ztst: disable tests involving suspending
	jobs as these are provoking races in particular on OpenSUSE.

2018-09-08  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: Etc/creating-a-release.txt: Add another step.

	* unposted: Config/version.mk: Post-release version bump.

	* unposted: Config/version.mk, Etc/FAQ.yo, NEWS, README: Patch
	release: 5.6.1

2018-09-07  Peter Stephenson  <p.stephenson@samsung.com>

	* 43409: Src/exec.c, Src/jobs.c: ensure main shell and newly
	started subshell are agreed on which process group the latter
	belongs to.

2018-09-07  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43404 (after 43392): Doc/Makefile.in: Fix 'make install'
	in out-of-tree builds

2018-09-06  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43392: Doc/Makefile.in, Etc/creating-a-release.txt: dist:
	Generate doc/help/* and doc/help.txt in builddir rather than
	srcdir.

	* 43366: Completion/Zsh/Command/_compdef: Change and add sources
	for completed completion function names.

2018-09-05  dana  <dana@dana.is>

	* 43372: Completion/Linux/Command/_e2label: Add completion for
	e2label

2018-09-05  Peter Stephenson  <p.stephenson@samsung.com>

	* 43375 with fix from 43390: Test/A05execution.ztst: don't
	assume path for sh and echo, work it out.

2018-09-05  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted (cf 43373): Etc/creating-a-release.txt: Add two
	caveats: no local modifications, and need to build in-tree.

2018-09-03  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43370: Etc/creating-a-release.txt: New maintainer-facing
	documentation.

	* unposted: Config/version.mk: Post-release version bump.

	* unposted: Config/version.mk: Release 5.6.

2018-09-03  Anthony Sottile  <asottile@umich.edu>

	* CVE-2018-0502, CVE-2018-13259: Fix two security issues in
	shebang line parsing. [With Buck Evan]

2018-09-03  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43367: Makefile.in: Add maintainer targets 'tarxz-src' and
	'targz-src'.

2018-09-03  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* unposted: NEWS: mention Inf/NaN floating point changes

	* unposted: Makefile.in: further to 43358 use same patchlevel
	form for the release file

2018-09-03  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43333: Etc/Makefile.in: Generate FAQ.html in the builddir,
	rather than in the srcdir, and add it to the default target of
	the Etc/ subdirectory.

2018-09-03  Peter Stephenson  <p.stephenson@samsung.com>

	* 43365: Src/Zle/zle_keymap.c, Src/Zle/zle_main.c,
	Src/Zle/zle_misc.c, Src/Zle/zle_vi.c: Don't handle ZLE timed
	functions if just reading a single key.

2018-08-31  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43358: Src/zsh.mdd: enforce consistent patchlevel form

	* 43357: configure.ac: isinf/isnan can be macros rather
	than functions so need a custom configure test

	* unposted: Completion/Unix/Command/_git: git describe's
	--long and --abbrev options are not mutually exclusive

	* 43359: Completion/Unix/Command/_git:
	further review of git remote set-url completion

	* 42810: pseyfert: Completion/Unix/Command/_git:
	git remote set-url completion

2018-08-30  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>

	* 43349: Completion/X/Command/_eog: new completion for eog

	* 43350: Completion/Unix/Command/_zsh: support --emulate

2018-08-29  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43351: Completion/Unix/Type/_diff_options: handle the new
	diff implementation in the pre-release version of FreeBSD 12

	* 43346: Completion/Linux/Command/_cryptsetup,
	Completion/Linux/Command/_networkmanager,
	Completion/Linux/Command/_strace, Completion/Unix/Command/_attr,
	Completion/Linux/Command/_sysstat, Completion/Unix/Command/_cmp,
	Completion/Unix/Command/_dhclient, Completion/Unix/Command/_dig,
	Completion/Unix/Command/_entr, Completion/Unix/Command/_gnutls,
	Completion/Unix/Command/_env, Completion/Unix/Command/_iostat,
	Completion/Unix/Command/_ln, Completion/Unix/Command/_md5sum,
	Completion/Unix/Command/_ps, Completion/Unix/Command/_route,
	Completion/Unix/Command/_service, Completion/Unix/Command/_sort,
	Completion/Unix/Command/_split, Completion/Unix/Command/_top:
	various completion option updates

	* 43348: Anton Shestakov: Completion/Unix/Command/_hg:
	check for both -r and --rev

	* 43347: Anton Shestakov: Completion/Unix/Command/_hg:
	use revsets for suggestions for hg merge

2018-08-28  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43345: Completion/Unix/Command/_mount,
	Completion/Unix/Type/_umountable: don't modify global variable

	* unposted: Completion/Linux/Command/_dkms: correct
	completion argument order

	* unposted: Completion/Unix/Command/_strings: completion for
	argument to -s was missing

	* unposted: Completion/Unix/Command/_tar: complete also for bsdtar

	* unposted: Completion/Solaris/Command/_svccfg: fix typo in
	function call

2018-08-25  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: Etc/FAQ.yo: Fix FAQ build, broken by 43184.

	* unposted: Config/version.mk, NEWS, README: Test release:
	5.5.1-test-1.

	* 43331: Completion/Unix/Command/_diff3: Enhance positional
	argument descriptions (thanks, Oliver).

2018-08-24  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* 43313 (log message tweaked):
	Functions/VCS_Info/Backends/VCS_INFO_get_data_git: vcs_info git:
	For the branch name, try to find a symbolic name before falling
	back to a raw commit hash.

	* 43314: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
	vcs_info git: Flatten a nested if.

2018-08-24  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43330: Completion/BSD/Command/_cu: complete more options

	* 43329: Completion/Unix/Command/_diff3: new diff3 completion

	* 43328: Completion/X/Command/_zeal: new completion

2018-08-23  dana  <dana@dana.is>

	* unposted: Completion/Unix/Command/_man: Fix --ascii typo

2018-08-23  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 43325: Anton Shestakov: Completion/Unix/Command/_hg:
	suggest merge tools for -t/--tool

	* 43326: Anton Shestakov: Completion/Unix/Command/_hg:
	add completion of -S/--subrepos to many commands

	* github #27: Klas Mellbourn: Completion/X/Command/_code:
	add --folder-uri to completion for Visual Studio Code

	* 43301 (based on work by Julien Nicoulaud):
	Completion/Debian/Command/_debuild, Completion/Unix/Command/_ack,
	Completion/Unix/Command/_scons, Completion/Unix/Command/_vpnc,
	Completion/X/Command/_geany: functions from zsh-completions project

2018-08-21  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: Doc/Zsh/compsys.yo: docs: Fix duplicated words
	in _combination.

2018-08-16  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 43294: Doc/Zsh/zle.yo, Src/Zle/zle_main.c,
	Src/Zle/zle_params.c: Add ZLE_RECURSIVE parameter.

2018-08-15  dana  <dana@dana.is>

	* 43302: Completion/Unix/Command/_du: Change -B to -B+

2018-08-13  Daniel Shahaf  <d.s@daniel.shahaf.name>

	* unposted: Completion/Unix/Command/_make: Allow pasted arguments
	for GNU make's -j option.

2018-08-13  Peter Stephenson  <p.stephenson@samsung.com>

	* dana: 43275: Doc/Zsh/mod_mathfunc.yo, Src/Modules/mathfunc.c,
	Test/V03mathfunc.ztst, configure.ac: Add log2 to mathfunc.

2018-08-12  Marc Cornellà  <marc.cornella@live.com>

	* unposted (PR #26): Completion/Unix/Command/_git: __git_files:
	fix double quotation of star

2018-08-09  Peter Stephenson  <p.stephenson@samsung.com>

	* 43264: Src/params.c, Test/D04parameter.ztst:
	${+assoc[nonexistent]} returned 1 with KSH_ARRAYS.

2018-08-08  Peter Stephenson  <p.stephenson@samsung.com>

	* 43261: Src/math.c, Test/C01arith.ztst: Apply unary minus to
	entire lexical constant, so base doesn't get treated as negative.

2018-08-07  Peter Stephenson  <p.stephenson@samsung.com>

	* Anton Shestakov: 43254: Completion/Unix/Command/_hg: Remove hg
	-w and add hg -S.

	* Anton Shestakov: 43252: Completion/Unix/Command/_hg: fix up
	various hg options for completion.

	* Anton Shestakov: 43250: Completion/Unix/Command/_hg: Add hg
	forget, phase, summary completions.

	* Anton Shestakov: 43251: Completion/Unix/Command/_hg: fix
	return value of some hg completion functions.

	* Anton Shestakov: 43253: Completion/Unix/Command/_hg: hg
	--style is deprecated, use --template.

2018-08-01  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>

	* 43227: Src/Modules/termcap.c, Src/Modules/terminfo.c,
	Src/utils.c: fix memory leaks not fixed in 43219

2018-07-31  dana  <dana@dana.is>

	* 43207 (tweaked): Completion/Unix/Type/_bind_addresses,
	Completion/Unix/Command/_php: Add options to control _bind_addresses
	behaviour, improve PHP completion

2018-07-31  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>

	* 43219 (except term{cap,info}.c): Src/Modules/db_gdbm.c,
	Src/Modules/pcre.c, Src/Zle/compcore.c, Src/init.c, Src/math.c,
	Src/subst.c: fix several memory leaks

2018-07-30  Peter Stephenson  <p.stephenson@samsung.com>

	* 43225: Src/Zle/zle_main.c: recalculate timeout after calling
	handler within ZLE raw read.

2018-07-29  Matthew Martin  <phy1729@gmail.com>

	* 43185: Completion/Zsh/Type/_command_names: Use [ suffix for
	associative arrays. Add + to remove-chars from Oliver.

	* 43184: Etc/FAQ.yo: Remove reference to ftp_sites.yo.

2018-07-25  dana  <dana@dana.is>

	* 43203: Completion/Unix/Command/_lua: Add completion for lua

	* Simon Ruderich: 43200: Completion/Linux/Command/_iptables: Add
	completion for ip6tables*

2018-07-20  dana  <dana@dana.is>

	* 43196: Completion/Unix/Command/_nginx: Add completion for nginx

2018-07-20  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>

	* 43192: Completion/Unix/Command/_pgrep: simplify the completions
	of comma-separated list of IDs.

2018-07-19  dana  <dana@dana.is>

	* 43186 (tweaked): Completion/Unix/Command/_crontab: Add completion
	for cronie/dcron/Vixie crontab

2018-07-19  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>

	* 43189: Completion/Unix/Command/_install: similar fix as 43187
	for option -f (_flags was renamed to _file_flags)

	* 43183: Completion/Unix/Type/_ttys, Completion/Unix/Command/_gdb,
	Completion/Unix/Command/_pgrep: fix '_ttys -o' on Linux, and use
	it in _gdb and _pgrep.

2018-07-19  Yasuhiro KIMURA  <yasu@utahime.org>

	* 43187: Completion/Unix/Command/_install: Fix completion error
	about 'm' option of 'install' command

2018-07-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Doron Behar: 43166: Completion/Unix/Type/_pspdf,
	Completion/X/Command/_zathura: new zathura completion.

2018-07-18  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>

	* 43177: Completion/Unix/Command/_grep: support bzgrep, and add
	a few options for macOS.

	* 43182: Completion/Unix/Command/_lldb: complete process name
	after option -n/--attach-name

2018-07-17  Peter Stephenson  <p.stephenson@samsung.com>

	* unposted: Doc/Makefile.in: remove ftp_sites.yo.

	* Matthew Martin: 43179: Doc/Zsh/contrib.yo,
	Doc/Zsh/ftp_sites.yo, Doc/Zsh/metafaq.yo: update distro docs to
	remove dead links.

