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