about summary refs log tree commit diff
path: root/Src/Zle
Commit message (Expand)AuthorAgeFilesLines
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-294-6/+7
* 23482: more typosPeter Stephenson2007-05-291-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-289-112/+182
* 23478: crash in reverse-menu-complete if no completionPeter Stephenson2007-05-281-0/+3
* Phil Pennock: 23450: $widgets crashed shell on undefined widgetPeter Stephenson2007-05-221-0/+2
* 23433: fix shift for ZMAXTIMEOUTPeter Stephenson2007-05-131-1/+1
* 23363: fake-files now allows patternsPeter Stephenson2007-05-011-2/+11
* 23337: fix unmetafication for stat() of files in compctlPeter Stephenson2007-04-271-1/+6
* users/11419: zle copy-region-as-kill <string>Peter Stephenson2007-04-192-13/+45
* users/11421: %{...%} was broken in completion listingsPeter Stephenson2007-04-171-4/+2
* users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson2007-04-151-0/+2
* users/11398: vi-goto-mark broken by multibyte supportPeter Stephenson2007-04-151-1/+2
* 23258: fix debugging added in 23248Peter Stephenson2007-04-021-1/+2
* unposted: better fix for complist line wrap from 23248Peter Stephenson2007-03-301-4/+5
* 23248: Completion listing problem with lines nearly screen widthPeter Stephenson2007-03-291-0/+6
* 23246: fix completions of redirections that occur before the command wordPeter Stephenson2007-03-281-4/+15
* fix output of prompt in single line ZLEPeter Stephenson2007-03-191-68/+78
* 23172: typo displaying multiline explanation stringsPeter Stephenson2007-02-131-1/+2
* 23159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson2007-02-081-0/+1
* unposted: uninitialised variable could result from 23144Peter Stephenson2007-02-061-1/+1
* 23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.cPeter Stephenson2007-02-021-0/+3
* Fixed the error checking of mbrtowc() since its return vlaue can neverWayne Davison2007-01-261-1/+1
* unposted; typoPeter Stephenson2007-01-211-1/+1
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-213-15/+14
* 23097: splitting of $'...' strings in completionPeter Stephenson2007-01-081-23/+32
* 23036: three more fixes for completion using $'...'Peter Stephenson2006-12-082-0/+11
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-034-44/+236
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-081-1/+1
* 22950: fix reverse-menu-complete as start of completionPeter Stephenson2006-11-021-2/+8
* 22924: a couple more metafy_line()/unmetafy_line() problemsPeter Stephenson2006-10-304-20/+32
* obscure crash with hasbrpsfx()Peter Stephenson2006-10-301-2/+12
* 22911: use QT_BACKSLASH if instring is QT_NONEPeter Stephenson2006-10-251-1/+2
* 22896: Src/Zle/complete.mdd: rename Mandrake to Mandriva.Clint Adams2006-10-231-1/+1
* string quoting in compctl used QT_NONE instead of QT_BACKSLASHPeter Stephenson2006-10-161-1/+2
* Add two widges for user control of auto-suffix remove/keep.Bart Schaefer2006-10-162-0/+11
* 22831: use CM_SPACE in compdescribeAndrey Borzenkov2006-10-073-16/+9
* 22820: this time, fix handling of long accumulated completion linePeter Stephenson2006-10-061-2/+2
* 10791: fix handling of long accumulated completion linePeter Stephenson2006-10-061-1/+1
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-055-98/+289
* fix thinko in 22787Andrey Borzenkov2006-09-301-1/+2
* 22787: fix calling convention of pattern_matchAndrey Borzenkov2006-09-291-62/+73
* 22780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson2006-09-271-0/+15
* 22765: rename some MB_ macros to WC_ for consistency.Peter Stephenson2006-09-231-2/+2
* 22761: fix compdescrie for multibyte charactersAndrey Borzenkov2006-09-231-57/+129
* 22753: minor character bugs spotted on CygwinPeter Stephenson2006-09-211-2/+2
* 22729: trunction in computil.c did't handle multibyte charactersPeter Stephenson2006-09-171-2/+16
* 22727: "use 'exit' to exit" was suboptimalPeter Stephenson2006-09-171-0/+1
* 22713: word end in math completion context was screwyPeter Stephenson2006-09-151-1/+1
* 22660: unmetafy directory for opendir() etc. in compctlPeter Stephenson2006-09-111-6/+16
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-103-7/+8