summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-1931055: missing $ in compaudit search of /proc file systemPeter Stephenson2-2/+7
2013-02-13unposted: Insert a blank line before vindex() to properly format theBart Schaefer1-0/+1
paragraph that follows it.
2013-02-1231041: add support for testing line editor widgets from the test suiteOliver Kiddle3-6/+52
2013-02-12remove duplication in git guidelinesOliver Kiddle2-86/+73
2013-02-09Morita Sho: 31038: add location of terminfo entries on DebianOliver Kiddle2-2/+5
2013-02-0931037: return to previous position with vi-goto-mark using `` or ''Oliver Kiddle2-5/+18
2013-02-07Wieland Hoffmann: 31030: improve mplayer completion labelPeter Stephenson2-2/+5
2013-02-07Wieland Hoffmann: 31029: correct directory in READMEPeter Stephenson2-2/+4
2013-02-07Han Pingtian: 31027: remove the -g's from globs in file completionPeter Stephenson2-2/+7
2013-02-03Eric P Mangold: 31016: updated twisted completion using internallyPeter Stephenson2-82/+35
generated function
2013-02-0131015: compaudit fix to allow executable owner to own completion filesPeter Stephenson2-11/+43
2013-02-01Fix _prove completer commit (was html)Mikael Magnusson2-835/+56
2013-01-29Jesper Nygårds: 31012: gradle completion updatePeter Stephenson2-6/+15
2013-01-29Dmitry Roshchin: 31008: updates for openSUSE completionsPeter Stephenson3-6/+10
2013-01-2631000: fix typo in exampleBart Schaefer2-2/+6
2013-01-24users/17608: use function to modify currrent command line argumentPeter Stephenson3-17/+51
2013-01-2230993: fix parameter modifier crash with :wq on empty stringPeter Stephenson3-2/+23
2013-01-2130987: only call xrandr when necessary and use _call_programOliver Kiddle2-23/+34
2013-01-18Add stamp-h.in to debian/clean, it seems to have been lost while refactoringAxel Beckert1-0/+1
Git-Dch: Ignore
2013-01-15Move /usr/local/share/zsh/… prerm removal from zsh to zsh-common (Closes: ↵Axel Beckert2-2/+24
#698224)
2013-01-1430960: Alexey Bezhan: compatibility issue with django completionPeter Stephenson2-2/+7
2013-01-13Compress zsh-static with xz, tooAxel Beckert1-1/+1
2013-01-13No more install changelogs and copyright file into zsh-dbg.Axel Beckert1-2/+2
zsh-dbg already has a symlink from /usr/share/doc/zsh-dbg to zsh-common. Git-Dch: Full
2013-01-13Don't compress zsh-dbg with xz anymore, due to no more savingsAxel Beckert1-1/+2
2013-01-13Bump dh compat to 9 for multiarch and additional debug symbol featuresAxel Beckert4-4/+2
* Enables compressed debugging symbols, saving > 50% space on disk * Enables Build-IDs for debugging symbols * Enables multiarch support, /usr/lib/zsh becomes e.g. /usr/lib/x86_64-linux-gnu/zsh on amd64 Git-Dch: Full
2013-01-13zsh-beta: Still suggest zsh-beta-docAxel Beckert1-0/+1
This way zsh-doc will be pulled in if zsh-beta-doc was installed but marked as automatically installed. Git-Dch: Ignore
2013-01-13Merge branch 'debian' into abe/no-betaAxel Beckert4-2/+45
Conflicts: debian/rules
2013-01-12Reduce some occurrences of multiple whitespaces into single onesAxel Beckert1-2/+2
2013-01-1030958: Jeremy Mates: new prove completionPeter Stephenson3-1/+841
2013-01-10Add files generated before Makefile is generated to debian/cleanAxel Beckert1-0/+7
This helps to clean up if a build stopped before configure finishs and hence no Makefile has been generated which would contain the according clean target.
2013-01-10zsh{,-dbg}.postinst: Create symlink to /usr/share/doc/zsh-common (Closes: ↵Axel Beckert2-0/+36
#697808) On purpose, dpkg doesn't replace directories with symlinks and vice-versa. Has to be done manually in the maintainer scripts. Thanks: Sebastian Ramacher <sramacher@debian.org>
2013-01-08unposted: tweak 30949 to fix buffer pointerBart Schaefer2-3/+7
2013-01-0630949: restore "read -q" behavior lost by 27188Bart Schaefer2-1/+8
2013-01-0530946: Robert Kovacsics: use xrandr command to generate completionsPeter Stephenson2-3/+8
2013-01-05Merge branch 'debian' into abe/no-betaAxel Beckert0-0/+0
2013-01-05debian/rules: Simplify target dependencies (drops no-op build-stamp target)Axel Beckert1-5/+3
Nice side effect: test suite isn't run more than once anymore
2013-01-05debian/rules: Remove some blank lines and commented codeAxel Beckert1-4/+1
2013-01-05debian/rules: Remove some blank lines and commented codeAxel Beckert1-4/+1
2013-01-05debian/rules: Don't line-break sed expressions. Do line-break before their ↵Axel Beckert1-3/+3
file parameters
2013-01-05debian/rules: Wrap long linesAxel Beckert1-4/+15
2013-01-05debian/rules: Replace "$(package)" with a hardcoded "zsh"Axel Beckert1-83/+81
2013-01-05Add dummy packages for transition from zsh-beta to zshAxel Beckert4-5/+29
2013-01-05Remove all zsh-beta related conditionals from debian/rulesAxel Beckert1-46/+0
2013-01-05Replace checkroot target with dh_testrootAxel Beckert1-9/+11
2013-01-05Add build-dependency on dpkg-dev (>= 1.16.1~)Axel Beckert1-0/+1
... as usage of /usr/share/dpkg/buildflags.mk is no more optional
2013-01-05CONFIGFLAGS and STATICFLAGS: Only one flag per lineAxel Beckert1-5/+12
2013-01-05Drop no more necessary manual compression of info filesAxel Beckert1-1/+0
2013-01-05Indent dh_* parameters and other code for a more readable, table-like ↵Axel Beckert1-49/+50
debian/rules
2013-01-05Split long debug CONFIGFLAGS lineAxel Beckert1-1/+5
2013-01-05Consequently use "touch $@" to create stamp filesAxel Beckert1-5/+5