* Fix typo in /etc/zsh/zshrc.
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.1-23) unstable; urgency=low
2
3   * Fix typo in /etc/zsh/zshrc.
4
5  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
6
7 grml-etc-core (0.1-22) unstable; urgency=low
8
9   * /etc/zsh/zshrc: update functions dchange and uchange - check
10     whether changelogs exist before trying to display them.
11
12  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
13
14 grml-etc-core (0.1-21) unstable; urgency=low
15
16   * /etc/zsh/zshrc: added some more checks so the config works
17     on AIX (powerpc-ibm-aix5.2.0.0) as well.
18
19  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
20
21 grml-etc-core (0.1-20) unstable; urgency=low
22
23   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
24     and set according $FPATH in /etc/zsh/zshrc.
25
26  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
27
28 grml-etc-core (0.1-19) unstable; urgency=low
29
30   * /etc/grml/screenrc: activated
31     termcapinfo xterm|xterms|xs|rxvt ti@:te@
32     for "more usual" buffer handling in xterm & CO.
33
34  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
35
36 grml-etc-core (0.1-18) unstable; urgency=low
37
38   * /etc/skel/.zshrc: update function getskype (new upstream release
39     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
40
41  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
42
43 grml-etc-core (0.1-17) unstable; urgency=low
44
45   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
46     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
47     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
48
49  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
50
51 grml-etc-core (0.1-16) unstable; urgency=low
52
53   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
54   * Move debian/postinst to debian/preinst, some minor fixes in
55     preinst and postrm.
56
57  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
58
59 grml-etc-core (0.1-15) unstable; urgency=low
60
61   * Set debian related functions + aliases only if /etc/debian_version
62     is present. Check for uid and set $SUDO according so normal
63     user can use functions + aliases as well.
64
65  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
66
67 grml-etc-core (0.1-14) unstable; urgency=low
68
69   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
70     to put job into foreground (thanks, wuehlmaus).
71
72  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
73
74 grml-etc-core (0.1-13) unstable; urgency=low
75
76   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
77
78  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
79
80 grml-etc-core (0.1-12) unstable; urgency=low
81
82   * Cleanup and update of /etc/apt/sources.list.grml.
83   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
84     package) and uchange (view upstream's changelog of specified package).
85
86  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
87
88 grml-etc-core (0.1-11) unstable; urgency=low
89
90   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
91     in environment files.
92
93  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
94
95 grml-etc-core (0.1-10) unstable; urgency=low
96
97   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
98     Worf for idea!
99   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
100
101  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
102
103 grml-etc-core (0.1-9) unstable; urgency=low
104
105   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
106     is present.
107   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
108     delete a word until its last '/'
109
110  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
111
112 grml-etc-core (0.1-8) unstable; urgency=low
113
114   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
115     as well.
116
117  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
118
119 grml-etc-core (0.1-7) unstable; urgency=low
120
121   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
122     Restore).
123
124  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
125
126 grml-etc-core (0.1-6) unstable; urgency=low
127
128   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
129
130  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
131
132 grml-etc-core (0.1-5) unstable; urgency=low
133
134   * /etc/zsh/zshrc:
135     - press "ctrl-e d" to insert the actual date in the form
136       yyyy-mm-dd (found in schulas zsh config :))
137     - complete manual pages by their section (hello schula,
138       again ;-))
139
140  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
141
142 grml-etc-core (0.1-4) unstable; urgency=low
143
144   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
145     status on right side of prompt.
146
147  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
148
149 grml-etc-core (0.1-3) unstable; urgency=low
150
151   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
152     for suggestion, Mark!
153   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
154     Mark!
155   * Added /etc/grml/script-functions meant for usage inside shell
156     scripts.
157
158  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
159
160 grml-etc-core (0.1-2) unstable; urgency=low
161
162   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
163
164  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
165
166 grml-etc-core (0.1) unstable; urgency=low
167
168   * Initial Release.
169
170  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
171