summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-07-28add Functions/Exceptions/.distfilesPeter Stephenson2-0/+6
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson7-14/+46
2005-07-28unposted: updated _perforce for Perforce release 2005.1Peter Stephenson2-2/+35
2005-07-2821540: update aap completion for version 1.076Doug Kearns2-14/+25
2005-07-27The PROMPT_SP output should be prior to the job notifications too.Wayne Davison1-7/+7
2005-07-26PROMPT_SP improvement.Wayne Davison1-0/+6
2005-07-2621532Wayne Davison1-0/+8
2005-07-26Moved the PROMPT_SP output into preprompt() so that it takes effectWayne Davison1-0/+9
prior to things like precmd(), the mail-check output, etc.
2005-07-26Mention the new inverse-hash that is output by PROMPT_SP.Wayne Davison1-4/+2
2005-07-26Moving the PROMPT_SP code earlier in the scheme of things so thatWayne Davison1-23/+1
it can take affect prior to things like the mail-check output.
2005-07-26Updated the entry that talks about PROMPT_CR and PROMPT_SP to suggestWayne Davison1-7/+4
a better precmd function -- one that includes an inverse hash, and that outputs all its input in one go so that echoed input can't trip up the algorithm and cause a wrap when it shouldn't.
2005-07-2621529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.Clint Adams3-7/+12
2005-07-26unposted: declare expl local in _rakeDoug Kearns2-1/+5
2005-07-2621527: rename zsh-newuser-install and don't run if not loadedPeter Stephenson5-14/+36
2005-07-2621516: handle dhclient V3 as well as V2.Clint Adams2-5/+32
2005-07-2621518 (modified)Wayne Davison1-0/+6
2005-07-26Added tests for \c escape handling.Wayne Davison1-0/+28
2005-07-26Fixed bin_print() to handle \c escapes as per POSIX (truncating theWayne Davison1-5/+16
output at the \c). (Based on a patch by Thorsten Dahlheimer.)
2005-07-26If getkeystring() finds a \c escape (when looking for such escapes),Wayne Davison1-1/+3
truncate the returned string at the escape.
2005-07-2521523, 21524: Julius Plenz: completions for pump and dhclient.Clint Adams3-0/+36
2005-07-25unposted: add missing compset -S call to _phpDoug Kearns2-2/+8
2005-07-25Some echo/printf improvements for the \c escape.Wayne Davison1-0/+11
2005-07-2421519: only complete files after baz commit, not archive/version.Clint Adams2-1/+4
2005-07-2421517: complete files after build-config if there's a configs subdir, even ↵Clint Adams2-2/+10
if one is not in a project tree.
2005-07-24The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknownWayne Davison1-1/+1
escape (resulting in a literal "c"), not remove the sequence (from a patch by Thorsten Dahlheimer).
2005-07-24Improved the function comment for getkeystring().Wayne Davison1-10/+11
2005-07-24Added missing "goto" in handling of 'c' escape (fix fromWayne Davison1-0/+2
Thorsten Dahlheimer).
2005-07-24An install fix for Cygwin from Thorsten Dahlheimer.Wayne Davison1-0/+1
2005-07-2421510: use && rather than -a binary test operator.Clint Adams2-1/+6
2005-07-2321506: use globbing instead of ls and sed.Clint Adams2-5/+6
2005-07-2321505: use an array for common arguments rather than an additional functionClint Adams2-26/+31
2005-07-23215??: move xscreensaver-command completion to the X dir.Clint Adams2-4/+10
2005-07-21unposted: bring various .distfiles up to datePeter Stephenson12-7/+33
2005-07-2021500: Add script and function as framework for new user stuff.Peter Stephenson7-16/+75
2005-07-2021499: Doc/Makefile.in: use newer texi2html syntax.Clint Adams2-1/+5
2005-07-2021498: Add zsh/newuser modulePeter Stephenson10-43/+266
2005-07-20unposted: add -s option to _arguments call in _rakeDoug Kearns2-1/+5
2005-07-2021492Wayne Davison1-0/+7
2005-07-19Undo version mod that changed the wrong 3.0 into 4.3.0.Wayne Davison1-1/+1
2005-07-1921492: Update the prompt-overwriting section even more extensively.Wayne Davison1-29/+35
2005-07-18fix version in 21490Peter Stephenson2-1/+3
2005-07-1821490: Update FAQ to reflect PROMPT_SP optionPeter Stephenson2-2/+11
2005-07-16Fixed the heading for the new PROMPT_SP option.Wayne Davison1-1/+1
2005-07-16unposted: escape colons in _python -W option argument messageDoug Kearns2-2/+7
2005-07-1521464Wayne Davison1-0/+6
2005-07-15Implement the new PROMPT_SP option.Wayne Davison1-1/+23
2005-07-15Reference 4 extra termcap items: save-cursor, restore-cursor, theWayne Davison1-5/+18
backspace character, and the ignore-newline-after-wrap flag.
2005-07-15Add "promptsp" to the optname optns[] array.Wayne Davison1-0/+1
2005-07-15Added the PROMPTSP option plus 3 new termcap definesWayne Davison1-1/+5
(TCSAVECURSOR, TCRESTRCURSOR, and TCBACKSPACE).
2005-07-15Document the new PROMPT_SP option.Wayne Davison1-0/+18