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