Updated debian/changelog
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.3.64) unstable; urgency=low
2
3   * zshrc: rewrite of zurl() by Alexander Steinböck [Closes: issue627]
4   * zshrc: put "zsh: repo-name" into screen title if the user is in a
5     VCS-controlled directory [Closes: issue635]
6
7  -- Frank Terbeck <ft@grml.org>  Mon, 23 Feb 2009 00:54:05 +0100
8
9 grml-etc-core (0.3.63) unstable; urgency=low
10
11   [ Michael Prokop ]
12   * zshrc: use 'rxvt*' to support setting title in rxvt-unicode as
13     well. Thanks for reporting, gheift! [Closes: issue624]
14
15   [ Frank Terbeck ]
16   * zshrc: make /etc/zsh/functions.d recursive
17
18  -- Michael Prokop <mika@grml.org>  Thu, 19 Feb 2009 17:13:33 +0100
19
20 grml-etc-core (0.3.62) unstable; urgency=low
21
22   [ Michael Prokop ]
23   * /etc/skel/.vimrc:
24     - disable digraph by default (it's annoying for users not
25       being aware of it)
26     - enable syntax highlighting only if the vim version supports it
27   * /etc/grml/screenrc:
28     - re-enable keybindings '^\' and '\\' for exiting screen with query
29       (thanks, gebi)
30   * zshrc: provide upgrade path via /etc/skel/.zshrc
31
32   [ Frank Terbeck ]
33   * zshrc: Big setup merge: /etc/zsh/zshrc + /etc/skel/.zshrc into one file
34     This includes various cleanups.
35   * zshrc: provide .. as a possible completion
36   * zshrc: Fix status() when $BAUD is unset, thanks to Alexander
37     Steinböck [Closes: issue605]
38   * zshrc: backport disable-patterns feature of vcs_info to the included
39     version, thanks Christian Hofstaedtler.
40   * zshrc: add support for OS X (fink and macports) thanks Christian
41     Hofstaedtler.
42   * zshrc: Use check_com for screen alias check/execution, thanks
43     Jan-Hendrik Zab.
44   * zshrc: add '-f' option to xtrename(), thanks esc.
45
46  -- Michael Prokop <mika@grml.org>  Fri, 13 Feb 2009 13:24:23 +0100
47
48 grml-etc-core (0.3.61) unstable; urgency=low
49
50   * zshrc: Fix a bug in urlencode(), thanks to Baptiste Daroussin
51     [Closes: issue583]
52
53  -- Frank Terbeck <ft@grml.org>  Fri, 05 Dec 2008 18:48:45 +0100
54
55 grml-etc-core (0.3.60) unstable; urgency=low
56
57   * zshrc: add alias http for running "python -m SimpleHTTPServer"
58
59  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 12:52:40 +0100
60
61 grml-etc-core (0.3.59) unstable; urgency=low
62
63   [ Frank Terbeck ]
64   * zshrc: set default values for NOPRECMD and friends
65
66   [ Michael Prokop ]
67   * gitconfig: update alias 'out', fix usage of pager config,
68     add new alias 'tagme'
69   * zshrc: update function swspeak for new script swspeak-setup
70
71  -- Michael Prokop <mika@grml.org>  Sun, 02 Nov 2008 23:50:38 +0100
72
73 grml-etc-core (0.3.58) unstable; urgency=low
74
75   [ Frank Terbeck ]
76   * zshrc: partial rewrite and extension of vcs_info()
77   * zshrc: improvements by Kai Wilke. Thanks! [Closes: issue528]
78   * zshrc: update zsh-help() output
79
80   [ Michael Prokop ]
81   * Replace hg with git URLs
82   * Add /etc/skel/.gitconfig (thanks to ft and gebi for feedback
83     and review).
84
85  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 22:12:31 +0200
86
87 grml-etc-core (0.3.57) unstable; urgency=low
88
89   [ Frank Terbeck ]
90   * zshrc: Fixed $PS2, which included a backtick, which is special when
91     setopt prompt_subst is set. Thanks to Matthias Merk for reporting.
92
93  -- Michael Prokop <mika@grml.org>  Thu, 11 Sep 2008 12:12:56 +0200
94
95 grml-etc-core (0.3.56) unstable; urgency=low
96
97   [ Frank Terbeck ]
98   * zshrc: 'limit stack' needs zsh 4.2.5 or newer (not just 4.*)
99   * zshrc: changing invocation of vcs_info()
100
101  -- Michael Prokop <mika@grml.org>  Mon, 08 Sep 2008 15:28:10 +0200
102
103 grml-etc-core (0.3.55) unstable; urgency=low
104
105   [ Frank Terbeck ]
106   * zshrc: Fixing ${YELLOW]}, which is bad zsh syntax.
107
108  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 11:55:18 +0200
109
110 grml-etc-core (0.3.54) unstable; urgency=low
111
112   [ Frank Terbeck ]
113   * zshrc: Adding support for cvs repositories to vcs_info()
114   * zshrc: Add an experimental bzr backend, that works without calling
115     bzr itself; it is disabled by default.
116   * zshrc: Fix in svn backend of vcs_info(), doc updates and a new
117     style to configure the %b replacement in formats for svn and bzr
118   * zshrc: Actually tried svk myself; including vcs_info() fixes from
119     that test.
120
121   [ Michael Prokop ]
122   * Some cleanups to make lintian happy.
123
124  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 11:26:29 +0200
125
126 grml-etc-core (0.3.53) unstable; urgency=low
127
128   [ Frank Terbeck ]
129   * zshrc: Handle a state of git in vcs_info(), when a normal
130     rebase conflicts
131   * zshrc: Make vcs_info() detect $GIT_DIR/svn and set the name of the
132     vcs to 'git-svn'
133   * zshrc: Handle .hg subdirectories, that are not the .hg subdirectory
134     of a mercurial repository. Found by Karl Voit.
135   * zshrc: Give the user the opportunity to switch the vcs_info prompt
136     off for certain version control systems.
137   * zshrc: Adding support for darcs repositories to vcs_info()
138   * zshrc: Adding support for monotone repositories to vcs_info()
139
140  -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 00:52:14 +0200
141
142 grml-etc-core (0.3.52) unstable; urgency=low
143
144   * zshrc: Add version control information to our prompt.
145
146  -- Frank Terbeck <ft@grml.org>  Tue, 26 Aug 2008 16:36:44 +0200
147
148 grml-etc-core (0.3.51) unstable; urgency=low
149
150   The "pfuh what nice zsh features" release. :)
151
152   [ Frank Terbeck ]
153   * zshrc: Add persistent dirstack support for shells older than 4.2.0
154   * zshrc: Make ',.' abbreviation optional [Closes: issue445]
155   * zshrc: do not use xunfunction() anymore; it prevented things like
156            'source ~/.zshrc' from working.
157
158   [ Michael Gebetsroither ]
159   * zshrc: add runit sysv emulation support to Start/Stop/Restart/...
160
161   [ Michael Prokop ]
162   * zshrc:
163     - Add support for ${HOME}/.zshenv.
164     - Add new function ansi-colors() [via harnir]
165     - Support .deb in show-archive() [via harnir]
166     - Fix wrong placed comments for debbug vs. debbugm.
167       Thanks to Dennis Schreiber for pointing out.
168     - Provide more processes in completion of programs like
169       killall (thanks, ft).
170     - New function uopen() to download a file and display it locally.
171       Thanks for the idea, formorer; thanks for debugging help, ft. :)
172     - New function linenr() to print a specific line of file, thanks
173       to Wuehlmaus.
174     - Update gizmo() function.
175     - Add completion for aliases, deactivated by default because it
176       might be confusing for several users for now. Idea by Julius,
177       thanks for forwarding - wuehlmaus. :)
178   * zshenv: set $PATH on Solaris/SunOS.
179
180  -- Michael Prokop <mika@grml.org>  Wed, 06 Aug 2008 23:36:58 +0200
181
182 grml-etc-core (0.3.50) unstable; urgency=low
183
184   [ Michael Prokop ]
185   * zshrc: update function git-get-plaindiff() so it works around
186     the "generating..." bug
187   * zshenv: extend and update $ADDONS handling
188
189   [ Frank Terbeck ]
190   * zshrc: add new bindings: '^xP' and '^xp' for
191     history-beginning-search-{forward,backward}
192
193  -- Frank Terbeck <ft@grml.org>  Thu, 20 Mar 2008 20:33:49 +0100
194
195 grml-etc-core (0.3.49) unstable; urgency=low
196
197   [ Frank Terbeck ]
198   * zshrc: Keeping check_com() defined after zshrcs are sourced
199
200  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 19:20:54 +0100
201
202 grml-etc-core (0.3.48) unstable; urgency=low
203
204   [ Alexander Steinböck ]
205   * zshrc: use $PAGER in dchange(), uchange() and dnews() [Closes: issue386]
206   * zshrc: adding whatwhen() for history queries [Closes: issue380]
207
208   [ Frank Terbeck ]
209   * zshrc: add a check for ZSH_VERSION >= 3.1.7 [Closes: issue389]
210
211   [ Michael Prokop ]
212   * zshrc: enable 'setopt longlistjobs' by default
213   * zshrc: re-enable use of 'sudo su' instead of 'sudo -s' for alias su,
214     otherwise it breaks "su - $USER". Thanks for bringing this up,
215     Martin Yazdzik!
216
217  -- Michael Prokop <mika@grml.org>  Mon, 11 Feb 2008 17:58:42 +0100
218
219 grml-etc-core (0.3.47) unstable; urgency=low
220
221   * zshrc: prevent chdir() from putting dupes into ~/.zdirs
222
223  -- Frank Terbeck <ft@grml.org>  Sun, 20 Jan 2008 01:30:00 +0100
224
225 grml-etc-core (0.3.46) unstable; urgency=low
226
227   [ Frank Terbeck ]
228   * zshrc: Adding a generic accept-line wrapper =>
229     http://www.bewatermyfriend.org/posts/2007/12-26.11-50-38-tooltime.html
230   * zshrc: make grmlcomp() readable (':nmap b v$hdO<ESC>pj$' - vim is so useful)
231   * zshrc: convert swspeak from alias to function
232   * zshrc: removing folsym() - use sll() from now on.
233   * vimrc: display the file, that is being edited into screen's hardstatus
234   * zshrc: some refcard-generating tags where positioned incorrectly. fixed
235
236   [ Michael Prokop ]
237   * zshrc: mention http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code
238     in weather() [thanks, gebi]
239   * zshrc: set $NAME in screen title only if $HOSTNAME is set
240
241  -- Frank Terbeck <ft@grml.org>  Sat, 19 Jan 2008 22:25:22 +0100
242
243 grml-etc-core (0.3.45) unstable; urgency=low
244
245   [ Michael Prokop ]
246   * Drop the 'Make p in Visual mode replace the selected text...' from
247     vimrc. More details available at
248     http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2005-November/001577.html
249     - thanks for the hint, James Vega!
250
251   [ Alexander Steinböck ]
252   * /etc/zsh/zshrc: added bindkeys for navigating by vi keys (hjkl) 
253     (disable by default though) as well as 'accept-and-infer-next history'
254     (ctrl-o) to complete within directories and stay in menu completion.
255     [Closes: issue350]
256
257  -- Michael Prokop <mika@grml.org>  Sat, 22 Dec 2007 00:11:31 +0100
258
259 grml-etc-core (0.3.44) unstable; urgency=low
260
261   [ Frank Terbeck ]
262   * zshrc: $reswords is an array *not* a hash
263
264  -- Michael Prokop <mika@grml.org>  Fri, 21 Dec 2007 20:54:26 +0100
265
266 grml-etc-core (0.3.43) unstable; urgency=low
267
268   * /etc/zsh/zshrc: change logic of $HOSTNAME in preexec(): show
269     $HOSTNAME only when running the command on *another* box (being
270     a system != localhost).
271
272  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 20:33:52 +0100
273
274 grml-etc-core (0.3.42) unstable; urgency=low
275
276   [ Frank Terbeck ]
277   * zsh: disable command-completion descriptions
278
279  -- Michael Prokop <mika@grml.org>  Tue, 11 Dec 2007 19:45:18 +0100
280
281 grml-etc-core (0.3.41) unstable; urgency=low
282
283   The big zsh update release.
284
285   [ Alexander Steinböck]
286   * standarized the use of brackets - double instead of
287     single ones - for test situations like if-clauses [thanks!]
288     [Testing: issue354]
289
290   [ Michael Prokop ]
291   * add alias 'g' for git
292   * set modelines for vim according to new indenting policy
293   * extend debbug() based on http://xana.scru.org/quanks/b-func.html
294
295   [ Frank Terbeck ]
296   * several small cleanups by ft
297   * patch bomb for unified indenting
298   * introducing check_com() to check for the existence of commands
299   * introducing more utility functions: xcat and xsource
300     moving salias to utility functions
301
302  -- Michael Prokop <mika@grml.org>  Sun, 02 Dec 2007 19:54:45 +0100
303
304 grml-etc-core (0.3.40) unstable; urgency=low
305
306   * /etc/zsh/zshrc: add MANWIDTH, deactivated by default though;
307     thanks Alexander Steinböck! [Closes: issue343]
308   * /etc/grml/screenrc: fix colorschema of 'switch order of caption and
309     hardstatus'
310
311  -- Michael Prokop <mika@grml.org>  Thu, 22 Nov 2007 11:13:45 +0100
312
313 grml-etc-core (0.3.39) unstable; urgency=low
314
315   * Move vim vs. vi from /etc/skel/.zshrc.grmlsmall to /etc/zsh/zshrc
316     to make sure it's also fixed for user root.
317
318  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 12:20:44 +0100
319
320 grml-etc-core (0.3.38) unstable; urgency=low
321
322   * Provide e* functions in /etc/grml/lsb-functions again
323     and restore some RC_* variables.
324     Otherwise we break just too many scripts.
325
326  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 09:36:33 +0200
327
328 grml-etc-core (0.3.37) unstable; urgency=low
329
330   [Frank Terbeck]
331   * Refactor /etc/grml/lsb-functions and /etc/grml/script-functions
332     [Closes: issue291]
333
334  -- Michael Prokop <mika@grml.org>  Tue, 23 Oct 2007 20:06:21 +0200
335
336 grml-etc-core (0.3.36) unstable; urgency=low
337
338   [Frank Terbeck]
339   * /etc/zsh/zshrc: not using 'for name0 name1 in a b c d ; ...'
340     anymore to work around problems with older zsh versions.
341
342   [Michael Prokop]
343   * /etc/zsh/zshrc: enable transient_rprompt only for zsh >= 4.1.
344
345  -- Michael Prokop <mika@grml.org>  Mon, 22 Oct 2007 16:48:40 +0200
346
347 grml-etc-core (0.3.35) unstable; urgency=low
348
349   * /etc/zsh/zshrc: support displaying version control information inside
350     prompt (display on $RPROMPT). Just run 'VCS=1' to enable the feature.
351     [Closes: issue305]
352
353  -- Michael Prokop <mika@grml.org>  Thu, 18 Oct 2007 10:22:36 +0200
354
355 grml-etc-core (0.3.34) unstable; urgency=low
356
357   * /etc/apt/grml/listbugs: support non-apt-show-versions variant
358     as well.
359
360  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 11:49:59 +0200
361
362 grml-etc-core (0.3.33) unstable; urgency=low
363
364   * Rename /etc/apt/listbugs into /etc/apt/grml/listbugs so it
365     does not conflict with apt-listbugs.
366
367  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 01:00:44 +0200
368
369 grml-etc-core (0.3.32) unstable; urgency=low
370
371   * Add /etc/apt/listbugs: display known bugs of currently running
372     system. This script is used inside grml-live.
373
374  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 00:22:38 +0200
375
376 grml-etc-core (0.3.31) unstable; urgency=low
377
378   [ Michael Prokop ]
379   * /etc/skel/.zshrc:
380     - use same pattern in function wikien as in wikide. (thanks wuehlmaus)
381     - wodeb(): update URL (thanks for the pointer, wuehlmaus)
382     - getskype(): make it compatible with final skype 1.4 version
383   * Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script
384   * Added /etc/grml/screenrc_generic which should work on any OS without
385     any grml/Debian specific programs/scripts.
386   * /etc/grml/screenrc*:
387     - provide example for switching caption and hardstatus for better
388       use with splitted windows; thanks to Alexander 'z3ttacht' Steinböck
389       for the patch! [Closes: issue300]
390     - improve usage of yacpi, thanks to Alexander 'z3ttacht' Steinböck for
391       the initial patch! [Closes: issue301]
392
393   [ Michael Gebetsroither ]
394   * /etc/zsh/zshrc: added bk() to backup a file with iso time tagged.
395
396
397  -- Michael Prokop <mika@grml.org>  Fri,  5 Oct 2007 18:45:48 +0200
398
399 grml-etc-core (0.3.30) unstable; urgency=low
400
401   [ Frank Terbeck ]
402   * /etc/grml/lsb-functions: another few bugfixes
403
404  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 23:39:11 +0200
405
406 grml-etc-core (0.3.29) unstable; urgency=low
407
408   [ Frank Terbeck ]
409   * /etc/grml/lsb-functions: another bugfix
410
411  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:33:30 +0200
412
413 grml-etc-core (0.3.28) unstable; urgency=low
414
415   [ Frank Terbeck ]
416   * /etc/grml/lsb-functions: some more slightly improvements
417
418  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:21:55 +0200
419
420 grml-etc-core (0.3.27) unstable; urgency=low
421
422   [ Frank Terbeck ]
423   * Refactoring /etc/grml/lsb-functions and
424     /etc/grml/script-functions.
425
426   [ Michael Prokop ]
427   * Update /etc/apt/sources.list.grml.
428   * /etc/grml/lsb-functions: support disabling
429     colors through $NOCOLORS
430
431  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 17:16:26 +0200
432
433 grml-etc-core (0.3.26) unstable; urgency=low
434
435   [ Frank Terbeck ]
436   * /etc/grml/lsb-functions: fix empty $COLS when running inside
437     chroot
438
439  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 13:49:29 +0200
440
441 grml-etc-core (0.3.25) unstable; urgency=low
442
443   * /etc/zsh/zshrc: unalias utf2iso and iso2utf only it it's set.
444
445  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:44:11 +0200
446
447 grml-etc-core (0.3.24) unstable; urgency=low
448
449   [ Frank Terbeck ]
450   * try to make 'lsb-functions' parsable by (d)ash
451
452   [ Michael Prokop ]
453   * /etc/zsh/zshrc: convert utf2iso and iso2utf into functions,
454     Use 'command grep' (thanks to z3ttacht) and fix a small bug
455     in iso2utf.
456   * Pre-Depend on zsh [Testing: issue287]
457
458  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:24:36 +0200
459
460 grml-etc-core (0.3.23) unstable; urgency=low
461
462   * /etc/zsh/zshenv: switch direction of check for lesspipe vs.
463     lesspipe.sh so we use the extended version by default if 
464     it's available.
465
466  -- Michael Prokop <mika@grml.org>  Wed,  5 Sep 2007 18:22:57 +0200
467
468 grml-etc-core (0.3.22) unstable; urgency=low
469
470   [Frank Terbeck]
471   * /etc/zsh/zshrc:
472     - Ignoring commands that match 'aptitude-*'. Using _ignored in addition.
473       That way, you can always get aptitude-* by 'aptitude-<tab>'.
474     - Let sudo-command-line() do something sensible on an empty buffer.
475
476  -- Michael Prokop <mika@grml.org>  Sun, 19 Aug 2007 10:50:43 +0200
477
478 grml-etc-core (0.3.21) unstable; urgency=low
479
480   * /etc/skel/.zshrc: use luit for utf<->iso-hacks.
481
482  -- Michael Prokop <mika@grml.org>  Wed, 08 Aug 2007 21:29:06 +0200
483
484 grml-etc-core (0.3.20) unstable; urgency=low
485
486   * /etc/grml/lsb-functions: put log_end_msg exactly one char to
487     the left so look'n'feel with current Debian lsb-functions
488     is better.
489
490  -- Michael Prokop <mika@grml.org>  Sat, 28 Jul 2007 01:15:23 +0200
491
492 grml-etc-core (0.3.19) unstable; urgency=low
493
494   * /etc/zsh/zshenv: make sure /usr/bin/id is available
495
496  -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 15:02:08 +0200
497
498 grml-etc-core (0.3.18) unstable; urgency=low
499
500   * /etc/zsh/zshrc:
501     - use aptitude safe-upgrade instead of aptitude upgrade
502   * /etc/apt/sources.list.grml:
503     - added entry for cryptobox-server
504     - drop the '#1#'-stuff as we provide all packages via the
505       grml repository now
506
507  -- Michael Prokop <mika@grml.org>  Mon, 23 Jul 2007 11:46:54 +0200
508
509 grml-etc-core (0.3.17) unstable; urgency=low
510
511   The 'Man, what a lazy folk'-release
512   * /etc/skel/.zshrc:
513     - added function weather() to retrieve weather information on
514       the console
515     - use mostlike manpage browser only if LESS_TERMCAP_* is not set
516   * /etc/zsh/zshrc:
517     - added alias S for screen
518     - alias s for ssh
519     - added alias top10 to get the top 10 shell commands from the history
520     - make sure we provide arguments for startx in the function as well
521       (thanks for reporting the issue, Kevin Krammer!)
522   * /etc/zsh/zshenv:
523     - check for presence of lesspipe[.sh] before setting $LESSOPEN
524     - added LESS_TERMCAP_*
525   * /etc/skel/.vimrc:
526     - deactivate digraph option causing too many headaches for people
527       not being used to that option
528
529  -- Michael Prokop <mika@grml.org>  Tue, 17 Jul 2007 15:48:48 +0200
530
531 grml-etc-core (0.3.16) unstable; urgency=low
532
533   * /etc/zsh/zshrc: dchange() - restore old behaviour with
534     fallback to /usr/share/doc/$PACKAGE/changelog.gz before
535     trying to download the changelog via aptitude
536
537  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:19:54 +0200
538
539 grml-etc-core (0.3.15) unstable; urgency=low
540
541   * /etc/zsh/zshrc:
542     - activate 'setopt pushd_ignore_dups' to avoid duplicates
543       in ~/.zdirs (thanks to wuehlmaus for bringing up
544       and for the appropriate configuration thanks to ft!)
545     - dchange() function: remove hardcoded option
546
547  -- Michael Prokop <mika@grml.org>  Sat, 07 Jul 2007 10:52:03 +0200
548
549 grml-etc-core (0.3.14) unstable; urgency=low
550
551   * /etc/zsh/zshrc: yse kexec alias only if /proc/cmdline can be read.
552
553  -- Michael Prokop <mika@grml.org>  Wed, 04 Jul 2007 12:41:29 +0200
554
555 grml-etc-core (0.3.13) unstable; urgency=low
556
557   * /etc/zsh/zshrc:
558     - aoeu(): do not use $XKEYBOARD and $KEYTABLE as booting
559       with bootoption dvorak might be not so amusing for people
560       not being used to dvorak keyboard layout :)
561     - added alias "$(uname -r)-reboot for fast rebooting via kexec
562     - dchange(): use aptitude to retrieve changelog if no changelog
563       can be found on the local system (thanks for the idea, nico!)
564
565  -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 23:05:58 +0200
566
567 grml-etc-core (0.3.12) unstable; urgency=low
568
569   * Added some more examples to /etc/network/interfaces.examples.
570   * /etc/zsh/zshrc:
571     - move environment stuff from /etc/zsh/zshenv to
572       /etc/zsh/zshrc so we don't have all the environment variables
573       in 'zsh -f', thanks for the patch - ft!
574     - added function dnews (to view Debian's NEWS file of the package)
575     - fix some typos
576     - compctl definition shadowed _grmlinitd. Found by Anthony
577       Charles and forwared by ft. Thanks!
578     - added function minimal-shell (spawn a minimally set up ksh),
579       thanks ft!
580     - added keybinding ctrl-x1 to jump behind the first word on the
581       cmdline, thanks again ft!
582     - added keywords/strings for automatic building of grml' zsh
583       reference card [and once more thanks to ft! :)]
584   * /etc/skel/.vimrc: support ~/.vimrc.local
585
586  -- Michael Prokop <mika@grml.org>  Sun, 10 Jun 2007 00:04:08 +0200
587
588 grml-etc-core (0.3.11) unstable; urgency=low
589
590   * /etc/zsh/zshrc:
591     - added function ipv6-tunnel (set up an ipv6 tunnel)
592     - added function iwclient (run dhclient for wireless device),
593       thanks Niels Giesen!
594     - improved usage info of mkmaildir()
595     - removed some "function" keywords
596
597  -- Michael Prokop <mika@grml.org>  Sat, 09 Jun 2007 00:45:05 +0200
598
599 grml-etc-core (0.3.10) unstable; urgency=low
600
601   * /etc/zsh/zshrc: use \e instead of the escape-sequence.
602     Thanks for the patches, ft! [Closes: issue229, issue230]
603
604  -- Michael Prokop <mika@grml.org>  Thu, 07 Jun 2007 14:51:38 +0200
605
606 grml-etc-core (0.3.9) unstable; urgency=low
607
608   * /etc/zsh/zshrc:
609     - added functions aoeu() and asdf() to just press 'asdf' keys to
610       toggle between dvorak and us keyboard layout
611     - added function uiae() to just press 'asdf' key to toggle from
612       neon layout to us keyboard layout
613
614  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 23:25:17 +0200
615
616 grml-etc-core (0.3.8) unstable; urgency=low
617
618   * /etc/zsh/zshrc:
619     - Mention "alias -s pl='perl -S'" within the zsh-mime-setup stuff
620     - Use 'sudo -s' for alias su.
621     - Added alias llog for "$PAGER /var/log/syslog"
622
623  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:43:51 +0200
624
625 grml-etc-core (0.3.7) unstable; urgency=low
626
627   * /etc/zsh/zshrc and /etc/skel/.zshrc: some more checks whether
628     the global file has been read.
629
630  -- Michael Prokop <mika@grml.org>  Tue, 29 May 2007 16:31:19 +0200
631
632 grml-etc-core (0.3.6) unstable; urgency=low
633
634   * /etc/zsh/zshrc: do not even add completion directories if
635     broken setup has been detected.
636
637  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 19:12:30 +0200
638
639 grml-etc-core (0.3.5) unstable; urgency=low
640
641   * /etc/zsh/zshrc + /etc/skel/.zshrc: unify way of checking for
642     present binaries/executables
643   * /etc/zsh/zshrc: check for potentially old files in 'completion.d',
644     thanks for the patch - ft!
645   * /etc/skel/.zshrc: added alias ips for 'ipython -p sh'
646
647  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2007 01:30:39 +0200
648
649 grml-etc-core (0.3.4) unstable; urgency=low
650
651   * /etc/zsh/zshrc: check for present directory inside dirstack
652     code before switching between directories.
653
654  -- Michael Prokop <mika@grml.org>  Wed, 23 May 2007 10:22:14 +0200
655
656 grml-etc-core (0.3.3) unstable; urgency=low
657
658   * /etc/skel/.zshrc:
659     - added function fluxkey-change to change fluxbox keys
660       from 'Alt-#' to 'Alt-F#' and vice versa
661
662  -- Michael Prokop <mika@grml.org>  Thu, 17 May 2007 15:08:57 +0200
663
664 grml-etc-core (0.3.2) unstable; urgency=low
665
666   * /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus!
667
668  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 11:11:12 +0200
669
670 grml-etc-core (0.3.1) unstable; urgency=low
671
672   * /etc/zsh/zshrc:
673     - Applied patch by ft for better $SUDO handling via salias, thanks!
674     - Added alias debian2hd.
675
676  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 10:53:59 +0200
677
678 grml-etc-core (0.3.0) unstable; urgency=low
679
680   * /etc/zsh/zshrc: check for $SUDO and do not use it when running
681     as root so we have the command in the zsh history.
682
683  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 12:19:36 +0200
684
685 grml-etc-core (0.2.53) unstable; urgency=low
686
687   * Add /etc/skel/.emacs which enables UTF-8 mode by default.
688     Thanks to Josef Teske for the bugreport!
689
690  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 00:14:18 +0200
691
692 grml-etc-core (0.2.52) unstable; urgency=low
693
694   * /etc/zsh/zshrc and /etc/skel/.zshrc:
695     Added alias and powerglob insecscp (like insecssh but for scp).
696
697  -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 23:22:32 +0200
698
699 grml-etc-core (0.2.51) unstable; urgency=low
700
701   * /etc/zsh/zshrc:
702     * added function wrapper brltty which loads a default
703       console font, works around problem in UTF-8 environment.
704       Thanks for reporting, Hermann 'steppenwolf2'!
705   * /etc/skel/.zshrc: added some functions (thanks, ft!):
706     - hl: highlighted less
707     - ic_get: queries imap servers for capabilities
708     - j2v: open file in vim and jump to line
709     - mkmaildir: creates a Maildir/ with its {new,cur,tmp} subdirs
710     - xtrename: rename xterm from within GNU-screen
711     - zurl: create small urls via tinyurl.com using wget, grep and sed
712
713  -- Michael Prokop <mika@grml.org>  Fri, 11 May 2007 01:07:27 +0200
714
715 grml-etc-core (0.2.50) unstable; urgency=low
716
717   * /etc/zsh/zshrc: sleep 2 seconds before running flite in
718     swspeak alias.
719
720  -- Michael Prokop <mika@grml.org>  Sun, 29 Apr 2007 13:16:48 +0200
721
722 grml-etc-core (0.2.49) unstable; urgency=low
723
724   * /etc/zsh/zshrc: improve code for 'manual overriding of RPROMPT'
725     [thanks for helping, ft!]
726
727  -- Michael Prokop <mika@grml.org>  Sun, 22 Apr 2007 18:37:27 +0200
728
729 grml-etc-core (0.2.48) unstable; urgency=low
730
731   * /etc/zsh/zshrc:
732     - re-enable smiley in RPROMPT, thanks to transient_rprompt
733       [thanks for the pointer, Christian Schneider!]
734     - allow manual overriding of RPROMPT
735
736  -- Michael Prokop <mika@grml.org>  Sat, 21 Apr 2007 23:57:28 +0200
737
738 grml-etc-core (0.2.47) unstable; urgency=low
739
740   * Big rewrite of /etc/zsh/completion.d/, thanks to ft!
741     [Testing: issue201]
742
743  -- Michael Prokop <mika@grml.org>  Tue, 17 Apr 2007 09:21:03 +0200
744
745 grml-etc-core (0.2.46) unstable; urgency=low
746
747   * /etc/zsh/zshrc: deactivate url-quote-magic by default and
748     provide it as alias url-quote instead. Added zstyle for
749     url-quote-magic as well, thanks ft!
750
751  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 22:36:28 +0200
752
753 grml-etc-core (0.2.45) unstable; urgency=low
754
755   * /etc/zsh/zshrc: fix syntax error in get_twi_cl.
756
757  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:11:42 +0200
758
759 grml-etc-core (0.2.44) unstable; urgency=low
760
761   * /etc/zsh/zshrc: add check regarding get_twi_cl->get_3ware
762     change.
763
764  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:06:12 +0200
765
766 grml-etc-core (0.2.43) unstable; urgency=low
767
768   * /etc/zsh/zshrc:
769     - applied patch by ft for generic file completion (thanks!)
770     - added function sll (list symlinks in more details), thanks
771       for the code base, Manuel Fuhr and ft!
772   * /etc/skel/.zshrc: added alias mq (execute commands on the
773     versioned patch-queue from the current repos) [thanks, gebi]
774
775  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:35:15 +0200
776
777 grml-etc-core (0.2.42) unstable; urgency=low
778
779   * Update and cleanup /etc/apt/sources.list.grml. Thanks for hints,
780     Ronny Plattner!
781
782  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 12:48:14 +0200
783
784 grml-etc-core (0.2.41) unstable; urgency=low
785
786   * /etc/grml/script-functions: replace $UID with 'id -u' so we improve
787     compability for POSIX/dash.
788
789  -- Michael Prokop <mika@grml.org>  Fri,  6 Apr 2007 22:42:16 +0200
790
791 grml-etc-core (0.2.40) unstable; urgency=low
792
793   * /etc/skel/.vimrc: do not set 'tw=72' by default anymore.
794     Thanks for the hint, gebi.
795
796  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 21:38:48 +0200
797
798 grml-etc-core (0.2.39) unstable; urgency=low
799
800   * /etc/zsh/zshrc:
801     - added alias mdstat for 'cat /proc/mdstat' and
802       alias ... which does a 'cd ../../'. Thanks, gebi!
803     - check for 'most' before assigning aliases dchange and uchange
804
805  -- Michael Prokop <mika@grml.org>  Thu, 29 Mar 2007 00:22:28 +0200
806
807 grml-etc-core (0.2.38) unstable; urgency=low
808
809   * /etc/zsh/zshrc: added new aliases ati (aptitude install) and up
810     (aptitude update, aptitude upgrade) - thanks for suggestion - Otti!
811
812  -- Michael Prokop <mika@grml.org>  Wed, 28 Mar 2007 20:45:21 +0200
813
814 grml-etc-core (0.2.37) unstable; urgency=low
815
816   * Add solaris examples to /etc/zsh/zshenv
817
818  -- Michael Prokop <mika@grml.org>  Thu, 22 Mar 2007 12:30:55 +0100
819
820 grml-etc-core (0.2.36) unstable; urgency=low
821
822   * Another version of dpkg-divert handling for debian/preinst.
823
824  -- Michael Prokop <mika@grml.org>  Wed, 21 Mar 2007 19:03:38 +0100
825
826 grml-etc-core (0.2.35) unstable; urgency=low
827
828   * /etc/zsh/zshrc: added aliases for better iso<->utf handling:
829     - term2iso
830     - term2utf
831     - utf2iso
832     - iso2utf
833
834  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 20:12:40 +0100
835
836 grml-etc-core (0.2.34) unstable; urgency=low
837
838   * /etc/grml/lsb-functions: set RC_NOCOLOR if nocolor string is
839     present in /proc/cmdline
840
841  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 15:17:45 +0100
842
843 grml-etc-core (0.2.33) unstable; urgency=low
844
845   * /etc/zsh/zshenv: fix sourcing of /etc/timezone
846
847  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:51:36 +0100
848
849 grml-etc-core (0.2.32) unstable; urgency=low
850
851   * /etc/zsh/zshenv: source /etc/timezone if present
852     (We don't want to set TZ via /etc/default/locale any longer.)
853
854  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:18:38 +0100
855
856 grml-etc-core (0.2.31) unstable; urgency=low
857
858   * /etc/zsh/zshrc: update swspeak alias:
859     - set mixer settings to 90 by default when running swspeak
860     - check for present /dev/softsynth and warn otherwise using flite
861     - welcome user via flite with "Finished setting up software synthesizer"
862       when finished execution of swspeak alias
863     [Closes: issue152]
864
865  -- Michael Prokop <mika@grml.org>  Fri, 16 Mar 2007 22:17:27 +0100
866
867 grml-etc-core (0.2.30) unstable; urgency=low
868
869   * /etc/zsh/zshrc: added rationalise-dot (just type 'cd ...' to
870     get 'cd ../..'), but deactivated by default. Taken from
871     Christian Schneider:
872     http://strcat.de/blog/archives/707-Schnelles-Verzeichniswechseln.html
873     Thanks for pointing, schula.
874
875  -- Michael Prokop <mika@grml.org>  Wed, 14 Mar 2007 15:41:08 +0100
876
877 grml-etc-core (0.2.29) unstable; urgency=low
878
879   * /etc/skel/.zshrc: remove duplicate cl() definition, thanks - Jens
880     Kubieziel!
881
882  -- Michael Prokop <mika@grml.org>  Sun, 11 Mar 2007 12:45:25 +0100
883
884 grml-etc-core (0.2.28) unstable; urgency=low
885
886   * /etc/vim/vimrc: added 'set wildmenu' (thanks for suggestion, ft!)
887
888  -- Michael Prokop <mika@grml.org>  Fri,  9 Mar 2007 15:33:55 +0100
889
890 grml-etc-core (0.2.27) unstable; urgency=low
891
892   * Another fix for debian/preinst to avoid breakage on older systems.
893
894  -- Michael Prokop <mika@grml.org>  Sat,  3 Mar 2007 18:36:41 +0100
895
896 grml-etc-core (0.2.26) unstable; urgency=low
897
898   * Move /etc/skel/.channels to package grml-etc.
899   * Fix preinst failure of /etc/zsh/zlogin on Debian stable systems.
900
901  -- Michael Prokop <mika@grml.org>  Thu,  1 Mar 2007 14:59:51 +0100
902
903 grml-etc-core (0.2.25) unstable; urgency=low
904
905   * /etc/zsh/zshrc: user root should have umask 022 of course.
906     User has 002. Thanks for reporting, Tobias Walkowiak!
907
908  -- Michael Prokop <mika@grml.org>  Mon, 26 Feb 2007 18:44:45 +0100
909
910 grml-etc-core (0.2.24) unstable; urgency=low
911
912   * /etc/zsh/zshenv: source /etc/default/locale only if
913     $LANG is not set. If $LANG is not set at all fall
914     back to en_US.iso885915 as usual. This allows manual
915     overwriting of $LANG.
916
917  -- Michael Prokop <mika@grml.org>  Sun, 25 Feb 2007 22:08:55 +0100
918
919 grml-etc-core (0.2.23) unstable; urgency=low
920
921   * /etc/zsh/zshrc:
922     - export SHELL='/bin/zsh', otherwise aterm and rxvt use
923       /bin/sh or /bin/bash. :-/
924     - add a space character in some abbreviation expansions
925       so it's better readable.
926     - added insert-unicode-char
927     - drop the check for
928       /usr/share/zsh/$ZSH_VERSION/functions/Prompts/promptinit and
929       /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic
930       because the check does not work for example with the zsh-beta
931       package. If you notice problems with the current code please
932       let me know.
933   * /etc/skel/.zshrc:
934     - added function ytdl (download video from youtube)
935     - work around non utf8 capable software in utf environment
936       using aliases for mrxvt, aterm and centericq
937   * /etc/zsh/*: improved documentation about startup of zsh
938
939  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 17:30:11 +0100
940
941 grml-etc-core (0.2.22) unstable; urgency=low
942
943   * Adding directory /etc/skel/.channels with the following files:
944     - Files for use with scan of dvb-utils:
945       * at-austria    -> austria in general
946       * at-graz       -> working file for Graz
947       * at-klagenfurt -> working file for Klagenfurt
948     - Already configured files for use with mplayer/xine/...:
949       * channels.conf-AT-graz       -> use DVB in Graz
950       * channels.conf-AT-klagenfurt -> use DVB in Klagenfurt
951
952  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 12:02:16 +0100
953
954 grml-etc-core (0.2.21) unstable; urgency=low
955
956   * /etc/zsh/zshrc: check for upper letters in isutfenv as well
957
958  -- Michael Prokop <mika@grml.org>  Sat, 17 Feb 2007 12:15:15 +0100
959
960 grml-etc-core (0.2.20) unstable; urgency=low
961
962   * Update of /etc/skel/.vimrc and /etc/vim/vimrc, added
963     /etc/skel/.vim/ftplugin/c.vim.
964
965  -- Michael Prokop <mika@grml.org>  Sat, 10 Feb 2007 11:33:13 +0100
966
967 grml-etc-core (0.2.19) unstable; urgency=low
968
969   * /etc/vim/vimrc: make sure we use 'syntax on' only when we
970     have vim with +syntax
971   * debian/preinst: another fix to improve keeping of original
972     configuration files
973
974  -- Michael Prokop <mika@grml.org>  Fri,  9 Feb 2007 15:24:14 +0100
975
976 grml-etc-core (0.2.18) unstable; urgency=low
977
978   * /etc/zsh/completion.d/grml-wallpaper: allow proper setting
979     of parameters for local directories [Closses: issue116]
980
981  -- Michael Prokop <mika@grml.org>  Tue,  6 Feb 2007 20:17:02 +0100
982
983 grml-etc-core (0.2.17) unstable; urgency=low
984
985   * zsh config files: fix handling of check for binaries, thanks
986     for reporting to Erich Minderlein, thanks for investigation
987     and patch to ft! (Closes: issue80)
988
989  -- Michael Prokop <mika@grml.org>  Fri, 19 Jan 2007 19:27:43 +0100
990
991 grml-etc-core (0.2.16) unstable; urgency=low
992
993   * /etc/zsh/zshrc:
994     - add completion for qma (thanks, wuehlmaus)
995
996  -- Michael Prokop <mika@grml.org>  Thu, 18 Jan 2007 13:08:54 +0100
997
998 grml-etc-core (0.2.15) unstable; urgency=low
999
1000   * /etc/zsh/zshrc:
1001     - rename edfun() into edfunc() [thanks for hint, Kai Wilke!]
1002     - added some useful config stuff (deactivated by default as it
1003       needs personal tuning) contributed by Kai Wilke [thanks!]
1004     - improved host completion (thanks for some code, Kai Wilke!)
1005     - added apache2-ssl-certificate() as Debian does not ship
1006       the script anymore *grml*
1007     - support zsh profiling via $ZSH_PROFILE_RC and profile()
1008     - added alias 0 which does nothing else than 'return 0' (I like
1009       a clean prompt without error return codes inside but don't
1010       want to miss the feature itself, so just press 0<cr> and that's
1011       it :))
1012     - added alias debs-by-size
1013     - added function deswap (useful after suspending), function hex
1014       (print hex value of a number) and function peval (perl-eval)
1015
1016  -- Michael Prokop <mika@grml.org>  Fri,  5 Jan 2007 00:00:54 +0100
1017
1018 grml-etc-core (0.2.14) unstable; urgency=low
1019
1020   * Use builtin for chpwd's dirs command instead of the alias
1021     and function workaround, thanks - schula!
1022
1023  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 14:55:05 +0100
1024
1025 grml-etc-core (0.2.13) unstable; urgency=low
1026
1027   * /etc/zsh/zshrc + /etc/skel/.zshrc: make sure 'dirs' is not
1028     an alias or function
1029
1030  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 13:52:22 +0100
1031
1032 grml-etc-core (0.2.12) unstable; urgency=low
1033
1034   * /etc/zsh/zshrc: add support for global dirstack handling
1035     (Closes: issue47)
1036
1037  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 20:12:25 +0100
1038
1039 grml-etc-core (0.2.11) unstable; urgency=low
1040
1041   * Do not depend on vim or nvi only but allow use of virtual package
1042     editor also. Thanks, Markus Wigge <mwigge@marcant.net>!
1043
1044  -- Michael Prokop <mika@grml.org>  Fri, 15 Dec 2006 01:02:09 +0100
1045
1046 grml-etc-core (0.2.10) unstable; urgency=low
1047
1048   * Remove /etc/skel/.zshrc from dpkg-diversion.
1049
1050  -- Michael Prokop <mika@grml.org>  Tue,  5 Dec 2006 17:05:57 +0100
1051
1052 grml-etc-core (0.2.9) unstable; urgency=low
1053
1054   * /etc/zsh/zshrc: update NOPRECMD handling
1055
1056  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 11:47:22 +0100
1057
1058 grml-etc-core (0.2.8) unstable; urgency=low
1059
1060   * /etc/zsh/zshrc: drop completion for lintian and linda as
1061     zsh ships that already.
1062
1063  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 22:43:38 +0100
1064
1065 grml-etc-core (0.2.7) unstable; urgency=low
1066
1067   * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
1068     therefore and use qma for manzsh too. (This fixes part 2/2 of
1069     issue19)
1070
1071  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:49:05 +0100
1072
1073 grml-etc-core (0.2.6) unstable; urgency=low
1074
1075   * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
1076     (Closes: issue36)
1077
1078  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:24:07 +0100
1079
1080 grml-etc-core (0.2.5) unstable; urgency=low
1081
1082   * /etc/zsh/zshrc:
1083     - our new default umask is now 002.
1084     - function isutfenv to check whether we are running inside
1085       an utf environment
1086     - add option utf8 to alias truec according to result of isutfenv
1087
1088  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
1089
1090 grml-etc-core (0.2.4) unstable; urgency=low
1091
1092   * /etc/zsh/zshrc: add alias 'any' for grepping through process
1093     list, thanks for the basic idea - Karl Voit!
1094
1095  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
1096
1097 grml-etc-core (0.2.3) unstable; urgency=low
1098
1099   * Let's ship /etc/apt/preferences.grml as reference file.
1100
1101  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
1102
1103 grml-etc-core (0.2.2) unstable; urgency=low
1104
1105   Another "Frank 'ft' Terbeck is my zsh hero" release.
1106
1107   * Use new grml-repository by default now (thanks for the great
1108     work, formorer!).
1109   * /etc/zsh/zshrc:
1110     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
1111       main zsh config file so we can use it as root as well (thanks for hint,
1112       wuehlmaus)
1113     - move function H-Glob to this file as well and make it available
1114       as help-zshglob as well, thanks for the translation to english - ft!
1115     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
1116     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
1117   * /etc/skel/.zshrc:
1118     - rework function dirspace() [support $1]
1119     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
1120
1121  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
1122
1123 grml-etc-core (0.2.1) unstable; urgency=low
1124
1125   * New version number for new release.
1126
1127  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
1128
1129 grml-etc-core (0.1-38) unstable; urgency=low
1130
1131   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
1132     to Erich Minderlein and Ulrich Dangel!
1133
1134  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
1135
1136 grml-etc-core (0.1-37) unstable; urgency=low
1137
1138   The 'preparation to a zsh workshop improves code quality' release. :)
1139
1140   * /etc/zsh/zshrc:
1141     - run "limit core 0" only in live-cd mode
1142     - support Force-Reload for /etc/init.d/*-action as well
1143     - move upgrade-function from /etc/skel/.zshrc to this file
1144   * /etc/skel/.zshrc: some cosmetic cleanups
1145   * grml-zsh-refcard has been updated (big thanks to Frank
1146     Terbeck again!) (Closes: issue9)
1147
1148  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
1149
1150 grml-etc-core (0.1-36) unstable; urgency=low
1151
1152   * /etc/skel/.zshrc:
1153     + alias hbp='hg-buildpackage'
1154     + renamed tla related aliases:
1155         ldiff   => tdi
1156         mirror  => tmi
1157         commit  => tco
1158         merge   => tme
1159     + fix function lcheck
1160   * /etc/zsh/zshrc:
1161     + grml-rebuildfstab: use -config option of new rebuildfstab
1162     + alias acp='apt-cache policy'
1163
1164  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
1165
1166 grml-etc-core (0.1-35) unstable; urgency=low
1167
1168   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
1169     for the great work, formorer!), not yet activated by default.
1170
1171  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
1172
1173 grml-etc-core (0.1-34) grml-testing; urgency=low
1174
1175   * Build package for new repository layout using 'grml-testing'
1176     as "Distribution".
1177
1178  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
1179
1180 grml-etc-core (0.1-33) unstable; urgency=low
1181
1182   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
1183     to avoid problems with different zsh versions. 
1184   * Small fix in debian/preinst to prevent overwriting from original
1185     files when diverting several times (again: please report any
1186     problems you notice).
1187   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
1188     debian.vim, just to make sure we have nocompatible also on
1189     older vim versions.
1190
1191  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
1192
1193 grml-etc-core (0.1-32) unstable; urgency=low
1194
1195   * zsh-setup: applied patch from Frank Terbeck for improved
1196     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
1197
1198  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
1199
1200 grml-etc-core (0.1-31) unstable; urgency=low
1201
1202   * /etc/skel/.zshrc:
1203     - added alias hidiff (highlight important stuff in diff
1204       output), active if histring is available
1205     - added some isgrmlsmall checks, thanks Frank Terbeck!
1206     - added power completion, thanks wuehlmaus!
1207       See http://zshwiki.org/home/examples/zleiab for details.
1208       Notice: this deactivates the global aliases by default now,
1209       just use the global aliases as well but press ',.' afterwards
1210       to expand the abbreviation!
1211
1212  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
1213
1214 grml-etc-core (0.1-30) unstable; urgency=low
1215
1216   * Ship /etc/grml/script-functions with this package so other packages
1217     like grml-debootstrap don't have to depend on package grml-scripts.
1218   * Bumb Standard Version to 3.7.2 (no further changes).
1219
1220  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
1221
1222 grml-etc-core (0.1-29) unstable; urgency=low
1223
1224   * /etc/zsh/zshrc:
1225     - added isgrmlsmall() and set $EDITOR according to grml flavour,
1226       thanks - Frank Terbeck!
1227     - deactivate smiley on right side of prompt by default, uncomment
1228       the line if you want to use it
1229   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
1230     but do not activate it by default
1231   * /etc/skel/.hgrc: adjust username for "generic user"
1232
1233  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
1234
1235 grml-etc-core (0.1-28) unstable; urgency=low
1236
1237   * /etc/skel/.zshrc: always set 'setopt local_options' if
1238     using 'setopt errreturn'.
1239
1240  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
1241
1242 grml-etc-core (0.1-27) unstable; urgency=low
1243
1244   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
1245     otherwise running 'script' might hang. Thanks, wuehlmaus!
1246
1247  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
1248
1249 grml-etc-core (0.1-26) unstable; urgency=low
1250
1251   The "Frank Terbeck is my zsh hero" release.
1252
1253   * Update /etc/zsh/site-functions/_hg to latest version from
1254     http://hg.intevation.org/mercurial/crew
1255   * Added /etc/zsh/site-functions/_grmlinitd for better completion
1256     of "Start Restart Stop Reload" with initscripts, thanks - Frank
1257     Terbeck!
1258   * /etc/zsh/zshrc:
1259     - use is-at-least for is4[2]-functions if possible
1260     - bugfix for $2 in initscripts "Start Restart Stop Reload"
1261       function (thanks, Frank Terbeck!)
1262     - use zsh's color capabilities if the module is present
1263       (thanks, Frank Terbeck!)
1264     - don't export $SHELL anymore
1265   * /etc/zsh/zshenv:
1266     - set /bin instead of /bin/ in $PATH
1267     - some minor code style improvements
1268   * /etc/skel/.zshrc: 
1269     - updated alias fbmplayer (thanks, wuehlmaus!)
1270     - added function gex (google exact search, thanks wuehlmaus!)
1271     - added gethgsnap and gethgclone for retrieving mercurial
1272     - use $SUDO in the whole file instead of $RUNASROOT
1273     - use 'setopt errreturn' in some functions
1274
1275  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
1276
1277 grml-etc-core (0.1-25) unstable; urgency=low
1278
1279   * /etc/skel/.zshrc: add functions for mercurial
1280   * Added /etc/skel/.hgrc - configuration file for mercurial.
1281   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
1282     two directories recursively), taken from
1283     http://www.vim.org/scripts/script.php?script_id=102
1284
1285  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
1286
1287 grml-etc-core (0.1-24) unstable; urgency=low
1288
1289   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
1290     thanks for the patch - Frank Terbeck!
1291
1292  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
1293
1294 grml-etc-core (0.1-23) unstable; urgency=low
1295
1296   * Fix typo in /etc/zsh/zshrc.
1297
1298  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
1299
1300 grml-etc-core (0.1-22) unstable; urgency=low
1301
1302   * /etc/zsh/zshrc: update functions dchange and uchange - check
1303     whether changelogs exist before trying to display them.
1304
1305  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
1306
1307 grml-etc-core (0.1-21) unstable; urgency=low
1308
1309   * /etc/zsh/zshrc: added some more checks so the config works
1310     on AIX (powerpc-ibm-aix5.2.0.0) as well.
1311
1312  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
1313
1314 grml-etc-core (0.1-20) unstable; urgency=low
1315
1316   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
1317     and set according $FPATH in /etc/zsh/zshrc.
1318
1319  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
1320
1321 grml-etc-core (0.1-19) unstable; urgency=low
1322
1323   * /etc/grml/screenrc: activated
1324     termcapinfo xterm|xterms|xs|rxvt ti@:te@
1325     for "more usual" buffer handling in xterm & CO.
1326
1327  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
1328
1329 grml-etc-core (0.1-18) unstable; urgency=low
1330
1331   * /etc/skel/.zshrc: update function getskype (new upstream release
1332     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
1333
1334  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
1335
1336 grml-etc-core (0.1-17) unstable; urgency=low
1337
1338   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
1339     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
1340     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
1341
1342  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
1343
1344 grml-etc-core (0.1-16) unstable; urgency=low
1345
1346   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
1347   * Move debian/postinst to debian/preinst, some minor fixes in
1348     preinst and postrm.
1349
1350  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
1351
1352 grml-etc-core (0.1-15) unstable; urgency=low
1353
1354   * Set debian related functions + aliases only if /etc/debian_version
1355     is present. Check for uid and set $SUDO according so normal
1356     user can use functions + aliases as well.
1357
1358  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
1359
1360 grml-etc-core (0.1-14) unstable; urgency=low
1361
1362   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
1363     to put job into foreground (thanks, wuehlmaus).
1364
1365  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
1366
1367 grml-etc-core (0.1-13) unstable; urgency=low
1368
1369   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
1370
1371  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
1372
1373 grml-etc-core (0.1-12) unstable; urgency=low
1374
1375   * Cleanup and update of /etc/apt/sources.list.grml.
1376   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
1377     package) and uchange (view upstream's changelog of specified package).
1378
1379  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
1380
1381 grml-etc-core (0.1-11) unstable; urgency=low
1382
1383   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
1384     in environment files.
1385
1386  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
1387
1388 grml-etc-core (0.1-10) unstable; urgency=low
1389
1390   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
1391     Worf for idea!
1392   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
1393
1394  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
1395
1396 grml-etc-core (0.1-9) unstable; urgency=low
1397
1398   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
1399     is present.
1400   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
1401     delete a word until its last '/'
1402
1403  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
1404
1405 grml-etc-core (0.1-8) unstable; urgency=low
1406
1407   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
1408     as well.
1409
1410  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
1411
1412 grml-etc-core (0.1-7) unstable; urgency=low
1413
1414   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
1415     Restore).
1416
1417  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
1418
1419 grml-etc-core (0.1-6) unstable; urgency=low
1420
1421   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
1422
1423  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
1424
1425 grml-etc-core (0.1-5) unstable; urgency=low
1426
1427   * /etc/zsh/zshrc:
1428     - press "ctrl-e d" to insert the actual date in the form
1429       yyyy-mm-dd (found in schulas zsh config :))
1430     - complete manual pages by their section (hello schula,
1431       again ;-))
1432
1433  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
1434
1435 grml-etc-core (0.1-4) unstable; urgency=low
1436
1437   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
1438     status on right side of prompt.
1439
1440  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
1441
1442 grml-etc-core (0.1-3) unstable; urgency=low
1443
1444   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
1445     for suggestion, Mark!
1446   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
1447     Mark!
1448   * Added /etc/grml/script-functions meant for usage inside shell
1449     scripts.
1450
1451  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
1452
1453 grml-etc-core (0.1-2) unstable; urgency=low
1454
1455   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
1456
1457  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
1458
1459 grml-etc-core (0.1) unstable; urgency=low
1460
1461   * Initial Release.
1462
1463  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
1464