summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-0524793: Ismail: typoPeter Stephenson2-1/+6
2008-04-0424792: try to be safer about turning off attributes when refreshingPeter Stephenson2-3/+22
2008-04-0424790: YODL items need closing parentheses on next linePeter Stephenson2-3/+11
2008-04-0424789: completion for stg subcommands.Clint Adams2-0/+62
2008-04-0324788: ${(m)#...} returns string print widthPeter Stephenson3-6/+14
2008-04-0324787: reset region_highlight when finished editing command linePeter Stephenson2-0/+8
2008-04-03typoPeter Stephenson1-2/+4
2008-04-0324786: handle read -t properly in zle via getbyte()Peter Stephenson7-29/+62
2008-04-0324782: initial go at highlighting of characters in zle command linesPeter Stephenson11-257/+1076
2008-04-03unposted, see users/12758: [(w)...] does work with (r) and (R)Peter Stephenson2-2/+7
2008-04-02users/12754: document [(w)...] only works on forward indexingPeter Stephenson2-1/+5
2008-04-02unposted: update version to 4.3.6-dev-0Peter Stephenson2-1/+4
2008-04-0224781: enhance word-context to use next or previous wordPeter Stephenson3-17/+19
2008-04-02README: minor tweaksPeter Stephenson2-2/+7
2008-04-02unposted: release 4.3.6Peter Stephenson3-3/+19
2008-04-01unposted: other minor typosPeter Stephenson3-3/+6
2008-04-01unposted: spotted by Ismail: typoPeter Stephenson2-1/+5
2008-03-31unposted: 4.3.5-dev-4Peter Stephenson6-4/+9
2008-03-31unposted: use kdialog in calendar_show if appropriatePeter Stephenson2-2/+17
2008-03-3024708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:Peter Stephenson4-0/+38
fix backtracking problem in (#c) pattern
2008-03-2824777: bug clearing up after menu selectionPeter Stephenson2-1/+16
2008-03-2824776: clarify compinit message when compaudit failsPeter Stephenson2-2/+6
2008-03-2824775: improve _cd option handlingPeter Stephenson1-0/+10
2008-03-2824775: improve _cd option handlingPeter Stephenson2-4/+32
2008-03-28users/12739: fix multiple arguments to --with-term-libPeter Stephenson2-1/+4
2008-03-2824768: add -q option to cd, chdir, pushd, popdPeter Stephenson5-46/+93
use in _canonical_paths add 4.3.6 release note with this and other stuff
2008-03-2724759: dont unfunction if no function; sanitize helper functionsPeter Stephenson2-61/+72
2008-03-2724757: canonicalize paths some morePeter Stephenson2-5/+29
2008-03-27unposted: fix alias test in 24736 properlyPeter Stephenson2-4/+13
2008-03-26unposted: 4.3.5-dev-3Peter Stephenson2-1/+3
2008-03-2625735: use zstat to get canonical name for symbolic linksPeter Stephenson2-8/+35
2008-03-2624741: loading zstat builtin was misdocumentedPeter Stephenson2-1/+8
2008-03-2624736: a couple more tests failing on SolarisPeter Stephenson2-10/+2
2008-03-26Add zstat to the functions index.Bart Schaefer1-0/+1
2008-03-26unposted: 4.3.5-dev-2Peter Stephenson2-2/+6
2008-03-2522281: wait shouldn't return immediately on signal unless trappedPeter Stephenson2-2/+7
2008-03-25fix optimisation of string matching with multibyte modePeter Stephenson6-21/+72
24732: attempt to provide adequate space for sched ztrftime string with multibyte characters
2008-03-2324730: use --no-color when calling git commands that might output color codes.Clint Adams2-3/+8
2008-03-2324728: complete for aptitude why and why-not.Clint Adams2-1/+6
2008-03-23unposted: further documentation tweak for the (R) and (I) subscript flags.Bart Schaefer2-10/+18
2008-03-18Tweak documentation.Bart Schaefer2-2/+5
2008-03-1824717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1Bart Schaefer4-6/+17
any longer, so the (i) subscript flag on an empty array needs to yield 1.
2008-03-15unposted: fix some .distfiles and .cvsignore stuffPeter Stephenson5-10/+43
2008-03-15unposted: 4.3.5-dev-1Peter Stephenson2-2/+6
2008-03-15Functions/Misc/zkbd: add -h to local declaration in is-this-a-function test.Bart Schaefer2-10/+34
Use $DISPLAY when we have one instead of only $VENDOR-$OSTYPE as file name suffix. Add some knowledge of the MULTIBYTE option and its effects.
2008-03-1424712: handling of backticks being requoted for double quotesPeter Stephenson2-0/+5
2008-03-1424711: fix re-presentation of here-documents munged internallyPeter Stephenson5-8/+87
to here-strings
2008-03-1324705: rationalise curses and term headers even morePeter Stephenson7-130/+171
2008-03-1224704: completion for BSD calendar.Clint Adams2-0/+17
2008-03-1124703: Src/Zle/zle_main.c: clear trashedzle when first startingBart Schaefer2-1/+9
the editor in zleread(), so that reexpandprompt() from the first zrefresh() won't expand the prompt an extra time.