2012-07-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: update for 5.0.0 release.

2012-07-17  Barton E. Schaefer  <schaefer@zsh.org>

	* users/17051 (cf. 30571): Completion/compinit: explicit IFS for
	"read" of bindkey, dumpfiles, etc.

2012-07-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Bart: 30560: Src/builtin.c: unset array element by setting
	to null.

2012-07-08  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Danek: 30562: Completion/Solaris/Command/_dladm,
	Completion/Solaris/Command/_flowadm,
	Completion/Solaris/Command/_ipadm,
	Completion/Solaris/Command/_zoneadm,
	Completion/Unix/Command/_zfs, Completion/Unix/Command/_zpool,
	Completion/Unix/Type/_zfs_dataset: Solaris completion updates.

2012-06-30  Barton E. Schaefer  <schaefer@zsh.org>

	* 30540: Src/builtin.c: process the rest of the typeset flags when
	changing the numeric type of SECONDS e.g. from integer to float.

2012-06-27  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: belatedly commit version number update.

2012-06-26  Barton E. Schaefer  <schaefer@zsh.org>

	* 30533: Src/utils.c: when processing a change in the value of
	COLUMNS, do not assert the change into the tty driver winsize.
	The code for this was dead the whole time IPDEF5 was broken and
	this seems a bad time to make it live; besides which it is not
	consistent about the handling of LINES (which is ignored when
	changed by itself, but would be asserted when COLUMNS changes).

	* 30530: Src/params.c: fix long-broken IPDEF5 definition to use
	the GSU struct, thus fixing problems with values of LINES or
	COLUMNS less than 1.

2012-06-21  Peter Stephenson  <pws@csr.com>

	* Danek (plus .distfiles changes): 30520:
	Completion/Solaris/Command/.distfiles:
	Completion/Solaris/Command/_beadm,
	Completion/Solaris/Command/_dladm,
	Completion/Solaris/Command/_dtrace,
	Completion/Solaris/Command/_flowadm,
	Completion/Solaris/Command/_fmadm,
	Completion/Solaris/Command/_ipadm,
	Completion/Solaris/Command/_netstat,
	Completion/Solaris/Command/_pkg5,
	Completion/Solaris/Command/_prstat,
	Completion/Solaris/Command/_ps,
	Completion/Solaris/Command/_snoop,
	Completion/Solaris/Command/_svcadm,
	Completion/Solaris/Command/_svccfg,
	Completion/Solaris/Command/_svcprop,
	Completion/Solaris/Command/_zlogin,
	Completion/Solaris/Command/_zoneadm,
	Completion/Solaris/Type/.distfiles,
	Completion/Solaris/Type/_be_name,
	Completion/Solaris/Type/_svcs_fmri,
	Completion/Solaris/Type/_zones,
	Completion/Unix/Command/_zfs,
	Completion/Unix/Command/_zpool,
	Completion/Unix/Type/.distfiles,
	Completion/Unix/Type/_zfs_dataset,
	Completion/Unix/Type/_zfs_keysource_props: updated completions
	for Solaris 11.

	* 30518: configure.ac, Src/zsh_system.h: attempt to supply
	tgoto() prototype only when missing for Solaris 10 and earlier.

	* 30519 (correction noticed by Danek): MACHINES: try to
	modernise.

2012-06-18  Peter Stephenson  <pws@csr.com>

	* Dima Kogan: 30515: Src/glob.c: glob size test failed on very
	large files owing to integer type error.

2012-06-15 Phil Pennock  <pdpennock@users.sourceforge.net>

	* 30513: zsh/regex metafy fixes for widechar; similar to 29838.

2012-06-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 30509: FEATURES, README, Etc/FAQ.yo: updates for 5.0.0.

	* Danek: 30510: Doc/Zsh/params.yo: bad indentation.

2012-06-10  Clint Adams  <clint@zsh.org>

	* 30503: Completion/Unix/Command/_mosh: rudimentary
	completion for mosh.

2012-06-10  Mikael Magnusson  <mikachu@gmail.com>

	* Jeremy Mates: 30505: Completion/Unix/Command/_wget: Allow
	multiple --header=.

2012-06-06  Barton E. Schaefer  <schaefer@zsh.org>

	* users/17134: Functions/Misc/promptnl: avoid bad math error

2012-06-06  Peter Stephenson  <pws@csr.com>

	* Vincent: 30497: Completion/Unix/Command/_xmlsoft: option
	completion issue.

2012-06-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* users/17132: Doc/Zsh/contrib.yo,
	Functions/Zle/forward-word-match,
	Functions/Zle/select-word-style: skip-whitespace-first style for
	compatibility with bash and other editors in forward-word.

