summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-0222113: allow single option characters to be combined in completion for lastClint Adams2-1/+6
2005-12-27A couple more improvements to the HIST_SAVE_BY_COPY section.Wayne Davison2-2/+11
2005-12-2522105: ssh -M, -S, and -OClint Adams2-2/+6
2005-12-2522104: add support for new options such as ControlMaster and ControlPath.Clint Adams2-1/+14
2005-12-23Fixed a bogus file path.Wayne Davison1-1/+1
2005-12-23Fixed a typo and improved a sentence.Wayne Davison1-2/+2
2005-12-19unposted: updated _yum from Scott MurrayPeter Stephenson2-13/+43
2005-12-1922082: print out uid or gid in stat if name not availablePeter Stephenson2-6/+23
2005-12-18Changed some UTF-8 apostrophes to normal apostrophes.Wayne Davison1-0/+5
2005-12-18Changed a UTF-8 closing-single-quote into an ASCII apostrophe.Wayne Davison1-1/+1
2005-12-18Changed UTF-8 closing-single-quotes into ASCII apostrophes.Wayne Davison1-2/+2
2005-12-1822095: more multibyte notes.Peter Stephenson3-4/+28
2005-12-1722091Wayne Davison1-0/+7
2005-12-17Two changes in the HIST_SAVE_BY_COPY code: (1) preserve the groupWayne Davison1-2/+20
and permissions on the history file, and (2) fail if zsh's euid differs from the file's uid (since that would change the history file's owner).
2005-12-1522085 and back off 22075: include langinfo.h to get iconvPeter Stephenson3-10/+12
2005-12-15users/9788: add (oN) glob qualifier for no sortingPeter Stephenson5-24/+240
22076: more documentation for multibyte handling
2005-12-1521814: error handling for traps in "always" constructs.Bart Schaefer3-3/+25
2005-12-1422078Wayne Davison1-0/+5
2005-12-14Changed ucs4toutf8() into a static function (since it's onlyWayne Davison1-2/+1
used by this file when it's even defined).
2005-12-1422075: assume we can convert characters with wctomb() with --enable-multibytePeter Stephenson2-3/+9
2005-12-12Missed bit from 4.3.0-dev-2Peter Stephenson2-2/+7
2005-12-1222071Wayne Davison1-0/+5
2005-12-12A slightly more optimal way to fix the zle_setline() bug usingWayne Davison1-2/+1
the same zlecs-checking idiom as setline().
2005-12-12Fixed problem in zle_setline() where moving to an empty line wouldWayne Davison1-1/+1
set zlecs to -1. (Reported by Jun T.)
2005-12-1022069: completion listings didn't get unmetafiedPeter Stephenson2-7/+14
2005-12-1022068: completion for debdiff.Clint Adams2-0/+27
2005-12-10Fixed a compiler warning.Wayne Davison1-3/+8
2005-12-10Just-added "return" should have returned a value.Wayne Davison1-1/+1
2005-12-09unposted: reindent and use lowercase letters for descriptionsOliver Kiddle6-532/+435
2005-12-09unposted: better completion for sortmOliver Kiddle2-0/+8
2005-12-09require 2.53b of autoconf for AC_PROG_EGREPOliver Kiddle2-1/+5
2005-12-0922065: starts with "--".Clint Adams2-1/+6
2005-12-0922057: don't use zsh/newuser in emulationPeter Stephenson6-19/+53
22058: tweak docs for release
2005-12-0722056: Restore MIME style defaultsPeter Stephenson1-1/+0
2005-12-0722056: Restore MIME style defaultsPeter Stephenson2-3/+9
2005-12-0722055: completion for the FUSE sshfs.Clint Adams2-0/+17
2005-12-0722054: completion for fusermount.Clint Adams2-0/+29
2005-12-0622053: FAQ tweak plus better option and parameter documentationPeter Stephenson3-33/+113
in zsh-newuser-install
2005-12-0522052: improvements to surfraw completion.Clint Adams2-3/+480
2005-12-0522050: fixes for Debian GNU/kfreebsdOliver Kiddle5-8/+12
2005-12-0521712: include fallback for where $OSTYPE is not matchedOliver Kiddle2-41/+46
2005-12-05Changes implied by users/9744.Bart Schaefer2-1/+12
2005-12-0322049: bug exiting from sourced file within functionPeter Stephenson2-1/+8
2005-11-30An arg fix for the new parsedigit() function in zle_misc.c.Wayne Davison1-0/+3
2005-11-30Fixed parsedigit() to have it use its arg instead of "lastchar".Wayne Davison1-15/+12
2005-11-30One more fix for the non-multibyte prototype generation.Wayne Davison1-0/+2
2005-11-30add changelog entry for accidental commit (re hurd errno)Clint Adams1-0/+2
2005-11-30Use $EGREP instead of "grep -E".Wayne Davison1-0/+5
2005-11-30Use $EGREP instead of a hard-wired "grep -E".Wayne Davison1-1/+2
Added AC_PROG_EGREP (which sets $EGREP) for completeness.
2005-11-2922042: handle the Hurd's errno.h.Clint Adams1-1/+1