1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-08 08:40:57 +01:00
Commit graph

778 commits

Author SHA1 Message Date
Peter Stephenson
497a34d249 24894: enable colouring of highlighted text in editor 2008-04-29 17:19:26 +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
234c6ed193 24878: add incremental pattern searches 2008-04-26 19:51:08 +00:00
Andrey Borzenkov
79ea3a1717 24851: support colour codes for from current GNU ls 2008-04-20 06:41:22 +00:00
Peter Stephenson
78ce07b49f 24818: add HIST_FCNTL_LOCK.
unposted: update NEWS with new features
2008-04-17 10:23:45 +00:00
Peter Stephenson
b1b941c30b 24811: update introductory multibyte documentation 2008-04-14 12:53:35 +00:00
Peter Stephenson
97dcf15556 24808: initial support for combining characters in zle 2008-04-13 16:58:42 +00:00
Peter Stephenson
62b586bf9f 24806: more assoc subscript completion + typos 2008-04-09 13:06:47 +00:00
Peter Stephenson
84e1cb93ad restore read-from-minibuffer save/restore 2008-04-07 09:44:33 +00:00
Peter Stephenson
71e5f09d58 24793: Ismail: typo 2008-04-05 21:00:04 +00:00
Peter Stephenson
7eb4302868 24790: YODL items need closing parentheses on next line 2008-04-04 09:29:31 +00:00
Peter Stephenson
cc026d2339 24788: ${(m)#...} returns string print width 2008-04-03 21:10:54 +00:00
Peter Stephenson
2c5ea79f17 24782: initial go at highlighting of characters in zle command lines 2008-04-03 11:38:55 +00:00
Peter Stephenson
b44ed0b032 unposted, see users/12758: [(w)...] does work with (r) and (R) 2008-04-03 08:46:43 +00:00
Peter Stephenson
662d3e297c users/12754: document [(w)...] only works on forward indexing 2008-04-02 17:23:16 +00:00
Peter Stephenson
374b31616b 24781: enhance word-context to use next or previous word 2008-04-02 13:02:47 +00:00
Peter Stephenson
abb9900ac7 unposted: other minor typos 2008-04-01 09:22:27 +00:00
Peter Stephenson
e7f801f32c unposted: spotted by Ismail: typo 2008-04-01 08:33:23 +00:00
Peter Stephenson
109c0f20f8 24775: improve _cd option handling 2008-03-28 14:51:31 +00:00
Peter Stephenson
50d9cdeae4 24768: add -q option to cd, chdir, pushd, popd
use in _canonical_paths
add 4.3.6 release note with this and other stuff
2008-03-28 09:59:06 +00:00
Peter Stephenson
461a9bdf9f 24741: loading zstat builtin was misdocumented 2008-03-26 15:37:54 +00:00
Bart Schaefer
0806789e68 Add zstat to the functions index. 2008-03-26 15:09:21 +00:00
Peter Stephenson
56e1904e45 fix optimisation of string matching with multibyte mode
24732: attempt to provide adequate space for sched ztrftime string with
multibyte characters
2008-03-25 17:47:10 +00:00
Bart Schaefer
7ffc16e946 unposted: further documentation tweak for the (R) and (I) subscript flags. 2008-03-23 05:13:57 +00:00
Bart Schaefer
337cc12887 Tweak documentation. 2008-03-18 15:49:58 +00:00
Peter Stephenson
d70cfd3310 24696: turn off MULTIBYTE by default in sh emulation 2008-03-07 09:44:28 +00:00
Clint Adams
e01ff4c18a 24626: only process command descriptions if extra-verbose style is set. 2008-02-28 18:29:04 +00:00
Peter Stephenson
485a008075 24585: completion for glob qualifiers plus
bug fix for _alternative
2008-02-23 00:10:24 +00:00
Peter Stephenson
b784aad67a 24572: add style reformat-date to calendar 2008-02-19 14:59:52 +00:00
Peter Stephenson
65520f1901 24566: fix prompts with glitch spaces a bit more 2008-02-17 18:15:04 +00:00
Peter Stephenson
7da98c5124 24556: %G in prompt for glitch characters 2008-02-15 23:59:05 +00:00
Clint Adams
3c8d53036c 24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521: typo fixes from A. Costa. 2008-02-01 19:59:45 +00:00
Peter Stephenson
9d2248d384 24496: more Yodl parenthesis protection 2008-01-30 09:40:40 +00:00
Peter Stephenson
73bbb62988 24483: minor sectioning fixes in doc
24485: note on includes for term.h
2008-01-29 17:51:00 +00:00
Peter Stephenson
3d20551b19 users/12498: missing section marker in doc 2008-01-29 14:30:37 +00:00
Peter Stephenson
b5570971ef 24460: make zpty -rt more consistent by polling before every byte 2008-01-25 16:48:22 +00:00
Bart Schaefer
d87d114780 Based on 24334: Documentation for run-help improvements. 2008-01-01 00:33:57 +00:00
Bart Schaefer
d14b6ba4b8 Typo in 24264. 2007-12-16 19:40:14 +00:00
Peter Stephenson
2d03aa87fb 24264: restrict effect of 24234 to parameter substitution code and document 2007-12-16 14:05:14 +00:00
Peter Stephenson
b7669a8399 24241: explain the effect of time glob modifiers better 2007-12-13 21:57:17 +00:00
Peter Stephenson
5d5d1bef6e 24234: apply typeset parameter flags consistently 2007-12-13 20:52:52 +00:00
Peter Stephenson
64c85ae68a users/12325: implement OSI rules for test & [, add more doc warnings 2007-12-12 18:43:28 +00:00
Peter Stephenson
765f73823e users/12305: option output not well documented
-c and SHIN_STDIN inconsistent with manual
2007-12-12 13:46:35 +00:00
Peter Stephenson
f518a387a8 Kohsuke Kawaguchi: 24129: when completing ant targets,
skip those beginning - that cant be invoked from the command line
2007-11-29 09:49:42 +00:00
Peter Stephenson
2c16b5ccbd 24093: floating point precision 2007-11-12 16:55:11 +00:00
Peter Stephenson
1ff856951b 24089 plus tweak: fix curses on older systems 2007-11-12 12:16:50 +00:00
Peter Stephenson
ed54878d7a 24083: add zcurses querychar 2007-11-10 20:29:27 +00:00
Peter Stephenson
aa7e584ee8 Mikael Magnusson, 24076; 24081: cancel argument processing after widget
calls with general arguments
2007-11-10 14:30:22 +00:00
Peter Stephenson
ae925d02f5 users/12198: make menu-select documentation clearer 2007-11-08 12:34:12 +00:00
Peter Stephenson
a563cd8958 24073 (plus tweak): zcurses mouse handling 2007-11-07 22:35:13 +00:00