2012-05-31  Peter Stephenson  <pws@csr.com>

	* Foudil Brétel: 30495: Completion/Unix/Command/_systemd (also
	Completion/Unix/Command/.distfiles): replace
	Completion/Unix/Command/_systemctl and add various enhancements.

2012-05-23  Frank Terbeck  <ft@bewatermyfriend.org>

	* Juliano Ravasi: 30488:
	Functions/VCS_Info/Backends/VCS_INFO_get_data_git: Fix
	initialisation of `$stgit_unapplied'.

2012-05-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Jun T.: 30483: Completion/Unix/Command/_mount: improved
	completion on MacOS.

	* Danek: 30485: Src/jobs.c: trailing garbage after signal
	number not recognised in kill builtin.

2012-05-21  Peter Stephenson  <pws@csr.com>

	* c.f 30482 (Peter Jaros): Completion/Unix/Command/_tmux: typo
	in description.

2012-05-17  Mikael Magnusson  <mikachu@gmail.com>

	* 30473: Completion/Linux/Command/_strace: update for 4.7 and
	mark all options as taking sticked arguments.

	* 30474: Completion/Unix/Command/_ssh: Add -O cancel.

2012-05-14  Mikael Magnusson  <mikachu@gmail.com>

	* 30468: Functions/Prompts/prompt_fade_setup: add missing $
	reported by Devon Meunier.

	* 30466: Completion/Unix/Type/.distfiles,
	Completion/Unix/Type/_ps1234, Completion/Zsh/Command/_print:
	Add new completer for prompt format specifiers and hook it up
	to print -P and assigning to the various prompt parameters.
	Add completion for printf and print -f formats.

2012-05-08  Barton E. Schaefer  <schaefer@zsh.org>

	* unposted, see users/17062: Doc/Zsh/contrib.yo: Briefly describe
	option semantic differences from xargs to zargs.  (Merged with
	PWS edits.)

2012-05-08  Peter Stephenson  <pws@csr.com>

	* 30469: Src/builtin.c: allow reverse listing of history using
	fc -r, but don't allow reverse execution of commands at all.

	* unposted: Doc/Zsh/contrib.yo: clarify that zargs is different
	from xargs.

2012-05-03  Peter Stephenson  <pws@csr.com>

	* unposted, see 30465: Doc/Zsh/expn.yo, Doc/Zsh/params.yo: add
	index entries and cross-references for matching parameters.

2012-05-02  Mikael Magnusson  <mikachu@gmail.com>

	* 30461, 30462 (tweaked): Functions/Prompts/promptinit,
	Functions/VCS_Info/vcs_info_setsys, Functions/Zftp/zfcd_match,
	Functions/Zle/url-quote-magic: add missing local for match,
	mbegin and mend.

	* 30425 (fixed): Src/Zle/zle_params.c, Doc/Zsh/zle.yo:
	Add localhistory/globalhistory to $ZLE_STATE as set by the
	set-local-history zle widget.

2012-05-01  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* users/17046: Src/utils.c, Test/D04parameter.ztst: don't
	count too many elements when splitting quoted parameter
	substitution on null separator.

2012-05-01  Mikael Magnusson  <mikachu@gmail.com>

	* 30456: Completion/Unix/Command/_getconf: Use new array syntax.

2012-04-25  Peter Stephenson  <pws@csr.com>

	* 30455: NEWS, Src/params.c: remove max array length test.

2012-04-25  Mikael Magnusson  <mikachu@gmail.com>

	* 30429: Completion/Unix/Command/_init_d: Avoid error when the
	service doesn't exist.

	* 30430: Doc/intro.ms: Fix some errors and outdatedness.

	* 30444: NEWS: Add entry for new syntax added in 30431 below.

2012-04-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: Src/subst.c: add test for valid identifier to 30431.

	* Test/D04parameter.ztst: 30439: Src/subst.c,
	Test/D04parameter.ztst: ${...:*...} with nonexistent or
	non-array variable second should return no results.

	* 30431 (typo in _typeset fixed):
	Completion/Zsh/Command/_typeset, Doc/Zsh/expn.yo, Src/params.c,
	Src/subst.c, Test/D04parameter.ztst:  add ${...:|...} and
	${...:*...} operators for removal or inclusion of results
	by array element.

2012-04-21  Barton E. Schaefer  <schaefer@zsh.org>

	* 30433: Src/hist.c: double backslash is not line continuation.

2012-04-20  Mikael Magnusson  <mikachu@gmail.com>

	* 30412: Doc/Zsh/zle.yo: Document the set-local-history
	widget in the list of widgets.

	* Vin Shelton: 30427: Doc/Zsh/zle.yo: Remove erroneous enditem
	from previous commit.

2012-04-16  Peter Stephenson  <pws@csr.com>

	* Michael Prokop: 30414: Completion/Linux/Command/_mdadm: more
	flexible configuration file usage.

	* 30413: Src/params.c, Src/utils.c, Test/D04parameter.ztst:
	(q-) parameter flag should quote the empty string and should
	report an error with extra trailing q's.

2012-04-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: NEWS: incorporate the remainder of Bart's
	suggestions from 30408.

	* 30410 (with the addition of one other case): Src/jobs.c: avoid
	some divide-by-zero errors in TIMEFMT interpretation.

2012-04-14  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 30402: Doc/.distfiles, Doc/Makefile.in: turn intro.ms into
	intro.pdf for doc distribution.  Still needs some tidy ups.

2012-04-14  Mikael Magnusson  <mikachu@gmail.com>

	* 30406: NEWS: some typo fixes.

2012-04-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: Etc/.distfiles: missed this.

	* Christian Neukirchen: 30398, 30399: Doc/params.yo: TIMEFMT
	documentation.

	* 30400 (plus a few extra tweaks): NEWS, Etc/NEWS-4.3: update
	NEWS for forthcoming 5.0 release.

2012-04-13  Peter Stephenson  <pws@csr.com>

	* 30391: Src/params.c: New hash-based arrayuniq() doesn't
	care about (or set the flag correctly for) disabled hash nodes,
	so we need to ignore that flag.

2012-04-12  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 30388, 30389 (Stephane): Functions/Misc/zargs: handle
	zero-length arguments.

2012-04-09  Barton E. Schaefer  <schaefer@zsh.org>

	* unposted: Test/D04parameter.ztst: hash seive needs more than 10
	array elements for arrayuniq() testing.  This test will need to
	be tweaked if that size changes.

	* unposted (see users/17000): Src/params.c: fix allocation bug in
	16991 by using heap memory for hash nodes; throw an error if out
	of heap; pull hash table creation out into a helper function and
	use arrlen() to count the array.

	* Václav Zeman: users/16991: Src/params.c: implement hash-table
	seive variant of arrayuniq() to improve speed at cost of space,
	falls back on the constant-space version for small arrays.

	* 30383: Src/params.c: improve the constant-space variant of
	arrayuniq() by optimizing shifts.

2012-04-01  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* users/16944: Functions/Zle/url-quote-magic: some more "local"s
	needed.

2012-03-30  Peter Stephenson  <pws@csr.com>

	* unposted: Functions/Zle/split-shell-arguments: add some
	typeset -g's to avoid WARN_CREATE_GLOBAL warnings.

	* unposted: Src/init.c: add some braces to avoid warnings from
	some versions of gcc.

2012-03-29  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: Doc/Zsh/zle.yo: add missing parenthesis.

	* users/16932: Doc/Zsh/zle.yo, Functions/Zle/replace-string:
	Src/Zle/zle.h, Src/Zle/zle_params.c, Src/Zle/zle_utils.c:
	implement $UNDO_CHANGE_NO and argument to undo widget.

2012-03-25  Mikael Magnusson  <mikachu@gmail.com>

	* Jesper Nygårds: 30378: Completion/Unix/Command/.distfiles,
	Completion/Unix/Command/_gradle: new gradle completion.

2012-03-24  Mikael Magnusson  <mikachu@gmail.com>

	* 30371: Completion/Unix/Command/_ssh: You can specify -i
	multiple times.

	* 30372: Completion/Unix/Command/_tmux: Redirect error output
	produced when no tmux server is running to /dev/null.

	* 30368: Completion/Unix/Command/_tmux: Make completion work
	when an unambiguous prefix for a known subcommand is given, as
	in 'tmux att -<tab>'.

2012-03-23  Simon Ruderich  <simon@ruderich.org>

	* 30366: Misc/vcs_info-examples: Fix outdated quilt examples.
	* 30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for
	patch-format/nopatch-format.

2012-03-13  Peter Stephenson  <pws@csr.com>

	* Luka Perkov: 30354: Completion/Unix/Command/_quilt: update

	* 30351 changed as in 30352: Src/params.c, Src/utils.c: metafy
	scalar and array parameter values as they are imported from
	strings defined outside zsh.

2012-03-07  Peter Stephenson  <pws@csr.com>

	* users/16865: Doc/Zsh/cond.yo: note that -eq and friends are
	less convenient for purely numeric work than conditional
	expressions.

2012-03-06  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more
	file types.

2012-03-06  Barton E. Schaefer  <schaefer@zsh.org>

	* 30320: Doc/Zsh/builtins.yo, Src/builtin.c, Src/init.c,
	Src/options.c: "emulate" accepts invocation-time setopt flags
	after the shell name, in addition to "-c command".

	* 30320 (bonus): Doc/Zsh/params.yo: document interaction of
	sun_keyboard_hack with the KEYBOARD_HACK paramter.

	* 30320 (misc.): Etc/FAQ.yo: rectify a minor omission.

2012-03-05  Clint Adams  <clint@zsh.org>

	* 30314: Completion/Unix/Command/_ssh: add completion for
	ssh-copy-id.

	* 30316: Completion/Unix/Type/_pdf: complete .pdf for evince and
	epdfview.

	* 30317: Completion/Unix/Command/_git: complete git merge --ff-only

2012-03-05  Peter Stephenson  <pws@csr.com>

	* 30307 plus change suggested by Wayne in 30309: configure.ac,
	Src/exec.c, Src/glob.c, Src/prompt.c, Src/utils.c,
	Src/Modules/parameter.c: use %lld format where available when
	zlong is long long.

2012-03-01  Peter Stephenson  <pws@csr.com>

	* 30303: Doc/builtins.yo, Src/options.c: emulate executed inside
	a function marked for execution tracing enables xtrace.

2012-02-29  Barton E. Schaefer  <schaefer@zsh.org>

	* 30272 (tweaked): Src/exec.c: most failures of fork() cause
	non-interactive shells to exit nonzero; bad options to "exec"
	cause exit under POSIX_BUILTINS behavior.

	* unposted (see users/16715): Doc/Zsh/options.yo: document the
	effects of HASH_LIST_ALL on spelling correction.

	* 30184: Src/hashtable.c: the HASH_EXECUTABLES_ONLY test matches
	the test used during path search in exec.c:iscom().

	* unposted (see 30090): Functions/Misc/add-zsh-hook: add -h and
	-L options for help text and a list of extant hooks respectively.

	* unposted (see users/16697): Functions/Misc/zkbd: select a more
	reasonable output file name when the DISPLAY variable refers to a
	local socket file (MacOS); fix problem with writing the output
	file when the user overrides the default value of TERM.

2012-02-29  Mikael Magnusson  <mikachu@gmail.com>

	* 30276: Src/glob.c: Use zlong rather than int when calculating
	brace expansions of the form {1..9}.

2012-02-29  Peter Stephenson  <pws@csr.com>

	* 30299: Src/subst.c, Test/D04parameter.ztst: "$*" was split
	in SHWORDSPLIT if IFS was unset or empty.

2012-02-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Alexey I. Froloff: 30270: Test/C02cond.ztst: we don't care
	about errors from df when testing whether the file system has
	noatime.

	* unposted: Config/version.mk: Update version to 4.3.17-dev-0 to
	avoid clash with release, also fix incorrect year noticed by
	Darryl Zurn.

2012-02-23  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: 4.3.17.

2012-02-22  Peter Stephenson  <pws@csr.com>

	* 30238 with small fixes: Doc/Zsh/jobs.yo: document the fork
	behaviour on suspending complex builtin execution.

2012-02-20  Barton E. Schaefer  <schaefer@zsh.org>

	* 30242: Src/subst.c, Test/D04parameter.ztst: use PREFORK_SINGLE
	for the right-hand side of ${...=...} when SH_WORD_SPLIT is in
	effect (POSIX emulation).

2012-02-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: Etc/Config.yo, Completion/X/Type/.distfiles,
	Test/.distfiles: 4.3.16.

2012-02-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 30231 plus Mikael's change in 30232: NEWS, README, Etc/FAQ.yo:
	updates for 4.3.16.

2012-02-14  Oliver Kiddle  <opk@zsh.org>

	* 30198: Completion/Unix/Command/_sudo, Doc/Zsh/compsys.yo:
	fix environ style lookup to be done in conventional manner

	* Mikael: Completion/Debian/Command/_dpkg: fix dpkg-deb
	completion broken by 30199

2012-02-14  Peter Stephenson  <pws@csr.com>

	* users/16760: Functions/Zle/url-quote-magic: make reply
	local for the benefit of styles.

2012-02-13  Frank Terbeck  <ft@bewatermyfriend.org>

	* 30214: Functions/Prompts/prompt_redhat_setup: Fix quoting in
	`redhat' prompt.

