about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-15 22:49:09 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-15 22:49:09 +0000
commite899c21863a69226b4e650940c327a3b460023c0 (patch)
tree58e626a6f5c3c38e88c729d756ad563c10a80787 /ChangeLog
parent22c0fe02a53bedb03f6aef5d0e476bbadc655995 (diff)
parentc7bc62aa0674d3677ce019333f4b8cd95aa8d189 (diff)
downloadzsh-e899c21863a69226b4e650940c327a3b460023c0.tar.gz
zsh-e899c21863a69226b4e650940c327a3b460023c0.tar.xz
zsh-e899c21863a69226b4e650940c327a3b460023c0.zip
Merge remote-tracking branch 'origin/master' into 5.9
Right now, as we're preparing to tag the 5.8 release, the 5.9 branch is
maintained as a topic branch off master.

* origin/master:
  45287: zshexpn: Describe parameter elision and add some introductory prose
  45302: bin_umask(): Queue signals around umask().
  users/24656: docs: Add an example of setting and querying zstyles
  users/24659: Cross-ref doc for matchers.
  45296: D02glob: Clean up after test from users/24633
  45290: New helper script for listing XFail tests.
  users/24633: Add an xfail test for users/24619.
  unposted: additional typo fix
  45280: _git: add -local variants
  users/24628 (fixed): More doc for selectw-word-style widgets.
  45266: Fix losetup completion, broken in da085b7a20729401c725f91ae930200d0deda64f (41720).
  unposted: Fix punctuation.
  use /dev/fd on Cygwin for process substitution
  unposted: Two additional typo fixes.
  Fix typos reported by codespell in shell code
  Fix typos reported by codespell in Src/
  45269: Fix misspellings in completions and elsewhere.
  45261: _gcc: Detect clang-as-gcc
  unposted: internal: Remove Vim modeline that interferes with ztst.vim.
  unposted: internal: ztst.vim: Use :syn-sync to work around (#x) and "`\\\\\\\\`" confusing the highlighting.
  unposted: internal: zyodl.vim: Support glob qualifiers in example()'s
  unposted: internal: zyodl.vim: Support yodl comments.
  github #44: Allow completion for picocom to list symlinks to character devices
  45245: _gcc: add some clang specific warnings
  45231: _rsync: When completing remote modules, ignore more of the motd.
  unposted: _tac: Eliminate superfluous variable
  45226: _man: Improve completion of file paths
  45184: Clarify documentation of %-sequences understood by compadd -[Xx]
  45239: Remove 'appendhistory' from zsh-newuser-install
  45218: add more options to swaks completion
  45196: fix completion after make -C, allowing for -C being used multiple times
  unposted (after 45183): Fix yodl error: "contrib.yo:4457: No macro: back(...)".
  45181: Fix workers/45164: ${(S)%%} will now consider the empty string as a potential match.
  45183: Improve documentation examples
  unposted: Add some tests for ${(S)}, including a regression test for workers/45164.
  45169/0002 (tweaked for trailing newlines): Add an expected-to-fail test for workers/44007.
  45169/0001: In the test suite, allow test cases to be marked as expected to fail.
  users/24582 + users/24583: Add regression tests for the previous commit.
  24581: Fix array assignments in shell word splitting and completion.
  45160: zshexpn: Expand documentation of (S)
  45150 + 45152: zshexpn: Use a more minimal example in the documentation of (#b).
  unposted: internal: Vim ztst support: Add an ftplugin in addition to the syntax highlighter.
  45130: _multi_parts: Always pass -f to compadd if given by caller
  unposted: zerrmsg(): Fix macro guard missed in previous commit
  unposted: ChangeLog for last commit
  internal: Allow %L in zerrmsg() in non-debug builds, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog223
1 files changed, 223 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18d8e9ae6..44b45ce07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,229 @@
 	* 45131: Src/exec.c, Test/E02xtrace.ztst: Make a function that
 	redefines itself preserve its tracedness.
 
+2020-01-15  Daniel Shahaf  <danielsh@apache.org>
+
+	* 45287: Doc/Zsh/expn.yo: zshexpn: Describe parameter elision
+	and add some introductory prose
+
+	* 45302: Src/builtin.c: bin_umask(): Queue signals around
+	umask().
+
+2020-01-14  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* users/24656: Doc/Zsh/mod_zutil.yo: docs: Add an example of
+	setting and querying zstyles
+
+2020-01-14  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* users/24659: Doc/Zsh/compsys.yo: Cross-reference use of
+	matcher and matcher-list with tag-order.
+
+2020-01-13  dana  <dana@dana.is>
+
+	* 45296: Test/D02glob.ztst: Clean up after test from users/24633
+
+2020-01-13  Daniel Shahaf  <danielsh@apache.org>
+
+	* 45290: Test/list-XFails: New helper script for listing
+	XFail tests.
+
+2020-01-12  Daniel Shahaf  <danielsh@apache.org>
+
+	* users/24633: Test/D02glob.ztst: Add an xfail test for
+	users/24619.
+
+2020-01-11  Oliver Kiddle  <okiddle@yahoo.co.uk>
+
+	* unposted: Completion/Unix/Command/_cat: additional typo fix
+
+	* Eitan: 45280: Completion/Unix/Command/_git: add -local
+	variants to completed date formats
+
+2020-01-11  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* users/24628 (fixed up): Doc/Zsh/contrib.yo: Add example of how
+	to bind word matching widget with a fixed style.
+
+2020-01-10  Daniel Shahaf  <danielsh@apache.org>
+
+	* 45266: Completion/Linux/Command/_losetup: Fix losetup
+	completion, broken in da085b7a20729401c725f91ae930200d0deda64f
+	(41720).
+
+	* unposted: Doc/Zsh/mod_zpty.yo: Fix punctuation.
+
+2020-01-10  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 45264: configure.ac: use /dev/fd on Cygwin for process
+	substitution
+
+2020-01-09  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted: Completion/Debian/Command/_sbuild,
+	Completion/Unix/Command/_growisofs: Two additional typo fixes.
+
+2020-01-09  Jens Schleusener  <Jens.Schleusener@fossies.org>
+
+	* 45269: Completion/BSD/Command/_mixerctl,
+	Completion/Darwin/Command/_fs_usage,
+	Completion/Darwin/Type/_mac_files_for_application,
+	Completion/Debian/Command/_sbuild,
+	Completion/Linux/Command/_brctl,
+	Completion/Linux/Command/_findmnt,
+	Completion/Linux/Command/_ltrace,
+	Completion/Mandriva/Command/_urpmi,
+	Completion/Redhat/Command/_yum,
+	Completion/Unix/Command/_attr, Completion/Unix/Command/_git,
+	Completion/Unix/Command/_graphicsmagick,
+	Completion/Unix/Command/_iconv,
+	Completion/Unix/Command/_imagemagick,
+	Completion/Unix/Command/_links,
+	Completion/Unix/Command/_luarocks,
+	Completion/Unix/Command/_objdump, Completion/Unix/Command/_od,
+	Completion/Unix/Command/_pandoc, Completion/Unix/Command/_ping,
+	Completion/Unix/Command/_pkg-config,
+	Completion/Unix/Command/_postgresql,
+	Completion/Unix/Command/_rubber,
+	Completion/Unix/Command/_transmission,
+	Completion/Unix/Type/_baudrates,
+	Completion/Unix/Type/_path_files, Etc/FAQ.yo,
+	Functions/Zftp/zfautocheck, Misc/c2z, Src/Modules/curses.c,
+	Src/Modules/db_gdbm.c, Src/Modules/parameter.c, Src/Zle/comp.h,
+	Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/complete.c,
+	Src/Zle/compresult.c, Src/Zle/computil.c, Src/Zle/zle_keymap.c,
+	Src/Zle/zle_main.c, Src/Zle/zle_refresh.c, Src/pattern.c,
+	Src/zsh.h, Src/ztype.h, Test/B01cd.ztst, Test/D04parameter.ztst:
+	Fix misspellings in completions and elsewhere.
+
+2020-01-08  Mikael Magnusson  <mikachu@gmail.com>
+
+	* 45272, 45273: Fix more typos.
+
+2020-01-08  dana  <dana@dana.is>
+
+	* 45261: Completion/Unix/Command/_gcc: Detect clang-as-gcc
+
+2020-01-07  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted: Test/X04zlehighlight.ztst: internal: Remove Vim
+	modeline that interferes with ztst.vim.
+
+	* unposted: Util/ztst-syntax.vim: internal: ztst.vim: Use
+	:syn-sync to work around (#x) and "`\\\\\\\\`" confusing the
+	highlighting.
+
+	* unposted: Util/zyodl.vim: internal: zyodl.vim: Support glob
+	qualifiers in example()'s
+
+	* unposted: Util/zyodl.vim: internal: zyodl.vim: Support yodl
+	comments.
+
+2020-01-07  Damien Thébault  <damien.thebault@gmail.com>
+
+	* github #44: Completion/Unix/Command/_picocom: Allow completion
+	for picocom to list symlinks to character devices
+
+2020-01-06  dana  <dana@dana.is>
+
+	* Eitan Adler: 45245: Completion/Unix/Command/_gcc: add some
+	clang specific warnings
+
+2020-01-06  Daniel Shahaf  <danielsh@apache.org>
+
+	* 45231: Completion/Unix/Command/_rsync: When completing remote
+	modules, ignore more of the motd.
+
+2020-01-05  dana  <dana@dana.is>
+
+	* unposted: Completion/Unix/Command/_tac: Eliminate superfluous
+	variable
+
+	* 45226 (with Daniel, 45223): Completion/Unix/Command/_man:
+	Improve completion of file paths
+
+	* 45184: Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo: Clarify
+	documentation of %-sequences understood by compadd -[Xx]
+
+2020-01-05  Andrey Butirsky  <butirsky@gmail.com>
+
+	* 45239: Functions/Newuser/zsh-newuser-install: Remove
+	'appendhistory' from zsh-newuser-install
+
+2020-01-03  Oliver Kiddle  <okiddle@yahoo.co.uk>
+
+	* 45218: Completion/Unix/Command/_swaks: add more options
+
+	* 45196: Completion/Unix/Command/_make: fix completion after
+	make -C, allowing for -C being used multiple times
+
+2020-01-02  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted (after 45183): Doc/Zsh/contrib.yo: Fix yodl error:
+	"contrib.yo:4457: No macro: back(...)".
+
+	* 45181: Src/glob.c, Test/D04parameter.ztst: Fix workers/45164:
+	${(S)%%} will now consider the empty string as a potential match.
+
+2020-01-01  dana  <dana@dana.is>
+
+	* Stephane: 45183: Doc/Zsh/builtins.yo, Doc/Zsh/contrib.yo,
+	Doc/Zsh/expn.yo: Improve documentation examples
+
+2020-01-01  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted: Test/D04parameter.ztst: Add some tests for ${(S)},
+	including a regression test for workers/45164.
+
+	* 45169/0002 (tweaked for trailing newlines): Etc/BUGS,
+	Test/C03traps.ztst: Add an expected-to-fail test for
+	workers/44007.
+
+	* 45169/0001: Test/B01cd.ztst, Test/ztst.zsh,
+	Util/ztst-syntax.vim: In the test suite, allow test cases to
+	be marked as expected to fail.
+
+2019-12-31  Daniel Shahaf  <danielsh@apache.org>
+
+	* users/24582 + users/24583: Test/D04parameter.ztst,
+	Test/Y01completion.ztst: Add regression tests for the previous
+	commit.
+
+2019-12-30  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* users/24581: Src/Zle/zle_tricky.c, Src/hist.c: Array assignments
+	after the first weren't parsed correctly by ${(z)...} or by
+	completion.
+
+2019-12-31  Daniel Shahaf  <d.s@daniel.shahaf.name>
+
+	* 45160: Doc/Zsh/expn.yo: zshexpn: Expand documentation
+	of (S)
+
+2019-12-28  Sebastian Gniazdowski  <sgniazdowski@gmail.com>
+
+	* 45150 + 45152: Doc/Zsh/expn.yo: zshexpn: Use a more minimal
+	example in the documentation of (#b).
+
+2019-12-27  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted: Test/B01cd.ztst, Util/ztst-ftplugin.vim,
+	Util/ztst-syntax.vim: internal: Vim ztst support: Add an ftplugin
+	in addition to the syntax highlighter.
+
+2019-12-26  dana  <dana@dana.is>
+
+	* 45130: Completion/Base/Utility/_multi_parts: Always pass -f
+	to compadd if given by caller
+
+	* unposted: Src/utils.c: Fix macro guard missed in previous
+	commit
+
+2019-12-26  Daniel Shahaf  <danielsh@apache.org>
+
+	* unposted: Src/utils.c: internal: Allow %L in zerrmsg() in
+	non-debug builds, too.
+
 2019-12-23  Daniel Shahaf  <danielsh@apache.org>
 
 	* unposted: Completion/Unix/Command/_stdbuf: Fix mismatch