Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.3.31) unstable; urgency=low
2
3   * /etc/skel/.zshrc: use same pattern in function wikien as in wikide.
4     (Thanks, wuehlmaus)
5   * Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script
6
7  -- Michael Prokop <mika@grml.org>  Wed, 26 Sep 2007 22:48:07 +0200
8
9 grml-etc-core (0.3.30) unstable; urgency=low
10
11   [ Frank Terbeck ]
12   * /etc/grml/lsb-functions: another few bugfixes
13
14  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 23:39:11 +0200
15
16 grml-etc-core (0.3.29) unstable; urgency=low
17
18   [ Frank Terbeck ]
19   * /etc/grml/lsb-functions: another bugfix
20
21  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:33:30 +0200
22
23 grml-etc-core (0.3.28) unstable; urgency=low
24
25   [ Frank Terbeck ]
26   * /etc/grml/lsb-functions: some more slightly improvements
27
28  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:21:55 +0200
29
30 grml-etc-core (0.3.27) unstable; urgency=low
31
32   [ Frank Terbeck ]
33   * Refactoring /etc/grml/lsb-functions and
34     /etc/grml/script-functions.
35
36   [ Michael Prokop ]
37   * Update /etc/apt/sources.list.grml.
38   * /etc/grml/lsb-functions: support disabling
39     colors through $NOCOLORS
40
41  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 17:16:26 +0200
42
43 grml-etc-core (0.3.26) unstable; urgency=low
44
45   [ Frank Terbeck ]
46   * /etc/grml/lsb-functions: fix empty $COLS when running inside
47     chroot
48
49  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 13:49:29 +0200
50
51 grml-etc-core (0.3.25) unstable; urgency=low
52
53   * /etc/zsh/zshrc: unalias utf2iso and iso2utf only it it's set.
54
55  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:44:11 +0200
56
57 grml-etc-core (0.3.24) unstable; urgency=low
58
59   [ Frank Terbeck ]
60   * try to make 'lsb-functions' parsable by (d)ash
61
62   [ Michael Prokop ]
63   * /etc/zsh/zshrc: convert utf2iso and iso2utf into functions,
64     Use 'command grep' (thanks to z3ttacht) and fix a small bug
65     in iso2utf.
66   * Pre-Depend on zsh [Testing: issue287]
67
68  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:24:36 +0200
69
70 grml-etc-core (0.3.23) unstable; urgency=low
71
72   * /etc/zsh/zshenv: switch direction of check for lesspipe vs.
73     lesspipe.sh so we use the extended version by default if 
74     it's available.
75
76  -- Michael Prokop <mika@grml.org>  Wed,  5 Sep 2007 18:22:57 +0200
77
78 grml-etc-core (0.3.22) unstable; urgency=low
79
80   [Frank Terbeck]
81   * /etc/zsh/zshrc:
82     - Ignoring commands that match 'aptitude-*'. Using _ignored in addition.
83       That way, you can always get aptitude-* by 'aptitude-<tab>'.
84     - Let sudo-command-line() do something sensible on an empty buffer.
85
86  -- Michael Prokop <mika@grml.org>  Sun, 19 Aug 2007 10:50:43 +0200
87
88 grml-etc-core (0.3.21) unstable; urgency=low
89
90   * /etc/skel/.zshrc: use luit for utf<->iso-hacks.
91
92  -- Michael Prokop <mika@grml.org>  Wed, 08 Aug 2007 21:29:06 +0200
93
94 grml-etc-core (0.3.20) unstable; urgency=low
95
96   * /etc/grml/lsb-functions: put log_end_msg exactly one char to
97     the left so look'n'feel with current Debian lsb-functions
98     is better.
99
100  -- Michael Prokop <mika@grml.org>  Sat, 28 Jul 2007 01:15:23 +0200
101
102 grml-etc-core (0.3.19) unstable; urgency=low
103
104   * /etc/zsh/zshenv: make sure /usr/bin/id is available
105
106  -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 15:02:08 +0200
107
108 grml-etc-core (0.3.18) unstable; urgency=low
109
110   * /etc/zsh/zshrc:
111     - use aptitude safe-upgrade instead of aptitude upgrade
112   * /etc/apt/sources.list.grml:
113     - added entry for cryptobox-server
114     - drop the '#1#'-stuff as we provide all packages via the
115       grml repository now
116
117  -- Michael Prokop <mika@grml.org>  Mon, 23 Jul 2007 11:46:54 +0200
118
119 grml-etc-core (0.3.17) unstable; urgency=low
120
121   The 'Man, what a lazy folk'-release
122   * /etc/skel/.zshrc:
123     - added function weather() to retrieve weather information on
124       the console
125     - use mostlike manpage browser only if LESS_TERMCAP_* is not set
126   * /etc/zsh/zshrc:
127     - added alias S for screen
128     - alias s for ssh
129     - added alias top10 to get the top 10 shell commands from the history
130     - make sure we provide arguments for startx in the function as well
131       (thanks for reporting the issue, Kevin Krammer!)
132   * /etc/zsh/zshenv:
133     - check for presence of lesspipe[.sh] before setting $LESSOPEN
134     - added LESS_TERMCAP_*
135   * /etc/skel/.vimrc:
136     - deactivate digraph option causing too many headaches for people
137       not being used to that option
138
139  -- Michael Prokop <mika@grml.org>  Tue, 17 Jul 2007 15:48:48 +0200
140
141 grml-etc-core (0.3.16) unstable; urgency=low
142
143   * /etc/zsh/zshrc: dchange() - restore old behaviour with
144     fallback to /usr/share/doc/$PACKAGE/changelog.gz before
145     trying to download the changelog via aptitude
146
147  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:19:54 +0200
148
149 grml-etc-core (0.3.15) unstable; urgency=low
150
151   * /etc/zsh/zshrc:
152     - activate 'setopt pushd_ignore_dups' to avoid duplicates
153       in ~/.zdirs (thanks to wuehlmaus for bringing up
154       and for the appropriate configuration thanks to ft!)
155     - dchange() function: remove hardcoded option
156
157  -- Michael Prokop <mika@grml.org>  Sat, 07 Jul 2007 10:52:03 +0200
158
159 grml-etc-core (0.3.14) unstable; urgency=low
160
161   * /etc/zsh/zshrc: yse kexec alias only if /proc/cmdline can be read.
162
163  -- Michael Prokop <mika@grml.org>  Wed, 04 Jul 2007 12:41:29 +0200
164
165 grml-etc-core (0.3.13) unstable; urgency=low
166
167   * /etc/zsh/zshrc:
168     - aoeu(): do not use $XKEYBOARD and $KEYTABLE as booting
169       with bootoption dvorak might be not so amusing for people
170       not being used to dvorak keyboard layout :)
171     - added alias "$(uname -r)-reboot for fast rebooting via kexec
172     - dchange(): use aptitude to retrieve changelog if no changelog
173       can be found on the local system (thanks for the idea, nico!)
174
175  -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 23:05:58 +0200
176
177 grml-etc-core (0.3.12) unstable; urgency=low
178
179   * Added some more examples to /etc/network/interfaces.examples.
180   * /etc/zsh/zshrc:
181     - move environment stuff from /etc/zsh/zshenv to
182       /etc/zsh/zshrc so we don't have all the environment variables
183       in 'zsh -f', thanks for the patch - ft!
184     - added function dnews (to view Debian's NEWS file of the package)
185     - fix some typos
186     - compctl definition shadowed _grmlinitd. Found by Anthony
187       Charles and forwared by ft. Thanks!
188     - added function minimal-shell (spawn a minimally set up ksh),
189       thanks ft!
190     - added keybinding ctrl-x1 to jump behind the first word on the
191       cmdline, thanks again ft!
192     - added keywords/strings for automatic building of grml' zsh
193       reference card [and once more thanks to ft! :)]
194   * /etc/skel/.vimrc: support ~/.vimrc.local
195
196  -- Michael Prokop <mika@grml.org>  Sun, 10 Jun 2007 00:04:08 +0200
197
198 grml-etc-core (0.3.11) unstable; urgency=low
199
200   * /etc/zsh/zshrc:
201     - added function ipv6-tunnel (set up an ipv6 tunnel)
202     - added function iwclient (run dhclient for wireless device),
203       thanks Niels Giesen!
204     - improved usage info of mkmaildir()
205     - removed some "function" keywords
206
207  -- Michael Prokop <mika@grml.org>  Sat, 09 Jun 2007 00:45:05 +0200
208
209 grml-etc-core (0.3.10) unstable; urgency=low
210
211   * /etc/zsh/zshrc: use \e instead of the escape-sequence.
212     Thanks for the patches, ft! [Closes: issue229, issue230]
213
214  -- Michael Prokop <mika@grml.org>  Thu, 07 Jun 2007 14:51:38 +0200
215
216 grml-etc-core (0.3.9) unstable; urgency=low
217
218   * /etc/zsh/zshrc:
219     - added functions aoeu() and asdf() to just press 'asdf' keys to
220       toggle between dvorak and us keyboard layout
221     - added function uiae() to just press 'asdf' key to toggle from
222       neon layout to us keyboard layout
223
224  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 23:25:17 +0200
225
226 grml-etc-core (0.3.8) unstable; urgency=low
227
228   * /etc/zsh/zshrc:
229     - Mention "alias -s pl='perl -S'" within the zsh-mime-setup stuff
230     - Use 'sudo -s' for alias su.
231     - Added alias llog for "$PAGER /var/log/syslog"
232
233  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:43:51 +0200
234
235 grml-etc-core (0.3.7) unstable; urgency=low
236
237   * /etc/zsh/zshrc and /etc/skel/.zshrc: some more checks whether
238     the global file has been read.
239
240  -- Michael Prokop <mika@grml.org>  Tue, 29 May 2007 16:31:19 +0200
241
242 grml-etc-core (0.3.6) unstable; urgency=low
243
244   * /etc/zsh/zshrc: do not even add completion directories if
245     broken setup has been detected.
246
247  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 19:12:30 +0200
248
249 grml-etc-core (0.3.5) unstable; urgency=low
250
251   * /etc/zsh/zshrc + /etc/skel/.zshrc: unify way of checking for
252     present binaries/executables
253   * /etc/zsh/zshrc: check for potentially old files in 'completion.d',
254     thanks for the patch - ft!
255   * /etc/skel/.zshrc: added alias ips for 'ipython -p sh'
256
257  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2007 01:30:39 +0200
258
259 grml-etc-core (0.3.4) unstable; urgency=low
260
261   * /etc/zsh/zshrc: check for present directory inside dirstack
262     code before switching between directories.
263
264  -- Michael Prokop <mika@grml.org>  Wed, 23 May 2007 10:22:14 +0200
265
266 grml-etc-core (0.3.3) unstable; urgency=low
267
268   * /etc/skel/.zshrc:
269     - added function fluxkey-change to change fluxbox keys
270       from 'Alt-#' to 'Alt-F#' and vice versa
271
272  -- Michael Prokop <mika@grml.org>  Thu, 17 May 2007 15:08:57 +0200
273
274 grml-etc-core (0.3.2) unstable; urgency=low
275
276   * /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus!
277
278  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 11:11:12 +0200
279
280 grml-etc-core (0.3.1) unstable; urgency=low
281
282   * /etc/zsh/zshrc:
283     - Applied patch by ft for better $SUDO handling via salias, thanks!
284     - Added alias debian2hd.
285
286  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 10:53:59 +0200
287
288 grml-etc-core (0.3.0) unstable; urgency=low
289
290   * /etc/zsh/zshrc: check for $SUDO and do not use it when running
291     as root so we have the command in the zsh history.
292
293  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 12:19:36 +0200
294
295 grml-etc-core (0.2.53) unstable; urgency=low
296
297   * Add /etc/skel/.emacs which enables UTF-8 mode by default.
298     Thanks to Josef Teske for the bugreport!
299
300  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 00:14:18 +0200
301
302 grml-etc-core (0.2.52) unstable; urgency=low
303
304   * /etc/zsh/zshrc and /etc/skel/.zshrc:
305     Added alias and powerglob insecscp (like insecssh but for scp).
306
307  -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 23:22:32 +0200
308
309 grml-etc-core (0.2.51) unstable; urgency=low
310
311   * /etc/zsh/zshrc:
312     * added function wrapper brltty which loads a default
313       console font, works around problem in UTF-8 environment.
314       Thanks for reporting, Hermann 'steppenwolf2'!
315   * /etc/skel/.zshrc: added some functions (thanks, ft!):
316     - hl: highlighted less
317     - ic_get: queries imap servers for capabilities
318     - j2v: open file in vim and jump to line
319     - mkmaildir: creates a Maildir/ with its {new,cur,tmp} subdirs
320     - xtrename: rename xterm from within GNU-screen
321     - zurl: create small urls via tinyurl.com using wget, grep and sed
322
323  -- Michael Prokop <mika@grml.org>  Fri, 11 May 2007 01:07:27 +0200
324
325 grml-etc-core (0.2.50) unstable; urgency=low
326
327   * /etc/zsh/zshrc: sleep 2 seconds before running flite in
328     swspeak alias.
329
330  -- Michael Prokop <mika@grml.org>  Sun, 29 Apr 2007 13:16:48 +0200
331
332 grml-etc-core (0.2.49) unstable; urgency=low
333
334   * /etc/zsh/zshrc: improve code for 'manual overriding of RPROMPT'
335     [thanks for helping, ft!]
336
337  -- Michael Prokop <mika@grml.org>  Sun, 22 Apr 2007 18:37:27 +0200
338
339 grml-etc-core (0.2.48) unstable; urgency=low
340
341   * /etc/zsh/zshrc:
342     - re-enable smiley in RPROMPT, thanks to transient_rprompt
343       [thanks for the pointer, Christian Schneider!]
344     - allow manual overriding of RPROMPT
345
346  -- Michael Prokop <mika@grml.org>  Sat, 21 Apr 2007 23:57:28 +0200
347
348 grml-etc-core (0.2.47) unstable; urgency=low
349
350   * Big rewrite of /etc/zsh/completion.d/, thanks to ft!
351     [Testing: issue201]
352
353  -- Michael Prokop <mika@grml.org>  Tue, 17 Apr 2007 09:21:03 +0200
354
355 grml-etc-core (0.2.46) unstable; urgency=low
356
357   * /etc/zsh/zshrc: deactivate url-quote-magic by default and
358     provide it as alias url-quote instead. Added zstyle for
359     url-quote-magic as well, thanks ft!
360
361  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 22:36:28 +0200
362
363 grml-etc-core (0.2.45) unstable; urgency=low
364
365   * /etc/zsh/zshrc: fix syntax error in get_twi_cl.
366
367  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:11:42 +0200
368
369 grml-etc-core (0.2.44) unstable; urgency=low
370
371   * /etc/zsh/zshrc: add check regarding get_twi_cl->get_3ware
372     change.
373
374  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:06:12 +0200
375
376 grml-etc-core (0.2.43) unstable; urgency=low
377
378   * /etc/zsh/zshrc:
379     - applied patch by ft for generic file completion (thanks!)
380     - added function sll (list symlinks in more details), thanks
381       for the code base, Manuel Fuhr and ft!
382   * /etc/skel/.zshrc: added alias mq (execute commands on the
383     versioned patch-queue from the current repos) [thanks, gebi]
384
385  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:35:15 +0200
386
387 grml-etc-core (0.2.42) unstable; urgency=low
388
389   * Update and cleanup /etc/apt/sources.list.grml. Thanks for hints,
390     Ronny Plattner!
391
392  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 12:48:14 +0200
393
394 grml-etc-core (0.2.41) unstable; urgency=low
395
396   * /etc/grml/script-functions: replace $UID with 'id -u' so we improve
397     compability for POSIX/dash.
398
399  -- Michael Prokop <mika@grml.org>  Fri,  6 Apr 2007 22:42:16 +0200
400
401 grml-etc-core (0.2.40) unstable; urgency=low
402
403   * /etc/skel/.vimrc: do not set 'tw=72' by default anymore.
404     Thanks for the hint, gebi.
405
406  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 21:38:48 +0200
407
408 grml-etc-core (0.2.39) unstable; urgency=low
409
410   * /etc/zsh/zshrc:
411     - added alias mdstat for 'cat /proc/mdstat' and
412       alias ... which does a 'cd ../../'. Thanks, gebi!
413     - check for 'most' before assigning aliases dchange and uchange
414
415  -- Michael Prokop <mika@grml.org>  Thu, 29 Mar 2007 00:22:28 +0200
416
417 grml-etc-core (0.2.38) unstable; urgency=low
418
419   * /etc/zsh/zshrc: added new aliases ati (aptitude install) and up
420     (aptitude update, aptitude upgrade) - thanks for suggestion - Otti!
421
422  -- Michael Prokop <mika@grml.org>  Wed, 28 Mar 2007 20:45:21 +0200
423
424 grml-etc-core (0.2.37) unstable; urgency=low
425
426   * Add solaris examples to /etc/zsh/zshenv
427
428  -- Michael Prokop <mika@grml.org>  Thu, 22 Mar 2007 12:30:55 +0100
429
430 grml-etc-core (0.2.36) unstable; urgency=low
431
432   * Another version of dpkg-divert handling for debian/preinst.
433
434  -- Michael Prokop <mika@grml.org>  Wed, 21 Mar 2007 19:03:38 +0100
435
436 grml-etc-core (0.2.35) unstable; urgency=low
437
438   * /etc/zsh/zshrc: added aliases for better iso<->utf handling:
439     - term2iso
440     - term2utf
441     - utf2iso
442     - iso2utf
443
444  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 20:12:40 +0100
445
446 grml-etc-core (0.2.34) unstable; urgency=low
447
448   * /etc/grml/lsb-functions: set RC_NOCOLOR if nocolor string is
449     present in /proc/cmdline
450
451  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 15:17:45 +0100
452
453 grml-etc-core (0.2.33) unstable; urgency=low
454
455   * /etc/zsh/zshenv: fix sourcing of /etc/timezone
456
457  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:51:36 +0100
458
459 grml-etc-core (0.2.32) unstable; urgency=low
460
461   * /etc/zsh/zshenv: source /etc/timezone if present
462     (We don't want to set TZ via /etc/default/locale any longer.)
463
464  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:18:38 +0100
465
466 grml-etc-core (0.2.31) unstable; urgency=low
467
468   * /etc/zsh/zshrc: update swspeak alias:
469     - set mixer settings to 90 by default when running swspeak
470     - check for present /dev/softsynth and warn otherwise using flite
471     - welcome user via flite with "Finished setting up software synthesizer"
472       when finished execution of swspeak alias
473     [Closes: issue152]
474
475  -- Michael Prokop <mika@grml.org>  Fri, 16 Mar 2007 22:17:27 +0100
476
477 grml-etc-core (0.2.30) unstable; urgency=low
478
479   * /etc/zsh/zshrc: added rationalise-dot (just type 'cd ...' to
480     get 'cd ../..'), but deactivated by default. Taken from
481     Christian Schneider:
482     http://strcat.de/blog/archives/707-Schnelles-Verzeichniswechseln.html
483     Thanks for pointing, schula.
484
485  -- Michael Prokop <mika@grml.org>  Wed, 14 Mar 2007 15:41:08 +0100
486
487 grml-etc-core (0.2.29) unstable; urgency=low
488
489   * /etc/skel/.zshrc: remove duplicate cl() definition, thanks - Jens
490     Kubieziel!
491
492  -- Michael Prokop <mika@grml.org>  Sun, 11 Mar 2007 12:45:25 +0100
493
494 grml-etc-core (0.2.28) unstable; urgency=low
495
496   * /etc/vim/vimrc: added 'set wildmenu' (thanks for suggestion, ft!)
497
498  -- Michael Prokop <mika@grml.org>  Fri,  9 Mar 2007 15:33:55 +0100
499
500 grml-etc-core (0.2.27) unstable; urgency=low
501
502   * Another fix for debian/preinst to avoid breakage on older systems.
503
504  -- Michael Prokop <mika@grml.org>  Sat,  3 Mar 2007 18:36:41 +0100
505
506 grml-etc-core (0.2.26) unstable; urgency=low
507
508   * Move /etc/skel/.channels to package grml-etc.
509   * Fix preinst failure of /etc/zsh/zlogin on Debian stable systems.
510
511  -- Michael Prokop <mika@grml.org>  Thu,  1 Mar 2007 14:59:51 +0100
512
513 grml-etc-core (0.2.25) unstable; urgency=low
514
515   * /etc/zsh/zshrc: user root should have umask 022 of course.
516     User has 002. Thanks for reporting, Tobias Walkowiak!
517
518  -- Michael Prokop <mika@grml.org>  Mon, 26 Feb 2007 18:44:45 +0100
519
520 grml-etc-core (0.2.24) unstable; urgency=low
521
522   * /etc/zsh/zshenv: source /etc/default/locale only if
523     $LANG is not set. If $LANG is not set at all fall
524     back to en_US.iso885915 as usual. This allows manual
525     overwriting of $LANG.
526
527  -- Michael Prokop <mika@grml.org>  Sun, 25 Feb 2007 22:08:55 +0100
528
529 grml-etc-core (0.2.23) unstable; urgency=low
530
531   * /etc/zsh/zshrc:
532     - export SHELL='/bin/zsh', otherwise aterm and rxvt use
533       /bin/sh or /bin/bash. :-/
534     - add a space character in some abbreviation expansions
535       so it's better readable.
536     - added insert-unicode-char
537     - drop the check for
538       /usr/share/zsh/$ZSH_VERSION/functions/Prompts/promptinit and
539       /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic
540       because the check does not work for example with the zsh-beta
541       package. If you notice problems with the current code please
542       let me know.
543   * /etc/skel/.zshrc:
544     - added function ytdl (download video from youtube)
545     - work around non utf8 capable software in utf environment
546       using aliases for mrxvt, aterm and centericq
547   * /etc/zsh/*: improved documentation about startup of zsh
548
549  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 17:30:11 +0100
550
551 grml-etc-core (0.2.22) unstable; urgency=low
552
553   * Adding directory /etc/skel/.channels with the following files:
554     - Files for use with scan of dvb-utils:
555       * at-austria    -> austria in general
556       * at-graz       -> working file for Graz
557       * at-klagenfurt -> working file for Klagenfurt
558     - Already configured files for use with mplayer/xine/...:
559       * channels.conf-AT-graz       -> use DVB in Graz
560       * channels.conf-AT-klagenfurt -> use DVB in Klagenfurt
561
562  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 12:02:16 +0100
563
564 grml-etc-core (0.2.21) unstable; urgency=low
565
566   * /etc/zsh/zshrc: check for upper letters in isutfenv as well
567
568  -- Michael Prokop <mika@grml.org>  Sat, 17 Feb 2007 12:15:15 +0100
569
570 grml-etc-core (0.2.20) unstable; urgency=low
571
572   * Update of /etc/skel/.vimrc and /etc/vim/vimrc, added
573     /etc/skel/.vim/ftplugin/c.vim.
574
575  -- Michael Prokop <mika@grml.org>  Sat, 10 Feb 2007 11:33:13 +0100
576
577 grml-etc-core (0.2.19) unstable; urgency=low
578
579   * /etc/vim/vimrc: make sure we use 'syntax on' only when we
580     have vim with +syntax
581   * debian/preinst: another fix to improve keeping of original
582     configuration files
583
584  -- Michael Prokop <mika@grml.org>  Fri,  9 Feb 2007 15:24:14 +0100
585
586 grml-etc-core (0.2.18) unstable; urgency=low
587
588   * /etc/zsh/completion.d/grml-wallpaper: allow proper setting
589     of parameters for local directories [Closses: issue116]
590
591  -- Michael Prokop <mika@grml.org>  Tue,  6 Feb 2007 20:17:02 +0100
592
593 grml-etc-core (0.2.17) unstable; urgency=low
594
595   * zsh config files: fix handling of check for binaries, thanks
596     for reporting to Erich Minderlein, thanks for investigation
597     and patch to ft! (Closes: issue80)
598
599  -- Michael Prokop <mika@grml.org>  Fri, 19 Jan 2007 19:27:43 +0100
600
601 grml-etc-core (0.2.16) unstable; urgency=low
602
603   * /etc/zsh/zshrc:
604     - add completion for qma (thanks, wuehlmaus)
605
606  -- Michael Prokop <mika@grml.org>  Thu, 18 Jan 2007 13:08:54 +0100
607
608 grml-etc-core (0.2.15) unstable; urgency=low
609
610   * /etc/zsh/zshrc:
611     - rename edfun() into edfunc() [thanks for hint, Kai Wilke!]
612     - added some useful config stuff (deactivated by default as it
613       needs personal tuning) contributed by Kai Wilke [thanks!]
614     - improved host completion (thanks for some code, Kai Wilke!)
615     - added apache2-ssl-certificate() as Debian does not ship
616       the script anymore *grml*
617     - support zsh profiling via $ZSH_PROFILE_RC and profile()
618     - added alias 0 which does nothing else than 'return 0' (I like
619       a clean prompt without error return codes inside but don't
620       want to miss the feature itself, so just press 0<cr> and that's
621       it :))
622     - added alias debs-by-size
623     - added function deswap (useful after suspending), function hex
624       (print hex value of a number) and function peval (perl-eval)
625
626  -- Michael Prokop <mika@grml.org>  Fri,  5 Jan 2007 00:00:54 +0100
627
628 grml-etc-core (0.2.14) unstable; urgency=low
629
630   * Use builtin for chpwd's dirs command instead of the alias
631     and function workaround, thanks - schula!
632
633  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 14:55:05 +0100
634
635 grml-etc-core (0.2.13) unstable; urgency=low
636
637   * /etc/zsh/zshrc + /etc/skel/.zshrc: make sure 'dirs' is not
638     an alias or function
639
640  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 13:52:22 +0100
641
642 grml-etc-core (0.2.12) unstable; urgency=low
643
644   * /etc/zsh/zshrc: add support for global dirstack handling
645     (Closes: issue47)
646
647  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 20:12:25 +0100
648
649 grml-etc-core (0.2.11) unstable; urgency=low
650
651   * Do not depend on vim or nvi only but allow use of virtual package
652     editor also. Thanks, Markus Wigge <mwigge@marcant.net>!
653
654  -- Michael Prokop <mika@grml.org>  Fri, 15 Dec 2006 01:02:09 +0100
655
656 grml-etc-core (0.2.10) unstable; urgency=low
657
658   * Remove /etc/skel/.zshrc from dpkg-diversion.
659
660  -- Michael Prokop <mika@grml.org>  Tue,  5 Dec 2006 17:05:57 +0100
661
662 grml-etc-core (0.2.9) unstable; urgency=low
663
664   * /etc/zsh/zshrc: update NOPRECMD handling
665
666  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 11:47:22 +0100
667
668 grml-etc-core (0.2.8) unstable; urgency=low
669
670   * /etc/zsh/zshrc: drop completion for lintian and linda as
671     zsh ships that already.
672
673  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 22:43:38 +0100
674
675 grml-etc-core (0.2.7) unstable; urgency=low
676
677   * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
678     therefore and use qma for manzsh too. (This fixes part 2/2 of
679     issue19)
680
681  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:49:05 +0100
682
683 grml-etc-core (0.2.6) unstable; urgency=low
684
685   * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
686     (Closes: issue36)
687
688  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:24:07 +0100
689
690 grml-etc-core (0.2.5) unstable; urgency=low
691
692   * /etc/zsh/zshrc:
693     - our new default umask is now 002.
694     - function isutfenv to check whether we are running inside
695       an utf environment
696     - add option utf8 to alias truec according to result of isutfenv
697
698  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
699
700 grml-etc-core (0.2.4) unstable; urgency=low
701
702   * /etc/zsh/zshrc: add alias 'any' for grepping through process
703     list, thanks for the basic idea - Karl Voit!
704
705  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
706
707 grml-etc-core (0.2.3) unstable; urgency=low
708
709   * Let's ship /etc/apt/preferences.grml as reference file.
710
711  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
712
713 grml-etc-core (0.2.2) unstable; urgency=low
714
715   Another "Frank 'ft' Terbeck is my zsh hero" release.
716
717   * Use new grml-repository by default now (thanks for the great
718     work, formorer!).
719   * /etc/zsh/zshrc:
720     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
721       main zsh config file so we can use it as root as well (thanks for hint,
722       wuehlmaus)
723     - move function H-Glob to this file as well and make it available
724       as help-zshglob as well, thanks for the translation to english - ft!
725     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
726     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
727   * /etc/skel/.zshrc:
728     - rework function dirspace() [support $1]
729     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
730
731  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
732
733 grml-etc-core (0.2.1) unstable; urgency=low
734
735   * New version number for new release.
736
737  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
738
739 grml-etc-core (0.1-38) unstable; urgency=low
740
741   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
742     to Erich Minderlein and Ulrich Dangel!
743
744  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
745
746 grml-etc-core (0.1-37) unstable; urgency=low
747
748   The 'preparation to a zsh workshop improves code quality' release. :)
749
750   * /etc/zsh/zshrc:
751     - run "limit core 0" only in live-cd mode
752     - support Force-Reload for /etc/init.d/*-action as well
753     - move upgrade-function from /etc/skel/.zshrc to this file
754   * /etc/skel/.zshrc: some cosmetic cleanups
755   * grml-zsh-refcard has been updated (big thanks to Frank
756     Terbeck again!) (Closes: issue9)
757
758  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
759
760 grml-etc-core (0.1-36) unstable; urgency=low
761
762   * /etc/skel/.zshrc:
763     + alias hbp='hg-buildpackage'
764     + renamed tla related aliases:
765         ldiff   => tdi
766         mirror  => tmi
767         commit  => tco
768         merge   => tme
769     + fix function lcheck
770   * /etc/zsh/zshrc:
771     + grml-rebuildfstab: use -config option of new rebuildfstab
772     + alias acp='apt-cache policy'
773
774  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
775
776 grml-etc-core (0.1-35) unstable; urgency=low
777
778   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
779     for the great work, formorer!), not yet activated by default.
780
781  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
782
783 grml-etc-core (0.1-34) grml-testing; urgency=low
784
785   * Build package for new repository layout using 'grml-testing'
786     as "Distribution".
787
788  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
789
790 grml-etc-core (0.1-33) unstable; urgency=low
791
792   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
793     to avoid problems with different zsh versions. 
794   * Small fix in debian/preinst to prevent overwriting from original
795     files when diverting several times (again: please report any
796     problems you notice).
797   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
798     debian.vim, just to make sure we have nocompatible also on
799     older vim versions.
800
801  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
802
803 grml-etc-core (0.1-32) unstable; urgency=low
804
805   * zsh-setup: applied patch from Frank Terbeck for improved
806     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
807
808  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
809
810 grml-etc-core (0.1-31) unstable; urgency=low
811
812   * /etc/skel/.zshrc:
813     - added alias hidiff (highlight important stuff in diff
814       output), active if histring is available
815     - added some isgrmlsmall checks, thanks Frank Terbeck!
816     - added power completion, thanks wuehlmaus!
817       See http://zshwiki.org/home/examples/zleiab for details.
818       Notice: this deactivates the global aliases by default now,
819       just use the global aliases as well but press ',.' afterwards
820       to expand the abbreviation!
821
822  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
823
824 grml-etc-core (0.1-30) unstable; urgency=low
825
826   * Ship /etc/grml/script-functions with this package so other packages
827     like grml-debootstrap don't have to depend on package grml-scripts.
828   * Bumb Standard Version to 3.7.2 (no further changes).
829
830  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
831
832 grml-etc-core (0.1-29) unstable; urgency=low
833
834   * /etc/zsh/zshrc:
835     - added isgrmlsmall() and set $EDITOR according to grml flavour,
836       thanks - Frank Terbeck!
837     - deactivate smiley on right side of prompt by default, uncomment
838       the line if you want to use it
839   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
840     but do not activate it by default
841   * /etc/skel/.hgrc: adjust username for "generic user"
842
843  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
844
845 grml-etc-core (0.1-28) unstable; urgency=low
846
847   * /etc/skel/.zshrc: always set 'setopt local_options' if
848     using 'setopt errreturn'.
849
850  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
851
852 grml-etc-core (0.1-27) unstable; urgency=low
853
854   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
855     otherwise running 'script' might hang. Thanks, wuehlmaus!
856
857  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
858
859 grml-etc-core (0.1-26) unstable; urgency=low
860
861   The "Frank Terbeck is my zsh hero" release.
862
863   * Update /etc/zsh/site-functions/_hg to latest version from
864     http://hg.intevation.org/mercurial/crew
865   * Added /etc/zsh/site-functions/_grmlinitd for better completion
866     of "Start Restart Stop Reload" with initscripts, thanks - Frank
867     Terbeck!
868   * /etc/zsh/zshrc:
869     - use is-at-least for is4[2]-functions if possible
870     - bugfix for $2 in initscripts "Start Restart Stop Reload"
871       function (thanks, Frank Terbeck!)
872     - use zsh's color capabilities if the module is present
873       (thanks, Frank Terbeck!)
874     - don't export $SHELL anymore
875   * /etc/zsh/zshenv:
876     - set /bin instead of /bin/ in $PATH
877     - some minor code style improvements
878   * /etc/skel/.zshrc: 
879     - updated alias fbmplayer (thanks, wuehlmaus!)
880     - added function gex (google exact search, thanks wuehlmaus!)
881     - added gethgsnap and gethgclone for retrieving mercurial
882     - use $SUDO in the whole file instead of $RUNASROOT
883     - use 'setopt errreturn' in some functions
884
885  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
886
887 grml-etc-core (0.1-25) unstable; urgency=low
888
889   * /etc/skel/.zshrc: add functions for mercurial
890   * Added /etc/skel/.hgrc - configuration file for mercurial.
891   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
892     two directories recursively), taken from
893     http://www.vim.org/scripts/script.php?script_id=102
894
895  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
896
897 grml-etc-core (0.1-24) unstable; urgency=low
898
899   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
900     thanks for the patch - Frank Terbeck!
901
902  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
903
904 grml-etc-core (0.1-23) unstable; urgency=low
905
906   * Fix typo in /etc/zsh/zshrc.
907
908  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
909
910 grml-etc-core (0.1-22) unstable; urgency=low
911
912   * /etc/zsh/zshrc: update functions dchange and uchange - check
913     whether changelogs exist before trying to display them.
914
915  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
916
917 grml-etc-core (0.1-21) unstable; urgency=low
918
919   * /etc/zsh/zshrc: added some more checks so the config works
920     on AIX (powerpc-ibm-aix5.2.0.0) as well.
921
922  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
923
924 grml-etc-core (0.1-20) unstable; urgency=low
925
926   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
927     and set according $FPATH in /etc/zsh/zshrc.
928
929  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
930
931 grml-etc-core (0.1-19) unstable; urgency=low
932
933   * /etc/grml/screenrc: activated
934     termcapinfo xterm|xterms|xs|rxvt ti@:te@
935     for "more usual" buffer handling in xterm & CO.
936
937  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
938
939 grml-etc-core (0.1-18) unstable; urgency=low
940
941   * /etc/skel/.zshrc: update function getskype (new upstream release
942     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
943
944  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
945
946 grml-etc-core (0.1-17) unstable; urgency=low
947
948   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
949     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
950     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
951
952  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
953
954 grml-etc-core (0.1-16) unstable; urgency=low
955
956   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
957   * Move debian/postinst to debian/preinst, some minor fixes in
958     preinst and postrm.
959
960  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
961
962 grml-etc-core (0.1-15) unstable; urgency=low
963
964   * Set debian related functions + aliases only if /etc/debian_version
965     is present. Check for uid and set $SUDO according so normal
966     user can use functions + aliases as well.
967
968  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
969
970 grml-etc-core (0.1-14) unstable; urgency=low
971
972   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
973     to put job into foreground (thanks, wuehlmaus).
974
975  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
976
977 grml-etc-core (0.1-13) unstable; urgency=low
978
979   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
980
981  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
982
983 grml-etc-core (0.1-12) unstable; urgency=low
984
985   * Cleanup and update of /etc/apt/sources.list.grml.
986   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
987     package) and uchange (view upstream's changelog of specified package).
988
989  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
990
991 grml-etc-core (0.1-11) unstable; urgency=low
992
993   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
994     in environment files.
995
996  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
997
998 grml-etc-core (0.1-10) unstable; urgency=low
999
1000   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
1001     Worf for idea!
1002   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
1003
1004  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
1005
1006 grml-etc-core (0.1-9) unstable; urgency=low
1007
1008   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
1009     is present.
1010   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
1011     delete a word until its last '/'
1012
1013  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
1014
1015 grml-etc-core (0.1-8) unstable; urgency=low
1016
1017   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
1018     as well.
1019
1020  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
1021
1022 grml-etc-core (0.1-7) unstable; urgency=low
1023
1024   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
1025     Restore).
1026
1027  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
1028
1029 grml-etc-core (0.1-6) unstable; urgency=low
1030
1031   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
1032
1033  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
1034
1035 grml-etc-core (0.1-5) unstable; urgency=low
1036
1037   * /etc/zsh/zshrc:
1038     - press "ctrl-e d" to insert the actual date in the form
1039       yyyy-mm-dd (found in schulas zsh config :))
1040     - complete manual pages by their section (hello schula,
1041       again ;-))
1042
1043  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
1044
1045 grml-etc-core (0.1-4) unstable; urgency=low
1046
1047   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
1048     status on right side of prompt.
1049
1050  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
1051
1052 grml-etc-core (0.1-3) unstable; urgency=low
1053
1054   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
1055     for suggestion, Mark!
1056   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
1057     Mark!
1058   * Added /etc/grml/script-functions meant for usage inside shell
1059     scripts.
1060
1061  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
1062
1063 grml-etc-core (0.1-2) unstable; urgency=low
1064
1065   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
1066
1067  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
1068
1069 grml-etc-core (0.1) unstable; urgency=low
1070
1071   * Initial Release.
1072
1073  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
1074