summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-2121898: insert-composed-char can take command line argumentPeter Stephenson12-9/+202
21899: add "roadmap" to manual
2005-10-19Mention compiler-warning fix.Wayne Davison1-0/+4
2005-10-19Got rid of a pointer-type warning by adding a definition for aWayne Davison1-1/+3
REFRESH_CHAR type and using it to define nullchr (it was using ZLE_INT_T).
2005-10-1921891: compose double width characters with ^A etc.Peter Stephenson3-0/+20
2005-10-1921890: fix segmentation error in left prompt truncation and a couple of minorPeter Stephenson4-6/+12
inconsistencies
2005-10-1921887: Display characters wider than one screen cell correctly.Peter Stephenson2-83/+235
2005-10-1921885: Convert some refresh macros into functions.Peter Stephenson2-153/+189
2005-10-1921882: extend prompt truncation to handle multibyte charactersPeter Stephenson4-36/+311
2005-10-1721880: add carriage return to IFS in completion context.Bart Schaefer2-0/+8
2005-10-17unposted: a few more miscellaneous composable symbolsPeter Stephenson3-2/+60
2005-10-14One more tweak to a sentence in the PROMPT_SP section.Wayne Davison1-4/+4
2005-10-14FAQ.yo update.Wayne Davison1-0/+5
2005-10-14Changed the precmd that works like PROMPT_SP to use "%#" insteadWayne Davison1-2/+2
of just "#".
2005-10-1321872: job accounting in subshells was screwyPeter Stephenson2-2/+14
2005-10-1321871: replace INULL() by inull()Peter Stephenson11-23/+30
2005-10-1321870: bad INULL() definitionPeter Stephenson4-2/+53
21869: multibyte characters in %-substitutions, invalid multibyte characters in completion listings
2005-10-1121862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson8-21/+92
substitutions that don't match anything.
2005-10-0721846: _chmod was too greedy with initial argumentsPeter Stephenson2-1/+6
2005-10-04Updated PROMPT_SP to mention what inverse+bold char is now output.Wayne Davison1-2/+2
2005-10-0421821, 21822: fix two infinite loopsBart Schaefer2-2/+17
2005-10-0321809: need to export nicedup()Peter Stephenson2-1/+4
2005-10-0321790: initial attempt at documenting 4.3 releasePeter Stephenson4-3/+56
2005-10-02minor tidy-upsPeter Stephenson4-2/+90
2005-10-02Fix docs for TRAPNAL function returnPeter Stephenson2-3/+7
2005-10-01Tweak to PROMPT_SP.Wayne Davison1-0/+5
2005-10-01Changed the PROMPT_SP output to use prompt-escape %# instead of just #.Wayne Davison1-2/+2
2005-09-2921784: Improved character widths for formatted multibyte character outputPeter Stephenson10-155/+452
2005-09-2921770: tweak 21760 to avoid conflicts with global bindingsBart Schaefer2-3/+8
2005-09-2821781: cope with `iconv --list` output from glibc 2.3.5.Clint Adams2-1/+4
2005-09-2821780: completion for dlocate.Clint Adams2-0/+36
2005-09-2821779 plus unposted catch change: exception improvementssPeter Stephenson4-5/+12
2005-09-2821778: completion for piuparts.Clint Adams2-0/+35
2005-09-2721769: fix some consequences of 21730 in completion listsPeter Stephenson3-3/+10
2005-09-27Vincent Lefevre: 21767: add ~ to the default svn status pattern.Clint Adams2-1/+6
2005-09-2621764: unmetafication mangle zle history linesPeter Stephenson2-1/+8
2005-09-26unposted: alter reference to process substitutions in redriction docsPeter Stephenson2-3/+11
2005-09-2621763: Completion/Unix/Command/_baz: remove stray underscore.Clint Adams2-1/+6
2005-09-2421760: fix test for sequence prefixes in the local keymap in getkeymapcmd()Bart Schaefer2-7/+16
2005-09-24unposted: range-checking of numeric arguments in zargsBart Schaefer2-3/+35
2005-09-2321758: optimise =(<<<...) to run within the shell.Peter Stephenson4-13/+77
2005-09-22Tweaked an entry to add the missing file info.Wayne Davison1-2/+2
2005-09-22Unposted, c.f. 21752: Expand insert-composed-char.Peter Stephenson5-255/+410
2005-09-22Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of ↵Clint Adams2-1/+6
multi-byte characters.
2005-09-2021740: completion for quilt.Clint Adams2-0/+27
2005-09-2021739Wayne Davison1-0/+5
2005-09-20The PROMPT_SP code now ensures that PROMPT_PERCENT is enabled whenWayne Davison1-1/+5
it uses promptexpand() to expand some percent strings. (21739)
2005-09-20unposted: fix wcsiidentPeter Stephenson2-1/+3
2005-09-2021737: unmetafy wordchars before looking for multibyte charactersPeter Stephenson2-5/+11
2005-09-2021736: improve tests for word and identifier characters with multibyte inputPeter Stephenson7-35/+104
2005-09-19unposted c.f. 21735: document return as exit in try block in scriptPeter Stephenson2-2/+9