summaryrefslogtreecommitdiff
path: root/Src/Zle
AgeCommit message (Collapse)AuthorFilesLines
2007-04-19users/11419: zle copy-region-as-kill <string>Peter Stephenson2-13/+45
adds text to the kill ring
2007-04-17users/11421: %{...%} was broken in completion listingsPeter Stephenson1-4/+2
2007-04-15users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson1-0/+2
2007-04-15users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson1-1/+2
2007-04-0223258: fix debugging added in 23248Peter Stephenson1-1/+2
2007-03-30unposted: better fix for complist line wrap from 23248Peter Stephenson1-4/+5
2007-03-2923248: Completion listing problem with lines nearly screen widthPeter Stephenson1-0/+6
If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
2007-03-2823246: fix completions of redirections that occur before the command wordPeter Stephenson1-4/+15
2007-03-19fix output of prompt in single line ZLEPeter Stephenson1-68/+78
2007-02-1323172: typo displaying multiline explanation stringsPeter Stephenson1-1/+2
2007-02-0823159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson1-0/+1
2007-02-06unposted: uninitialised variable could result from 23144Peter Stephenson1-1/+1
2007-02-0223144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.cPeter Stephenson1-0/+3
2007-01-26Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison1-1/+1
be < 0 -- it returns MB_INVALID, (size_t)-1, which is a positive value.
2007-01-21unposted; typoPeter Stephenson1-1/+1
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson3-15/+14
2007-01-0823097: splitting of $'...' strings in completionPeter Stephenson1-23/+32
2006-12-0823036: three more fixes for completion using $'...'Peter Stephenson2-0/+11
2006-12-03Incomplete improvements for $'...' in completionPeter Stephenson4-44/+236
2006-11-0822981: Zvi Har'el: bad call from 22952Peter Stephenson1-1/+1
22980: add hook array for special functions
2006-11-0222950: fix reverse-menu-complete as start of completionPeter Stephenson1-2/+8
2006-10-3022924: a couple more metafy_line()/unmetafy_line() problemsPeter Stephenson4-20/+32
2006-10-30obscure crash with hasbrpsfx()Peter Stephenson1-2/+12
2006-10-2522911: use QT_BACKSLASH if instring is QT_NONEPeter Stephenson1-1/+2
2006-10-2322896: Src/Zle/complete.mdd: rename Mandrake to Mandriva.Clint Adams1-1/+1
2006-10-16string quoting in compctl used QT_NONE instead of QT_BACKSLASHPeter Stephenson1-1/+2
2006-10-16Add two widges for user control of auto-suffix remove/keep.Bart Schaefer2-0/+11
2006-10-0722831: use CM_SPACE in compdescribeAndrey Borzenkov3-16/+9
2006-10-0622820: this time, fix handling of long accumulated completion linePeter Stephenson1-2/+2
2006-10-0610791: fix handling of long accumulated completion linePeter Stephenson1-1/+1
2006-10-0522819: improved internal use of string quotation,Peter Stephenson5-98/+289
plus completion bug fix with RCQUOTES
2006-09-30fix thinko in 22787Andrey Borzenkov1-1/+2
2006-09-2922787: fix calling convention of pattern_matchAndrey Borzenkov1-62/+73
2006-09-2722780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson1-0/+15
2006-09-2322765: rename some MB_ macros to WC_ for consistency.Peter Stephenson1-2/+2
2006-09-2322761: fix compdescrie for multibyte charactersAndrey Borzenkov1-57/+129
2006-09-2122753: minor character bugs spotted on CygwinPeter Stephenson1-2/+2
2006-09-1722729: trunction in computil.c did't handle multibyte charactersPeter Stephenson1-2/+16
2006-09-1722727: "use 'exit' to exit" was suboptimalPeter Stephenson1-0/+1
2006-09-1522713: word end in math completion context was screwyPeter Stephenson1-1/+1
2006-09-1122660: unmetafy directory for opendir() etc. in compctlPeter Stephenson1-6/+16
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson3-7/+8
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2-155/+307
input
2006-08-2022651: failed to unmetafy bytes for outputPeter Stephenson2-7/+29
2006-08-2022643: completing in math contextPeter Stephenson1-0/+2
2006-08-1722612: comment the static variablesPeter Stephenson1-3/+83
2006-08-1522611: bug scrolling wide completion listPeter Stephenson1-5/+1
2006-08-1422605: bug in complist wide character fixes introduced infinite loopPeter Stephenson1-0/+2
2006-08-1122599: use wide character widths in completionPeter Stephenson3-47/+90
2006-08-1022597: back off two column-subtraction hunksPeter Stephenson2-3/+12