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

5542 commits

Author SHA1 Message Date
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
7683ec28aa 24792: try to be safer about turning off attributes when refreshing 2008-04-04 16:32:15 +00:00
Peter Stephenson
7eb4302868 24790: YODL items need closing parentheses on next line 2008-04-04 09:29:31 +00:00
Clint Adams
ded1416ca1 24789: completion for stg subcommands. 2008-04-04 01:41:40 +00:00
Peter Stephenson
cc026d2339 24788: ${(m)#...} returns string print width 2008-04-03 21:10:54 +00:00
Peter Stephenson
e5d8a42249 24787: reset region_highlight when finished editing command line 2008-04-03 15:33:39 +00:00
Peter Stephenson
035aa2263b typo 2008-04-03 15:30:44 +00:00
Peter Stephenson
bc32da6a67 24786: handle read -t properly in zle via getbyte() 2008-04-03 15:20:18 +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
f0d9070036 unposted: update version to 4.3.6-dev-0 2008-04-02 13:28:42 +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
93fce8372d README: minor tweaks 2008-04-02 12:51:31 +00:00
Peter Stephenson
08506bdf67 unposted: release 4.3.6 2008-04-02 10:24:49 +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
1b3cb68d05 unposted: 4.3.5-dev-4 2008-03-31 15:03:07 +00:00
Peter Stephenson
cd002b398d unposted: use kdialog in calendar_show if appropriate 2008-03-31 08:44:34 +00:00
Peter Stephenson
7389a42d17 24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:
fix backtracking problem in (#c) pattern
2008-03-30 22:14:22 +00:00
Peter Stephenson
af92f874e1 24777: bug clearing up after menu selection 2008-03-28 23:21:26 +00:00
Peter Stephenson
0390d69f27 24776: clarify compinit message when compaudit fails 2008-03-28 15:00:46 +00:00
Peter Stephenson
109c0f20f8 24775: improve _cd option handling 2008-03-28 14:51:31 +00:00
Peter Stephenson
594f783c77 24775: improve _cd option handling 2008-03-28 14:44:42 +00:00
Peter Stephenson
0db1d3f839 users/12739: fix multiple arguments to --with-term-lib 2008-03-28 11:56:46 +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
42ddb45fe8 24759: dont unfunction if no function; sanitize helper functions 2008-03-27 11:29:17 +00:00
Peter Stephenson
4d2d7d7e37 24757: canonicalize paths some more 2008-03-27 10:35:08 +00:00
Peter Stephenson
ae832b901e unposted: fix alias test in 24736 properly 2008-03-27 09:41:08 +00:00
Peter Stephenson
1b551d0513 unposted: 4.3.5-dev-3 2008-03-26 18:20:52 +00:00
Peter Stephenson
b6d1d7414f 25735: use zstat to get canonical name for symbolic links 2008-03-26 17:22:17 +00:00
Peter Stephenson
461a9bdf9f 24741: loading zstat builtin was misdocumented 2008-03-26 15:37:54 +00:00
Peter Stephenson
a34d483b8d 24736: a couple more tests failing on Solaris 2008-03-26 15:26:20 +00:00
Bart Schaefer
0806789e68 Add zstat to the functions index. 2008-03-26 15:09:21 +00:00
Peter Stephenson
3363d1e82f unposted: 4.3.5-dev-2 2008-03-26 12:59:54 +00:00
Peter Stephenson
845faf5586 22281: wait shouldn't return immediately on signal unless trapped 2008-03-25 18:17:07 +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
Clint Adams
238df34af4 24730: use --no-color when calling git commands that might output color codes. 2008-03-23 16:18:17 +00:00
Clint Adams
082fb988c3 24728: complete for aptitude why and why-not. 2008-03-23 14:56:50 +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
Bart Schaefer
4625e0eabc 24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1
any longer, so the (i) subscript flag on an empty array needs to yield 1.
2008-03-18 15:14:20 +00:00
Peter Stephenson
3cd59fa065 unposted: fix some .distfiles and .cvsignore stuff 2008-03-15 23:21:02 +00:00
Peter Stephenson
5d73aea5ee unposted: 4.3.5-dev-1 2008-03-15 23:08:34 +00:00
Bart Schaefer
bda53dc6d5 Functions/Misc/zkbd: add -h to local declaration in is-this-a-function test.
Use $DISPLAY when we have one instead of only $VENDOR-$OSTYPE as file name
suffix.  Add some knowledge of the MULTIBYTE option and its effects.
2008-03-15 01:09:05 +00:00
Peter Stephenson
567a8e1d50 24712: handling of backticks being requoted for double quotes 2008-03-14 12:14:04 +00:00
Peter Stephenson
948f015df0 24711: fix re-presentation of here-documents munged internally
to here-strings
2008-03-14 11:40:57 +00:00
Peter Stephenson
2ca42b2025 24705: rationalise curses and term headers even more 2008-03-13 11:10:59 +00:00
Clint Adams
37a7e81390 24704: completion for BSD calendar. 2008-03-12 23:35:25 +00:00