summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-2421931: don't use _hosts for ping now there's _pingPeter Stephenson2-1/+3
2005-10-2421930: handle extra-wide characters at end of linePeter Stephenson2-32/+43
2005-10-2421913: completion for ping.Clint Adams2-0/+66
2005-10-2421912: silence unused parameter compile warnings in cap.cClint Adams2-3/+8
2005-10-2321910: fix message sequence number for last commitPeter Stephenson1-4/+3
2005-10-23Fix --disable-multibyte compile error.Bart Schaefer2-4/+11
2005-10-23not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson3-2/+16
2005-10-21remove a couple of TODOsPeter Stephenson3-99/+25
2005-10-21Mikael Magnusson, 21905: typos in roadmapPeter Stephenson2-2/+6
2005-10-2121902: update for xmllint 2.6.22.Clint Adams2-2/+19
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