summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-1523962: store windows in a linked list instead of a static array, and use ↵Clint Adams3-55/+125
strings as window identifiers instead of integers.
2007-10-1523958: change target window to be the first argument of zcurses -a.Clint Adams3-7/+10
2007-10-1523957: minor fixes.Clint Adams3-2/+7
2007-10-14unposted: update for zsh/curses module and documentation.Clint Adams3-15/+21
2007-10-1423954: documentation for zsh/curses module.Clint Adams3-1/+44
2007-10-14unposted and users/12008: Functions/Prompts/prompt_bart_setup,Bart Schaefer1-0/+9
Functions/Prompts/promptinit: make sure localtraps is unset before assigning to functions[TRAPWINCH]. emulate zsh to avoid setopts conflicts. Run precmd and preexec only if they are defined as functions.
2007-10-14unposted: make sure localtraps is unset before setting TRAPWINCH.Bart Schaefer1-2/+2
2007-10-14zsh-users/12008: Assert zsh emulation to avoid setopt problems; don't tryBart Schaefer1-2/+5
to run precmd or preexec if they don't exist.
2007-10-1423952: work with non-wide curses as well.Clint Adams3-2/+23
2007-10-1323947: remove apm battery status and add git branch detection.Clint Adams2-14/+11
2007-10-13unposted: quote name of aclocal function.Clint Adams2-1/+5
2007-10-1223945: autoconf include file for budding out-of-tree module support.Clint Adams2-1/+14
2007-10-1223943 (tweaked): search ncursesw and document thisPeter Stephenson3-10/+24
2007-10-1123927: don't define struct timezone if ZSH_OOT_MODULE is defined.Clint Adams2-1/+6
2007-10-1123934: cleveren _expand_alias for "foo" -> "foo blah" expansionsPeter Stephenson3-6/+32
2007-10-0823923: fold all other curses windowing builtins into zcurses.Clint Adams2-107/+73
2007-10-0823919: have new zcurses builtin replace 4 separate builtins.Clint Adams3-95/+116
2007-10-0823900: missed ChangeLog entryPeter Stephenson1-0/+5
2007-10-08arno: 23910: spaces in cases in init scriptPeter Stephenson2-1/+6
2007-10-0823911: curses windowing module.Clint Adams4-1/+345
2007-10-06Mikael Magnusson: 23907: add --cached option to git-diff completion.Clint Adams2-0/+4
2007-10-0623908: add missing backslash in _git-svn.Clint Adams2-2/+5
2007-10-06Mikael Magnusson: 23906: add missing backslash in _git-svn.Clint Adams2-1/+6
2007-10-05unposted, c.f. users/11935: quoting of arguments to unaliasPeter Stephenson2-1/+8
2007-10-0423905: remove useless gitdir assignment and scope array locally in new ↵Clint Adams2-2/+5
__git_changed_files function.
2007-10-04Mikael Magnusson: 23903: complete both modified and added files for git commit.Clint Adams2-1/+18
2007-10-0323900: Better handling of NO_EQUALS in old completionPeter Stephenson2-1/+8
2007-10-03Fix ChangeLog corruptionPeter Stephenson1-3/+3
2007-10-02improve configuration handling of termcap/cursesPeter Stephenson4-7/+48
2007-10-0223883: improve precmd documentationPeter Stephenson3-2/+11
Daniel Qarras: users/11915: .version quoting in _module completion
2007-10-01Nikolai Weibull: 23889: fix -o completion in git cvsimport.Clint Adams2-1/+4
2007-10-01Nikolai Weibull: 23888: complete branch names and cached files after git log.Clint Adams2-4/+18
2007-10-01Nikolai Weibull: 23879: complete only cached files after git log.Clint Adams2-2/+5
2007-10-01Jesse Weinstein: 23878: completion for ranlib.Clint Adams2-0/+18
2007-09-3023875: complete heads, tags, and files after git log.Clint Adams2-1/+5
2007-09-3023874: only declare revision_arguments parameter once.Clint Adams2-14/+4
2007-09-30Nikolai Weibull: 23871: fix __cdrdao-drivers typo.Clint Adams2-2/+5
2007-09-3023872: complete git config in subcommand position.Clint Adams2-0/+4
2007-09-3023870: completion for git mergetool.Clint Adams2-2/+16
2007-09-3023868: completion for svn-buildpackage.Clint Adams2-0/+54
2007-09-3023867: completion for dpkg-buildpackage.Clint Adams2-0/+31
2007-09-3023863: completion for lsusb.Clint Adams2-0/+34
2007-09-3023863: remove all global variables.Clint Adams2-68/+37
2007-09-3023862: declare author_conversion_file_arg_spec local.Clint Adams2-1/+6
2007-09-2923860: complete patch names, omitting the .dpatch extension.Clint Adams2-2/+5
2007-09-2923854: complete colon-separated path after -P, other minor tweaks.Clint Adams2-11/+14
2007-09-29Julien BLACHE: 23852: completion for dpatch-edit-patch.Clint Adams2-0/+21
2007-09-29Pierre Habouzit: 23851: use ad-hoc functions to list git branches and tags.Clint Adams2-16/+17
2007-09-2823850: complete for GNU md5sum instead.Clint Adams2-6/+11
2007-09-28Jesse Weinstein: 23848: completion for md5sum.Clint Adams2-0/+14