2012-02-12  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 30203 (plus rename PF_ flags to PREFORK_): Src/exec.c,
	Src/glob.c, Src/subst.c, Src/zsh.h, Test/D04parameter.ztst:
	Pass sh-wordsplitting instructions to nested parameter
	substitution by flags, avoiding side effects of explicitly
	changing the option.

2012-02-11  Mikael Magnusson  <mikachu@gmail.com>

	* 30206: Completion/Unix/Command/_ldd: Fix ldd completion broken by
	previous commit.

2012-02-10  Oliver Kiddle  <opk@zsh.org>

	* 30199: Completion/Debian/Command/_pbuilder,
	Completion/Darwin/Command/_defaults, Completion/Darwin/Command/_fink,
	Completion/Darwin/Command/_hdiutil, Completion/Debian/Command/_dak,
	Completion/Debian/Command/_debdiff, Completion/Debian/Command/_dpkg,
	Completion/Debian/Command/_linda, Completion/Debian/Command/_lintian,
	Completion/Debian/Command/_piuparts,
	Completion/Linux/Command/_modutils,
	Completion/Mandriva/Command/_urpmi,
	Completion/Unix/Command/_bittorrent,
	Completion/Unix/Command/_bogofilter, Completion/Unix/Command/_cdrdao,
	Completion/Unix/Command/_cplay, Completion/Unix/Command/_git,
	Completion/Unix/Command/_hg, Completion/Unix/Command/_ldd,
	Completion/Unix/Command/_metaflac, Completion/Unix/Command/_pax,
	Completion/Unix/Command/_rubber, Completion/Unix/Command/_sisu,
	Completion/Unix/Command/_texinfo, Completion/Unix/Command/_vim,
	Completion/Unix/Command/_vorbiscomment,
	Completion/Unix/Command/_xmms2:
	add (-.) to many completion _files globs

	* 30197: Completion/Unix/Command/_subversion: complete changelists

	* 30177: Completion/X/Command/_xterm,
	Completion/X/Type/_xft_fonts: completion for fontconfig fonts

