/etc/zsh/zshrc: check for potentially old files in 'completion.d'
[grml-etc-core.git] / debian / NEWS
1 grml-etc-core (0.3.5) unstable; urgency=low
2
3   * Please notice, that the setup of zsh's completion functions has
4     been changed. The setup has been cleaned up but as a sideeffect
5     you might notice a problem like:
6
7      "_tags:comptags:67: can only be called from completion function"
8
9     when starting zsh. The reason for this change is because the files
10     inside /etc/zsh/completion.d/ have been renamed from 'foo' to
11     '_foo' and their content has been adjusted according to the new
12     setup too. If you added functions to completion.d yourself, please
13     consider moving them to /etc/zsh/functions.d/. Files in that
14     directory, not starting with an underscore are marked for
15     automatic loading by default (so that is quite convenient).
16
17     So to avoid above error message make sure you don't have any
18     dpkg-files *not* starting with a '_' in /etc/zsh/completion.d/
19     laying around. If there are files *not* starting with an
20     underscore from an older grml-etc-core in completion.d, you may
21     safely remove them.
22
23     Information regarding upgrading can be found also at:
24
25       http://wiki.grml.org/doku.php?id=upgrading
26
27     Information regarding (changing) zsh setup can be found at:
28
29       http://grml.org/zsh/#grmlzshrefcard
30
31  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2007 01:32:27 +0200
32
33 grml-etc-core (0.1-31) unstable; urgency=low
34
35   * Please notice, that the behaviour of global aliases in /etc/skel/.zshrc
36     has been changed. Now global aliases won't be expanded automatically
37     anymore. You can still use them (and even some more now as well),
38     just type the abbreviation/global alias and expand it via pressing
39     the key sequence ',.'. Usage example:
40
41     % ls G<press-',.'-here>
42
43     expands to:
44
45     % ls |& grep --color=auto
46
47     Thanks for the contribution, Matthias Kopfermann!
48
49  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 12:27:02 +0100