about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* unposted: release 4.3.6 zsh-4.3.6Peter Stephenson2008-04-021-1/+5
|
* unposted: other minor typosPeter Stephenson2008-04-011-0/+3
|
* unposted: spotted by Ismail: typoPeter Stephenson2008-04-011-0/+4
|
* unposted: 4.3.5-dev-4 zsh-4.3.5-dev-4Peter Stephenson2008-03-311-0/+4
|
* unposted: use kdialog in calendar_show if appropriatePeter Stephenson2008-03-311-0/+5
|
* 24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:Peter Stephenson2008-03-301-0/+6
| | | | fix backtracking problem in (#c) pattern
* 24777: bug clearing up after menu selectionPeter Stephenson2008-03-281-0/+6
|
* 24776: clarify compinit message when compaudit failsPeter Stephenson2008-03-281-0/+3
|
* 24775: improve _cd option handlingPeter Stephenson2008-03-281-0/+3
|
* users/12739: fix multiple arguments to --with-term-libPeter Stephenson2008-03-281-0/+3
|
* 24768: add -q option to cd, chdir, pushd, popdPeter Stephenson2008-03-281-0/+7
| | | | | use in _canonical_paths add 4.3.6 release note with this and other stuff
* 24759: dont unfunction if no function; sanitize helper functionsPeter Stephenson2008-03-271-0/+4
|
* 24757: canonicalize paths some morePeter Stephenson2008-03-271-0/+3
|
* unposted: fix alias test in 24736 properlyPeter Stephenson2008-03-271-0/+5
|
* unposted: 4.3.5-dev-3 zsh-4.3.5-dev-3Peter Stephenson2008-03-261-0/+2
|
* 25735: use zstat to get canonical name for symbolic linksPeter Stephenson2008-03-261-0/+4
|
* 24741: loading zstat builtin was misdocumentedPeter Stephenson2008-03-261-0/+7
|
* unposted: 4.3.5-dev-2 zsh-4.3.5-dev-2Peter Stephenson2008-03-261-0/+4
|
* 22281: wait shouldn't return immediately on signal unless trappedPeter Stephenson2008-03-251-0/+3
|
* fix optimisation of string matching with multibyte modePeter Stephenson2008-03-251-0/+10
| | | | | 24732: attempt to provide adequate space for sched ztrftime string with multibyte characters
* 24730: use --no-color when calling git commands that might output color codes.Clint Adams2008-03-231-0/+5
|
* 24728: complete for aptitude why and why-not.Clint Adams2008-03-231-0/+5
|
* unposted: further documentation tweak for the (R) and (I) subscript flags.Bart Schaefer2008-03-231-1/+6
|
* Tweak documentation.Bart Schaefer2008-03-181-0/+3
|
* 24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1Bart Schaefer2008-03-181-2/+9
| | | | any longer, so the (i) subscript flag on an empty array needs to yield 1.
* unposted: fix some .distfiles and .cvsignore stuffPeter Stephenson2008-03-151-0/+4
|
* unposted: 4.3.5-dev-1 zsh-4.3.5-dev-1Peter Stephenson2008-03-151-0/+4
|
* Functions/Misc/zkbd: add -h to local declaration in is-this-a-function test.Bart Schaefer2008-03-151-0/+7
| | | | | 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.
* 24712: handling of backticks being requoted for double quotesPeter Stephenson2008-03-141-0/+3
|
* 24711: fix re-presentation of here-documents munged internallyPeter Stephenson2008-03-141-0/+6
| | | | to here-strings
* 24705: rationalise curses and term headers even morePeter Stephenson2008-03-131-0/+8
|
* 24704: completion for BSD calendar.Clint Adams2008-03-121-0/+5
|
* 24703: Src/Zle/zle_main.c: clear trashedzle when first startingBart Schaefer2008-03-111-0/+6
| | | | | the editor in zleread(), so that reexpandprompt() from the first zrefresh() won't expand the prompt an extra time.
* unposted: make test for added space in 24699 saferPeter Stephenson2008-03-111-0/+5
|
* 24702: fix 24701Clint Adams2008-03-091-1/+1
|
* 24701: use $service instead of $words[1] so completion will work if git is ↵Clint Adams2008-03-091-0/+5
| | | | an alias to a wrapper.
* 24699: bug with ${(Q)...} on initial ">"Peter Stephenson2008-03-081-0/+8
| | | | bug with ${(z)...} on string with unterminated "("
* users/12699: don't complete normal arguments where we're completing thePeter Stephenson2008-03-071-0/+6
| | | | required argument to an option in the word following the option
* Richard Hartmann: 24631: gpg completion updatePeter Stephenson2008-03-071-0/+2
|
* 24696: turn off MULTIBYTE by default in sh emulationPeter Stephenson2008-03-071-0/+5
|
* History file-handling improvments.Wayne Davison2008-03-061-0/+11
|
* unposted: improved handling of perforce @label and @datePeter Stephenson2008-03-041-0/+5
|
* 24673: another attempt to sort characters the same way on multiple UTF-8Peter Stephenson2008-03-031-0/+3
| | | | implementations
* 24662: River Tarnell: strtoul() compat when not in system libraryPeter Stephenson2008-03-031-0/+5
|
* 24653, 24659: Completion/Unix/Type/_path_commands: use a helper functionBart Schaefer2008-03-031-0/+6
| | | | | to call "whatis" portably, and use compadd -O to pre-filter matches before reading $_command_descriptions.
* overeagnerness to spot integers in cd after - and +Peter Stephenson2008-03-021-0/+5
|
* 24650: use zstyle -t instead of -T since extra-verbose isn't meant to ↵Clint Adams2008-03-011-0/+5
| | | | default to yes.
* 24632: fix remote ssh filename quoting.Clint Adams2008-03-011-0/+5
|
* 24672: fix(?) crash resizing window during menu-selectPeter Stephenson2008-02-281-0/+5
|
* 24626: only process command descriptions if extra-verbose style is set.Clint Adams2008-02-281-0/+3
|