2012-02-09  Barton E. Schaefer  <schaefer@zsh.org>

	* 30193: Src/Zle/compcore.c: remnulargs() after poking into string
	in case length changes.

2012-02-08  Peter Stephenson  <pws@csr.com>

	* Timothy Redaelli: 30187: Src/hist.c: file name manipulations
	in history can return NULL if HAVE_CANONICALIZE_FILE_NAME.

2012-02-07  Peter Stephenson  <pws@csr.com>

	* Holger Macht via Ismail: 30185: Src/Zle/complete.mdd: add
	missing openSUSE file locations.

2012-02-05  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 30127: Src/builtin.c: forbid executing history lines via fc in
	the wrong order.

2012-02-03  Peter Stephenson  <pws@csr.com>

	* Mariusz Glebocki: 30179: Completion/Unix/Type/_services:
	suppress stderr for service list.

2012-02-01  Frank Terbeck  <ft@bewatermyfriend.org>

	* A.Costa: unposted: Doc/Zsh/grammar.yo, Etc/ChangeLog-3.1: Fix
	typo to "definition".

2012-01-31  Peter Stephenson  <pws@csr.com>

	* seiler via Ismail: 30174: Completion/Unix/Command/_osc,
	Completion/openSUSE/Command/_osc: update.

	* Felipe: 30158: Test/.distfiles, Test/compgentest,
	Test/Y04compgen.ztst: compgen test is not useful with current
	bashcopmpinit.

