Release new version 0.6.0
[grml-etc-core.git] / debian / NEWS
1 grml-etc-core (0.3.62) unstable; urgency=low
2
3   * Merged /etc/skel/.zshrc into /etc/zsh/zshrc:
4
5     Starting with grml-etc-core 0.3.62 grml's zsh setup lives only in
6     *one* zshrc file - that is the global one: /etc/zsh/zshrc
7     /etc/skel/.zshrc still exists but provides commented examples only.
8     It is best to leave the /etc/skel/.zshrc file untouched and do
9     personal changes to the setup via ${HOME}/.zshrc.local (as before)
10     which is loaded at the end of the global zshrc.
11
12     That way, we enable people on other operating systems to use our
13     setup, too, just by copying our global zshrc to their ${HOME}/.zshrc.
14     Adjustments would still go to the .zshrc.local file.
15     Further information is available in the grml-zsh-refcard, available
16     at http://grml.org/zsh/
17
18     If you explore *any* problems please let us know:
19     http://grml.org/bugs/
20
21  -- Michael Prokop <mika@grml.org>  Fri, 13 Feb 2009 12:40:28 +0100
22
23 grml-etc-core (0.3.5) unstable; urgency=low
24
25   * Please note, that the setup of zsh's completion functions has
26     been changed. The setup has been cleaned up but as a sideeffect
27     you might notice a problem like:
28
29      "_tags:comptags:67: can only be called from completion function"
30
31     when starting zsh. The reason for this change is because the files
32     inside /etc/zsh/completion.d/ have been renamed from 'foo' to
33     '_foo' and their content has been adjusted according to the new
34     setup too. If you added functions to completion.d yourself, please
35     consider moving them to /etc/zsh/functions.d/. Files in that
36     directory, not starting with an underscore are marked for
37     automatic loading by default (so that is quite convenient).
38
39     So to avoid above error message make sure you don't have any
40     dpkg-files *not* starting with a '_' in /etc/zsh/completion.d/
41     laying around. If there are files *not* starting with an
42     underscore from an older grml-etc-core in completion.d, you may
43     safely remove them.
44
45     Information regarding upgrading can be found also at:
46
47       http://wiki.grml.org/doku.php?id=upgrading
48
49     Information regarding (changing) zsh setup can be found at:
50
51       http://grml.org/zsh/#grmlzshrefcard
52
53  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2007 01:32:27 +0200
54
55 grml-etc-core (0.1-31) unstable; urgency=low
56
57   * Please note, that the behaviour of global aliases in /etc/skel/.zshrc
58     has been changed. Now global aliases won't be expanded automatically
59     anymore. You can still use them (and even some more now as well),
60     just type the abbreviation/global alias and expand it via pressing
61     the key sequence ',.'. Usage example:
62
63     % ls G<press-',.'-here>
64
65     expands to:
66
67     % ls |& grep --color=auto
68
69     Thanks for the contribution, Matthias Kopfermann!
70
71  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 12:27:02 +0100