summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-1124990: Stephane Chazelas: fix various little quirks in zmvPeter Stephenson2-29/+35
2008-05-09unposted: fix uninitialised variablePeter Stephenson1-1/+1
2008-05-09users/12846: not so many Windows ports, these daysPeter Stephenson2-26/+15
2008-05-0924986: prompt escapes for coloursPeter Stephenson8-376/+622
2008-05-08unposted: bad argument to zmodload -F error messagePeter Stephenson2-1/+3
2008-05-0824980: zmodload -mFPeter Stephenson5-44/+120
2008-05-0824972: Phil Pennock: zf_* variants of zsh/files builtins plus extra optionsPeter Stephenson4-19/+100
2008-05-08unposted: typo in ChangeLogPeter Stephenson1-1/+1
2008-05-07Oliver: 24962: update prompt_oliver_setup with default highlightingPeter Stephenson2-8/+13
2008-05-0724959: crash with ^D in compctlPeter Stephenson2-6/+11
2008-05-0624957: better sanity checking of colour rangesPeter Stephenson3-12/+41
always use termcap for numeric ranges where available
2008-05-0624911: missed REGION_ACTIVE documentation, somehowPeter Stephenson2-0/+14
2008-05-0624953: "default" zle_highlight; fix allocation bug in colour sequencesPeter Stephenson3-91/+148
2008-05-0624951: implement ZLS_COLORS ln=targetPeter Stephenson5-31/+79
2008-05-0624947: complete -safe-mode for firefox.Clint Adams2-0/+6
2008-05-0624938: tweak Free BSD XOPEN testPeter Stephenson2-4/+4
2008-05-0624937: finally(?) fix free BSD XOPEN testPeter Stephenson2-1/+4
2008-05-0624932: try to fix up code that regularizes attributes after right promptPeter Stephenson3-18/+38
2008-05-0624927: Phil Pennock: limit XOPEN workaround to FreeBSD 6Peter Stephenson2-1/+6
2008-05-05Only call close(flock_fd) if flock_fd is >= 0.Wayne Davison1-2/+4
2008-05-05Locking simplification and signed/unsigned fixes.Wayne Davison4-100/+68
2008-05-04Mikael Magnusson: 24911 (slightly tweaked):Peter Stephenson1-0/+17
REGION_ACTIVE zle parameter
2008-05-0424904 + 24916: be more careful definined _XOPEN_SOURCE_EXTENDED on BSD systemsPeter Stephenson3-17/+22
2008-05-0424915: some more fix-ups for combining charactersPeter Stephenson5-29/+84
2008-05-02users/12812: fix hang with confusion over process numbersPeter Stephenson4-46/+82
2008-05-0124900: add backward-kill-word behaviour to isearchPeter Stephenson3-40/+88
document isearch commands better
2008-05-0124899: make colour escape sequences configurablePeter Stephenson4-41/+242
allow ANSI colour names
2008-04-29Matt Wozniski: typoPeter Stephenson2-1/+3
2008-04-29oopsPeter Stephenson2-1/+5
2008-04-2924894: enable colouring of highlighted text in editorPeter Stephenson5-62/+242
2008-04-2924893: duplicate statusline to avoid crashes when constantPeter Stephenson2-1/+8
2008-04-28unposted: reset search line on anchored pattern isearchPeter Stephenson2-11/+18
2008-04-28unposted: more tweaks for failed isearch pattern matchesPeter Stephenson2-1/+5
2008-04-2824890: Matt Wozniski: reset skip_pos on backtracking in isearchPeter Stephenson2-14/+18
2008-04-2824887: geoff: typoPeter Stephenson2-1/+5
2008-04-2724886: fix endless loop in string isearchPeter Stephenson2-1/+6
2008-04-2624822: highlighting of isearch matchesPeter Stephenson5-35/+115
unposted: not in NEWS that COMBINING_CHARS is not on by default
2008-04-26unposted: typoPeter Stephenson2-1/+8
2008-04-26unposted: fix position of cursor on forward pattern searchingPeter Stephenson2-11/+40
2008-04-2624881: only feep once on an invalid patternPeter Stephenson2-2/+7
2008-04-26feeping on a failed match could be mistimedPeter Stephenson2-0/+7
2008-04-2624879: unpleasantness at the pattern search line duplication test clubPeter Stephenson2-3/+19
2008-04-2624878: add incremental pattern searchesPeter Stephenson8-230/+567
2008-04-2624876: Jun T.: don't install manual pages if emptyPeter Stephenson2-0/+3
2008-04-2624872: revert to original patchPeter Stephenson2-4/+1
2008-04-26Jun T. 24872 + 24873: capitalization with combining charactersPeter Stephenson2-0/+7
2008-04-2624869: Marc Chantreux: make default readnullcmd configurablePeter Stephenson3-1/+19
2008-04-24unposted: Jun T.: fix backkill() calculation of charaters to killPeter Stephenson2-8/+12
2008-04-23unposted: fix overwrite without MULTIBYTE_SUPPORTPeter Stephenson2-1/+12
2008-04-2324867: _XOPEN_SOURCE -> _XOPEN_SOURCE_EXTENDEDPeter Stephenson2-2/+10