2012-01-29  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	*  Richard Hartmann: 30140: Completion/X/Command/_mplayer:
	whitespace fix.

	* Felipe Contreras: 30131, 30132, 30133, 30134, 30135,
	30136, 30137: Completion/bashcompinit: various improvements to
	bash-like behaviour.

2012-01-23  Peter Stephenson  <pws@csr.com>

	* Ben: 30118: Completion/Unix/Command/_sqlite,
	Completion/Unix/Command/.distfiles: new sqlite completion.

2012-01-22  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Ben: 30117 (moved directory): Completion/X/Command/_xclip,
	Completion/X/Command/.distfiles: new completion.

2012-01-19  Frank Terbeck  <ft@bewatermyfriend.org>

	* 30114: Functions/VCS_Info/VCS_INFO_check_com: Remove a
	superfluous stat().

2012-01-16  Frank Terbeck  <ft@bewatermyfriend.org>

	* 30111: Src/exec.c: Fix segfaults with exec options.

2012-01-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Richard Hartmann: 30110: Completion/Unix/Command/_vcsh,
	Completion/Unix/Command/.distfiles: new completion.

2012-01-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Stepan Koltsov: 30105: Completion/Unix/Command/_stgit: fix
	delete completion.

2012-01-08  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* users/16711: Completion/Unix/Type/_path_commands: try to take
	account of PATH_DIRS option in command completion.

	* 30101: Doc/Zsh/options.yo, Src/hashtable.c, Src/options.c,
	Src/zsh.h: add HASH_EXECUTABLES_ONLY option, off by default to
	avoid problems with huge paths and remote directories.

