1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-26 18:01:03 +02:00
Commit graph

5605 commits

Author SHA1 Message Date
Peter Stephenson
a9ad660bd3 users/12812: fix hang with confusion over process numbers 2008-05-02 22:48:58 +00:00
Peter Stephenson
a8854f71eb 24900: add backward-kill-word behaviour to isearch
document isearch commands better
2008-05-01 11:33:02 +00:00
Peter Stephenson
fadf4a55ff 24899: make colour escape sequences configurable
allow ANSI colour names
2008-05-01 10:58:23 +00:00
Peter Stephenson
71eafcc945 Matt Wozniski: typo 2008-04-29 20:59:32 +00:00
Peter Stephenson
8dc2bc1350 oops 2008-04-29 19:53:47 +00:00
Peter Stephenson
497a34d249 24894: enable colouring of highlighted text in editor 2008-04-29 17:19:26 +00:00
Peter Stephenson
f5ed24f47e 24893: duplicate statusline to avoid crashes when constant 2008-04-29 08:43:38 +00:00
Peter Stephenson
f8220437f2 unposted: reset search line on anchored pattern isearch 2008-04-28 15:45:41 +00:00
Peter Stephenson
7462e3f978 unposted: more tweaks for failed isearch pattern matches 2008-04-28 11:35:54 +00:00
Peter Stephenson
be947a5606 24890: Matt Wozniski: reset skip_pos on backtracking in isearch 2008-04-28 10:56:42 +00:00
Peter Stephenson
0c0213b517 24887: geoff: typo 2008-04-28 08:55:27 +00:00
Peter Stephenson
bbcee91527 24886: fix endless loop in string isearch 2008-04-27 20:01:49 +00:00
Peter Stephenson
91a10708b2 24822: highlighting of isearch matches
unposted: not in NEWS that COMBINING_CHARS is not on by default
2008-04-26 22:52:50 +00:00
Peter Stephenson
8a323cae8c unposted: typo 2008-04-26 21:39:11 +00:00
Peter Stephenson
3587f599b0 unposted: fix position of cursor on forward pattern searching 2008-04-26 21:26:28 +00:00
Peter Stephenson
1fc8484f05 24881: only feep once on an invalid pattern 2008-04-26 20:53:04 +00:00
Peter Stephenson
49d05f7476 feeping on a failed match could be mistimed 2008-04-26 20:40:18 +00:00
Peter Stephenson
35bbbbacb6 24879: unpleasantness at the pattern search line duplication test club 2008-04-26 20:27:39 +00:00
Peter Stephenson
234c6ed193 24878: add incremental pattern searches 2008-04-26 19:51:08 +00:00
Peter Stephenson
607eac6efb 24876: Jun T.: don't install manual pages if empty 2008-04-26 19:48:26 +00:00
Peter Stephenson
c8b6d1a239 24872: revert to original patch 2008-04-26 19:45:54 +00:00
Peter Stephenson
31ca309299 Jun T. 24872 + 24873: capitalization with combining characters 2008-04-26 18:17:29 +00:00
Peter Stephenson
0f00952d57 24869: Marc Chantreux: make default readnullcmd configurable 2008-04-26 17:46:46 +00:00
Peter Stephenson
cca52d8edb unposted: Jun T.: fix backkill() calculation of charaters to kill 2008-04-24 10:18:59 +00:00
Peter Stephenson
62b7e68a63 unposted: fix overwrite without MULTIBYTE_SUPPORT 2008-04-23 21:08:31 +00:00
Peter Stephenson
ed1029afab 24867: _XOPEN_SOURCE -> _XOPEN_SOURCE_EXTENDED 2008-04-23 10:35:25 +00:00
Peter Stephenson
2b84984769 24865: bad character adjustment in vireplacechars() 2008-04-23 08:43:38 +00:00
Peter Stephenson
1e41a8a44a 24864: Jun. T: typos in alternative wcwidth(). 2008-04-23 08:39:58 +00:00
Peter Stephenson
e210f8d614 24862: _XOPEN_SOURCE needed for wcwidth() 2008-04-22 16:18:54 +00:00
Peter Stephenson
2cec7aae44 24861 (with tweaks): logic to use alternative wcwidth() if needed;
slightly improve test for overwriting with combining characters.
2008-04-22 15:08:04 +00:00
Peter Stephenson
a58d02fd2e 24860: better overwrite mode 2008-04-21 17:58:58 +00:00
Peter Stephenson
f9224e5a04 24859: combining chars: overwriting and vi replace and append 2008-04-21 17:30:34 +00:00
Peter Stephenson
5a0c547e91 24856: add IS_COMBINING() and IS_BASECHAR() and widen tests 2008-04-21 11:49:55 +00:00
Peter Stephenson
500c402380 24855: tests for combining char alignment should only be on metafied line 2008-04-21 10:13:30 +00:00
Peter Stephenson
475fc98782 unposted: missing assignment in new backwardmetafiedchar() 2008-04-21 09:06:05 +00:00
Peter Stephenson
3cf29e7513 24853: bits missed from patch 2008-04-20 21:19:52 +00:00
Peter Stephenson
b8ec06c870 24853: use metafied strings for inner loops over history 2008-04-20 21:17:29 +00:00
Peter Stephenson
a12b1f35aa 24852: more combining chars fallout 2008-04-20 20:58:33 +00:00
Peter Stephenson
dea42c692f 24852: more combining chars fallout 2008-04-20 16:57:21 +00:00
Peter Stephenson
b404fc3aeb users/12798: document passing NULL flags to builtin definition 2008-04-20 16:56:29 +00:00
Peter Stephenson
dcb2cc0e8b William Scott: users/12793: extra chflags 2008-04-20 16:28:30 +00:00
Andrey Borzenkov
79ea3a1717 24851: support colour codes for from current GNU ls 2008-04-20 06:41:22 +00:00
Wayne Davison
23bbf18d41 Fixed some compiler warnings about signed/unsigned issues. 2008-04-18 13:50:53 +00:00
Peter Stephenson
067cfa3a06 24839: fix misuse of variable in backwardkillword 2008-04-18 11:49:24 +00:00
Peter Stephenson
490f6cc51c fix ChangeLog typo 2008-04-17 16:44:25 +00:00
Peter Stephenson
fb0db37297 fix vi-replace-chars 2008-04-17 16:18:41 +00:00
Clint Adams
3006b5ca12 article numbers now that the mailing list is unstuck 2008-04-17 13:22:47 +00:00
Peter Stephenson
72bd9ee6d9 24825: fix internal word-boundary widgets 2008-04-17 12:52:13 +00:00
Peter Stephenson
78ce07b49f 24818: add HIST_FCNTL_LOCK.
unposted: update NEWS with new features
2008-04-17 10:23:45 +00:00
Clint Adams
35cedab218 248??: some fixes and updates for git 1.5.5. 2008-04-17 03:00:07 +00:00