summaryrefslogtreecommitdiff
path: root/Etc
AgeCommit message (Collapse)AuthorFilesLines
2018-12-19unposted: updates for 5.6.2-test-2Peter Stephenson1-1/+1
2018-10-03unposted: minor FAQ typosPeter Stephenson1-2/+2
2018-09-2653542 (tweaked): further output about "which" outputPeter Stephenson1-15/+17
2018-09-2443527, tweaked: describe which output behaviour in FAQ.Peter Stephenson1-0/+29
2018-09-1443457: Release 5.6.2Daniel Shahaf1-1/+1
2018-09-1243447: Generate tar.xz artifacts only.Daniel Shahaf1-2/+0
2018-09-08unposted: creating-a-release.txt: Add another step.Daniel Shahaf1-0/+1
2018-09-08unposted: Patch release: 5.6.1Daniel Shahaf1-1/+1
2018-09-0643392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf1-5/+0
srcdir. Fixes creating tarballs in out-of-tree builds. While here, remove the instruction to build zsh before building a tarball, since that's unneeded.
2018-09-05unposted (cf 43373): Add two caveats: no local modifications, and need to ↵Daniel Shahaf1-0/+7
build in-tree.
2018-09-0343370: New maintainer-facing documentation.Daniel Shahaf1-0/+60
2018-09-03CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile1-1/+1
See NEWS for more information. Patch by Anthony Sottile and Buck Evan.
2018-09-0343333: Generate FAQ.html in the builddir, rather than in the srcdir, and add ↵Daniel Shahaf1-5/+5
it to the default target of the Etc/ subdirectory. This fixes `make targz-doc` in out-of-tree builds.
2018-08-25unposted: Fix FAQ build, broken by 43184.Daniel Shahaf1-1/+1
2018-07-2943184: Remove reference to ftp_sites.yoMatthew Martin1-7/+3
2018-06-1643031: Add note to style guide about quotingdana1-0/+17
2018-06-1643031: Add note to style guide about variant syntaxdana1-0/+20
2018-04-16unposted: Update for release 5.5.1.Peter Stephenson1-1/+1
2018-03-2542505 (corrected): prepare for 5.5 releasePeter Stephenson1-1/+1
2017-09-0241623: Update FAQ.yo for Yodl 3Peter Stephenson1-23/+23
2017-08-2541599: info updates for 5.4.2Peter Stephenson1-1/+1
2017-08-08unposted: update to 5.4.1Peter Stephenson1-1/+1
2017-07-29unposted: update distribution docs for 5.4 release.Peter Stephenson1-1/+1
2017-07-1441414: fix for commas used in exclusion listsFabian Klötzl1-1/+1
also missing escape for _gcc and --no-index option for git diff
2017-06-09unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules.Daniel Shahaf1-0/+6
2017-02-0940492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf1-7/+0
Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.)
2017-01-23unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue.Daniel Shahaf1-0/+5
2017-01-05users/22320: Etc/BUGS: Add 40240, label 40106.Daniel Shahaf1-2/+9
2016-12-21unposted: Release 5.3.1Peter Stephenson1-1/+1
2016-12-0240066: updates for 5.3 releasePeter Stephenson1-2/+2
2016-11-2940035: Cosmetic fixes for comments and documentation.Eitan Adler1-1/+1
Mostly fixes to doubled words.
2016-11-12unposted: Addenda to list of module hooksBarton E. Schaefer1-12/+15
2016-11-12unposted: add list of standard module hooks with corresponding macro namesBarton E. Schaefer1-0/+25
2016-09-1739356 (tweaked, c.f. Bart 39358): Etc/BUGS: Remove fixed items, add 'compset ↵Daniel Shahaf1-34/+3
-q' item from workers/39306. The first removed hunk is fixed by ZLE_RPROMPT_INDENT. The next two removed hunks work (on my system, anyway) with current master.
2016-08-06unposted: fix formatting in module discussion; add mention of widgets and ↵Barton E. Schaefer1-16/+35
keymaps for modules.
2016-02-19unposted: developer documentation: Clarify the term "variant".Daniel Shahaf1-1/+2
2015-11-21unposted: Make 5.1.1-test-1 in preparation for 5.2Peter Stephenson1-1/+1
2015-11-0837079: better description of "optstr" field in struct builtin as used in ↵Barton E. Schaefer1-1/+3
BUILTIN() macro
2015-09-28unposted: Update link to my ChangeLog generator script,Daniel Shahaf1-0/+2
on account of patching it to handle commas properly (thanks Mikael).
2015-09-06unposted: make 5.1-test-1 with updates for 5.1.1Peter Stephenson1-1/+1
2015-08-24unposted: replace version 5.0.9 with 5.1 in FAQPeter Stephenson1-1/+1
2015-08-2136265 plus FAQ: fix alias expansion after "function"Peter Stephenson1-0/+21
Owing to interesting historical parsing, names after the first were treated as command words so had non-global aliases expanded. Add an FAQ note that use of the function keyword works around other alias problems
2015-08-21unposted: update version from 5.0.8 to 5.1 in descriptive textPeter Stephenson1-1/+1
2015-08-1736186: FAQ (3.24): Update for bracketed pasteDaniel Shahaf1-0/+6
2015-07-2835947: update discussion of module wrappers, some examplesBarton E. Schaefer1-7/+30
2015-07-2435810: FAQ += edit-command-lineDaniel Shahaf1-0/+17
2015-07-1335775: New zsh-specific yodl vim syntax highlighting.Daniel Shahaf1-0/+3
To try this, see the instructions at the top of Util/zyodl.vim (in the comment). * Util/zyodl.vim: New syntax highlighting file. * Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading. * Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
2015-07-0635441: Make devs' ChangeLog generator scripts discoverableDaniel Shahaf1-0/+13
2015-05-31unposted: release 5.0.8Peter Stephenson1-2/+2
2015-05-0835057: make URL clickable (again)Jun-ichi Takimoto1-1/+1
This should have been included in 34850.