2012-01-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 30098: Jun T.: Src/params.c: more minimal alternative to
	30079, don't set LANG if LC_ALL set.

2012-01-06  Peter Stephenson  <pws@csr.com>

	* Src/Modules/pcre.c (cond_pcre_match): unposted: fix (harmless)
	warning with uninitialised variable.

2012-01-05  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Christian Höltje: 30087: Functions/Prompts/promptinit: remove
	any hooks for a prompt theme when removing it.

	* 30084: Doc/Zsh/zle.yo, Src/init.c, Src/Zle/zle_main.c,
	Src/Zle/zle_refresh.c, Src/Zle/zle_thingy.c: `zle -T tc func'
	defines function to be used insted of termcap output for
	testing.

	* 30081: Completion/Base/Core/_main_complete: remove necessity
	to have IGNORE_CLOSE_BRACES unset when loaded.

2012-01-04  Frank Terbeck  <ft@bewatermyfriend.org>

	* 30079: Src/params.c: Restore `LC_ALL' when setting `LANG'.

2012-01-04  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 30084: Src/init.c: zsfree(argzero) before we set it again
	following ztrdup() in parseargs().

2012-01-02  Barton E. Schaefer  <schaefer@zsh.org>

	* 30073 (plus comment): Src/Zle/zle_main.c: use queue_signals()
	around critical first call to zrefresh() after zleactive = 1, to
	prevent adjustwinsize() loop reported on FreeBSD.

