1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-31 03:04:49 +01:00
Commit graph

897 commits

Author SHA1 Message Date
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
Peter Stephenson
ea15ee8867 24069: add zcurses_keycodes 2007-11-06 14:14:16 +00:00
Peter Stephenson
2ab1bf71c6 24038: add "zcurses bg" 2007-10-30 21:03:10 +00:00
Peter Stephenson
a232ab5624 users/12149: "@" with splitting in double quotes retains empty fields 2007-10-30 14:01:32 +00:00
Peter Stephenson
788320264e add zcurses timeout 2007-10-28 20:28:29 +00:00
Peter Stephenson
0919edb315 24027: subwindows, "touch", optimized refresh 2007-10-28 19:52:40 +00:00
Peter Stephenson
52d3fdc80e 24026: default colors in zcurses 2007-10-28 00:21:54 +00:00
Peter Stephenson
1c6416596a unposted: document zcurses position properly 2007-10-27 23:53:16 +00:00
Peter Stephenson
9e8f2b1188 unposted: document zcurses position properly 2007-10-27 23:52:13 +00:00
Peter Stephenson
4f3e414a64 24025: new zcurses "clear" and "location" subcommands
zcurses window "stdscr"
various minor zcurses tweaks
2007-10-27 23:42:47 +00:00
Peter Stephenson
7f8e229818 24024: add zcurses input with keypad handling 2007-10-26 21:59:56 +00:00
Peter Stephenson
bd24a0c2db c.f. users/12110: another tweak to $SECONDS doc 2007-10-25 09:33:01 +00:00
Peter Stephenson
40a8ebc415 c.f. users/12109: tweak to $SECONDS doc 2007-10-25 09:26:07 +00:00
Peter Stephenson
abdf734483 users/12100: default to a case-insensitive matcher with NO_CASE_GLOB 2007-10-25 09:00:02 +00:00
Peter Stephenson
9fc8fe1785 24018: add zcurses scroll 2007-10-24 22:23:10 +00:00
Peter Stephenson
7489d51823 24017: fold zcurses color into attr
add some zcurses parameters
a bit of tidying
2007-10-24 21:53:48 +00:00
Clint Adams
f9f16d9364 24012: rename "endwin", "c", and "s" to "endwin", "char", and "string" respectively. 2007-10-23 21:16:03 +00:00
Clint Adams
52ea35c1c6 24004: align documentation with UI changes in 24002. 2007-10-21 19:53:44 +00:00
Peter Stephenson
e219f140a5 23986: zmv example for turning spaces into underscores 2007-10-18 13:51:52 +00:00
Clint Adams
4138a4c24c 23982: documentation for zcurses -A. 2007-10-17 20:27:25 +00:00
Peter Stephenson
5f96c7b5ab 23970: zcurses -i/-e, fix leak, add zcurses -r with no argument
23968 (Vin Shelton): yodl fix
2007-10-17 13:11:08 +00:00
Clint Adams
bf762680f3 23962: store windows in a linked list instead of a static array, and use strings as window identifiers instead of integers. 2007-10-15 16:49:49 +00:00
Clint Adams
d10721b35e 23958: change target window to be the first argument of zcurses -a. 2007-10-15 13:37:41 +00:00
Clint Adams
951c8cca0f 23957: minor fixes. 2007-10-15 13:30:07 +00:00
Clint Adams
48139337d3 unposted: update for zsh/curses module and documentation. 2007-10-14 17:22:15 +00:00
Clint Adams
ca1c691a74 23954: documentation for zsh/curses module. 2007-10-14 17:14:22 +00:00
Peter Stephenson
af3e2b6fa4 23934: cleveren _expand_alias for "foo" -> "foo blah" expansions 2007-10-11 09:06:19 +00:00
Peter Stephenson
9421f9449c unposted, c.f. users/11935: quoting of arguments to unalias 2007-10-05 19:31:01 +00:00
Peter Stephenson
0af9ef0d58 23883: improve precmd documentation
Daniel Qarras: users/11915: .version quoting in _module completion
2007-10-02 09:08:26 +00:00
Peter Stephenson
f5a6b2a8c9 users/11818: allow non-numeric keys for job status parameters 2007-09-05 16:16:15 +00:00
Peter Stephenson
749951e03d 23792: test and documentation for improved backslash quoting 2007-08-22 10:46:40 +00:00
Clint Adams
4cff29774e 23788: add -h option to chown symlinks rather than targets, and change default behavior to do the opposite. 2007-08-21 22:59:48 +00:00
Peter Stephenson
34570ca318 23778: document KSH_TYPESET behaviour in typeset manual entry 2007-08-18 10:08:41 +00:00
Peter Stephenson
0a607f5eef 23764: allow hidden continuations in calendar entries
allow UIDs to help with updates
2007-08-16 12:03:57 +00:00
Peter Stephenson
1a4e80df1b 23761: calendar -b shows brief output 2007-08-16 09:31:47 +00:00
Peter Stephenson
91d714752c 23759: a few improvements to pick-web-browser 2007-08-14 17:21:05 +00:00
Peter Stephenson
d86089ee6e update some .distfiles 2007-08-01 21:38:33 +00:00
Peter Stephenson
a81e5a609e add (#cN,M) globbing flag 2007-07-27 21:51:32 +00:00
Peter Stephenson
eea6647c65 23671: command not found handler 2007-07-13 10:09:06 +00:00
Peter Stephenson
1b52f47cf2 23665: autoloading of module features and related tweaks 2007-07-06 21:52:38 +00:00
Peter Stephenson
ccc2e1bd89 23660: fix numerical sorting of parameters + tests + documentation 2007-07-06 13:10:43 +00:00
Peter Stephenson
876fa2c44e unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00
Peter Stephenson
0a1de76213 23578: make standard features autoloadable,
use feature notation for .mdd autoloads
2007-06-20 20:59:15 +00:00
Peter Stephenson
b01d1e56a2 23567: new _complete_help_generic zle non-completion widget 2007-06-19 09:28:06 +00:00
Peter Stephenson
abae4fe16e 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default 2007-06-18 13:25:03 +00:00
Peter Stephenson
d59d9da6aa users/11575: improved documentation for _all_matches 2007-06-16 17:53:55 +00:00
Peter Stephenson
c2c50bd0a0 23553: bit missed out 2007-06-15 10:02:24 +00:00
Peter Stephenson
f3e92a52d9 23553: bit missed out 2007-06-15 09:21:40 +00:00
Peter Stephenson
a016fed99f 23560: improve $zsh_scheduled_events to make it easier to parse 2007-06-14 13:25:58 +00:00
Peter Stephenson
505675f2bd 23554: add $zsh_scheduled_events 2007-06-12 22:01:37 +00:00
Peter Stephenson
f1d2fddeca 23537: make style list a hash table 2007-06-08 13:58:40 +00:00
Peter Stephenson
1fbe843687 23518: MIME styles find-file-in-path and file-path. 2007-06-04 12:07:35 +00:00
Bart Schaefer
eb3252d67b users/11366 (belated commit): update documentation for ${var:-word} and
related expressions.
2007-05-30 03:08:22 +00:00
Peter Stephenson
a755310d20 Phil Pennock: 23480: typo
Also typo in mod_stat.yo
2007-05-29 09:27:43 +00:00
Peter Stephenson
b0c5f09169 see 23479: add initial features support for modules 2007-05-28 22:57:39 +00:00
Peter Stephenson
51897d0502 23447: improve documentation for zsh/newuser 2007-05-21 11:32:02 +00:00
Peter Stephenson
faf05be3d2 23440: Make $param[(R)value] substitute the empty string on failure 2007-05-21 09:30:24 +00:00
Peter Stephenson
599a7fd7a7 23436: consistency with null strings in local variables
unposted: Phil Pennock: POSIX RE's are extended
2007-05-13 20:18:28 +00:00
Peter Stephenson
8ce657c2cb Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options 2007-05-08 10:02:58 +00:00
Peter Stephenson
e4cdad9700 unposted: regex fix-ups: missing doc file plus pointer fixes 2007-05-02 11:13:14 +00:00
Peter Stephenson
7f03c3d851 23375: Phil Pennock: =~, zsh/regex etc. etc. 2007-05-01 22:05:03 +00:00
Peter Stephenson
eb4c3d4bf2 unposted: typo in widget name in contrib doc 2007-05-01 12:42:24 +00:00
Peter Stephenson
19dccc355a 23363: fake-files now allows patterns 2007-05-01 09:29:35 +00:00
Peter Stephenson
c6dfb2999d users/11419: zle copy-region-as-kill <string>
adds text to the kill ring
2007-04-19 14:16:22 +00:00
Peter Stephenson
4b7b7f56f1 unposted: more random calendar system fixes and improvements 2007-03-26 14:33:31 +00:00
Peter Stephenson
f69f1ded8c unposted: nitpicked version of zmodload doc tweak 2007-03-23 17:14:05 +00:00
Peter Stephenson
11bbce3a66 23232: minor tweaks to zmodload 2007-03-23 14:24:33 +00:00
Clint Adams
335fcaa9c5 23205: fix misspelling of "effect". 2007-03-05 17:35:17 +00:00
Peter Stephenson
c8d1071cd8 23198: improve _values -s
unposted: document _regex_words -t
2007-02-27 20:44:00 +00:00
Bart Schaefer
236d910fb3 unposted (based on users/10881,10884): add auto-previous zstyle, update
smart-insert-last-word to use auto-suffix-retain, "always" block, etc.
2007-02-26 07:43:39 +00:00
Bart Schaefer
3fc59a0f09 23176: apply the (X) parameter flag to the (#) flag; fix comment typo. 2007-02-25 23:41:03 +00:00
Peter Stephenson
d98959ab67 23186: _ip completion and regex handling additions 2007-02-25 22:44:51 +00:00
Peter Stephenson
2c92d005d7 23165: fix problems with bases: error if over 36 and don't interpret octal 2007-02-12 16:43:40 +00:00
Peter Stephenson
62b671f0d1 23159 plus minor doc tweaks: leave BAUD parameter unset by default 2007-02-08 10:43:28 +00:00
Peter Stephenson
483810a525 23142: calendar enhancements: relative times, recurring events 2007-01-31 16:53:31 +00:00
Peter Stephenson
553e011320 23118: improve sorting to make it work with locales 2007-01-21 22:47:36 +00:00
Peter Stephenson
de272e0309 23115: ";|" at end of case clause causes later patterns to be tested 2007-01-19 21:36:00 +00:00
Peter Stephenson
a5729be835 unposted: typo in calendar_scandate doc 2007-01-18 18:55:29 +00:00
Peter Stephenson
5a6ac4ed43 unposted: typo in calendar_scandate doc 2007-01-18 18:52:11 +00:00
Peter Stephenson
e8b56578db users/11111: add DEBUG_BEFORE_CMD option 2007-01-09 21:59:31 +00:00
Peter Stephenson
aab842a0c6 23091: *roff problems noticed by doclifter 2007-01-05 20:55:01 +00:00
Peter Stephenson
8b800f8fd1 document OS may handle negative or zero PID in kill 2006-12-19 10:35:54 +00:00
Peter Stephenson
937dc9a84d users/11083: functions for handling shell arguments in ZLE 2006-12-15 11:44:26 +00:00
Peter Stephenson
d8e36bffa2 23052: multibyte characters in typeset -L/R/Z padding 2006-12-13 22:30:37 +00:00
Peter Stephenson
b8108d295f users/11079: 1(2##) 2006-12-12 10:55:35 +00:00
Peter Stephenson
25134bc341 unposted: improve CUTBUFFER and killring documentation
23044: print -c and print -C didn't handle unmetafied input
2006-12-10 23:27:01 +00:00
Peter Stephenson
7960ae5d4c Vin Shelton: 23027: typo in calsys.yo
unposted: missing autoload in calendar_add, improve age date shortcuts
2006-12-04 10:59:10 +00:00
Peter Stephenson
ac05bc6e02 unposted: fix calendar stuff 2006-12-01 12:54:20 +00:00
Peter Stephenson
026bf11566 c.f. 23023: typo 2006-12-01 10:31:29 +00:00
Peter Stephenson
6b1b34d1da c.f. 23023: new calendar function system. 2006-12-01 10:23:06 +00:00
Peter Stephenson
181e491deb users/10989: add fake-always pattern that overrides ignored-patterns 2006-11-15 16:27:14 +00:00
Peter Stephenson
254b3f1a6b 22992: make $? available in exit traps/hooks
22993: slightly more effective _make variable fix
2006-11-10 09:59:26 +00:00
Peter Stephenson
7929d97254 22984: add zshexit hook 2006-11-09 11:04:10 +00:00
Peter Stephenson
aba936b17c 22981: Zvi Har'el: bad call from 22952
22980: add hook array for special functions
2006-11-08 10:38:05 +00:00
Peter Stephenson
f367a90505 22980: 22952 messed up parameter padding flag optional arguments 2006-11-07 22:47:07 +00:00
Peter Stephenson
9471bbcfa0 22934, modified, see 22937: add HIST_SUBST_PATTERN option
make ${.../#%...} anchor at both ends
2006-11-01 12:25:18 +00:00
Peter Stephenson
ff9f2bb88e 22913: set $! on "bg" 2006-10-30 10:37:17 +00:00
Geoff Wing
b5124578e1 archive.progeny.com will be decommissioned around 2006-10-22
Remove from lists
2006-10-16 09:05:52 +00:00
Bart Schaefer
caa53459fa Doc for auto-suffix-remove/retain. 2006-10-16 02:23:25 +00:00
Peter Stephenson
c5492635d8 22873: typo in expn.yo 2006-10-13 21:49:52 +00:00
Peter Stephenson
966a330649 22854: replace-string-again 2006-10-10 11:24:38 +00:00
Peter Stephenson
d4d6cb5494 22852: users style effect changed in 22191
22853: unquoted ^ at end of bindkey string treated literally
2006-10-10 09:37:19 +00:00
Peter Stephenson
52f132de62 22819: bits missed for some reason 2006-10-07 12:15:57 +00:00
Peter Stephenson
298a8b8130 22818: improved subscript flag doc
unposted: trivial _perforce tweak
2006-10-05 13:28:24 +00:00
Peter Stephenson
966ff3a185 22780: add _arguments/comparguments -n to set index of first non-option arg 2006-09-27 16:53:58 +00:00
Peter Stephenson
4fdf7ec7b7 22752: improved introduction to completion 2006-09-21 19:54:31 +00:00
Peter Stephenson
286ca1d487 users/10748: improve a couple of minor things in compsys doc 2006-09-20 14:09:56 +00:00
Peter Stephenson
2bfad02a94 22742: parameter padding uses string lengths unless (m) flag set
22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
2006-09-20 09:22:34 +00:00
Clint Adams
a7c0640c0a 22728: $functrace parameter for function backtraces. 2006-09-17 19:28:45 +00:00
Peter Stephenson
bb3628e898 assume width 1 for control characters;
don't crash if width of repeated padding string is 0
2006-09-15 13:17:27 +00:00
Peter Stephenson
a82ac460c2 22692: additional notes on a couple of parameter expansion features 2006-09-14 09:03:16 +00:00
Peter Stephenson
a242b1eb35 22705: make ${(l...)...} and ${(r...)...} handle multibyte characters 2006-09-13 20:55:29 +00:00
Peter Stephenson
0f4d595902 unposted: Mikael Magnusson: typos in sched doc 2006-09-11 20:04:07 +00:00
Peter Stephenson
b726ead94e 22676, 22678: extend sched and make it able to run events when waiting for
input
2006-09-10 15:24:26 +00:00
Peter Stephenson
0113199a8b unposted: tweak completion docs 2006-08-21 14:24:48 +00:00
Peter Stephenson
d0b9eddd9a 22613: add strftime -r to use strptime() if available 2006-08-17 15:28:11 +00:00
Peter Stephenson
72f362cf2c 22610: allow zstyle -L to have arguments 2006-08-16 09:06:39 +00:00
Peter Stephenson
6a77c04ce0 22608: improve doc for match-word-context 2006-08-14 16:58:47 +00:00
Peter Stephenson
3a97920199 22606: add match-word-context.
Remove workaround from match-words-by-style
2006-08-14 16:14:41 +00:00
Peter Stephenson
36c7a0a0b3 unposted: trivial typo in compsys.yo 2006-08-10 17:17:26 +00:00
Peter Stephenson
9c33cf4434 post-22593 typo fix 2006-08-09 16:33:34 +00:00
Peter Stephenson
5bfe4cb650 22593: add handle-nonexistent style to MIME handler 2006-08-09 16:17:12 +00:00
Peter Stephenson
901e6c7387 22592: add tcp_send -c option for cat 2006-08-08 11:27:39 +00:00
Peter Stephenson
6d61a3859e 22578: ensure HISTCHARS/histchars never contains non-ASCII characters 2006-08-02 17:16:37 +00:00
Peter Stephenson
21c83849a9 unposted: yet more history-beginning-search-menu fixes 2006-08-02 09:59:23 +00:00
Peter Stephenson
7d77bc95b2 22574: more history-beginning-search-menu fixes 2006-08-01 20:28:35 +00:00
Peter Stephenson
ba22472b7f 22573: smooth interface to history-beginning-search-menu
document how to quote metacharacters for reverse array subscript
2006-08-01 17:35:17 +00:00
Peter Stephenson
d88220042d 22559: add history-beginning-search-menu 2006-07-28 09:52:34 +00:00
Peter Stephenson
09bc7ee2b5 22557: turn on multibyte option by default 2006-07-25 18:10:37 +00:00
Peter Stephenson
50e9ab122b 22556: Multibyte separators and delimiters 2006-07-24 22:00:19 +00:00
Peter Stephenson
4a67f24798 22544: Improve use of ztype tests for multibyte characters. Add
POSIX_IDENTIFIERS option to control allowability of multibyte
alphanumeric characters in parameter and module names.
2006-07-10 13:08:22 +00:00
Peter Stephenson
4cd7b957f3 22529: multibyte conversion in math expressions 2006-06-30 09:41:34 +00:00
Peter Stephenson
92737d2c42 22526: enhance ${(#)...} to handle Unicode 2006-06-28 14:34:27 +00:00
Peter Stephenson
8346a5e8d2 22483: add $sysparams to zsh/system 2006-06-05 13:21:56 +00:00
Peter Stephenson
81bdedf6cf 22451: cross-reference ${^spec} in brace expansion 2006-05-22 09:52:34 +00:00
Peter Stephenson
518f437c68 22440: _list_files loaded zsh/stat too early
unposted: document the use of stat builtin
unposted: improve docs for $$ and $PPID
2006-05-12 14:58:43 +00:00
Peter Stephenson
a2d5ebe3c0 22427: zle <widget> -w sets the environment for <widget> 2006-04-25 10:10:49 +00:00
Peter Stephenson
85f25bb845 users/10172: new zle command read-command 2006-04-23 23:13:47 +00:00
Peter Stephenson
6555629356 unposted: documentation for execute-as-is fix in 22417 2006-04-19 18:03:00 +00:00
Peter Stephenson
b7474e065b 22416, tweaked: math functions via shell functions
unposted: add styles to pick-web-browser
2006-04-19 16:09:06 +00:00
Peter Stephenson
ef330a5dfd 22408: support for multibyte characters in patterns 2006-04-09 21:47:21 +00:00
Peter Stephenson
2930828678 22394, 22043: execute-as-is style for MIME suffixes 2006-04-05 10:26:30 +00:00
Peter Stephenson
fd92cf5686 22393, 22402: use-ip and known-hosts-files styles 2006-04-05 10:04:31 +00:00
Peter Stephenson
116d5b0fea 22375: doc for ${(0)...} splitting 2006-04-05 09:58:39 +00:00
Peter Stephenson
855f73c600 users/10107: shell ignores SIGQUIT 2006-03-29 19:25:13 +00:00
Peter Stephenson
7b7905fedb 22638: MACHINES: IRIX
users/10047: zle widget -K keymap
2006-03-21 19:19:05 +00:00
Peter Stephenson
40df7069cb 22360, 22365: support version 2 of Yodl 2006-03-20 11:06:22 +00:00
Wayne Davison
d74e163121 Added missing <D> for HIST_SAVE_BY_COPY. 2006-03-09 18:13:47 +00:00
Peter Stephenson
e17fc50793 22328, modified: add -o option to compadd
add _list_files helper to handle new file-list style for _path_files
2006-03-07 12:50:56 +00:00
Peter Stephenson
e43a5fc8ea users/1097: rehash style for external commands 2006-03-06 11:36:02 +00:00
Peter Stephenson
36e3a1735a 22305: no default for pine-directory
unposted: a couple of small doc fixes
2006-02-28 11:57:18 +00:00
Peter Stephenson
e66dce41bc 22285: assorted fixes:
_imagemagick files
intro.yo list of other manual pages
pick-web-browser: add firefox
zsh-mime-setup: list consistent with styles for zsh-mime-handler
2006-02-19 21:20:43 +00:00
Wayne Davison
1b16d04063 A few more improvements about word splitting. 2006-02-16 20:24:09 +00:00
Wayne Davison
e8e9708d4c Document that quoting may be used in the word portion of the
${name:+word} and ${name:-word} expansions.
2006-02-15 10:13:46 +00:00
Wayne Davison
00f35c2460 Mention that the user can request field-splitting in
addition to choosing to use an array.
2006-02-15 09:43:38 +00:00
Peter Stephenson
30176eaf63 22198: do always set HOME in native emulation 2006-02-07 11:29:30 +00:00
Peter Stephenson
4b3cdcdb69 22169: hook function zle-keymap-select called when $KEYMAP changes 2006-01-28 15:02:25 +00:00
Clint Adams
d71fbc9c69 22165: change "zshparams" to "zshparam". 2006-01-18 03:37:41 +00:00
Peter Stephenson
b71a632d2f 22118: fix cdpath documentation 2006-01-05 16:13:17 +00:00
Wayne Davison
b5f2902241 A couple more improvements to the HIST_SAVE_BY_COPY section. 2005-12-27 07:08:52 +00:00
Wayne Davison
4c323c984e Changed a UTF-8 closing-single-quote into an ASCII apostrophe. 2005-12-18 20:12:29 +00:00
Peter Stephenson
b5a83cc754 users/9788: add (oN) glob qualifier for no sorting
22076: more documentation for multibyte handling
2005-12-15 10:38:55 +00:00
Peter Stephenson
405fd07656 22057: don't use zsh/newuser in emulation
22058: tweak docs for release
2005-12-09 12:49:29 +00:00
Peter Stephenson
e66af50a98 22014: argument-base, insert-unicode-char 2005-11-24 10:25:33 +00:00
Peter Stephenson
e366ca8dbf users/9638: tweaks for FCEDIT etc.
21986: rewrite completion suffixes for wide characters
2005-11-07 09:37:34 +00:00
Peter Stephenson
325f9c5dea users/9618, modified: :G for global substution modifier 2005-11-04 16:20:32 +00:00
Peter Stephenson
f42d15278d 21967: add ${(#)...} substitution 2005-11-01 18:04:24 +00:00
Peter Stephenson
5898ff44f9 unposted: minor tweaks to roadmap 2005-10-30 20:50:04 +00:00
Peter Stephenson
a1bf618b56 21933: R. Ramkumar: three new styles for MIME handler
21935: documentation for same.
2005-10-25 22:50:46 +00:00
Peter Stephenson
1f6bc666ae Mikael Magnusson, 21905: typos in roadmap 2005-10-21 21:56:55 +00:00
Peter Stephenson
c2ff977ddb 21898: insert-composed-char can take command line argument
21899: add "roadmap" to manual
2005-10-21 09:51:54 +00:00
Peter Stephenson
2120942203 21891: compose double width characters with ^A etc. 2005-10-19 22:49:36 +00:00
Peter Stephenson
20d2f66849 unposted: a few more miscellaneous composable symbols 2005-10-17 09:51:48 +00:00
Wayne Davison
5ee38b811e Updated PROMPT_SP to mention what inverse+bold char is now output. 2005-10-04 17:28:19 +00:00
Peter Stephenson
4ecc04ec8b Fix docs for TRAPNAL function return 2005-10-02 19:04:35 +00:00
Peter Stephenson
81a331a3ea 21779 plus unposted catch change: exception improvementss 2005-09-28 15:26:44 +00:00
Peter Stephenson
4431ebe7c1 unposted: alter reference to process substitutions in redriction docs 2005-09-26 18:34:51 +00:00
Peter Stephenson
ad2bd42c85 21758: optimise =(<<<...) to run within the shell. 2005-09-23 17:03:16 +00:00
Peter Stephenson
f13252c310 Unposted, c.f. 21752: Expand insert-composed-char. 2005-09-22 22:23:44 +00:00
Peter Stephenson
ce43e4a22c unposted c.f. 21735: document return as exit in try block in script 2005-09-19 15:19:21 +00:00
Peter Stephenson
d39b9fabdb 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on invalid characters or EOF 2005-09-09 11:48:27 +00:00
Peter Stephenson
1eb5efc826 21695: rewrite entry for (u) globbing flag 2005-09-02 11:38:42 +00:00