Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-27 | Merge branch 'upstream' into debian | Richard Hartmann | 7 | -9/+48 | |
2012-02-23 | unposted: 4.3.17 | Peter Stephenson | 4 | -5/+9 | |
2012-02-22 | 30242: Tests for ${...=...} in POSIX emulation | Bart Schaefer | 2 | -4/+8 | |
2012-02-22 | 30238 plus small tweaks: document the fork behaviour on suspending complex | Peter Stephenson | 2 | -1/+22 | |
builtins | |||||
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-02-21 | New upstream release | Axel Beckert | 83 | -215/+903 | |
Merge branch 'upstream' into debian | |||||
2012-02-20 | 30242: use PREFORK_SINGLE for ${...=...} in POSIX emulation | Bart Schaefer | 2 | -4/+14 | |
2012-02-20 | Fix post number for 30203 | Peter Stephenson | 1 | -2/+2 | |
2012-02-19 | unposted: 4.3.16 | Peter Stephenson | 3 | -2/+5 | |
2012-02-19 | unposted: 4.3.16 | Peter Stephenson | 2 | -3/+7 | |
2012-02-15 | 30231, 30232: updates for 4.3.16 | Peter Stephenson | 4 | -4/+19 | |
2012-02-14 | 30198: fix environ style lookup to be done in conventional manner | Oliver Kiddle | 3 | -4/+8 | |
2012-02-14 | fix dpkg-deb completion broken by 30199 (spotted by Mikael) | Oliver Kiddle | 2 | -2/+6 | |
2012-02-14 | users/16760: make reply local in url-quote-magic for the benefit of styles | Peter Stephenson | 2 | -1/+7 | |
2012-02-14 | 30214: emulate bash's \$ prompt behavior. | Wayne Davison | 1 | -1/+1 | |
2012-02-13 | 30214: prompt_redhat_setup: Fix quoting in `redhat' prompt. | Frank Terbeck | 2 | -2/+7 | |
2012-02-12 | 30181, plus rename of PF_* flags to PREFORK_*: | Peter Stephenson | 6 | -44/+114 | |
Pass sh-wordsplitting instructions to paramsubst() using flags, avoiding side effects of explicitly setting and unsetting the SHWORDSPLIT option. | |||||
2012-02-11 | 30206: Fix ldd completion | Mikael Magnusson | 2 | -2/+7 | |
2012-02-10 | 30199: add (-.) to many completion _files globs | Oliver Kiddle | 28 | -63/+82 | |
2012-02-10 | 30197: complete subversion changelists | Oliver Kiddle | 2 | -4/+20 | |
2012-02-10 | 30177: completion for fontconfig fonts | Oliver Kiddle | 3 | -1/+50 | |
2012-02-09 | 30193: remnulargs() after poking into string in case length changes | Bart Schaefer | 2 | -2/+7 | |
2012-02-08 | fix typo in ChangeLog | Peter Stephenson | 1 | -2/+2 | |
2012-02-08 | Timothy Redaelli: file name manipulations | Peter Stephenson | 2 | -1/+11 | |
in history can return NULL if HAVE_CANONICALIZE_FILE_NAME | |||||
2012-02-07 | Holger Macht via Ismail: 30185: openSUSE directory missed from | Peter Stephenson | 2 | -2/+7 | |
module definition | |||||
2012-02-05 | 30127: forbid fc from executing history lines in reverse | Peter Stephenson | 2 | -1/+12 | |
2012-02-03 | Mariusz Glebocki: 30179: suppress stderr for listing services | Peter Stephenson | 2 | -2/+7 | |
2012-02-01 | A.Costa: unposted: grammar.yo, ChangeLog-3.1: Fix typo to "definition" | Frank Terbeck | 3 | -3/+8 | |
2012-01-31 | seiler via Ismail: 30174: osc completion update | Peter Stephenson | 3 | -5/+8 | |
2012-01-31 | Felipe: 30158: compgen test not useful with current bashcompinit | Peter Stephenson | 4 | -39/+7 | |
2012-01-29 | Richard Hartmann: 30140: whitespace fix in mplayer completion | Peter Stephenson | 2 | -4/+7 | |
2012-01-29 | Felipe Contreras: 31031 to 30137: various bashcompinit improvements | Peter Stephenson | 2 | -18/+18 | |
2012-01-23 | Ben: 30118: sqlite completion | Peter Stephenson | 3 | -1/+57 | |
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 | |