Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-05 | Locking simplification and signed/unsigned fixes. | Wayne Davison | 1 | -2/+2 | |
2008-05-04 | 24915: some more fix-ups for combining characters | Peter Stephenson | 1 | -0/+9 | |
2008-05-01 | 24900: add backward-kill-word behaviour to isearch | Peter Stephenson | 1 | -16/+27 | |
document isearch commands better | |||||
2008-04-28 | unposted: reset search line on anchored pattern isearch | Peter Stephenson | 1 | -11/+13 | |
2008-04-28 | unposted: more tweaks for failed isearch pattern matches | Peter Stephenson | 1 | -1/+2 | |
2008-04-28 | 24890: Matt Wozniski: reset skip_pos on backtracking in isearch | Peter Stephenson | 1 | -14/+15 | |
2008-04-27 | 24886: fix endless loop in string isearch | Peter Stephenson | 1 | -1/+1 | |
2008-04-26 | 24822: highlighting of isearch matches | Peter Stephenson | 1 | -20/+57 | |
unposted: not in NEWS that COMBINING_CHARS is not on by default | |||||
2008-04-26 | unposted: fix position of cursor on forward pattern searching | Peter Stephenson | 1 | -11/+30 | |
2008-04-26 | 24881: only feep once on an invalid pattern | Peter Stephenson | 1 | -2/+4 | |
2008-04-26 | feeping on a failed match could be mistimed | Peter Stephenson | 1 | -0/+4 | |
2008-04-26 | 24879: unpleasantness at the pattern search line duplication test club | Peter Stephenson | 1 | -3/+16 | |
2008-04-26 | 24878: add incremental pattern searches | Peter Stephenson | 1 | -173/+405 | |
2008-04-22 | 24861 (with tweaks): logic to use alternative wcwidth() if needed; | Peter Stephenson | 1 | -1/+1 | |
slightly improve test for overwriting with combining characters. | |||||
2008-04-20 | 24853: bits missed from patch | Peter Stephenson | 1 | -3/+3 | |
2008-04-20 | 24853: use metafied strings for inner loops over history | Peter Stephenson | 1 | -224/+304 | |
2008-04-14 | 24816: some places where we need cursor alignment with combining characters | Peter Stephenson | 1 | -1/+5 | |
2008-04-13 | 24808: initial support for combining characters in zle | Peter Stephenson | 1 | -2/+2 | |
2008-04-11 | unposted: move zlefind() and zlecmp() into zle_hist.c | Peter Stephenson | 1 | -0/+86 | |
2007-09-13 | 2381x: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history ↵ | Clint Adams | 1 | -0/+1 | |
search segfaults. | |||||
2006-09-10 | 22684: improve getkeystring() interface and make printf do octal escapes | Peter Stephenson | 1 | -1/+1 | |
2006-03-07 | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 1 | -12/+12 | |
2006-01-06 | 22124: handle bad multibyte input better | Peter Stephenson | 1 | -2/+8 | |
2005-12-12 | A slightly more optimal way to fix the zle_setline() bug using | Wayne Davison | 1 | -2/+1 | |
the same zlecs-checking idiom as setline(). | |||||
2005-12-12 | Fixed problem in zle_setline() where moving to an empty line would | Wayne Davison | 1 | -1/+1 | |
set zlecs to -1. (Reported by Jun T.) | |||||
2005-11-15 | Got rid of some unsigned-char/char pointer casts. | Wayne Davison | 1 | -17/+13 | |
2005-10-28 | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 1 | -2/+2 | |
use multibyte versions of nicechar wherever possible. | |||||
2005-10-23 | not yet posted; zle line screwed up on bad return from insertlastword() | Peter Stephenson | 1 | -2/+7 | |
2005-09-26 | 21764: unmetafication mangle zle history lines | Peter Stephenson | 1 | -1/+5 | |
2005-08-15 | 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems. | Peter Stephenson | 1 | -10/+13 | |
2005-08-11 | Changed several instances of ZWC() used on a string to ZWS(). | Wayne Davison | 1 | -2/+2 | |
2005-08-10 | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 1 | -10/+12 | |
2005-07-28 | 21541: remove some warnings from ZLE_UNICODE_SUPPORT | Peter Stephenson | 1 | -6/+9 | |
2005-03-18 | 21014: remember_edits() was broken | Peter Stephenson | 1 | -1/+3 | |
2005-02-25 | 20869: more small Unicode tweaks | Peter Stephenson | 1 | -4/+0 | |
2005-02-25 | 20863: fix history (i)searching for Unicode | Peter Stephenson | 1 | -130/+252 | |
2005-02-24 | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 1 | -1/+5 | |
2005-02-23 | 20854: more Unicode stuff. | Peter Stephenson | 1 | -15/+45 | |
2005-02-18 | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 1 | -15/+32 | |
20823: Debugging test in stat wrong for 64-bit systems | |||||
2005-01-26 | 20752: fix access to ZLE parameters | Peter Stephenson | 1 | -1/+1 | |
2005-01-14 | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 1 | -92/+92 | |
unposted: update version to 4.2.3-dev-1 | |||||
2004-08-24 | When downline() calls upline() or visa versa (due to a negative zmult), | Wayne Davison | 1 | -2/+2 | |
the value of "n" that was returned should be negative but was positive. Fixes some problems with {down,up}-line-or-history and others. | |||||
2004-07-29 | 20219: make zle parameter HISTNO writeable | Peter Stephenson | 1 | -0/+2 | |
add history-pattern-search widget | |||||
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -11/+11 | |
2004-05-28 | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 1 | -1/+1 | |
2004-03-08 | 19553: rename c in zle to lastchar | Peter Stephenson | 1 | -12/+12 | |
2004-02-20 | 19456: Fix ptmx tests, again. | Peter Stephenson | 1 | -1/+2 | |
2002-12-06 | 17983: Added zle LASTSEARCJ parameter | Felix Rosencrantz | 1 | -2/+8 | |
2002-06-24 | 17360: more lenient accept-line-and-down-history behaviour | Peter Stephenson | 1 | -16/+26 | |
17361: more careful about NULL history entries in zle | |||||
2002-03-05 | 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo, | Peter Stephenson | 1 | -23/+115 | |
Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line. |