index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
complist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT
Peter Stephenson
2005-08-10
1
-1
/
+1
*
21592: browsing new directory from menu selection crashed
Peter Stephenson
2005-08-10
1
-0
/
+3
*
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
2005-08-10
1
-58
/
+76
*
Optimise length calculations for ${...//.../...}
Peter Stephenson
2005-04-24
1
-2
/
+2
*
20861: Fix statusline in Unicode, apart from isearch
Peter Stephenson
2005-02-24
1
-16
/
+33
*
20856: use VARARR for multibyte string.
Peter Stephenson
2005-02-23
1
-1
/
+2
*
20854: more Unicode stuff.
Peter Stephenson
2005-02-23
1
-6
/
+17
*
20822: Initial code for Unicode/multibyte input
Peter Stephenson
2005-02-18
1
-3
/
+5
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-45
/
+45
*
20500: Unmetafy patterns where possible and other minor pattern fixes
Peter Stephenson
2004-10-18
1
-2
/
+2
*
20482: but with completion inside interactive completion
Peter Stephenson
2004-10-14
1
-1
/
+49
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-4
/
+4
*
19553: rename c in zle to lastchar
Peter Stephenson
2004-03-08
1
-4
/
+4
*
Silenced some compiler warnings about uninitialized variables.
Wayne Davison
2004-02-19
1
-4
/
+4
*
18926: problem accepting filename require metafication with menu selection
Peter Stephenson
2003-08-05
1
-0
/
+4
*
18513: Work around crash on resize in menu selection
Peter Stephenson
2003-05-14
1
-1
/
+15
*
18476: Fix menu selection on Linux console
Andrey Borzenkov
2003-05-05
1
-3
/
+3
*
improve interactive mode when there are no matches left (alow to go back with...
Sven Wischnowsky
2002-07-05
1
-10
/
+30
*
in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...
Sven Wischnowsky
2002-07-04
1
-19
/
+32
*
fix for interactive mode when menu selection is called via the menu-select wi...
Sven Wischnowsky
2002-07-03
1
-5
/
+5
*
two new modes for menu selection: incremental search and interactive (17366)
Sven Wischnowsky
2002-06-26
1
-39
/
+444
*
don't use optimised completion list display code after the list has been eras...
Sven Wischnowsky
2002-06-05
1
-1
/
+1
*
follow-up to 17222, make the optimisation work for some more keys again (17237)
Sven Wischnowsky
2002-05-27
1
-5
/
+7
*
we have to disable 17219 for some keys because their code doesn't set up the ...
Sven Wischnowsky
2002-05-24
1
-0
/
+7
*
make re-display in menu selection faster; redraw only the previously and newl...
Sven Wischnowsky
2002-05-24
1
-13
/
+96
*
fix for file-type-tests in nested quotes and don't count space file-type-char...
Sven Wischnowsky
2002-05-21
1
-26
/
+10
*
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
2002-01-22
1
-4
/
+5
*
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
2001-07-25
1
-3
/
+4
*
add list-grouped option to make options and such be grouped together if they ...
Sven Wischnowsky
2001-07-18
1
-4
/
+8
*
fixes for display bugs for completion lists (cursor left one line to far up o...
Sven Wischnowsky
2001-06-13
1
-4
/
+7
*
print space/backspace when reacing the last column while printing description...
Sven Wischnowsky
2001-05-08
1
-1
/
+4
*
fix default colour for directories (3674)
Sven Wischnowsky
2001-03-15
1
-1
/
+1
*
*** empty log message ***
Sven Wischnowsky
2001-01-18
1
-2
/
+6
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
1
-1
/
+10
*
re-display list for cleanup only if we were in menu selection (13084)
Sven Wischnowsky
2000-10-25
1
-1
/
+6
*
add a counter for invalidatelist() to allow finding out if there is a new lis...
Sven Wischnowsky
2000-10-25
1
-2
/
+3
*
avoid printing file type characters in completion lists for matches ending in...
Sven Wischnowsky
2000-10-24
1
-2
/
+3
*
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
2000-10-11
1
-0
/
+4
*
make user defined completion widgets leave menu selection without accepting t...
Sven Wischnowsky
2000-10-11
1
-2
/
+8
*
change format style with warnings tag, don't add descriptions as matches; mak...
Sven Wischnowsky
2000-07-03
1
-6
/
+27
*
fix for list-colors handling (12107)
Sven Wischnowsky
2000-06-28
1
-1
/
+4
*
make a-a-i-n-h in menu selection work with one match; better undo behaviour f...
Sven Wischnowsky
2000-06-28
1
-1
/
+7
*
allow subscripts for compadd -[ak]; new style for history completion; better ...
Sven Wischnowsky
2000-06-22
1
-2
/
+0
*
make undo break out of menu selection if nothing to undo inside it (11992)
Sven Wischnowsky
2000-06-19
1
-1
/
+1
*
better fix for menu selection on dumb terminal (11885?)
Sven Wischnowsky
2000-06-14
1
-3
/
+3
*
fix for longer capability strings (sunsite still not responding, sigh)
Sven Wischnowsky
2000-06-13
1
-6
/
+8
*
Alexandre: Fix colored listings crash (article number attribution may be
Bart Schaefer
2000-06-11
1
-1
/
+1
*
11850: Fix crash in menu-select on dumb terminals. Also, a ChangeLog entry
Bart Schaefer
2000-06-10
1
-0
/
+2
*
fix for menu-completion when another completion came right after it (11836)
Sven Wischnowsky
2000-06-09
1
-0
/
+1
*
hopefully more consistent beeping with menu-selection (11794)
Sven Wischnowsky
2000-06-07
1
-3
/
+7
[next]