about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 23962: store windows in a linked list instead of a static array, and use ↵Clint Adams2007-10-153-55/+125
| | | | strings as window identifiers instead of integers.
* 23958: change target window to be the first argument of zcurses -a.Clint Adams2007-10-153-7/+10
|
* 23957: minor fixes.Clint Adams2007-10-153-2/+7
|
* unposted: update for zsh/curses module and documentation.Clint Adams2007-10-143-15/+21
|
* 23954: documentation for zsh/curses module.Clint Adams2007-10-143-1/+44
|
* unposted and users/12008: Functions/Prompts/prompt_bart_setup,Bart Schaefer2007-10-141-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.
* unposted: make sure localtraps is unset before setting TRAPWINCH.Bart Schaefer2007-10-141-2/+2
|
* zsh-users/12008: Assert zsh emulation to avoid setopt problems; don't tryBart Schaefer2007-10-141-2/+5
| | | | to run precmd or preexec if they don't exist.
* 23952: work with non-wide curses as well.Clint Adams2007-10-143-2/+23
|
* 23947: remove apm battery status and add git branch detection.Clint Adams2007-10-132-14/+11
|
* unposted: quote name of aclocal function.Clint Adams2007-10-132-1/+5
|
* 23945: autoconf include file for budding out-of-tree module support.Clint Adams2007-10-122-1/+14
|
* 23943 (tweaked): search ncursesw and document thisPeter Stephenson2007-10-123-10/+24
|
* 23927: don't define struct timezone if ZSH_OOT_MODULE is defined.Clint Adams2007-10-112-1/+6
|
* 23934: cleveren _expand_alias for "foo" -> "foo blah" expansionsPeter Stephenson2007-10-113-6/+32
|
* 23923: fold all other curses windowing builtins into zcurses.Clint Adams2007-10-082-107/+73
|
* 23919: have new zcurses builtin replace 4 separate builtins.Clint Adams2007-10-083-95/+116
|
* 23900: missed ChangeLog entryPeter Stephenson2007-10-081-0/+5
|
* arno: 23910: spaces in cases in init scriptPeter Stephenson2007-10-082-1/+6
|
* 23911: curses windowing module.Clint Adams2007-10-084-1/+345
|
* Mikael Magnusson: 23907: add --cached option to git-diff completion.Clint Adams2007-10-062-0/+4
|
* 23908: add missing backslash in _git-svn.Clint Adams2007-10-062-2/+5
|
* Mikael Magnusson: 23906: add missing backslash in _git-svn.Clint Adams2007-10-062-1/+6
|
* unposted, c.f. users/11935: quoting of arguments to unaliasPeter Stephenson2007-10-052-1/+8
|
* 23905: remove useless gitdir assignment and scope array locally in new ↵Clint Adams2007-10-042-2/+5
| | | | __git_changed_files function.
* Mikael Magnusson: 23903: complete both modified and added files for git commit.Clint Adams2007-10-042-1/+18
|
* 23900: Better handling of NO_EQUALS in old completionPeter Stephenson2007-10-032-1/+8
|
* Fix ChangeLog corruptionPeter Stephenson2007-10-031-3/+3
|
* improve configuration handling of termcap/cursesPeter Stephenson2007-10-024-7/+48
|
* 23883: improve precmd documentationPeter Stephenson2007-10-023-2/+11
| | | | Daniel Qarras: users/11915: .version quoting in _module completion
* Nikolai Weibull: 23889: fix -o completion in git cvsimport.Clint Adams2007-10-012-1/+4
|
* Nikolai Weibull: 23888: complete branch names and cached files after git log.Clint Adams2007-10-012-4/+18
|
* Nikolai Weibull: 23879: complete only cached files after git log.Clint Adams2007-10-012-2/+5
|
* Jesse Weinstein: 23878: completion for ranlib.Clint Adams2007-10-012-0/+18
|
* 23875: complete heads, tags, and files after git log.Clint Adams2007-09-302-1/+5
|
* 23874: only declare revision_arguments parameter once.Clint Adams2007-09-302-14/+4
|
* Nikolai Weibull: 23871: fix __cdrdao-drivers typo.Clint Adams2007-09-302-2/+5
|
* 23872: complete git config in subcommand position.Clint Adams2007-09-302-0/+4
|
* 23870: completion for git mergetool.Clint Adams2007-09-302-2/+16
|
* 23868: completion for svn-buildpackage.Clint Adams2007-09-302-0/+54
|
* 23867: completion for dpkg-buildpackage.Clint Adams2007-09-302-0/+31
|
* 23863: completion for lsusb.Clint Adams2007-09-302-0/+34
|
* 23863: remove all global variables.Clint Adams2007-09-302-68/+37
|
* 23862: declare author_conversion_file_arg_spec local.Clint Adams2007-09-302-1/+6
|
* 23860: complete patch names, omitting the .dpatch extension.Clint Adams2007-09-292-2/+5
|
* 23854: complete colon-separated path after -P, other minor tweaks.Clint Adams2007-09-292-11/+14
|
* Julien BLACHE: 23852: completion for dpatch-edit-patch.Clint Adams2007-09-292-0/+21
|
* Pierre Habouzit: 23851: use ad-hoc functions to list git branches and tags.Clint Adams2007-09-292-16/+17
|
* 23850: complete for GNU md5sum instead.Clint Adams2007-09-282-6/+11
|
* Jesse Weinstein: 23848: completion for md5sum.Clint Adams2007-09-282-0/+14
|