12012-12-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>
2
3	* unposted: README, Config/version.mk, Etc/FAQ.yo: release
4	5.0.2.
5
62012-12-21  Peter Stephenson  <pws@csr.com>
7
8	* 30930: Src/parse.c, Test/D03procsubst.ztst: anonymous
9	functions shouldn't be marked as simple; this prevented process
10	based features from working in their arguments.
11
122012-12-20  Peter Stephenson  <p.w.stephenson@ntlworld.com>
13
14	* unposted: Config/version.mk: zsh 5.0.1.
15
162012-12-18  Oliver Kiddle <opk@zsh.org>
17
18	* 30877: Etc/zsh-development-guide: document git workflow
19
202012-12-18  Peter Stephenson  <pws@csr.com>
21
22	* 30914: mkinstalldirs: default mode for installation
23	directories is 755.
24
252012-12-17  Phil Pennock  <pdpennock@users.sourceforge.net>
26
27	* 30901, 30906: Etc/zsh-development-guide: document git usage,
28	update patch descriptions, mention editorconfig.
29
302012-12-16  Peter Stephenson  <p.w.stephenson@ntlworld.com>
31
32	* unposted: README, Config/version.mk, Etc/FAQ.yo,
33	Completion/Base/Utility/.distfiles,
34	Completion/Unix/Command/.distfiles,
35	Completion/Unix/Type/.distfiles, for 5.0.0-test-1.
36
37	* unposted: Src/utils.c: missing mod_export.
38
392012-12-13  Peter Stephenson  <pws@csr.com>
40
41	* 30876: Src/exec.c, Test/A06assign.ztst, Test/C03traps.ztst:
42	obscure failures to process non-zero return values could result
43	from optimising a list to a simple command.
44
452012-12-08  Bart Schaefer  <schaefer@zsh.org>
46
47	* users/17445: Src/math.c, Test/C01arith.ztst: fix handling of
48	leading zeroes in floating point.
49
502012-11-20  Oliver Kiddle <opk@zsh.org>
51
52	* 30811: Completion/Linux/Command/_btrfs,
53	Completion/Unix/Command/_mount: new completion for btrfs and
54	complete btrfs and ext4 mount options and new linux mount flags
55
562012-11-16  Vin Shelton  <acs@xemacs.org>
57
58	* users/16865: Doc/Zsh/grammar.yo: Added missing menu item for Errors.
59
602012-11-18  Bart Schaefer  <schaefer@zsh.org>
61
62	* users/17042: Src/jobs.c: don't stomp the environment in "jobs -Z"
63	unless we've first copied it to new memory.
64
652012-11-16  Oliver Kiddle <opk@zsh.org>
66
67	* 30802: Completion/Unix/Command/_find: add new command switches
68
69	* 30801: Completion/X/Command/_urxvt, Completion/X/Type/_xft_fonts:
70	fix font completion for newer fontconfig & update urxvt completion
71
722012-11-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>
73
74	* 30789: Doc/Zsh/grammar.yo, Doc/Zsh/options.yo, Src/hist.c,
75	Src/init.c, Src/options.c, Src/zsh.h, Test/A04redirect.zsh:  add
76	CONTINUE_ON_ERROR option for compatibility but turn it off:
77	scripts exit on an error instead of returning to the top-level
78	like interactive shells.
79
80	* 30800: Michal Halenka: Completion/Unix/Command/_arping: fix
81	option.
82
832012-11-12  Oliver Kiddle <opk@zsh.org>
84
85	* 30795: Completion/Unix/Command/_xz,
86	Completion/Unix/Command/_bzip2: new xz completion, new bzip2 options
87
88	* 30794: Completion/Unix/Command/_irssi,
89	Completion/Unix/Command/_mutt: update for new options
90
912012-11-11  Oliver Kiddle <opk@zsh.org>
92
93	* 30793: Completion/Unix/Command/_getent,
94	Completion/Unix/Command/_iconv, Completion/Unix/Command/_ldd:
95	account for eglibc in _pick_variant patterns
96
972012-11-08  Bart Schaefer  <schaefer@zsh.org>
98
99	* 30786: Src/builtin.c: do not enter interactive history editing
100	or command execution if "fc" is called from a ZLE widget.
101
1022012-11-08  Peter Stephenson  <pws@csr.com>
103
104	* 30783: Src/lex.c: we don't want leading "="'s to be active when
105	tokenising strings that aren't going to be treated as command
106	line arguments.
107
108	* 30780: Doc/Zsh/builds.yo: document that set -o failures are
109	hard but setopt failures are soft.
110
1112012-11-07  Oliver Kiddle <opk@zsh.org>
112
113	* Benjamin R. Haskell: 30737: Completion/Unix/Command/_git:
114	make custom completion functions for git aliases easier
115
116	* users/17382: Completion/Unix/Type/_remote_files,
117	Completion/Unix/Command/_vim, Completion/Unix/Command/_git,
118	Completion/Unix/Type/_urls: complete URLs for vim and make
119	_remote_files more consistent with _files
120
1212012-10-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>
122
123	* 30735: Src/parse.c: array assignments aren't simple because
124	they can contain process substitutions.
125
1262012-10-19  Peter Stephenson  <pws@csr.com>
127
128	* Roman Kaminski: 30738: Completion/Unix/Command/_bzr: send
129	command.
130
131	* Greg Bouzakis: 30741: Completion/Unix/Command/_systemd: add
132	suspend command.
133
134	* unposted: Doc/Zsh/expn.yo: further splitting clarifications.
135
1362012-10-18  Peter Stephenson  <pws@csr.com>
137
138	* 30740: Doc/Zsh/expn.yo: add example of process substitution
139	with anonymous function.
140
141	* c.f. users/17330: Doc/Zsh/expn.yo: fix reference to splitting
142	rule in parameter expansion rules.
143
1442012-10-11  Peter Stephenson  <p.w.stephenson@ntlworld.com>
145
146	* 30726: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c,
147	Src/hashtable.c, Src/init.c, Src/options.c, Src/parse.c,
148	Src/signals.c, Src/zsh.h, Src/Modules/parameter.c,
149	Test/B07emulate.ztst: extend 30722 to handle the case
150	where shell options passed to the emulate command need
151	propagating to sticky emulation.
152
1532012-10-11  Peter Stephenson  <pws@csr.com>
154
155	* 30724: Src/exec.c, Src/jobs.c: shell code optimised to use
156	execsimple() doesn't have a valid thisjob.
157
1582012-10-09  Peter Stephenson  <pws@csr.com>
159
160	* users/17318: Src/Zle/zle_utils.c: don't increment the undo
161	change number for every variable read, only the first in a row.
162
163	* users/17314: Src/Zle/zle_utils.c: ensure an undo change number
164	uniquely specifies a point in editing history by incrementing
165	the value returned by the variable.
166
167	* unposted: Src/builtin.c: fix trivial typo with "functions +T".
168
1692012-10-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>
170
171	* 30722: Src/builtin.c, Src/exec.c, Src/init.c, Src/options.c,
172	Src/Modules/parameter.c, Test/B07emulate.ztst: fix some cases
173	where options or emulations were not propagated properly
174	from the emulate command.
175
176	* 30718: README, Doc/Zsh/builtins.yo, Src/builtin.c,
177	Test/C04funcdef.ztst: emulate command evaluations should apply
178	sticky emulation to autoloads, too.
179
1802012-10-07  Oliver Kiddle <opk@zsh.org>
181
182	* unposted: Completion/Unix/Command/_webbrowser,
183	Completion/Unix/Type/_pspdf: add evince, zathura, dwb
184
185	* 30714: Completion/X/Command/_xclip: complete files,-t,-f for xclip
186
1872012-10-05  Peter Stephenson  <p.w.stephenson@ntlworld.com>
188
189	* 30716: Src/options.c: IGNORECLOSEBRACES should be an emulation
190	option since it changes what syntax is valid.
191
192	* 30715: Src/init.c, Src/lex.c, Src/parse.c, Src/subst.c,
193	Src/zsh.h, Src/Zle/zle_tricky.c: use a named enum for
194	lexical tokens.
195
1962012-10-03  Peter Stephenson  <p.w.stephenson@ntlworld.com>
197
198	* users/17305: Doc/Zsh/expn.yo: fix documentation for ordering
199	of word splitting and improve (z) and (Z) documentation.
200
201	* users/17310: Doc/Zsh/params.yo, Src/lex.c, Test/A04redirect.ztst,
202	Test/D06subscript.ztst: back off users/17304 owing to problem
203	with [ command, document problem, and test the case that needs
204	to work.
205
2062012-10-02  Peter Stephenson  <pws@csr.com>
207
208	* users/17304: Src/lex.c, Test/D06subscript.ztst: angle brackets
209	aren't associated with special parsing inside square brackets.
210
2112012-09-30  Peter Stephenson  <p.w.stephenson@ntlworld.com>
212
213	* Aaron Schrab: 30712: .editorconfig: multi-editor specification
214	of editing formats.
215
216	* Aaron Schrab: 30711: Completion/Unix/Type/_bind_addresses:
217	improved IPv6 completion.
218
219	* Aaron Schrab: 30710: Completion/Unix/Command/_perldoc: updates.
220
2212012-09-29  Frank Terbeck  <ft@bewatermyfriend.org>
222
223	* Seth House: 30702: Doc/Zsh/contrib.yo,
224	Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: Removed --debug
225	flag from the hg vcs_info backend
226
227	* Seth House: 30701: Misc/vcs_info-examples: Added an hg hook
228	example to restore the 40-char hash
229
230	* Baptiste Daroussin: 30703:
231	Functions/VCS_Info/Backends/VCS_INFO_detect_fossil: Fix fossil
232	detection on unix
233
2342012-09-28  Oliver Kiddle <opk@zsh.org>
235
236	* 30697: Completion/Unix/Command/_dbus: new completion definition
237
2382012-09-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>
239
240	* 30692: Completion/Unix/Type/_path_files, Doc/Zsh/builtins.yo,
241	Src/builtin.c: allow autoload +X -m to work; change _path_files
242	so it works on that.
243
2442012-09-21  Peter Stephenson  <pws@csr.com>
245
246	* 30687 (typo fixed): Doc/Zsh/params.yo, Src/jobs.c: don't
247	REPORTTIME if zleactive (but time keyword is allowed).
248
2492012-09-15  Peter Stephenson  <p.w.stephenson@ntlworld.com>
250
251	* Александр Балезин: 30667: Completion/Unix/Command/_ip: add
252	addrlabl subcommand.
253
2542012-09-11  Peter Stephenson  <pws@csr.com>
255
256	* unposted: NEWS: refer to some newly added features.
257
258	* 30647, 30649: Doc/Zsh/arith.yo, Src/math.c, Src/utils.c,
259	Test/C01arith.ztst: allow underscores in numeric constants
260	within math evaluation.
261
2622012-09-09  Peter Stephenson  <p.w.stephenson@ntlworld.com>
263
264	* Jun T.: 30664: configure.ac: fix some Yodl version issues.
265
2662012-09-08  Peter Stephenson  <p.w.stephenson@ntlworld.com>
267
268	* users/17236: Src/builtin.c: r and other fc output didn't
269	unmetafy when listing to a file other than stdout.
270
2712012-09-06  Peter Stephenson  <p.w.stephenson@ntlworld.com>
272
273	* 30656: Src/math.c: treat dividing by -1 the same as
274	multiplying by it to get around SIGFPE.
275
2762012-09-05  Peter Stephenson  <pws@csr.com>
277
278	* Jun T.: 30658: Completion/Unix/Command/_uniq: more options.
279
280	* Silas Silva: users/17223: Completion/Unix/Command/_lp:
281	page-ranges option.
282
2832012-09-03  Peter Stephenson  <pws@csr.com>
284
285	* users/17213: Completion/Base/Completer/_user_expand,
286	Doc/Zsh/compsys.yo: allow REPLY to pass a description for an
287	expansion.
288
2892012-08-27  Peter Stephenson  <p.w.stephenson@ntlworld. com>
290
291	* Oliver (olipro): 30643: Completion/Linux/Command/_ipset:
292	completion update.
293
2942012-08-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>
295
296	* John Stahara: 30641: Src/Zle/zle_keymap.c: bindkey -N
297	error report is misleading when copying keymap.
298
2992012-08-23  Peter Stephenson  <p.w.stephenson@ntlworld.com>
300
301	* Jun T: 30640 (plus additional comment): Src/zsh.h,
302	Src/compat.c: MacOS doesn't define __STDC_ISO_10646__ but we
303	need the replacement wcwidth() anyway.
304
3052012-08-23  Peter Stephenson  <pws@csr.com>
306
307	* Aaron Schrab: 30636: Completion/Unix/Command/_telnet:
308	telnet-ssl options.
309
310	* Aaron Schrab: 30637: Completion/Unix/Command/_telnet: -b option
311
312	* Aaron Schrab: 30638: Completion/Unix/Command/_telnet: IPv4
313	and IPv6 options.
314
3152012-08-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>
316
317	* users/17211: Completion/Unix/Type/_files, Doc/Zsh/compsys.yo:
318	new recursive-files style.
319
320	* 30633: Doc/Zsh/builtins.yo, Src/builtin.c, Src/exec.c,
321	Src/hashtable.c, Src/options.c, Src/subst.c, Src/zsh.h:
322	"functions -T" traces only marked function and not called
323	functions unless also marked.
324
3252012-08-20  Peter Stephenson  <pws@csr.com>
326
327	* Stepan Koltsov: 30634: Functions/Misc/zmv: use (q-) quoting
328	for output for clarity.
329
3302012-08-17  Peter Stephenson  <pws@csr.com>
331
332	* Stepan Koltsov: 30632
333	(https://raw.github.com/stepancheg/zsh/bfa81caaac44dacfa05adb77f61526ea90346219/Completion/Unix/Command/_clay):
334	Completion/Unix/Command/_clay,
335	Completion/Unix/Command/.distfiles:
336	new completion.
337
338	* Stepan Koltsov: 30632
339	(https://github.com/stepancheg/zsh/commit/b0f1427e4983be6dfdc07ccaf86f153d5f9959b9.patch):
340	Completion/Unix/Command/_gcc: aliases and clang-specific flags.
341
342	* 30629 plus unposted formatting improvements:
343	Doc/Zsh/builtins.yo, Src/Builtins/rlimits.c: more complete
344	handling for socket buffer size limit (NetBSD) plus formatting
345	and consistency changes (kb -> kbytes everywhere in ulimit
346	output, K-bytes to kilobytes everywhere in documentation).
347
348	* 30627: configure.ac, Doc/Zsh/builtins.yo,
349	Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c:
350	support RLIMIT_NTHR as on NetBSD.
351
3522012-08-16  Peter Stephenson  <pws@csr.com>
353
354	* 30619: Doc/Zsh/builtins.yo, Src/builtin.c,
355	Test/B02typeset.ztst: repeat "typeset -T" with same two first
356	arguments is not an error.
357
358	* 30617: Src/prototypes.h, Src/zsh_system.h: rationalise
359	replacement of tgoto() prototype which could appear twice
360	inconsistently.
361
3622012-08-14  Peter Stephenson  <p.w.stephenson@ntlworld.com>
363
364	* unposted: Etc/relnote_5.0.0.txt, Etc/.distfiles: add.
365
366	* unposted: Etc/Changelog-4.3, Etc/ChangeLog-5.0,
367	Etc/.distfiles: rename
368
3692012-08-13  Peter Stephenson  <p.w.stephenson@ntlworld.com>
370
371	* unposted: ChangeLog, Etc/ChangeLog-5.0: move changes up
372	to 5.0 into subdirectory.
373
374	* Michal Halenka: 30608: Completion/Unix/Command/_ip: del rather
375	delete tunnel.
376
3772012-08-13  Peter Stephenson  <pws@csr.com>
378
379	* Jesse Weinstein: 30607: Doc/Makefile.in: fix ancient
380	dependency problem with moved Yodl files.
381
382	* Aaron Schrab: 30604: Src/Zle/zle_move.c: make repeating vi skip
383	character useful by ignoring character just matched.
384
385	* Aaron Schrab: 30603: Src/Zle/zle_move.c: repeating vi skip
386	characters commands caused bad positioning.
387
3882012-08-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>
389
390	* cat_in_136: 17200: Completion/Unix/Command/.distfiles,
391	Completion/Unix/Command/_lha, Completion/Unix/Command/_nkf: new
392	completions.  nkf is a Kanji code converter.
393
394	* YAMAMOTO Takashi: 30599: Src/compat.c, Src/zsh.h: don't
395	use the replacement wcwidth if not ISO-10646 as the assumptions
396	it makes probably won't work.
397
3982012-07-27  Peter Stephenson  <p.w.stephenson@ntlworld.com>
399
400	* 30590: Doc/Makefile.in, Doc/.distfiles: work around problem
401	turning intro.ms into PDF.
402
403	* unposted: relabel as 5.0.0-dev-0.
404
4052012-07-23  Geoff Wing  <gcw@zsh.org>
406
407	* unposted: Doc/Zsh/ftp_sites.yo: Remove unavailable sites
408
4092012-07-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>
410
411	* unposted: update for 5.0.0 release.
412
413*****************************************************
414* This is used by the shell to define $ZSH_PATCHLEVEL
415* $Revision: 1.5778 $
416*****************************************************
417