2011-12-30  Frank Terbeck  <ft@bewatermyfriend.org>

	* 30048: Test/C02cond.ztst: Avoid [[ -N ... ]] on file-systems
	mounted `noatime', if possible.

	* 30046: Functions/VCS_Info/Backends/VCS_INFO_get_data_svn: Fix
	support for subversion version 1.7.

2011-12-27  Barton E. Schaefer  <schaefer@zsh.org>

	* 30069: Doc/Zsh/options.yo: replace empty parens with
	LPAR()RPAR().

2011-12-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 30041: Src/subst.c: the offset hack to make
	${foo:offset:length} bash compatible with positional parameters
	doesn't apply when we're indexing into characters of one
	positional parameter.

	* T.C. Hollingsworth: 30036: Completion/Unix/Command/_systemctl:
	new arguments.

2011-12-20  Barton E. Schaefer  <schaefer@zsh.org>

	* 30033: Src/Zle/zle_keymap.c: silence valgrind warnings about
	uninitialized values.

2011-12-19  Peter Stephenson  <pws@csr.com>

	* unposted: Config/version.mk: update version to 4.3.15-dev-0 to
	avoid dev version clashing with installation.

2011-12-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: release 4.3.15.

2011-12-16  Peter Stephenson  <pws@csr.com>

	* Simon Olofsson: 30028: Completion/Unix/Command/_subversion:
	fix matching of subversion help text.

2011-12-14  Mikael Magnusson  <mikachu@gmail.com>

	* 30021: Completion/Zsh/Type/_globquals: Add d flag (see 29991),
	show what unit the digits are entered in as a hint that the
	default is also days.

	* 29783: Completion/Debian/Command/_update-alternatives: Add
	more options.

2011-12-13  Mikael Magnusson  <mikachu@gmail.com>

	* 29998: Completion/Unix/Command/_git: fix a typo (--rerbose).

	* 30019: Completion/Unix/Command/_tar: fix parsing of argument
	to -C.

2011-12-13  Barton E. Schaefer  <schaefer@zsh.org>

	* 30020: Functions/Prompts/promptinit: prevent prompt_opts and
	zle_highlight from leaking out of prompt_preview_theme.

	* 30012: Completion/Base/Core/_main_complete,
	Completion/Base/Utility/_arguments,
	Completion/Base/Utility/_values, Completion/Zsh/Command/_zle,
	Doc/Zsh/compsys.yo: add $state_descr which parallels the $state
	array in the same way that $context does, to make the "message"
	part of each _arguments "optarg" specification available to
	the caller's state handler.  Used in _zle as the description
	passed to _wanted.

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

	* 30000 plus a couple of comments: Src/exec.c: Better POSIXJOBS
	behaviour: don't restore default behaviour for SIGTTOU etc. if
	we're still doing job handling, and only continue with job
	handling if this is a (...) subshell.

2011-12-11  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* discussed in 29984: Doc/Zsh/compsys.yo: use m+7 for files
	"more than a week old" since w+1 is a bit counterintuitive.

	* 29991: Doc/Zsh/expn.yo, Src/glob.c: allow explicit 'd' for
	days in time qualifiers.

2011-12-10  Mikael Magnusson  <mikachu@gmail.com>

	* 29962: Completion/Unix/Command/_ssh: Actually return ret.

	* 29961: Completion/Unix/Command/_ssh: Extend option completion.

2011-12-10  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* GI: 29977: Completion/Linux/Command/_modutils: caching and
	function definition fixes.

2011-12-09  Simon Ruderich  <simon@ruderich.org>

	* 29918: Completion: Add new _remote_files() helper and use it to
	reduce code duplication.

	* 29917: Completion/Unix/Command/_ssh: Tabs to spaces.

2011-12-09  Mikael Magnusson  <mikachu@gmail.com>

	* unposted: Doc/Zsh/compsys.yo: Remove duplicated 'the'.

	* 29409: Completion/X/Command/_x_utils: Add completion for xprop and
	xlsatoms.

2011-12-09  Peter Stephenson  <pws@csr.com>

	* unposted: Completion/compinit: add NO_ignoreclosebraces to
	options needed in completion.

	* users/16614: config.guess, config.sub: update from automake
	1.11.1.

2011-12-09  Mikael Magnusson  <mikachu@gmail.com>

	* 29876: Completion/Unix/Command/_getent: Update getent completion
	to work when additional output comes after the databases.

2011-12-08  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 29955 with bits pointed out by Mikael and Bart:
	Doc/Zsh/grammar.yo, Doc/Zsh/options.yo, Src/lex.c,
	Src/options.c, Src/zsh.h, Test/E01options.ztst: add
	IGNORE_CLOSE_BRACES option.

2011-12-08  Peter Stephenson  <pws@csr.com>

	* 29928: Test/A04redirect.ztst: belated commit to
	fix OpenBSD test failure.

2011-12-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: Etc/version.mk: update version to 4.3.14-dev-0 to
	avoid installs clashing with release.

2011-12-07  Oliver Kiddle  <okiddle@yahoo.co.uk>

	* 29952: Src/glob.c: fix cut'n'paste error in nanosecond
	timestamp support

2011-12-06  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: Config/version.mk: release 4.3.14.

2011-12-03  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 29940: Src/utils.c (metafy): null termination shouldn't
	be applied to original buffer if not to be modified.

	* From Stef VAN VLIERBERGHE: 29934: Src/lex.c (add): use of
	uninitialised memory when lexer needed to reallocate token.

2011-12-02  Peter Stephenson  <pws@csr.com>

	* unposted: Test/B01cd.ztst: fix documentation for '*'
	test output syntax.

2011-12-01  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 29924: Test/A04redirect.ztst, Test/B01cd.ztst, Test/ztst.zsh:
	add ability to match output of tests using patterns.

2011-12-01  Peter Stephenson  <pws@csr.com>

	* unposted: Completion/Unix/Command/_nm: also complete
	directories.

	* 29923: Test/A04redirect.ztst: work around variant message from
	strerror() for invalid file descriptor.

2011-11-30  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* Config/version.mk: 4.3.13 release.

2011-11-28  Peter Stephenson  <pws@csr.com>

	* Ismail Dönmez: 29920: Src/Subst.c: error with arithmetic
	substitution with NO_EXEC.

2011-11-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* unposted: Config/version.mk: 4.3.12-test-3.

2011-11-24  Simon Ruderich  <simon@ruderich.org>

	* 29916: Completion/Unix/Command/_git: Prevent clash with
	_remote_files() in _ssh.

2011-11-24  Peter Stephenson  <pws@csr.com>

	* 29915: Completion/Unix/Command/.distfiles,
	Completion/Unix/Command/_nm: new nm completion.

2011-11-23  Peter Stephenson  <pws@csr.com>

	* Ignacy Gawędzki: 29912: Completion/Unix/Command/_ssh: add "--"
	to end options to ls.

2011-11-21  Peter Stephenson  <pws@csr.com>

	* Foudil Brétel: 29911: add --no-legend support (v37+); multiple
	bug fixes (aliases, array range); workaround compadd bug
	(compadd handles its own options)

2011-11-20  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* gi1242+zsh: users/16587: Completion/Unix/Command_lp: tidy up.

2011-11-18  Peter Stephenson  <pws@csr.com>

	* 29908: Doc/Zsh/contrib.yo, Functions/MIME/.distfiles,
	Functions/MIME/zsh-mime-contexts, Functions/MIME/zsh-mime-handler:
	make MIME functions handle contexts with stacked suffixes such
	as .pdf.gz.

2011-11-17  Peter Stephenson  <pws@csr.com>

	* Jun T.: 29907: Src/Modules/pcre.c: remove declaration of
	unused variable.

2011-11-15  Barton E. Schaefer  <schaefer@zsh.org>

	* users/16581: Src/utils.c: it seems wrong to shortcut correction
	of words not in command position by comparing them to the command
	tables, so don't; if a command correction is rejected, reset the
	incremental path hashing so the new command can be "learned".

2011-11-14  Peter Stephenson  <pws@csr.com>

	* gi1242: users/16578: Completion/Unix/Command/_lp: lpadmin,
	lpinfo and other changes.

2011-11-09  Frank Terbeck  <ft@bewatermyfriend.org>

	* Akinori MUSHA: 29900:
	Functions/VCS_Info/Backends/VCS_INFO_detect_svn: Adjust detection
	to support subversion 1.7.

2011-11-08  Peter Stephenson  <pws@csr.com>

	* Haakon Riiser: 29895, 29887: Completion/Unix/Command/_ffmpeg,
	Completion/Linux/Command/_nmcli (plus
	Completion/Linux/Command/.distfiles): update and new
	NetworkManager client completion.

2011-11-07  Simon Ruderich  <simon@ruderich.org>

	* 29893: Completion/Unix/Command/_ssh: Update (mostly) for 5.9.

2011-11-07  Peter Stephenson  <pws@csr.com>

	* 29894: Doc/Zsh/contrib.yo, Functions/Zle/replace-string:
	display previous replacement and reuse if source string is empty.

2011-11-04  Peter Stephenson  <pws@csr.com>

	* 29892: Functions/Zle/read-from-minibuffer,
	Functions/Zle/replace-string: fix regular expression
	replacements right of the cursor; make save and restore
	in read-from-minibuffer more automated.

	* 29891: Doc/Zsh/zle.yo, Src/Zle/zle_thingy.c: allow "zle -lL"
	with arguments to list in -L format.

2011-10-31  Peter Stephenson  <pws@csr.com>

	* Jun T: 29883: Src/Builtins/rlimits.c, Src/Modules/zftp.c: cast
	to type in printf to work around cases where types aren't
	properly distinguished.

2011-10-30  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* users/16547: Completion/Unix/Command/_perforce: quote
	arguments with colon in from _describe.

2011-10-28  Peter Stephenson  <pws@csr.com>

	* Src/module.c (do_load_module): 29879: (via takimoto-j): Metafy
	dlerror message to avoid corruption.

2011-10-26  Phil Pennock  <pdpennock@users.sourceforge.net>

	* 29867: Bart Schaefer: Test/V07pcre.ztst: exit early with
	unimplemented status if zsh/pcre not available; combined with
	Peter's 29865 fix, should make PCRE testing robust.

2011-10-26  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 29844, 29845: Src/exec.c, Test/A04redirect.ztst: remove bogus
	error on closing fd's 0 to 9; update test.

2011-10-26  Peter Stephenson  <pws@csr.com>

	* 29865: Src/Modules/pcre.mdd: don't compile if no pcre-config.

	* 29859: Src/Zle/Complete.c: compadd handles its own options.

2011-10-24  Peter Stephenson  <pws@csr.com>

	* Jérémie Roquet: c.f. users/16541: Doc/Zsh/cond.yo:
	should be "filename generation", not "file generation".

	* Foudil Brétel: 29842: Completion/Unix/Command/_systemctl:
	major rewrite.

2011-10-24  Phil Pennock  <pdpennock@users.sourceforge.net>

	* 29838: Src/Modules/pcre.c: metafy/unmetafy strings, to
	correctly handle non-ASCII characters in UTF-8 for regexp
	matches.

	* unposted: Test/V07pcre.ztst: some PCRE tests

2011-10-23  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* users/16492: MACHINES: OpenIndiana issue.

2011-10-22  Simon Ruderich  <simon@ruderich.org>

	* 29823: Completion/Unix/Command/_perl: Update for 5.14.1.

2011-10-19  Frank Terbeck  <ft@bewatermyfriend.org>

	* Suraj N. Kurapati: 29828: Misc/vcs_info-examples: Mention
	different ways to handle remote branch names in
	`vi-git-remotebranch()'.

2011-10-17  Peter Stephenson  <pws@csr.com>

	* unposted: NEWS, README, Config/version.mk, Etc/.distfiles,
	Etc/FAQ.yo, Etc/relnote_4.3.12.txt: tidy up and update for
	4.3.12-test-2.

	* unposted: Completion/Unix/Command/_perforce: small
	documentation update.

2011-10-14  Peter Stephenson  <p.w.stephenson@ntlworld.com>

	* 29820: Doc/Zsh/compsys.yo,
	Completion/Base/Utility/_pick_variant: -b option to match
	builtins.
[--snip--]
