summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-2024001: fix up zcurses -CPeter Stephenson2-19/+29
2007-10-20Mikael Magnusson: 23999: improvements for git show, git rev-parse, et al.Clint Adams2-18/+17
2007-10-1923997: don't delete color pair hash on module unload unless it's been ↵Clint Adams2-2/+6
previously initialized.
2007-10-1923994: tweaks for 23993.Clint Adams2-1/+4
2007-10-19Mikael Magnusson: 23993: improved completion for git show.Clint Adams2-1/+20
2007-10-1923924: Improve synchronising of character attributes with otherGeoff Wing3-30/+34
output routines
2007-10-18Mikael Magnusson: 23991: fix typo in __git_blobs().Clint Adams2-1/+4
2007-10-18Mikael Magnusson: 23988: fix git-svn commands completion.Clint Adams2-0/+4
2007-10-1823989: add broken zcurses -C to set window colors.Clint Adams2-6/+128
2007-10-1823986: zmv example for turning spaces into underscoresPeter Stephenson2-0/+10
2007-10-1823978: zcurses -s with wide characters: use waddwstr()Peter Stephenson3-29/+26
2007-10-1723982: documentation for zcurses -A.Clint Adams2-1/+10
2007-10-1723981: add zcurses -A to set window attributes.Clint Adams2-8/+87
2007-10-1723970: zcurses -i/-e, fix leak, add zcurses -r with no argumentPeter Stephenson3-20/+69
23968 (Vin Shelton): yodl fix
2007-10-1523965: add missing bracket in completion for git svnimport.Clint Adams2-1/+4
2007-10-1523964: call endwin() in curses module cleanup.Clint Adams2-0/+3
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