Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-08 | Print directly from $terminfo instead of using `echoti' | Frank Terbeck | 1 | -2/+2 | |
The result is the same, plus this protects us from people who feel like messing with the value of $TERM... Suggested-by: Mikael Magnusson <mikachu@gmail.com> Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2012-08-08 | Do not use echoti {smkx,rmkx} unconditionally | Frank Terbeck | 1 | -8/+18 | |
If a terminal - like the linux kernel's virtual console - is missing those terminfo entries, that will cause annoying output like: zle-line-init:echoti:1: no such terminfo capability: rmkx zle-line-init:echoti:1: no such terminfo capability: smkx for each and every prompt. This tests for the features availability and notes missing ones in a new array `$debian_missing_features'. Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2012-08-01 | Apply wrap-and-sort on the Debian package | Michael Prokop | 1 | -3/+17 | |
Thanks to Axel for forwarding https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/1029337 | |||||
2012-07-25 | [dch-ignore] One more changelog entry date bump to test CIA bot and commit ↵ | Axel Beckert | 1 | -1/+1 | |
mailing list | |||||
2012-07-25 | [dch-ignore] Bump changelog entry to test CIA bot and commit mailing list | Axel Beckert | 1 | -1/+1 | |
2012-07-25 | Prepare upload of 5.0.0-1 to experimental | Axel Beckert | 1 | -2/+6 | |
2012-07-23 | pdfroff needs ghostscript; add b-d | Axel Beckert | 1 | -1/+1 | |
2012-07-23 | Add a preliminary changelog entry for 5.0.0 | Axel Beckert | 1 | -0/+22 | |
... otherwise Jenkins FTBFS due to "upstream changes" because it tries to build against the 4.3.17 upstream source. | |||||
2012-07-22 | debian/*: /bin/zsh4 → /bin/zsh5, etc. | Axel Beckert | 7 | -20/+20 | |
2012-07-22 | Add groff to build-dependencies (for pdfroff) | Axel Beckert | 1 | -1/+1 | |
2012-07-22 | Update autotools patches | Axel Beckert | 2 | -129/+228 | |
2012-03-04 | Use stricter options with autoload | Frank Terbeck | 1 | -1/+1 | |
-U suppresses alias expansion while the function is loaded. And -z forces zsh-style autoloading semantics (instead of the optional ksh-style, which someone could have set in a files that is sourced earlier than the zshrc file). Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2012-03-04 | Only unalias `run-help' if the alias actually exists | Frank Terbeck | 1 | -1/+1 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2012-03-04 | Un-tabified and rearranged zstyle call | Frank Terbeck | 1 | -2/+7 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2012-03-04 | Add debian/NEWS to document the keyboard changes | Frank Terbeck | 1 | -0/+24 | |
2012-03-04 | Rewrite keyboard handling in zshrc | Frank Terbeck | 1 | -27/+67 | |
This change makes proper use of `$terminfo[]', because it makes sure that zle (zsh's line editor) puts the terminal into application mode while it is running. Then - and ONLY then - are the values from the `$terminfo[]' array valid. While doing that this also does this: a) Refactor the actual binding code b) Do not bind non-default vi-* widgets to Up and Down. The change in "b)" may be controversial because it reverts long standing debian-zshrc behaviour. However, the #zsh channel on freenode gets a *lot* of people complaining about this from debian and ubuntu systems. There even was a bug report about this: #383737. Clint commented like this: > Unfortunately this boils down to a binary division in a fundamental > belief, and either way people are unhappy. I agree. But I disagree, that the solution is to keep the non-default behaviour in that case. The package should keep the default zsh behaviour with things that boil down to "fundamental belief" and leave it to the user to decide. The bindings that were the most controversial were `Up' and `Down' bound to vi-up/down-line-or-history in viins and vicmd. This patch binds both keys to the less surprising up/down-line-or-history bindings. Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2012-03-03 | No more offers a ksh alternative due to incomplete ksh emulation (Closes: ↵ | Axel Beckert | 2 | -4/+2 | |
659969) | |||||
2012-02-29 | Also export hardening CPPFLAGS (Closes: #644400) | Simon Ruderich | 1 | -1/+1 | |
2012-02-29 | Really release 4.3.17-1, now with RichiH in Uploaders | Axel Beckert | 1 | -1/+5 | |
2012-02-29 | Add Richard Hartmann to Uploaders | Axel Beckert | 1 | -1/+1 | |
2012-02-27 | Release 4.3.17-1 | Richard Hartmann | 1 | -0/+9 | |
2012-02-27 | Make debian/gbp.conf dynamic | Richard Hartmann | 1 | -2/+3 | |
2012-02-27 | Bump Standards-Version to 3.9.3 (no changes) | Richard Hartmann | 1 | -1/+1 | |
2012-02-21 | Prepare 4.3.16-1 | Axel Beckert | 1 | -0/+22 | |
2012-02-21 | Add stamp-h.in to extend-diff-ignore | Axel Beckert | 1 | -1/+1 | |
2012-02-21 | Raise upstream-branch version in gbp.conf to zsh-4.3.16 | Axel Beckert | 1 | -1/+1 | |
2012-01-23 | Raise upstream-branch version in gbp.conf to zsh-4.3.15 | Michael Prokop | 1 | -1/+1 | |
2012-01-23 | Enable hardening options (Closes: #644400) | Pierre Chifflier | 1 | -2/+6 | |
2012-01-22 | Prepare upload of 4.3.15-1 to unstable | Axel Beckert | 1 | -4/+6 | |
2012-01-22 | Add some more (re)generated files to extend-diff-ignore in debian/source/options | Axel Beckert | 1 | -1/+1 | |
2012-01-22 | Prepare new upstream release packaging | Axel Beckert | 1 | -5/+7 | |
Do not use ~ds1 for now | |||||
2011-12-14 | Change changelog entry from 4.3.13~ds1-1 to 4.3.14~ds1-1 | Axel Beckert | 1 | -3/+3 | |
2011-12-14 | at2quilt: Updating autotools patches | Axel Beckert | 2 | -447/+481 | |
2011-12-07 | Use generated orig.tar.gz instead of upstream's tarball for now | Axel Beckert | 2 | -2/+9 | |
This fixes some file regeneration issues, e.g. with man pages. (Closes: #646046) | |||||
2011-12-07 | Mention #634609 just once | Axel Beckert | 1 | -2/+1 | |
2011-12-07 | Update changelog to reflect what has been fixed upstream | Axel Beckert | 1 | -1/+4 | |
2011-12-01 | Release new version 4.3.13-1 | Frank Terbeck | 1 | -0/+25 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2011-12-01 | provide debian/gbp.conf for git-buildpackage and friends | Michael Prokop | 2 | -0/+18 | |
Simplify (automated) building via git-buildpackage by shipping an according debian/gbp.conf configuration file. | |||||
2011-12-01 | at2quilt: Updating autotools patches | Frank Terbeck | 2 | -9/+61 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2011-12-01 | Removing upstream patches due to new release | Frank Terbeck | 5 | -224/+0 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2011-10-14 | _bts: Update list of tags (Closes: #641162) | Ansgar Burchardt | 2 | -0/+34 | |
2011-10-14 | Add "tinfo" to --with-term-lib flag (Closes: #645112) | Mitsuya Shibata | 1 | -1/+1 | |
2011-07-19 | Use one positive arch-spec instead of several negated ones (Closes: #634609) | Frank Terbeck | 1 | -1/+1 | |
This should be used to close the named bug instead of 7c61c9184e. | |||||
2011-07-19 | Use hurd-any etc. instead of hurd-i386 (Closes: #634609) | Frank Terbeck | 1 | -1/+1 | |
2011-07-01 | Support -F completion for aptitude (Closes: #632140) | Frank Terbeck | 2 | -0/+56 | |
2011-07-01 | Include _git patches from upstream (Closes: #630906) | Frank Terbeck | 2 | -0/+113 | |
The included patches enable fallback to file name completion for unknown sub-commands as well as the registration of addon completions such as _git-buildpackage. | |||||
2011-06-28 | Adding support for (un)markauto in _apt (Closes: #631795) | Frank Terbeck | 2 | -0/+21 | |
2011-06-16 | Release 4.3.12-1 and reformat changelog entry a little bit | Axel Beckert | 1 | -5/+6 | |
2011-06-16 | Fix lintian warning "maintainer-script-without-set-e" also for zsh-static | Axel Beckert | 3 | -3/+9 | |
2011-06-14 | [dch-ignore] Update changelog | Axel Beckert | 1 | -3/+15 | |