1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-01 16:31:53 +02:00
Commit Graph

4347 Commits

Author SHA1 Message Date
Peter Stephenson
1f6bc666ae Mikael Magnusson, 21905: typos in roadmap 2005-10-21 21:56:55 +00:00
Clint Adams
db01a65363 21902: update for xmllint 2.6.22. 2005-10-21 14:45:00 +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
Wayne Davison
0144021413 Mention compiler-warning fix. 2005-10-19 23:48:10 +00:00
Wayne Davison
99947c0c95 Got rid of a pointer-type warning by adding a definition for a
REFRESH_CHAR type and using it to define nullchr (it was using
ZLE_INT_T).
2005-10-19 23:45:06 +00:00
Peter Stephenson
2120942203 21891: compose double width characters with ^A etc. 2005-10-19 22:49:36 +00:00
Peter Stephenson
2ddaeb605f 21890: fix segmentation error in left prompt truncation and a couple of minor
inconsistencies
2005-10-19 21:59:34 +00:00
Peter Stephenson
26e60b1f3a 21887: Display characters wider than one screen cell correctly. 2005-10-19 20:40:24 +00:00
Peter Stephenson
feddc4199b 21885: Convert some refresh macros into functions. 2005-10-19 18:23:06 +00:00
Peter Stephenson
4ca967e200 21882: extend prompt truncation to handle multibyte characters 2005-10-19 08:39:02 +00:00
Bart Schaefer
4c213d57ac 21880: add carriage return to IFS in completion context. 2005-10-17 14:56:16 +00:00
Peter Stephenson
20d2f66849 unposted: a few more miscellaneous composable symbols 2005-10-17 09:51:48 +00:00
Wayne Davison
e95a5a1164 One more tweak to a sentence in the PROMPT_SP section. 2005-10-14 09:23:57 +00:00
Wayne Davison
2dac435d8a FAQ.yo update. 2005-10-14 09:19:41 +00:00
Wayne Davison
6b3391194c Changed the precmd that works like PROMPT_SP to use "%#" instead
of just "#".
2005-10-14 09:15:23 +00:00
Peter Stephenson
4a2f8d92e7 21872: job accounting in subshells was screwy 2005-10-13 17:49:59 +00:00
Peter Stephenson
3c37057c34 21871: replace INULL() by inull() 2005-10-13 16:30:13 +00:00
Peter Stephenson
cc81bba1e3 21870: bad INULL() definition
21869: multibyte characters in %-substitutions, invalid multibyte
characters in completion listings
2005-10-13 13:19:29 +00:00
Peter Stephenson
cca66ab341 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter
substitutions that don't match anything.
2005-10-11 16:48:05 +00:00
Peter Stephenson
1eaa7fee0d 21846: _chmod was too greedy with initial arguments 2005-10-07 09:30:56 +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
Bart Schaefer
7f3c92059f 21821, 21822: fix two infinite loops 2005-10-04 14:27:12 +00:00
Peter Stephenson
c1b01cfba2 21809: need to export nicedup() 2005-10-03 09:09:58 +00:00
Peter Stephenson
3fd42c4658 21790: initial attempt at documenting 4.3 release 2005-10-03 09:00:44 +00:00
Peter Stephenson
dcc48ad81b minor tidy-ups 2005-10-02 19:13:44 +00:00
Peter Stephenson
4ecc04ec8b Fix docs for TRAPNAL function return 2005-10-02 19:04:35 +00:00
Wayne Davison
f5d7af2912 Tweak to PROMPT_SP. 2005-10-01 19:20:25 +00:00
Wayne Davison
d84c522b49 Changed the PROMPT_SP output to use prompt-escape %# instead of just #. 2005-10-01 19:19:06 +00:00
Peter Stephenson
046f4cf49e 21784: Improved character widths for formatted multibyte character output 2005-09-29 17:32:34 +00:00
Bart Schaefer
6183db6faa 21770: tweak 21760 to avoid conflicts with global bindings 2005-09-29 14:39:18 +00:00
Clint Adams
5d6995abb1 21781: cope with iconv --list output from glibc 2.3.5. 2005-09-28 19:00:24 +00:00
Clint Adams
9e3caedcd6 21780: completion for dlocate. 2005-09-28 18:24:43 +00:00
Peter Stephenson
81a331a3ea 21779 plus unposted catch change: exception improvementss 2005-09-28 15:26:44 +00:00
Clint Adams
c3ca181fbe 21778: completion for piuparts. 2005-09-28 14:48:50 +00:00
Peter Stephenson
f3c0df36be 21769: fix some consequences of 21730 in completion lists 2005-09-27 14:30:30 +00:00
Clint Adams
161746bd9b Vincent Lefevre: 21767: add ~ to the default svn status pattern. 2005-09-27 13:56:53 +00:00
Peter Stephenson
d9bb1a52c9 21764: unmetafication mangle zle history lines 2005-09-26 18:39:21 +00:00
Peter Stephenson
4431ebe7c1 unposted: alter reference to process substitutions in redriction docs 2005-09-26 18:34:51 +00:00
Clint Adams
3bad367b6e 21763: Completion/Unix/Command/_baz: remove stray underscore. 2005-09-26 03:08:48 +00:00
Bart Schaefer
5f076d1390 21760: fix test for sequence prefixes in the local keymap in getkeymapcmd() 2005-09-24 18:49:42 +00:00
Bart Schaefer
8d6cd1dc94 unposted: range-checking of numeric arguments in zargs 2005-09-24 17:43:55 +00:00
Peter Stephenson
ad2bd42c85 21758: optimise =(<<<...) to run within the shell. 2005-09-23 17:03:16 +00:00
Wayne Davison
ced5aab522 Tweaked an entry to add the missing file info. 2005-09-22 23:51:04 +00:00
Peter Stephenson
f13252c310 Unposted, c.f. 21752: Expand insert-composed-char. 2005-09-22 22:23:44 +00:00
Clint Adams
fdd0397411 Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of multi-byte characters. 2005-09-22 01:36:35 +00:00
Clint Adams
4882c536e9 21740: completion for quilt. 2005-09-20 20:05:34 +00:00
Wayne Davison
7aa716edfd 21739 2005-09-20 16:34:32 +00:00
Wayne Davison
0945e20323 The PROMPT_SP code now ensures that PROMPT_PERCENT is enabled when
it uses promptexpand() to expand some percent strings. (21739)
2005-09-20 16:33:01 +00:00
Peter Stephenson
29bb2438c0 unposted: fix wcsiident 2005-09-20 15:41:22 +00:00
Peter Stephenson
33c9432d56 21737: unmetafy wordchars before looking for multibyte characters 2005-09-20 15:19:06 +00:00