mention preinst stuff in changelog
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.1-33) unstable; urgency=low
2
3   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
4     to avoid problems with different zsh versions. 
5   * Small fix in debian/preinst to prevent overwriting from original
6     files when diverting several times (again: please report any
7     problems you notice).
8
9  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
10
11 grml-etc-core (0.1-32) unstable; urgency=low
12
13   * zsh-setup: applied patch from Frank Terbeck for improved
14     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
15
16  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
17
18 grml-etc-core (0.1-31) unstable; urgency=low
19
20   * /etc/skel/.zshrc:
21     - added alias hidiff (highlight important stuff in diff
22       output), active if histring is available
23     - added some isgrmlsmall checks, thanks Frank Terbeck!
24     - added power completion, thanks wuehlmaus!
25       See http://zshwiki.org/home/examples/zleiab for details.
26       Notice: this deactivates the global aliases by default now,
27       just use the global aliases as well but press ',.' afterwards
28       to expand the abbreviation!
29
30  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
31
32 grml-etc-core (0.1-30) unstable; urgency=low
33
34   * Ship /etc/grml/script-functions with this package so other packages
35     like grml-debootstrap don't have to depend on package grml-scripts.
36   * Bumb Standard Version to 3.7.2 (no further changes).
37
38  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
39
40 grml-etc-core (0.1-29) unstable; urgency=low
41
42   * /etc/zsh/zshrc:
43     - added isgrmlsmall() and set $EDITOR according to grml flavour,
44       thanks - Frank Terbeck!
45     - deactivate smiley on right side of prompt by default, uncomment
46       the line if you want to use it
47   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
48     but do not activate it by default
49   * /etc/skel/.hgrc: adjust username for "generic user"
50
51  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
52
53 grml-etc-core (0.1-28) unstable; urgency=low
54
55   * /etc/skel/.zshrc: always set 'setopt local_options' if
56     using 'setopt errreturn'.
57
58  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
59
60 grml-etc-core (0.1-27) unstable; urgency=low
61
62   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
63     otherwise running 'script' might hang. Thanks, wuehlmaus!
64
65  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
66
67 grml-etc-core (0.1-26) unstable; urgency=low
68
69   The "Frank Terbeck is my zsh hero" release.
70
71   * Update /etc/zsh/site-functions/_hg to latest version from
72     http://hg.intevation.org/mercurial/crew
73   * Added /etc/zsh/site-functions/_grmlinitd for better completion
74     of "Start Restart Stop Reload" with initscripts, thanks - Frank
75     Terbeck!
76   * /etc/zsh/zshrc:
77     - use is-at-least for is4[2]-functions if possible
78     - bugfix for $2 in initscripts "Start Restart Stop Reload"
79       function (thanks, Frank Terbeck!)
80     - use zsh's color capabilities if the module is present
81       (thanks, Frank Terbeck!)
82     - don't export $SHELL anymore
83   * /etc/zsh/zshenv:
84     - set /bin instead of /bin/ in $PATH
85     - some minor code style improvements
86   * /etc/skel/.zshrc: 
87     - updated alias fbmplayer (thanks, wuehlmaus!)
88     - added function gex (google exact search, thanks wuehlmaus!)
89     - added gethgsnap and gethgclone for retrieving mercurial
90     - use $SUDO in the whole file instead of $RUNASROOT
91     - use 'setopt errreturn' in some functions
92
93  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
94
95 grml-etc-core (0.1-25) unstable; urgency=low
96
97   * /etc/skel/.zshrc: add functions for mercurial
98   * Added /etc/skel/.hgrc - configuration file for mercurial.
99   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
100     two directories recursively), taken from
101     http://www.vim.org/scripts/script.php?script_id=102
102
103  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
104
105 grml-etc-core (0.1-24) unstable; urgency=low
106
107   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
108     thanks for the patch - Frank Terbeck!
109
110  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
111
112 grml-etc-core (0.1-23) unstable; urgency=low
113
114   * Fix typo in /etc/zsh/zshrc.
115
116  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
117
118 grml-etc-core (0.1-22) unstable; urgency=low
119
120   * /etc/zsh/zshrc: update functions dchange and uchange - check
121     whether changelogs exist before trying to display them.
122
123  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
124
125 grml-etc-core (0.1-21) unstable; urgency=low
126
127   * /etc/zsh/zshrc: added some more checks so the config works
128     on AIX (powerpc-ibm-aix5.2.0.0) as well.
129
130  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
131
132 grml-etc-core (0.1-20) unstable; urgency=low
133
134   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
135     and set according $FPATH in /etc/zsh/zshrc.
136
137  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
138
139 grml-etc-core (0.1-19) unstable; urgency=low
140
141   * /etc/grml/screenrc: activated
142     termcapinfo xterm|xterms|xs|rxvt ti@:te@
143     for "more usual" buffer handling in xterm & CO.
144
145  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
146
147 grml-etc-core (0.1-18) unstable; urgency=low
148
149   * /etc/skel/.zshrc: update function getskype (new upstream release
150     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
151
152  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
153
154 grml-etc-core (0.1-17) unstable; urgency=low
155
156   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
157     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
158     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
159
160  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
161
162 grml-etc-core (0.1-16) unstable; urgency=low
163
164   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
165   * Move debian/postinst to debian/preinst, some minor fixes in
166     preinst and postrm.
167
168  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
169
170 grml-etc-core (0.1-15) unstable; urgency=low
171
172   * Set debian related functions + aliases only if /etc/debian_version
173     is present. Check for uid and set $SUDO according so normal
174     user can use functions + aliases as well.
175
176  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
177
178 grml-etc-core (0.1-14) unstable; urgency=low
179
180   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
181     to put job into foreground (thanks, wuehlmaus).
182
183  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
184
185 grml-etc-core (0.1-13) unstable; urgency=low
186
187   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
188
189  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
190
191 grml-etc-core (0.1-12) unstable; urgency=low
192
193   * Cleanup and update of /etc/apt/sources.list.grml.
194   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
195     package) and uchange (view upstream's changelog of specified package).
196
197  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
198
199 grml-etc-core (0.1-11) unstable; urgency=low
200
201   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
202     in environment files.
203
204  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
205
206 grml-etc-core (0.1-10) unstable; urgency=low
207
208   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
209     Worf for idea!
210   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
211
212  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
213
214 grml-etc-core (0.1-9) unstable; urgency=low
215
216   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
217     is present.
218   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
219     delete a word until its last '/'
220
221  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
222
223 grml-etc-core (0.1-8) unstable; urgency=low
224
225   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
226     as well.
227
228  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
229
230 grml-etc-core (0.1-7) unstable; urgency=low
231
232   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
233     Restore).
234
235  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
236
237 grml-etc-core (0.1-6) unstable; urgency=low
238
239   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
240
241  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
242
243 grml-etc-core (0.1-5) unstable; urgency=low
244
245   * /etc/zsh/zshrc:
246     - press "ctrl-e d" to insert the actual date in the form
247       yyyy-mm-dd (found in schulas zsh config :))
248     - complete manual pages by their section (hello schula,
249       again ;-))
250
251  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
252
253 grml-etc-core (0.1-4) unstable; urgency=low
254
255   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
256     status on right side of prompt.
257
258  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
259
260 grml-etc-core (0.1-3) unstable; urgency=low
261
262   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
263     for suggestion, Mark!
264   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
265     Mark!
266   * Added /etc/grml/script-functions meant for usage inside shell
267     scripts.
268
269  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
270
271 grml-etc-core (0.1-2) unstable; urgency=low
272
273   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
274
275  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
276
277 grml-etc-core (0.1) unstable; urgency=low
278
279   * Initial Release.
280
281  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
282