summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-09-02Previously-forgotten entry corresponding to zed fix from workers/20244.Bart Schaefer1-0/+5
2004-08-2420283Wayne Davison1-0/+5
2004-08-24Incorporate Jean-Baptiste Quenot's change that improves the parsingWayne Davison1-1/+1
of the <target ...> tag.
2004-08-2420282Wayne Davison1-0/+6
2004-08-24When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison1-2/+2
the value of "n" that was returned should be negative but was positive. Fixes some problems with {down,up}-line-or-history and others.
2004-08-21- Fixed the perl code that was using the @matches array.Wayne Davison1-4/+3
- Simplified the other perl code just a little.
2004-08-1802070Wayne Davison1-2/+3
2004-08-18One of the new parenthetical expressions needs to not return a valueWayne Davison1-1/+1
so that it doesn't put items into the @matches array.
2004-08-18Don't output a target "VAR" for a line of the form "VAR := VALUE".Wayne Davison1-4/+4
2004-08-1820269Wayne Davison1-0/+5
2004-08-18Don't output make targets all clumped into a single string when useperlWayne Davison1-1/+1
is enabled.
2004-08-1620251: integer conversion truncationPeter Stephenson7-86/+149
20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1
2004-08-13unposted: config.guess, config.sub: update to 2004-07-19 and 2004-06-24, ↵Clint Adams3-53/+139
respectively.
2004-08-13Version 4.2.1Peter Stephenson2-2/+6
2004-08-11Changed an entry that was space-indented to being tab-indented likeWayne Davison1-1/+1
all the others.
2004-08-1120254: restrict scope of the default tag-order to fix a problem with cdrecordOliver Kiddle2-0/+6
completion. Ideally the tag-order should go but _arguments currently needs it.
2004-08-1020244: fix bug with zed-iting autoloaded functions.Bart Schaefer1-1/+1
2004-08-0720237: handle mysqlimport, more mysql options. Redo screen session completionOliver Kiddle3-70/+129
2004-08-0720236: fix problem with keep-prefix style where a modifier removes the prefixOliver Kiddle2-2/+6
2004-08-0720235: sync remote file completion against _ssh to fix bug with quote handlingOliver Kiddle2-25/+25
2004-08-07still allow user specified text modifiers with a short terminal.Geoff Wing2-1/+9
Only disallow if the terminal is really unknown or without sufficient capabilities or if SINGLE_LINE_ZLE option is given
2004-08-0620232 with typo corrected: remove zftp directory listing on zfcdPeter Stephenson2-2/+8
2004-08-06unposted: zsh-4.2.1-test-APeter Stephenson2-2/+6
2004-08-01 * 20230: Completion/Debian/Command/_apt: dumb down apt-getClint Adams2-1/+5
install completion and always complete from all available packages.
2004-08-01 * 20225: Doc/Zsh/mod_clone.yo: add Philippe Troin's explanationsClint Adams2-3/+36
of clone usage.
2004-07-3020222: turn on max function depthPeter Stephenson6-25/+63
plus unposted reference to this in README plus unposted neatening of 20219 history-pattern-search
2004-07-2920221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson1-0/+5
2004-07-2920221: $LINENO in trap '...' DEBUG was wrong.Peter Stephenson3-6/+13
2004-07-2920219: make zle parameter HISTNO writeablePeter Stephenson7-3/+124
add history-pattern-search widget
2004-07-2920208: ternary path codes in prompt treat / as zero elementsPeter Stephenson3-3/+13
2004-07-2820214: fix debugging test with recursive functionsPeter Stephenson2-1/+7
2004-07-2820204: Motoi Washida: typo in _retrieve_cachePeter Stephenson2-1/+4
2004-07-2820200 plus unposted: fix MIME stuff,Peter Stephenson3-12/+24
don't let _kfmclient drop through to `no more arguments' unnecessarily
2004-07-2620199: improve MIME handling.Peter Stephenson9-7/+175
2004-07-2620198: fix TRAPEXIT.Peter Stephenson6-6/+25
2004-07-26Unposted: documentation for "zargs"Bart Schaefer2-0/+47
2004-07-2320180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systemsOliver Kiddle2-3/+6
2004-07-23Motoi Washida: 20179: new completions for Mac OS XOliver Kiddle6-0/+144
2004-07-19Jean-Baptiste Quenot: 20167: find targets enclosed in single quotesOliver Kiddle2-1/+6
2004-07-1720173: fix crash when reallocating heapsPeter Stephenson2-0/+6
2004-07-1320153: make zle-line-init run after the first zrefresh()Peter Stephenson2-2/+9
2004-07-12NEWS: more additions from Oliver.Peter Stephenson2-0/+13
2004-07-12NEWS: read through and tidied upPeter Stephenson2-7/+9
2004-07-1220151: ChangeLog for NEWSPeter Stephenson1-0/+2
2004-07-12unposted: improve 20150 by setting pointer to NULLPeter Stephenson3-0/+18
2004-07-1220145: Additional arguments to read-from-minibuffer specify initial valuesBart Schaefer3-5/+19
of LBUFFER and RBUFFER.
2004-07-1120149: improve prompt-reset codePeter Stephenson8-24/+40
20150: commit ancient memory leak fix(?) in completion
2004-07-0721042: add test for bug fixed in 21041Peter Stephenson2-0/+16
2004-07-0720141: Crash restoring exported special parametersPeter Stephenson4-63/+66
2004-07-0220126: tidy up before 4.2.1Peter Stephenson16-12/+65
20127: tweaked version of Wayne's patch to reexand prompts