Release new version 0.4.03
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.4.03) unstable; urgency=low
2
3   * [43b9baa] lsb-functions: fix logic of RC_NOCOLOR check for
4     RC_ENDCOL
5
6  -- Michael Prokop <mika@grml.org>  Sun, 27 Nov 2011 23:16:16 +0100
7
8 grml-etc-core (0.4.02) unstable; urgency=low
9
10   [ Frank Terbeck ]
11   * [43090cf] zshrc: Make cd() behave with more than one argument
12   * [fb6dc41] zshrc: Do not use bogus array index `0' in dirstack code
13     [Closes: issue1055]
14   * [2130d67] Fix spelling in debian/control
15   * [219a342] gitignore: zsh byte-compiled files (*.zwc)
16   * [7b4ae7e] zshrc: Stop setting $BROWSER
17
18   [ micah anderson ]
19   * [b7cea1c] zshrc: hl() parameter fix
20
21   [ Christian Hofstaedtler ]
22   * [8b7ef31] Remove unmaintained accessibility support
23   * [093bbd1] Cleanup indenting in preinst, postrm
24
25   [ Sebastian Boehm ]
26   * [11ce070] Add tmux.conf
27
28   [ Michael Prokop ]
29   * [f5f88df] zshrc: use dpkg-query instead of grep-status for debs-by-
30     size alias. Thanks to Thorsten Glaser <tg@mirbsd.org>
31   * [91e6659] zshrc: drop 2mp3_192 function
32   * [527ab11] lsb-functions: if we do not use colors then assume terminal
33     can not handle endcols
34   * [2eb78fd] zshrc: check for empty DONTSETRPROMPT and NOTITLE
35
36   [ Bernhard Tittelbach ]
37   * [7ee39bb] zshrc: purge old zsh compile-files, echo newline
38   * [87a8f70] zshrc: lsdisk mount and blocksize info
39   * [fd1f19f] zshrc: fix readme, add liesmich, improve globbing
40   * [e325343] zshrc: help-zle caching
41   * [eb2c0c6] zshrc: readme(): remove superfluous line
42   * [a443ac2] zshrc: inplaceMkDirs(): handle espaces and quotes better
43   * [5173aea] zshrc: alias remove current working diretory
44   * [a7cf6e3] zshrc: simple-extract: make curl follow redirects
45
46  -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2011 19:10:44 +0100
47
48 grml-etc-core (0.4.01) unstable; urgency=low
49
50   [ Frank Terbeck ]
51   * [7f27648] Disable vcs_info if the function is not loaded
52   * [47b6a5f] zshrc: Updating accept-line wrapper
53
54   [ Christian Hofstaedtler ]
55   * [5f0f906] Revert "Make sure grmlzshrc is only loaded once"
56   * [59f4992] Add debian/control headers Origin, Bugs
57   * [c9d3e24] remove preferences.grml example file
58
59   [ Michael Prokop ]
60   * [aad6e4e] zshrc: provide smart cd function, allows switching to /etc
61     when running 'cd /etc/fstab'
62
63   [ Bernhard Tittelbach ]
64   * [3fbd060] zsh: complete from screen and tmux, workaround screen
65   * [303fb96] zsh: tmux hardcopy version check
66   * [95eeb86] zshrc: provide help_zle_parse_keybindings through ctrl-x-z,
67     add/change some keybinding comments accordingly.
68   * [05260a8] zsh: make any() case insensitive
69
70  -- Michael Prokop <mika@grml.org>  Mon, 08 Aug 2011 14:41:16 +0200
71
72 grml-etc-core (0.4.00) unstable; urgency=low
73
74   The "this release qualifies for a minor version number bump" release.
75
76   [ Christian Hofstaedtler ]
77   * [04acd40] Don't hardcore zsh as shell in screenrc
78   * [941cec7] Sync screenrc_* file endings
79   * [ec2a092] Add README.md
80   * [b83a5a7] Remove completely dead entries from sources.list.grml
81   * [f9d123b] Disable *all* repositories in sources.list.grml
82   * [35c81f6] Add HP server management tools to sources.list.grml
83
84   [ Frank Terbeck ]
85   * [409ee3c] zshrc: Fix umask logic
86   * [1dda332] zshrc: Make sure grmlzshrc is only loaded once.
87   * [f014559] zshrc: Remove included vcs_info
88   * [a8ca94c] Remove comment about vcs_info from the manual
89   * [537471e] grmlzshrc.t2t: Add a note about disabling global
90     config files
91   * [3b0fb3c] zshrc: Put _grmlinitd completion directly into zshrc.
92
93   [ Michael Prokop ]
94   * [cbbf17b] zsh: Disable specific umask settings by default.
95   * [cdb7985] zsh docs: update copyright information and
96     Grml project information.
97   * [787c306] zshrc: make sure simple-extract() returns according
98     return code when download of an archive file fails and slightly
99     adjust error messages.
100   * [dce95d8] zsh docs: extend simple-extract() documentation to
101     match current implementation.
102   * [885aa37] zshrc: Add function cdt() to create a temporary
103     directory and change current working directory to it.
104   * [4a33608] zshrc: Added function inplaceMkDirs().
105     Thanks to Bernhard Tittelbach <bernhard@tittelbach.org>
106   * [e82bb71] zshrc: use history-beginning-search-{forward,backward}-end
107     instead of the version without "-end".
108     Thanks to Frank Terbeck <ft@grml.org>
109
110   [ Bernhard Tittelbach ]
111   * [515cabf] zshrc: New function lsdisk to use udev's /dev/disk/
112     to list block devices with their LABEL, UUID and IDs
113   * [77228e2] zshrc: fix typo in top10
114   * [1314616] zshrc: fix typo in edfunc usage text
115   * [741e769] zshrc: fixing broken any() function (drop usage of expr)
116   * [19cfd45] zshrc: replace ogg2mp3_192 with improved 2mp3_192
117   * [e3d86cc] zshrc: also support "+" and <INSERT> as keybindings
118     for accept-and-menu-complete.
119   * [cecd56b] zshrc: complete word from history with menu using
120     ctrl-x ctrl-x
121   * [1c9a325] zshrc: keybinding Alt-Delete kills current/right word
122   * [18dd9ed] zshrc: history-beginning-search with PageUp/PageDown.
123   * [9cb24cf] zshrc: use HOME/END as keybinding for
124     beginning-or-end-of-somewhere.
125   * [7b48dd9] zshrc: Ctrl/Alt-Cursor moves between words
126   * [edf2d10] zshrc: provide completion for refunc function
127   * [5dd23e2] zshrc: improve purge() function.
128   * [01fe02e] zshrc: new function rundirs() to run shell functions in
129     a bunch of directories.
130   * [8cd07c9] zshrc: provide screen hardcopy feature to complete word
131     from words currently displayed in Screen.
132   * [6b3ce44] zshrc: simple-extract on steroids (providing download feature).
133     [Closes: issue982]
134
135  -- Michael Prokop <mika@grml.org>  Fri, 22 Jul 2011 00:02:11 +0200
136
137 grml-etc-core (0.3.90) unstable; urgency=low
138
139   [ Frank Terbeck ]
140   * [42cc9b0] Fix `lsold' globbing flags [Closes: issue991]
141   * [e07e9a2] Use the same options in lnew as in lsnew
142   * [748acc6] zshrc: vman: Handle zero arguments [Closes: issue993]
143
144  -- Christian Hofstaedtler <ch@grml.org>  Thu, 26 May 2011 21:24:25 +0200
145
146 grml-etc-core (0.3.89) unstable; urgency=low
147
148   [ Frank Terbeck ]
149   * [a3a39fe] zshrc: Removing d()
150   * [e193e4a] zshrc: activate zsh lookup for all users
151   * [dc4eb5b] Fixing ssl-cert-{sha512,sha256,sha1,md5}()
152   * [42b4b5f] Add *.substvars to gitignore
153   * [690a5be] Waste less space in window titles [Closes: issue979]
154   * [204f0ba] Preserve cursor position with `sudo-command-line' [Closes: issue980]
155
156   [ Michael Prokop ]
157   * [d3a3ea5] /etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson
158
159   [ Ulrich Dangel ]
160   * [72b956d] Depend on grml-scripts-core instead of grml-scripts.
161   * [6ab1014] Revert "Depend on grml-scripts-core instead of grml-scripts."
162   * [8670ff0] Recommend grml-scripts-core
163
164   [ Christian Hofstaedtler ]
165   * [ed29215] Bump Standards-Version to 3.9.2 (no changes)
166
167  -- Christian Hofstaedtler <ch@grml.org>  Wed, 11 May 2011 21:06:10 +0200
168
169 grml-etc-core (0.3.88) unstable; urgency=low
170
171   [ Ulrich Dangel ]
172   * [efcb69a] Disable persistent undo feature for vim. This feature
173     is nice but possibly dangerous if the user doesn't expect this
174     behaviour, therefore disable it per default.
175
176  -- Michael Prokop <mika@grml.org>  Mon, 27 Dec 2010 00:05:55 +0100
177
178 grml-etc-core (0.3.87) unstable; urgency=low
179
180   [ Frank Terbeck ]
181   * [fff04ca] Adding a kill to slash binding to alt-backspace.
182
183  -- Michael Prokop <mika@grml.org>  Fri, 17 Dec 2010 12:35:47 +0100
184
185 grml-etc-core (0.3.86) unstable; urgency=low
186
187   [ Frank Terbeck ]
188   * [1e010be] Fix `VCS_INFO_realpath()' for zsh 4.3.10 and below.
189
190  -- Michael Prokop <mika@grml.org>  Tue, 07 Dec 2010 18:43:38 +0100
191
192 grml-etc-core (0.3.85) unstable; urgency=low
193
194   [ Ulrich Dangel ]
195   * zshrc: Remove `startx()' and `xinit()' functions.
196
197   [ Frank Terbeck ]
198   * zshrc: Do not set `localoptions' in `xsource()'. That makes it
199     impossible to set options in `.zshrc.pre' or `.zshrc.local'.
200     Reported by Dominic Hopf. Thanks!
201
202  -- Michael Prokop <mika@grml.org>  Tue, 23 Nov 2010 23:30:17 +0100
203
204 grml-etc-core (0.3.84) unstable; urgency=low
205
206   [ Frank Terbeck ]
207   * zshrc: Remove git-get-*() as discussed on IRC.
208   * zshrc: Fixied a bug in whatwhen(); found be Joerg Woelke.
209   * zshrc: Added a note about modifying the zshrc file when it is
210     used as ~/.zshrc
211   * zshrc: Disable `vcs_info' in restricted shells.
212   * grmlzshrc.t2t: Remove references to git-get-*().
213   * Added zsh-lookup subsystem from <https://github.com/ft/zsh-lookup>.
214
215   [ Carsten Hey ]
216   * zshrc: Rename new() to modified().
217   * zshrc: Load zsh/stat as zstat instead of stat.
218   * zshrc: fix typo in default value handling of changed() and new()
219     (now modified()).
220
221   [ Joerg Woelke ]
222   * zshrc: Comment out the non-working `zurl' function.
223   * grmlzshrc.t2t: documentation updates.
224   * zshrc: Improve weather() function.
225   * zshrc: Remove functions gethgclone() and gethgsnap()
226   * zshrc: zshrc: Fix iwclient().
227   * zshrc: Fix passing of args in cdiff().
228
229   [ Ulrich Dangel ]
230   * zshrc: Remove get{air,gizmo,skype,skypebeta,xlite} functions.
231   * vimrc: Enable "persistent undo" if possible. [Closes: issue909]
232     [Closes: issue927]
233
234   [ Michael Prokop ]
235   * /etc/skel/.gitconfig: drop core.pager option (less -Mr) causing
236     terminal problems.
237   * Bump Standards-Version to 3.9.1.
238
239  -- Michael Prokop <mika@grml.org>  Mon, 08 Nov 2010 11:54:26 +0100
240
241 grml-etc-core (0.3.83) unstable; urgency=low
242
243   [ Michael Prokop ]
244   * zshrc: rename _bkdate to insert-datestamp and enter date at
245     cursor position instead of end of line.
246   * zshrc: Run VCS_INFO_check_com cvs inside VCS_INFO_cvs_detect.
247     Thanks to Carsten Hey.
248   * zshrc: do not enable menu selection for directory-stack by
249     default as this modifies ctrl-d behaviour as well.
250
251   [ Frank Terbeck ]
252   * zshrc: prefer external vcs_info if available, fall back to
253     internal otherwise.
254
255  -- Michael Prokop <mika@grml.org>  Thu, 10 Jun 2010 23:32:05 +0200
256
257 grml-etc-core (0.3.82) unstable; urgency=low
258
259   * zshrc: function asc() for roadwarriors using GNU screen
260     and ssh. Thanks to Axel Beckert.
261
262  -- Michael Prokop <mika@grml.org>  Fri, 28 May 2010 00:56:42 +0200
263
264 grml-etc-core (0.3.81) unstable; urgency=low
265
266   [ Carsten Hey ]
267   * zshrc: Added changed() function
268   * zshrc: Make backtab do `reverse-menu-complete'
269   * zshrc: Use reasonable defaults for `changed()' and `new()'
270
271   [ Michael Prokop ]
272   * Support /etc/grml/screenrc in screen function for non-root users.
273     Thanks to Michael Hammer.
274
275  -- Michael Prokop <mika@grml.org>  Thu, 20 May 2010 21:43:01 +0200
276
277 grml-etc-core (0.3.80) unstable; urgency=low
278
279   [ Frank Terbeck ]
280   * zshrc: Switch `minimal-shell()' from ksh93 to mksh
281   * grmlzshrc.t2t: Updated minimal-shell entry
282   * Make our C-z shortcut smarter
283
284   [ Michael Prokop ]
285   * Drop backupcopy option to avoid overwriting symlinks. Issue brought
286     up by Ulrich, thanks!
287
288  -- Michael Prokop <mika@grml.org>  Thu, 11 Mar 2010 01:34:37 +0100
289
290 grml-etc-core (0.3.79) unstable; urgency=low
291
292   [ Ulrich Dangel ]
293   * Use wrapper functions for changing title/screen status
294     [Closes: issue779]
295
296   [ Frank Terbeck ]
297   * zshrc: Fix another vcs_info bug, wrt to backwards compatibility with
298     older git versions. Reported by Timo Boettcher.
299
300   [ Michael Prokop ]
301   * Bump Standards-Version to 3.8.4 (no further changes).
302
303  -- Michael Prokop <mika@grml.org>  Fri, 26 Feb 2010 22:04:31 +0100
304
305 grml-etc-core (0.3.78) unstable; urgency=low
306
307   [ Michael Prokop ]
308   * Apply patch by Axel Beckert <abe@deuxchevaux.org> (thanks!) which
309     adds Emacs local variables at EOF equivalent to vim's.
310     [Closes: issue745]
311
312   [ Frank Terbeck ]
313   * zshrc: Fixed a bug in vcs_info which led to an endless loop, when
314     a directory had really screwy premissions. Noticed by Christian
315     Hofstaedtler.
316
317   [ Ulrich Dangel ]
318   * Added top configuration file to skel directory. Thanks to Andras
319     Korn for the idea. [Closes: issue755]
320
321  -- Frank Terbeck <ft@grml.org>  Sun, 07 Feb 2010 18:04:11 +0100
322
323 grml-etc-core (0.3.77) unstable; urgency=low
324
325   [ Michael Prokop ]
326   * zshrc: drop aumix call in swspeak().
327
328   [ Frank Terbeck ]
329   * Added doc/ which contains a reference manual for grml's zsh setup.
330     See the manual's AUTHORS section and the git history for who was
331     involved. Thanks to everyone who helped!
332
333  -- Michael Prokop <mika@grml.org>  Thu, 22 Oct 2009 01:02:45 +0200
334
335 grml-etc-core (0.3.76) unstable; urgency=low
336
337   [ Frank Terbeck ]
338   * zshrc: add openssl hash functions [Closes: issue741]
339   * zshrc: use history-incremental-pattern-search-* for incremental history
340     searches per default (via ^r and ^s).
341   * zshrc: actively do 'setopt unset'
342
343  -- Michael Prokop <mika@grml.org>  Wed, 14 Oct 2009 09:26:37 +0200
344
345 grml-etc-core (0.3.75) unstable; urgency=low
346
347   [ Frank Terbeck ]
348   * zshrc: mark specialized run-help functions for autoloading
349   * zshrc: remove reload(). 'exec zsh' is a much more robust way of
350     reloading the configuration.
351   * zshrc: remove sig() function
352
353   [ Michael Prokop ]
354   * zshrc: fix description of alias md (it's mkdir and not rmdir).
355   * Bump Standards-Version to 3.8.3 (no further changes).
356
357   [ Joerg Woelke ]
358   * zshrc: Fix lsx and lsl aliases.
359   * zshrc: Removing shtgz(). shtar() does the same, just portably.
360   * zshrc: Remove broken ytdl() function.
361   * zshrc: Typo fixes
362   * zshrc: Remove aliases ips and check_dpkg_running.
363   * zshrc: Remove tla aliases.
364
365  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 17:58:58 +0200
366
367 grml-etc-core (0.3.74) unstable; urgency=low
368
369   [ Frank Terbeck ]
370   * vimrc: merged /etc/vim/vimrc and /etc/skel/.vimrc into one file
371
372   [ Michael Prokop ]
373   * /etc/grml/script-functions: replace 'type -p' with 'which'.
374
375  -- Michael Prokop <mika@grml.org>  Mon, 10 Aug 2009 14:15:50 +0200
376
377 grml-etc-core (0.3.73) unstable; urgency=low
378
379   [ Frank Terbeck ]
380   * zshrc: Fix a problem when calling compinit can seem to cause zsh startup
381     to hang forever. Reported by Rasmus Steinke.
382   * zshrc: Fix problems related to TERM=mostlike in zshrc. Again reported by
383     Rasmus Steinke.
384   * zshrc: Give check_com a -g option to test for global aliases, too.
385   * zshrc: Get rid of whence, once and for all.
386   * zshrc: Insert a condition for loading /etc/default/locale
387     [Closes: issue706]
388   * zshrc: Set options a lot earlier and include noshwordsplit explicitly.
389   * zshrc: Make functions insusceptible to user option settings.
390   * zsh: move completion.d and functions.d to usr/share
391   * zshrc: Include the current directory in the persistent directory stack.
392
393   [ Michael Prokop ]
394   * zshrc: add deborphan, pal and hnb to compdef _gnu_generic. Thanks for
395     the suggestion to Carsten Hey.
396   * Drop all 'Latest Change' leftover references in several config files.
397   * Minor Debian packaging updates (to make recent lintian versions happy):
398     - update Standard version to 3.8.2
399     - depend on debhelper >= 5
400     - don't call true binary with full path in preinst script
401     - update debian/overrides
402
403  -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 17:53:08 +0200
404
405 grml-etc-core (0.3.72) unstable; urgency=low
406
407   * zshrc: Clarify how the context of the styles for directory based
408     profiles are used and mention a "best practice".
409   * zshrc: Add a note about where to send patches at the top of zshrc.
410
411  -- Frank Terbeck <ft@grml.org>  Sat, 30 May 2009 19:31:55 +0200
412
413 grml-etc-core (0.3.71) unstable; urgency=low
414
415   * zshrc: Add directory based profiles
416
417  -- Frank Terbeck <ft@grml.org>  Fri, 29 May 2009 23:09:35 +0200
418
419 grml-etc-core (0.3.70) unstable; urgency=low
420
421   * zshrc: do not fall back to LANG en_US.iso885915 if it is unset.
422     (For one reason because we prefer utf8 nowdays, on the other
423     side it should resolve a cosmetic locales problem from grml-small.)
424
425  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 22:31:46 +0200
426
427 grml-etc-core (0.3.69) unstable; urgency=low
428
429   * zshrc: properly source the global zshrc.local via zrclocal(), to
430     make sure it is always sourced when appropriate. Reported by
431     harnir, Thanks!
432
433  -- Frank Terbeck <ft@grml.org>  Sun, 17 May 2009 12:05:47 +0200
434
435 grml-etc-core (0.3.68) unstable; urgency=low
436
437   [ Frank Terbeck ]
438   * zshrc: Remove conkeror alias
439
440   [ Michael Prokop ]
441   * zshrc: Apply patch from Moritz Augsburger: enable title
442     inside urxvt-unicode
443
444  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 17:52:25 +0200
445
446 grml-etc-core (0.3.67) unstable; urgency=low
447
448   [ Frank Terbeck ]
449   * zshrc: handle newer versions of hg, that don't create .hg/branch
450     anymore if there's only 'default'. Found by Andreas Korsten.
451
452   [ Moritz Augsburger ]
453   * zshrc: not every user is allowed to read logfiles... use sudo
454     for aliases llog and tlog if possible
455
456   [ Michael Prokop ]
457   * Debian packaging:
458     - replace XS-Vcs* with Vcs* headers.
459     - bump Standard Version to 3.8.1.
460     - bump Compat Version from 4 to 5.
461     - modify order of packages in Depends, so virtual package ist the last one
462
463  -- Michael Prokop <mika@grml.org>  Tue, 21 Apr 2009 11:06:00 +0200
464
465 grml-etc-core (0.3.66) unstable; urgency=low
466
467   * vimrc: only set screen title if the caller explicitly asks for it.
468   * zshrc: ask for setting screen title in vim via a wrapper function.
469   * zshrc: only compdef commands to _gnu_generic if no native completion
470     exists.
471   * zshrc: add commit-to-history widget, that allows users to add
472     command lines to zsh's history without executing [Closes: issue407]
473   * zshrc: add a handler that uses debian's command-not-found package
474     if an external command could not be found. [Closes: issue564]
475
476  -- Frank Terbeck <ft@grml.org>  Sat, 04 Apr 2009 11:52:50 +0200
477
478 grml-etc-core (0.3.65) unstable; urgency=low
479
480   [ Frank Terbeck ]
481   * zshrc: Add $NOTITLE to disable alteration of terminal titles.
482     Based on an idea by Timo Boettcher.
483   * zshrc: Cleaned up abbreviations by Alexander Steinböck.
484     [Closes: issue642]
485   * zshrc: source ~/.zshrc.local for root, too.
486   * zshrc: Added a space to a grep related abbreviation for seamless
487     typing; by Alexander Steinböck [Closes: issue616]
488   * zshrc: Fix pattern to extract battery status from newer acpi
489     versions. [Closes: issue657]
490   * zshrc: Always read /etc/default/locale. Users are expected to
491     adjust locale settings via '.zshrc.local'.
492
493   [ Michael Prokop ]
494   * vimrc: add check for $NOPRECMD [Closes: issue447]
495   * vimrc: enable features only if available [Closes: issue641]
496   * zshrc: use 'setopt noglobdots' as [Open]SuSE uses in its
497     /etc/zshrc 'setopt globdots' by default.
498
499  -- Michael Prokop <mika@grml.org>  Tue, 31 Mar 2009 23:52:18 +0200
500
501 grml-etc-core (0.3.64) unstable; urgency=low
502
503   * zshrc: rewrite of zurl() by Alexander Steinböck [Closes: issue627]
504   * zshrc: put "zsh: repo-name" into screen title if the user is in a
505     VCS-controlled directory [Closes: issue635]
506
507  -- Frank Terbeck <ft@grml.org>  Mon, 23 Feb 2009 00:54:05 +0100
508
509 grml-etc-core (0.3.63) unstable; urgency=low
510
511   [ Michael Prokop ]
512   * zshrc: use 'rxvt*' to support setting title in rxvt-unicode as
513     well. Thanks for reporting, gheift! [Closes: issue624]
514
515   [ Frank Terbeck ]
516   * zshrc: make /etc/zsh/functions.d recursive
517
518  -- Michael Prokop <mika@grml.org>  Thu, 19 Feb 2009 17:13:33 +0100
519
520 grml-etc-core (0.3.62) unstable; urgency=low
521
522   [ Michael Prokop ]
523   * /etc/skel/.vimrc:
524     - disable digraph by default (it's annoying for users not
525       being aware of it)
526     - enable syntax highlighting only if the vim version supports it
527   * /etc/grml/screenrc:
528     - re-enable keybindings '^\' and '\\' for exiting screen with query
529       (thanks, gebi)
530   * zshrc: provide upgrade path via /etc/skel/.zshrc
531
532   [ Frank Terbeck ]
533   * zshrc: Big setup merge: /etc/zsh/zshrc + /etc/skel/.zshrc into one file
534     This includes various cleanups.
535   * zshrc: provide .. as a possible completion
536   * zshrc: Fix status() when $BAUD is unset, thanks to Alexander
537     Steinböck [Closes: issue605]
538   * zshrc: backport disable-patterns feature of vcs_info to the included
539     version, thanks Christian Hofstaedtler.
540   * zshrc: add support for OS X (fink and macports) thanks Christian
541     Hofstaedtler.
542   * zshrc: Use check_com for screen alias check/execution, thanks
543     Jan-Hendrik Zab.
544   * zshrc: add '-f' option to xtrename(), thanks esc.
545
546  -- Michael Prokop <mika@grml.org>  Fri, 13 Feb 2009 13:24:23 +0100
547
548 grml-etc-core (0.3.61) unstable; urgency=low
549
550   * zshrc: Fix a bug in urlencode(), thanks to Baptiste Daroussin
551     [Closes: issue583]
552
553  -- Frank Terbeck <ft@grml.org>  Fri, 05 Dec 2008 18:48:45 +0100
554
555 grml-etc-core (0.3.60) unstable; urgency=low
556
557   * zshrc: add alias http for running "python -m SimpleHTTPServer"
558
559  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 12:52:40 +0100
560
561 grml-etc-core (0.3.59) unstable; urgency=low
562
563   [ Frank Terbeck ]
564   * zshrc: set default values for NOPRECMD and friends
565
566   [ Michael Prokop ]
567   * gitconfig: update alias 'out', fix usage of pager config,
568     add new alias 'tagme'
569   * zshrc: update function swspeak for new script swspeak-setup
570
571  -- Michael Prokop <mika@grml.org>  Sun, 02 Nov 2008 23:50:38 +0100
572
573 grml-etc-core (0.3.58) unstable; urgency=low
574
575   [ Frank Terbeck ]
576   * zshrc: partial rewrite and extension of vcs_info()
577   * zshrc: improvements by Kai Wilke. Thanks! [Closes: issue528]
578   * zshrc: update zsh-help() output
579
580   [ Michael Prokop ]
581   * Replace hg with git URLs
582   * Add /etc/skel/.gitconfig (thanks to ft and gebi for feedback
583     and review).
584
585  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 22:12:31 +0200
586
587 grml-etc-core (0.3.57) unstable; urgency=low
588
589   [ Frank Terbeck ]
590   * zshrc: Fixed $PS2, which included a backtick, which is special when
591     setopt prompt_subst is set. Thanks to Matthias Merk for reporting.
592
593  -- Michael Prokop <mika@grml.org>  Thu, 11 Sep 2008 12:12:56 +0200
594
595 grml-etc-core (0.3.56) unstable; urgency=low
596
597   [ Frank Terbeck ]
598   * zshrc: 'limit stack' needs zsh 4.2.5 or newer (not just 4.*)
599   * zshrc: changing invocation of vcs_info()
600
601  -- Michael Prokop <mika@grml.org>  Mon, 08 Sep 2008 15:28:10 +0200
602
603 grml-etc-core (0.3.55) unstable; urgency=low
604
605   [ Frank Terbeck ]
606   * zshrc: Fixing ${YELLOW]}, which is bad zsh syntax.
607
608  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 11:55:18 +0200
609
610 grml-etc-core (0.3.54) unstable; urgency=low
611
612   [ Frank Terbeck ]
613   * zshrc: Adding support for cvs repositories to vcs_info()
614   * zshrc: Add an experimental bzr backend, that works without calling
615     bzr itself; it is disabled by default.
616   * zshrc: Fix in svn backend of vcs_info(), doc updates and a new
617     style to configure the %b replacement in formats for svn and bzr
618   * zshrc: Actually tried svk myself; including vcs_info() fixes from
619     that test.
620
621   [ Michael Prokop ]
622   * Some cleanups to make lintian happy.
623
624  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 11:26:29 +0200
625
626 grml-etc-core (0.3.53) unstable; urgency=low
627
628   [ Frank Terbeck ]
629   * zshrc: Handle a state of git in vcs_info(), when a normal
630     rebase conflicts
631   * zshrc: Make vcs_info() detect $GIT_DIR/svn and set the name of the
632     vcs to 'git-svn'
633   * zshrc: Handle .hg subdirectories, that are not the .hg subdirectory
634     of a mercurial repository. Found by Karl Voit.
635   * zshrc: Give the user the opportunity to switch the vcs_info prompt
636     off for certain version control systems.
637   * zshrc: Adding support for darcs repositories to vcs_info()
638   * zshrc: Adding support for monotone repositories to vcs_info()
639
640  -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 00:52:14 +0200
641
642 grml-etc-core (0.3.52) unstable; urgency=low
643
644   * zshrc: Add version control information to our prompt.
645
646  -- Frank Terbeck <ft@grml.org>  Tue, 26 Aug 2008 16:36:44 +0200
647
648 grml-etc-core (0.3.51) unstable; urgency=low
649
650   The "pfuh what nice zsh features" release. :)
651
652   [ Frank Terbeck ]
653   * zshrc: Add persistent dirstack support for shells older than 4.2.0
654   * zshrc: Make ',.' abbreviation optional [Closes: issue445]
655   * zshrc: do not use xunfunction() anymore; it prevented things like
656            'source ~/.zshrc' from working.
657
658   [ Michael Gebetsroither ]
659   * zshrc: add runit sysv emulation support to Start/Stop/Restart/...
660
661   [ Michael Prokop ]
662   * zshrc:
663     - Add support for ${HOME}/.zshenv.
664     - Add new function ansi-colors() [via harnir]
665     - Support .deb in show-archive() [via harnir]
666     - Fix wrong placed comments for debbug vs. debbugm.
667       Thanks to Dennis Schreiber for pointing out.
668     - Provide more processes in completion of programs like
669       killall (thanks, ft).
670     - New function uopen() to download a file and display it locally.
671       Thanks for the idea, formorer; thanks for debugging help, ft. :)
672     - New function linenr() to print a specific line of file, thanks
673       to Wuehlmaus.
674     - Update gizmo() function.
675     - Add completion for aliases, deactivated by default because it
676       might be confusing for several users for now. Idea by Julius,
677       thanks for forwarding - wuehlmaus. :)
678   * zshenv: set $PATH on Solaris/SunOS.
679
680  -- Michael Prokop <mika@grml.org>  Wed, 06 Aug 2008 23:36:58 +0200
681
682 grml-etc-core (0.3.50) unstable; urgency=low
683
684   [ Michael Prokop ]
685   * zshrc: update function git-get-plaindiff() so it works around
686     the "generating..." bug
687   * zshenv: extend and update $ADDONS handling
688
689   [ Frank Terbeck ]
690   * zshrc: add new bindings: '^xP' and '^xp' for
691     history-beginning-search-{forward,backward}
692
693  -- Frank Terbeck <ft@grml.org>  Thu, 20 Mar 2008 20:33:49 +0100
694
695 grml-etc-core (0.3.49) unstable; urgency=low
696
697   [ Frank Terbeck ]
698   * zshrc: Keeping check_com() defined after zshrcs are sourced
699
700  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 19:20:54 +0100
701
702 grml-etc-core (0.3.48) unstable; urgency=low
703
704   [ Alexander Steinböck ]
705   * zshrc: use $PAGER in dchange(), uchange() and dnews() [Closes: issue386]
706   * zshrc: adding whatwhen() for history queries [Closes: issue380]
707
708   [ Frank Terbeck ]
709   * zshrc: add a check for ZSH_VERSION >= 3.1.7 [Closes: issue389]
710
711   [ Michael Prokop ]
712   * zshrc: enable 'setopt longlistjobs' by default
713   * zshrc: re-enable use of 'sudo su' instead of 'sudo -s' for alias su,
714     otherwise it breaks "su - $USER". Thanks for bringing this up,
715     Martin Yazdzik!
716
717  -- Michael Prokop <mika@grml.org>  Mon, 11 Feb 2008 17:58:42 +0100
718
719 grml-etc-core (0.3.47) unstable; urgency=low
720
721   * zshrc: prevent chdir() from putting dupes into ~/.zdirs
722
723  -- Frank Terbeck <ft@grml.org>  Sun, 20 Jan 2008 01:30:00 +0100
724
725 grml-etc-core (0.3.46) unstable; urgency=low
726
727   [ Frank Terbeck ]
728   * zshrc: Adding a generic accept-line wrapper =>
729     http://www.bewatermyfriend.org/posts/2007/12-26.11-50-38-tooltime.html
730   * zshrc: make grmlcomp() readable (':nmap b v$hdO<ESC>pj$' - vim is so useful)
731   * zshrc: convert swspeak from alias to function
732   * zshrc: removing folsym() - use sll() from now on.
733   * vimrc: display the file, that is being edited into screen's hardstatus
734   * zshrc: some refcard-generating tags where positioned incorrectly. fixed
735
736   [ Michael Prokop ]
737   * zshrc: mention http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code
738     in weather() [thanks, gebi]
739   * zshrc: set $NAME in screen title only if $HOSTNAME is set
740
741  -- Frank Terbeck <ft@grml.org>  Sat, 19 Jan 2008 22:25:22 +0100
742
743 grml-etc-core (0.3.45) unstable; urgency=low
744
745   [ Michael Prokop ]
746   * Drop the 'Make p in Visual mode replace the selected text...' from
747     vimrc. More details available at
748     http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2005-November/001577.html
749     - thanks for the hint, James Vega!
750
751   [ Alexander Steinböck ]
752   * /etc/zsh/zshrc: added bindkeys for navigating by vi keys (hjkl)
753     (disable by default though) as well as 'accept-and-infer-next history'
754     (ctrl-o) to complete within directories and stay in menu completion.
755     [Closes: issue350]
756
757  -- Michael Prokop <mika@grml.org>  Sat, 22 Dec 2007 00:11:31 +0100
758
759 grml-etc-core (0.3.44) unstable; urgency=low
760
761   [ Frank Terbeck ]
762   * zshrc: $reswords is an array *not* a hash
763
764  -- Michael Prokop <mika@grml.org>  Fri, 21 Dec 2007 20:54:26 +0100
765
766 grml-etc-core (0.3.43) unstable; urgency=low
767
768   * /etc/zsh/zshrc: change logic of $HOSTNAME in preexec(): show
769     $HOSTNAME only when running the command on *another* box (being
770     a system != localhost).
771
772  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 20:33:52 +0100
773
774 grml-etc-core (0.3.42) unstable; urgency=low
775
776   [ Frank Terbeck ]
777   * zsh: disable command-completion descriptions
778
779  -- Michael Prokop <mika@grml.org>  Tue, 11 Dec 2007 19:45:18 +0100
780
781 grml-etc-core (0.3.41) unstable; urgency=low
782
783   The big zsh update release.
784
785   [ Alexander Steinböck]
786   * standarized the use of brackets - double instead of
787     single ones - for test situations like if-clauses [thanks!]
788     [Testing: issue354]
789
790   [ Michael Prokop ]
791   * add alias 'g' for git
792   * set modelines for vim according to new indenting policy
793   * extend debbug() based on http://xana.scru.org/quanks/b-func.html
794
795   [ Frank Terbeck ]
796   * several small cleanups by ft
797   * patch bomb for unified indenting
798   * introducing check_com() to check for the existence of commands
799   * introducing more utility functions: xcat and xsource
800     moving salias to utility functions
801
802  -- Michael Prokop <mika@grml.org>  Sun, 02 Dec 2007 19:54:45 +0100
803
804 grml-etc-core (0.3.40) unstable; urgency=low
805
806   * /etc/zsh/zshrc: add MANWIDTH, deactivated by default though;
807     thanks Alexander Steinböck! [Closes: issue343]
808   * /etc/grml/screenrc: fix colorschema of 'switch order of caption and
809     hardstatus'
810
811  -- Michael Prokop <mika@grml.org>  Thu, 22 Nov 2007 11:13:45 +0100
812
813 grml-etc-core (0.3.39) unstable; urgency=low
814
815   * Move vim vs. vi from /etc/skel/.zshrc.grmlsmall to /etc/zsh/zshrc
816     to make sure it's also fixed for user root.
817
818  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 12:20:44 +0100
819
820 grml-etc-core (0.3.38) unstable; urgency=low
821
822   * Provide e* functions in /etc/grml/lsb-functions again
823     and restore some RC_* variables.
824     Otherwise we break just too many scripts.
825
826  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 09:36:33 +0200
827
828 grml-etc-core (0.3.37) unstable; urgency=low
829
830   [Frank Terbeck]
831   * Refactor /etc/grml/lsb-functions and /etc/grml/script-functions
832     [Closes: issue291]
833
834  -- Michael Prokop <mika@grml.org>  Tue, 23 Oct 2007 20:06:21 +0200
835
836 grml-etc-core (0.3.36) unstable; urgency=low
837
838   [Frank Terbeck]
839   * /etc/zsh/zshrc: not using 'for name0 name1 in a b c d ; ...'
840     anymore to work around problems with older zsh versions.
841
842   [Michael Prokop]
843   * /etc/zsh/zshrc: enable transient_rprompt only for zsh >= 4.1.
844
845  -- Michael Prokop <mika@grml.org>  Mon, 22 Oct 2007 16:48:40 +0200
846
847 grml-etc-core (0.3.35) unstable; urgency=low
848
849   * /etc/zsh/zshrc: support displaying version control information inside
850     prompt (display on $RPROMPT). Just run 'VCS=1' to enable the feature.
851     [Closes: issue305]
852
853  -- Michael Prokop <mika@grml.org>  Thu, 18 Oct 2007 10:22:36 +0200
854
855 grml-etc-core (0.3.34) unstable; urgency=low
856
857   * /etc/apt/grml/listbugs: support non-apt-show-versions variant
858     as well.
859
860  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 11:49:59 +0200
861
862 grml-etc-core (0.3.33) unstable; urgency=low
863
864   * Rename /etc/apt/listbugs into /etc/apt/grml/listbugs so it
865     does not conflict with apt-listbugs.
866
867  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 01:00:44 +0200
868
869 grml-etc-core (0.3.32) unstable; urgency=low
870
871   * Add /etc/apt/listbugs: display known bugs of currently running
872     system. This script is used inside grml-live.
873
874  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 00:22:38 +0200
875
876 grml-etc-core (0.3.31) unstable; urgency=low
877
878   [ Michael Prokop ]
879   * /etc/skel/.zshrc:
880     - use same pattern in function wikien as in wikide. (thanks wuehlmaus)
881     - wodeb(): update URL (thanks for the pointer, wuehlmaus)
882     - getskype(): make it compatible with final skype 1.4 version
883   * Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script
884   * Added /etc/grml/screenrc_generic which should work on any OS without
885     any grml/Debian specific programs/scripts.
886   * /etc/grml/screenrc*:
887     - provide example for switching caption and hardstatus for better
888       use with splitted windows; thanks to Alexander 'z3ttacht' Steinböck
889       for the patch! [Closes: issue300]
890     - improve usage of yacpi, thanks to Alexander 'z3ttacht' Steinböck for
891       the initial patch! [Closes: issue301]
892
893   [ Michael Gebetsroither ]
894   * /etc/zsh/zshrc: added bk() to backup a file with iso time tagged.
895
896
897  -- Michael Prokop <mika@grml.org>  Fri,  5 Oct 2007 18:45:48 +0200
898
899 grml-etc-core (0.3.30) unstable; urgency=low
900
901   [ Frank Terbeck ]
902   * /etc/grml/lsb-functions: another few bugfixes
903
904  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 23:39:11 +0200
905
906 grml-etc-core (0.3.29) unstable; urgency=low
907
908   [ Frank Terbeck ]
909   * /etc/grml/lsb-functions: another bugfix
910
911  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:33:30 +0200
912
913 grml-etc-core (0.3.28) unstable; urgency=low
914
915   [ Frank Terbeck ]
916   * /etc/grml/lsb-functions: some more slightly improvements
917
918  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:21:55 +0200
919
920 grml-etc-core (0.3.27) unstable; urgency=low
921
922   [ Frank Terbeck ]
923   * Refactoring /etc/grml/lsb-functions and
924     /etc/grml/script-functions.
925
926   [ Michael Prokop ]
927   * Update /etc/apt/sources.list.grml.
928   * /etc/grml/lsb-functions: support disabling
929     colors through $NOCOLORS
930
931  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 17:16:26 +0200
932
933 grml-etc-core (0.3.26) unstable; urgency=low
934
935   [ Frank Terbeck ]
936   * /etc/grml/lsb-functions: fix empty $COLS when running inside
937     chroot
938
939  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 13:49:29 +0200
940
941 grml-etc-core (0.3.25) unstable; urgency=low
942
943   * /etc/zsh/zshrc: unalias utf2iso and iso2utf only it it's set.
944
945  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:44:11 +0200
946
947 grml-etc-core (0.3.24) unstable; urgency=low
948
949   [ Frank Terbeck ]
950   * try to make 'lsb-functions' parsable by (d)ash
951
952   [ Michael Prokop ]
953   * /etc/zsh/zshrc: convert utf2iso and iso2utf into functions,
954     Use 'command grep' (thanks to z3ttacht) and fix a small bug
955     in iso2utf.
956   * Pre-Depend on zsh [Testing: issue287]
957
958  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:24:36 +0200
959
960 grml-etc-core (0.3.23) unstable; urgency=low
961
962   * /etc/zsh/zshenv: switch direction of check for lesspipe vs.
963     lesspipe.sh so we use the extended version by default if
964     it's available.
965
966  -- Michael Prokop <mika@grml.org>  Wed,  5 Sep 2007 18:22:57 +0200
967
968 grml-etc-core (0.3.22) unstable; urgency=low
969
970   [Frank Terbeck]
971   * /etc/zsh/zshrc:
972     - Ignoring commands that match 'aptitude-*'. Using _ignored in addition.
973       That way, you can always get aptitude-* by 'aptitude-<tab>'.
974     - Let sudo-command-line() do something sensible on an empty buffer.
975
976  -- Michael Prokop <mika@grml.org>  Sun, 19 Aug 2007 10:50:43 +0200
977
978 grml-etc-core (0.3.21) unstable; urgency=low
979
980   * /etc/skel/.zshrc: use luit for utf<->iso-hacks.
981
982  -- Michael Prokop <mika@grml.org>  Wed, 08 Aug 2007 21:29:06 +0200
983
984 grml-etc-core (0.3.20) unstable; urgency=low
985
986   * /etc/grml/lsb-functions: put log_end_msg exactly one char to
987     the left so look'n'feel with current Debian lsb-functions
988     is better.
989
990  -- Michael Prokop <mika@grml.org>  Sat, 28 Jul 2007 01:15:23 +0200
991
992 grml-etc-core (0.3.19) unstable; urgency=low
993
994   * /etc/zsh/zshenv: make sure /usr/bin/id is available
995
996  -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 15:02:08 +0200
997
998 grml-etc-core (0.3.18) unstable; urgency=low
999
1000   * /etc/zsh/zshrc:
1001     - use aptitude safe-upgrade instead of aptitude upgrade
1002   * /etc/apt/sources.list.grml:
1003     - added entry for cryptobox-server
1004     - drop the '#1#'-stuff as we provide all packages via the
1005       grml repository now
1006
1007  -- Michael Prokop <mika@grml.org>  Mon, 23 Jul 2007 11:46:54 +0200
1008
1009 grml-etc-core (0.3.17) unstable; urgency=low
1010
1011   The 'Man, what a lazy folk'-release
1012   * /etc/skel/.zshrc:
1013     - added function weather() to retrieve weather information on
1014       the console
1015     - use mostlike manpage browser only if LESS_TERMCAP_* is not set
1016   * /etc/zsh/zshrc:
1017     - added alias S for screen
1018     - alias s for ssh
1019     - added alias top10 to get the top 10 shell commands from the history
1020     - make sure we provide arguments for startx in the function as well
1021       (thanks for reporting the issue, Kevin Krammer!)
1022   * /etc/zsh/zshenv:
1023     - check for presence of lesspipe[.sh] before setting $LESSOPEN
1024     - added LESS_TERMCAP_*
1025   * /etc/skel/.vimrc:
1026     - deactivate digraph option causing too many headaches for people
1027       not being used to that option
1028
1029  -- Michael Prokop <mika@grml.org>  Tue, 17 Jul 2007 15:48:48 +0200
1030
1031 grml-etc-core (0.3.16) unstable; urgency=low
1032
1033   * /etc/zsh/zshrc: dchange() - restore old behaviour with
1034     fallback to /usr/share/doc/$PACKAGE/changelog.gz before
1035     trying to download the changelog via aptitude
1036
1037  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:19:54 +0200
1038
1039 grml-etc-core (0.3.15) unstable; urgency=low
1040
1041   * /etc/zsh/zshrc:
1042     - activate 'setopt pushd_ignore_dups' to avoid duplicates
1043       in ~/.zdirs (thanks to wuehlmaus for bringing up
1044       and for the appropriate configuration thanks to ft!)
1045     - dchange() function: remove hardcoded option
1046
1047  -- Michael Prokop <mika@grml.org>  Sat, 07 Jul 2007 10:52:03 +0200
1048
1049 grml-etc-core (0.3.14) unstable; urgency=low
1050
1051   * /etc/zsh/zshrc: yse kexec alias only if /proc/cmdline can be read.
1052
1053  -- Michael Prokop <mika@grml.org>  Wed, 04 Jul 2007 12:41:29 +0200
1054
1055 grml-etc-core (0.3.13) unstable; urgency=low
1056
1057   * /etc/zsh/zshrc:
1058     - aoeu(): do not use $XKEYBOARD and $KEYTABLE as booting
1059       with bootoption dvorak might be not so amusing for people
1060       not being used to dvorak keyboard layout :)
1061     - added alias "$(uname -r)-reboot for fast rebooting via kexec
1062     - dchange(): use aptitude to retrieve changelog if no changelog
1063       can be found on the local system (thanks for the idea, nico!)
1064
1065  -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 23:05:58 +0200
1066
1067 grml-etc-core (0.3.12) unstable; urgency=low
1068
1069   * Added some more examples to /etc/network/interfaces.examples.
1070   * /etc/zsh/zshrc:
1071     - move environment stuff from /etc/zsh/zshenv to
1072       /etc/zsh/zshrc so we don't have all the environment variables
1073       in 'zsh -f', thanks for the patch - ft!
1074     - added function dnews (to view Debian's NEWS file of the package)
1075     - fix some typos
1076     - compctl definition shadowed _grmlinitd. Found by Anthony
1077       Charles and forwared by ft. Thanks!
1078     - added function minimal-shell (spawn a minimally set up ksh),
1079       thanks ft!
1080     - added keybinding ctrl-x1 to jump behind the first word on the
1081       cmdline, thanks again ft!
1082     - added keywords/strings for automatic building of grml' zsh
1083       reference card [and once more thanks to ft! :)]
1084   * /etc/skel/.vimrc: support ~/.vimrc.local
1085
1086  -- Michael Prokop <mika@grml.org>  Sun, 10 Jun 2007 00:04:08 +0200
1087
1088 grml-etc-core (0.3.11) unstable; urgency=low
1089
1090   * /etc/zsh/zshrc:
1091     - added function ipv6-tunnel (set up an ipv6 tunnel)
1092     - added function iwclient (run dhclient for wireless device),
1093       thanks Niels Giesen!
1094     - improved usage info of mkmaildir()
1095     - removed some "function" keywords
1096
1097  -- Michael Prokop <mika@grml.org>  Sat, 09 Jun 2007 00:45:05 +0200
1098
1099 grml-etc-core (0.3.10) unstable; urgency=low
1100
1101   * /etc/zsh/zshrc: use \e instead of the escape-sequence.
1102     Thanks for the patches, ft! [Closes: issue229, issue230]
1103
1104  -- Michael Prokop <mika@grml.org>  Thu, 07 Jun 2007 14:51:38 +0200
1105
1106 grml-etc-core (0.3.9) unstable; urgency=low
1107
1108   * /etc/zsh/zshrc:
1109     - added functions aoeu() and asdf() to just press 'asdf' keys to
1110       toggle between dvorak and us keyboard layout
1111     - added function uiae() to just press 'asdf' key to toggle from
1112       neon layout to us keyboard layout
1113
1114  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 23:25:17 +0200
1115
1116 grml-etc-core (0.3.8) unstable; urgency=low
1117
1118   * /etc/zsh/zshrc:
1119     - Mention "alias -s pl='perl -S'" within the zsh-mime-setup stuff
1120     - Use 'sudo -s' for alias su.
1121     - Added alias llog for "$PAGER /var/log/syslog"
1122
1123  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:43:51 +0200
1124
1125 grml-etc-core (0.3.7) unstable; urgency=low
1126
1127   * /etc/zsh/zshrc and /etc/skel/.zshrc: some more checks whether
1128     the global file has been read.
1129
1130  -- Michael Prokop <mika@grml.org>  Tue, 29 May 2007 16:31:19 +0200
1131
1132 grml-etc-core (0.3.6) unstable; urgency=low
1133
1134   * /etc/zsh/zshrc: do not even add completion directories if
1135     broken setup has been detected.
1136
1137  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 19:12:30 +0200
1138
1139 grml-etc-core (0.3.5) unstable; urgency=low
1140
1141   * /etc/zsh/zshrc + /etc/skel/.zshrc: unify way of checking for
1142     present binaries/executables
1143   * /etc/zsh/zshrc: check for potentially old files in 'completion.d',
1144     thanks for the patch - ft!
1145   * /etc/skel/.zshrc: added alias ips for 'ipython -p sh'
1146
1147  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2007 01:30:39 +0200
1148
1149 grml-etc-core (0.3.4) unstable; urgency=low
1150
1151   * /etc/zsh/zshrc: check for present directory inside dirstack
1152     code before switching between directories.
1153
1154  -- Michael Prokop <mika@grml.org>  Wed, 23 May 2007 10:22:14 +0200
1155
1156 grml-etc-core (0.3.3) unstable; urgency=low
1157
1158   * /etc/skel/.zshrc:
1159     - added function fluxkey-change to change fluxbox keys
1160       from 'Alt-#' to 'Alt-F#' and vice versa
1161
1162  -- Michael Prokop <mika@grml.org>  Thu, 17 May 2007 15:08:57 +0200
1163
1164 grml-etc-core (0.3.2) unstable; urgency=low
1165
1166   * /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus!
1167
1168  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 11:11:12 +0200
1169
1170 grml-etc-core (0.3.1) unstable; urgency=low
1171
1172   * /etc/zsh/zshrc:
1173     - Applied patch by ft for better $SUDO handling via salias, thanks!
1174     - Added alias debian2hd.
1175
1176  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 10:53:59 +0200
1177
1178 grml-etc-core (0.3.0) unstable; urgency=low
1179
1180   * /etc/zsh/zshrc: check for $SUDO and do not use it when running
1181     as root so we have the command in the zsh history.
1182
1183  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 12:19:36 +0200
1184
1185 grml-etc-core (0.2.53) unstable; urgency=low
1186
1187   * Add /etc/skel/.emacs which enables UTF-8 mode by default.
1188     Thanks to Josef Teske for the bugreport!
1189
1190  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 00:14:18 +0200
1191
1192 grml-etc-core (0.2.52) unstable; urgency=low
1193
1194   * /etc/zsh/zshrc and /etc/skel/.zshrc:
1195     Added alias and powerglob insecscp (like insecssh but for scp).
1196
1197  -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 23:22:32 +0200
1198
1199 grml-etc-core (0.2.51) unstable; urgency=low
1200
1201   * /etc/zsh/zshrc:
1202     * added function wrapper brltty which loads a default
1203       console font, works around problem in UTF-8 environment.
1204       Thanks for reporting, Hermann 'steppenwolf2'!
1205   * /etc/skel/.zshrc: added some functions (thanks, ft!):
1206     - hl: highlighted less
1207     - ic_get: queries imap servers for capabilities
1208     - j2v: open file in vim and jump to line
1209     - mkmaildir: creates a Maildir/ with its {new,cur,tmp} subdirs
1210     - xtrename: rename xterm from within GNU-screen
1211     - zurl: create small urls via tinyurl.com using wget, grep and sed
1212
1213  -- Michael Prokop <mika@grml.org>  Fri, 11 May 2007 01:07:27 +0200
1214
1215 grml-etc-core (0.2.50) unstable; urgency=low
1216
1217   * /etc/zsh/zshrc: sleep 2 seconds before running flite in
1218     swspeak alias.
1219
1220  -- Michael Prokop <mika@grml.org>  Sun, 29 Apr 2007 13:16:48 +0200
1221
1222 grml-etc-core (0.2.49) unstable; urgency=low
1223
1224   * /etc/zsh/zshrc: improve code for 'manual overriding of RPROMPT'
1225     [thanks for helping, ft!]
1226
1227  -- Michael Prokop <mika@grml.org>  Sun, 22 Apr 2007 18:37:27 +0200
1228
1229 grml-etc-core (0.2.48) unstable; urgency=low
1230
1231   * /etc/zsh/zshrc:
1232     - re-enable smiley in RPROMPT, thanks to transient_rprompt
1233       [thanks for the pointer, Christian Schneider!]
1234     - allow manual overriding of RPROMPT
1235
1236  -- Michael Prokop <mika@grml.org>  Sat, 21 Apr 2007 23:57:28 +0200
1237
1238 grml-etc-core (0.2.47) unstable; urgency=low
1239
1240   * Big rewrite of /etc/zsh/completion.d/, thanks to ft!
1241     [Testing: issue201]
1242
1243  -- Michael Prokop <mika@grml.org>  Tue, 17 Apr 2007 09:21:03 +0200
1244
1245 grml-etc-core (0.2.46) unstable; urgency=low
1246
1247   * /etc/zsh/zshrc: deactivate url-quote-magic by default and
1248     provide it as alias url-quote instead. Added zstyle for
1249     url-quote-magic as well, thanks ft!
1250
1251  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 22:36:28 +0200
1252
1253 grml-etc-core (0.2.45) unstable; urgency=low
1254
1255   * /etc/zsh/zshrc: fix syntax error in get_twi_cl.
1256
1257  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:11:42 +0200
1258
1259 grml-etc-core (0.2.44) unstable; urgency=low
1260
1261   * /etc/zsh/zshrc: add check regarding get_twi_cl->get_3ware
1262     change.
1263
1264  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:06:12 +0200
1265
1266 grml-etc-core (0.2.43) unstable; urgency=low
1267
1268   * /etc/zsh/zshrc:
1269     - applied patch by ft for generic file completion (thanks!)
1270     - added function sll (list symlinks in more details), thanks
1271       for the code base, Manuel Fuhr and ft!
1272   * /etc/skel/.zshrc: added alias mq (execute commands on the
1273     versioned patch-queue from the current repos) [thanks, gebi]
1274
1275  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:35:15 +0200
1276
1277 grml-etc-core (0.2.42) unstable; urgency=low
1278
1279   * Update and cleanup /etc/apt/sources.list.grml. Thanks for hints,
1280     Ronny Plattner!
1281
1282  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 12:48:14 +0200
1283
1284 grml-etc-core (0.2.41) unstable; urgency=low
1285
1286   * /etc/grml/script-functions: replace $UID with 'id -u' so we improve
1287     compability for POSIX/dash.
1288
1289  -- Michael Prokop <mika@grml.org>  Fri,  6 Apr 2007 22:42:16 +0200
1290
1291 grml-etc-core (0.2.40) unstable; urgency=low
1292
1293   * /etc/skel/.vimrc: do not set 'tw=72' by default anymore.
1294     Thanks for the hint, gebi.
1295
1296  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 21:38:48 +0200
1297
1298 grml-etc-core (0.2.39) unstable; urgency=low
1299
1300   * /etc/zsh/zshrc:
1301     - added alias mdstat for 'cat /proc/mdstat' and
1302       alias ... which does a 'cd ../../'. Thanks, gebi!
1303     - check for 'most' before assigning aliases dchange and uchange
1304
1305  -- Michael Prokop <mika@grml.org>  Thu, 29 Mar 2007 00:22:28 +0200
1306
1307 grml-etc-core (0.2.38) unstable; urgency=low
1308
1309   * /etc/zsh/zshrc: added new aliases ati (aptitude install) and up
1310     (aptitude update, aptitude upgrade) - thanks for suggestion - Otti!
1311
1312  -- Michael Prokop <mika@grml.org>  Wed, 28 Mar 2007 20:45:21 +0200
1313
1314 grml-etc-core (0.2.37) unstable; urgency=low
1315
1316   * Add solaris examples to /etc/zsh/zshenv
1317
1318  -- Michael Prokop <mika@grml.org>  Thu, 22 Mar 2007 12:30:55 +0100
1319
1320 grml-etc-core (0.2.36) unstable; urgency=low
1321
1322   * Another version of dpkg-divert handling for debian/preinst.
1323
1324  -- Michael Prokop <mika@grml.org>  Wed, 21 Mar 2007 19:03:38 +0100
1325
1326 grml-etc-core (0.2.35) unstable; urgency=low
1327
1328   * /etc/zsh/zshrc: added aliases for better iso<->utf handling:
1329     - term2iso
1330     - term2utf
1331     - utf2iso
1332     - iso2utf
1333
1334  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 20:12:40 +0100
1335
1336 grml-etc-core (0.2.34) unstable; urgency=low
1337
1338   * /etc/grml/lsb-functions: set RC_NOCOLOR if nocolor string is
1339     present in /proc/cmdline
1340
1341  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 15:17:45 +0100
1342
1343 grml-etc-core (0.2.33) unstable; urgency=low
1344
1345   * /etc/zsh/zshenv: fix sourcing of /etc/timezone
1346
1347  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:51:36 +0100
1348
1349 grml-etc-core (0.2.32) unstable; urgency=low
1350
1351   * /etc/zsh/zshenv: source /etc/timezone if present
1352     (We don't want to set TZ via /etc/default/locale any longer.)
1353
1354  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:18:38 +0100
1355
1356 grml-etc-core (0.2.31) unstable; urgency=low
1357
1358   * /etc/zsh/zshrc: update swspeak alias:
1359     - set mixer settings to 90 by default when running swspeak
1360     - check for present /dev/softsynth and warn otherwise using flite
1361     - welcome user via flite with "Finished setting up software synthesizer"
1362       when finished execution of swspeak alias
1363     [Closes: issue152]
1364
1365  -- Michael Prokop <mika@grml.org>  Fri, 16 Mar 2007 22:17:27 +0100
1366
1367 grml-etc-core (0.2.30) unstable; urgency=low
1368
1369   * /etc/zsh/zshrc: added rationalise-dot (just type 'cd ...' to
1370     get 'cd ../..'), but deactivated by default. Taken from
1371     Christian Schneider:
1372     http://strcat.de/blog/archives/707-Schnelles-Verzeichniswechseln.html
1373     Thanks for pointing, schula.
1374
1375  -- Michael Prokop <mika@grml.org>  Wed, 14 Mar 2007 15:41:08 +0100
1376
1377 grml-etc-core (0.2.29) unstable; urgency=low
1378
1379   * /etc/skel/.zshrc: remove duplicate cl() definition, thanks - Jens
1380     Kubieziel!
1381
1382  -- Michael Prokop <mika@grml.org>  Sun, 11 Mar 2007 12:45:25 +0100
1383
1384 grml-etc-core (0.2.28) unstable; urgency=low
1385
1386   * /etc/vim/vimrc: added 'set wildmenu' (thanks for suggestion, ft!)
1387
1388  -- Michael Prokop <mika@grml.org>  Fri,  9 Mar 2007 15:33:55 +0100
1389
1390 grml-etc-core (0.2.27) unstable; urgency=low
1391
1392   * Another fix for debian/preinst to avoid breakage on older systems.
1393
1394  -- Michael Prokop <mika@grml.org>  Sat,  3 Mar 2007 18:36:41 +0100
1395
1396 grml-etc-core (0.2.26) unstable; urgency=low
1397
1398   * Move /etc/skel/.channels to package grml-etc.
1399   * Fix preinst failure of /etc/zsh/zlogin on Debian stable systems.
1400
1401  -- Michael Prokop <mika@grml.org>  Thu,  1 Mar 2007 14:59:51 +0100
1402
1403 grml-etc-core (0.2.25) unstable; urgency=low
1404
1405   * /etc/zsh/zshrc: user root should have umask 022 of course.
1406     User has 002. Thanks for reporting, Tobias Walkowiak!
1407
1408  -- Michael Prokop <mika@grml.org>  Mon, 26 Feb 2007 18:44:45 +0100
1409
1410 grml-etc-core (0.2.24) unstable; urgency=low
1411
1412   * /etc/zsh/zshenv: source /etc/default/locale only if
1413     $LANG is not set. If $LANG is not set at all fall
1414     back to en_US.iso885915 as usual. This allows manual
1415     overwriting of $LANG.
1416
1417  -- Michael Prokop <mika@grml.org>  Sun, 25 Feb 2007 22:08:55 +0100
1418
1419 grml-etc-core (0.2.23) unstable; urgency=low
1420
1421   * /etc/zsh/zshrc:
1422     - export SHELL='/bin/zsh', otherwise aterm and rxvt use
1423       /bin/sh or /bin/bash. :-/
1424     - add a space character in some abbreviation expansions
1425       so it's better readable.
1426     - added insert-unicode-char
1427     - drop the check for
1428       /usr/share/zsh/$ZSH_VERSION/functions/Prompts/promptinit and
1429       /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic
1430       because the check does not work for example with the zsh-beta
1431       package. If you notice problems with the current code please
1432       let me know.
1433   * /etc/skel/.zshrc:
1434     - added function ytdl (download video from youtube)
1435     - work around non utf8 capable software in utf environment
1436       using aliases for mrxvt, aterm and centericq
1437   * /etc/zsh/*: improved documentation about startup of zsh
1438
1439  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 17:30:11 +0100
1440
1441 grml-etc-core (0.2.22) unstable; urgency=low
1442
1443   * Adding directory /etc/skel/.channels with the following files:
1444     - Files for use with scan of dvb-utils:
1445       * at-austria    -> austria in general
1446       * at-graz       -> working file for Graz
1447       * at-klagenfurt -> working file for Klagenfurt
1448     - Already configured files for use with mplayer/xine/...:
1449       * channels.conf-AT-graz       -> use DVB in Graz
1450       * channels.conf-AT-klagenfurt -> use DVB in Klagenfurt
1451
1452  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 12:02:16 +0100
1453
1454 grml-etc-core (0.2.21) unstable; urgency=low
1455
1456   * /etc/zsh/zshrc: check for upper letters in isutfenv as well
1457
1458  -- Michael Prokop <mika@grml.org>  Sat, 17 Feb 2007 12:15:15 +0100
1459
1460 grml-etc-core (0.2.20) unstable; urgency=low
1461
1462   * Update of /etc/skel/.vimrc and /etc/vim/vimrc, added
1463     /etc/skel/.vim/ftplugin/c.vim.
1464
1465  -- Michael Prokop <mika@grml.org>  Sat, 10 Feb 2007 11:33:13 +0100
1466
1467 grml-etc-core (0.2.19) unstable; urgency=low
1468
1469   * /etc/vim/vimrc: make sure we use 'syntax on' only when we
1470     have vim with +syntax
1471   * debian/preinst: another fix to improve keeping of original
1472     configuration files
1473
1474  -- Michael Prokop <mika@grml.org>  Fri,  9 Feb 2007 15:24:14 +0100
1475
1476 grml-etc-core (0.2.18) unstable; urgency=low
1477
1478   * /etc/zsh/completion.d/grml-wallpaper: allow proper setting
1479     of parameters for local directories [Closses: issue116]
1480
1481  -- Michael Prokop <mika@grml.org>  Tue,  6 Feb 2007 20:17:02 +0100
1482
1483 grml-etc-core (0.2.17) unstable; urgency=low
1484
1485   * zsh config files: fix handling of check for binaries, thanks
1486     for reporting to Erich Minderlein, thanks for investigation
1487     and patch to ft! (Closes: issue80)
1488
1489  -- Michael Prokop <mika@grml.org>  Fri, 19 Jan 2007 19:27:43 +0100
1490
1491 grml-etc-core (0.2.16) unstable; urgency=low
1492
1493   * /etc/zsh/zshrc:
1494     - add completion for qma (thanks, wuehlmaus)
1495
1496  -- Michael Prokop <mika@grml.org>  Thu, 18 Jan 2007 13:08:54 +0100
1497
1498 grml-etc-core (0.2.15) unstable; urgency=low
1499
1500   * /etc/zsh/zshrc:
1501     - rename edfun() into edfunc() [thanks for hint, Kai Wilke!]
1502     - added some useful config stuff (deactivated by default as it
1503       needs personal tuning) contributed by Kai Wilke [thanks!]
1504     - improved host completion (thanks for some code, Kai Wilke!)
1505     - added apache2-ssl-certificate() as Debian does not ship
1506       the script anymore *grml*
1507     - support zsh profiling via $ZSH_PROFILE_RC and profile()
1508     - added alias 0 which does nothing else than 'return 0' (I like
1509       a clean prompt without error return codes inside but don't
1510       want to miss the feature itself, so just press 0<cr> and that's
1511       it :))
1512     - added alias debs-by-size
1513     - added function deswap (useful after suspending), function hex
1514       (print hex value of a number) and function peval (perl-eval)
1515
1516  -- Michael Prokop <mika@grml.org>  Fri,  5 Jan 2007 00:00:54 +0100
1517
1518 grml-etc-core (0.2.14) unstable; urgency=low
1519
1520   * Use builtin for chpwd's dirs command instead of the alias
1521     and function workaround, thanks - schula!
1522
1523  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 14:55:05 +0100
1524
1525 grml-etc-core (0.2.13) unstable; urgency=low
1526
1527   * /etc/zsh/zshrc + /etc/skel/.zshrc: make sure 'dirs' is not
1528     an alias or function
1529
1530  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 13:52:22 +0100
1531
1532 grml-etc-core (0.2.12) unstable; urgency=low
1533
1534   * /etc/zsh/zshrc: add support for global dirstack handling
1535     (Closes: issue47)
1536
1537  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 20:12:25 +0100
1538
1539 grml-etc-core (0.2.11) unstable; urgency=low
1540
1541   * Do not depend on vim or nvi only but allow use of virtual package
1542     editor also. Thanks, Markus Wigge <mwigge@marcant.net>!
1543
1544  -- Michael Prokop <mika@grml.org>  Fri, 15 Dec 2006 01:02:09 +0100
1545
1546 grml-etc-core (0.2.10) unstable; urgency=low
1547
1548   * Remove /etc/skel/.zshrc from dpkg-diversion.
1549
1550  -- Michael Prokop <mika@grml.org>  Tue,  5 Dec 2006 17:05:57 +0100
1551
1552 grml-etc-core (0.2.9) unstable; urgency=low
1553
1554   * /etc/zsh/zshrc: update NOPRECMD handling
1555
1556  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 11:47:22 +0100
1557
1558 grml-etc-core (0.2.8) unstable; urgency=low
1559
1560   * /etc/zsh/zshrc: drop completion for lintian and linda as
1561     zsh ships that already.
1562
1563  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 22:43:38 +0100
1564
1565 grml-etc-core (0.2.7) unstable; urgency=low
1566
1567   * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
1568     therefore and use qma for manzsh too. (This fixes part 2/2 of
1569     issue19)
1570
1571  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:49:05 +0100
1572
1573 grml-etc-core (0.2.6) unstable; urgency=low
1574
1575   * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
1576     (Closes: issue36)
1577
1578  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:24:07 +0100
1579
1580 grml-etc-core (0.2.5) unstable; urgency=low
1581
1582   * /etc/zsh/zshrc:
1583     - our new default umask is now 002.
1584     - function isutfenv to check whether we are running inside
1585       an utf environment
1586     - add option utf8 to alias truec according to result of isutfenv
1587
1588  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
1589
1590 grml-etc-core (0.2.4) unstable; urgency=low
1591
1592   * /etc/zsh/zshrc: add alias 'any' for grepping through process
1593     list, thanks for the basic idea - Karl Voit!
1594
1595  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
1596
1597 grml-etc-core (0.2.3) unstable; urgency=low
1598
1599   * Let's ship /etc/apt/preferences.grml as reference file.
1600
1601  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
1602
1603 grml-etc-core (0.2.2) unstable; urgency=low
1604
1605   Another "Frank 'ft' Terbeck is my zsh hero" release.
1606
1607   * Use new grml-repository by default now (thanks for the great
1608     work, formorer!).
1609   * /etc/zsh/zshrc:
1610     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
1611       main zsh config file so we can use it as root as well (thanks for hint,
1612       wuehlmaus)
1613     - move function H-Glob to this file as well and make it available
1614       as help-zshglob as well, thanks for the translation to english - ft!
1615     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
1616     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
1617   * /etc/skel/.zshrc:
1618     - rework function dirspace() [support $1]
1619     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
1620
1621  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
1622
1623 grml-etc-core (0.2.1) unstable; urgency=low
1624
1625   * New version number for new release.
1626
1627  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
1628
1629 grml-etc-core (0.1-38) unstable; urgency=low
1630
1631   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
1632     to Erich Minderlein and Ulrich Dangel!
1633
1634  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
1635
1636 grml-etc-core (0.1-37) unstable; urgency=low
1637
1638   The 'preparation to a zsh workshop improves code quality' release. :)
1639
1640   * /etc/zsh/zshrc:
1641     - run "limit core 0" only in live-cd mode
1642     - support Force-Reload for /etc/init.d/*-action as well
1643     - move upgrade-function from /etc/skel/.zshrc to this file
1644   * /etc/skel/.zshrc: some cosmetic cleanups
1645   * grml-zsh-refcard has been updated (big thanks to Frank
1646     Terbeck again!) (Closes: issue9)
1647
1648  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
1649
1650 grml-etc-core (0.1-36) unstable; urgency=low
1651
1652   * /etc/skel/.zshrc:
1653     + alias hbp='hg-buildpackage'
1654     + renamed tla related aliases:
1655         ldiff   => tdi
1656         mirror  => tmi
1657         commit  => tco
1658         merge   => tme
1659     + fix function lcheck
1660   * /etc/zsh/zshrc:
1661     + grml-rebuildfstab: use -config option of new rebuildfstab
1662     + alias acp='apt-cache policy'
1663
1664  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
1665
1666 grml-etc-core (0.1-35) unstable; urgency=low
1667
1668   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
1669     for the great work, formorer!), not yet activated by default.
1670
1671  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
1672
1673 grml-etc-core (0.1-34) grml-testing; urgency=low
1674
1675   * Build package for new repository layout using 'grml-testing'
1676     as "Distribution".
1677
1678  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
1679
1680 grml-etc-core (0.1-33) unstable; urgency=low
1681
1682   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
1683     to avoid problems with different zsh versions.
1684   * Small fix in debian/preinst to prevent overwriting from original
1685     files when diverting several times (again: please report any
1686     problems you notice).
1687   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
1688     debian.vim, just to make sure we have nocompatible also on
1689     older vim versions.
1690
1691  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
1692
1693 grml-etc-core (0.1-32) unstable; urgency=low
1694
1695   * zsh-setup: applied patch from Frank Terbeck for improved
1696     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
1697
1698  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
1699
1700 grml-etc-core (0.1-31) unstable; urgency=low
1701
1702   * /etc/skel/.zshrc:
1703     - added alias hidiff (highlight important stuff in diff
1704       output), active if histring is available
1705     - added some isgrmlsmall checks, thanks Frank Terbeck!
1706     - added power completion, thanks wuehlmaus!
1707       See http://zshwiki.org/home/examples/zleiab for details.
1708       Notice: this deactivates the global aliases by default now,
1709       just use the global aliases as well but press ',.' afterwards
1710       to expand the abbreviation!
1711
1712  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
1713
1714 grml-etc-core (0.1-30) unstable; urgency=low
1715
1716   * Ship /etc/grml/script-functions with this package so other packages
1717     like grml-debootstrap don't have to depend on package grml-scripts.
1718   * Bumb Standard Version to 3.7.2 (no further changes).
1719
1720  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
1721
1722 grml-etc-core (0.1-29) unstable; urgency=low
1723
1724   * /etc/zsh/zshrc:
1725     - added isgrmlsmall() and set $EDITOR according to grml flavour,
1726       thanks - Frank Terbeck!
1727     - deactivate smiley on right side of prompt by default, uncomment
1728       the line if you want to use it
1729   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
1730     but do not activate it by default
1731   * /etc/skel/.hgrc: adjust username for "generic user"
1732
1733  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
1734
1735 grml-etc-core (0.1-28) unstable; urgency=low
1736
1737   * /etc/skel/.zshrc: always set 'setopt local_options' if
1738     using 'setopt errreturn'.
1739
1740  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
1741
1742 grml-etc-core (0.1-27) unstable; urgency=low
1743
1744   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
1745     otherwise running 'script' might hang. Thanks, wuehlmaus!
1746
1747  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
1748
1749 grml-etc-core (0.1-26) unstable; urgency=low
1750
1751   The "Frank Terbeck is my zsh hero" release.
1752
1753   * Update /etc/zsh/site-functions/_hg to latest version from
1754     http://hg.intevation.org/mercurial/crew
1755   * Added /etc/zsh/site-functions/_grmlinitd for better completion
1756     of "Start Restart Stop Reload" with initscripts, thanks - Frank
1757     Terbeck!
1758   * /etc/zsh/zshrc:
1759     - use is-at-least for is4[2]-functions if possible
1760     - bugfix for $2 in initscripts "Start Restart Stop Reload"
1761       function (thanks, Frank Terbeck!)
1762     - use zsh's color capabilities if the module is present
1763       (thanks, Frank Terbeck!)
1764     - don't export $SHELL anymore
1765   * /etc/zsh/zshenv:
1766     - set /bin instead of /bin/ in $PATH
1767     - some minor code style improvements
1768   * /etc/skel/.zshrc:
1769     - updated alias fbmplayer (thanks, wuehlmaus!)
1770     - added function gex (google exact search, thanks wuehlmaus!)
1771     - added gethgsnap and gethgclone for retrieving mercurial
1772     - use $SUDO in the whole file instead of $RUNASROOT
1773     - use 'setopt errreturn' in some functions
1774
1775  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
1776
1777 grml-etc-core (0.1-25) unstable; urgency=low
1778
1779   * /etc/skel/.zshrc: add functions for mercurial
1780   * Added /etc/skel/.hgrc - configuration file for mercurial.
1781   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
1782     two directories recursively), taken from
1783     http://www.vim.org/scripts/script.php?script_id=102
1784
1785  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
1786
1787 grml-etc-core (0.1-24) unstable; urgency=low
1788
1789   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
1790     thanks for the patch - Frank Terbeck!
1791
1792  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
1793
1794 grml-etc-core (0.1-23) unstable; urgency=low
1795
1796   * Fix typo in /etc/zsh/zshrc.
1797
1798  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
1799
1800 grml-etc-core (0.1-22) unstable; urgency=low
1801
1802   * /etc/zsh/zshrc: update functions dchange and uchange - check
1803     whether changelogs exist before trying to display them.
1804
1805  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
1806
1807 grml-etc-core (0.1-21) unstable; urgency=low
1808
1809   * /etc/zsh/zshrc: added some more checks so the config works
1810     on AIX (powerpc-ibm-aix5.2.0.0) as well.
1811
1812  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
1813
1814 grml-etc-core (0.1-20) unstable; urgency=low
1815
1816   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
1817     and set according $FPATH in /etc/zsh/zshrc.
1818
1819  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
1820
1821 grml-etc-core (0.1-19) unstable; urgency=low
1822
1823   * /etc/grml/screenrc: activated
1824     termcapinfo xterm|xterms|xs|rxvt ti@:te@
1825     for "more usual" buffer handling in xterm & CO.
1826
1827  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
1828
1829 grml-etc-core (0.1-18) unstable; urgency=low
1830
1831   * /etc/skel/.zshrc: update function getskype (new upstream release
1832     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
1833
1834  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
1835
1836 grml-etc-core (0.1-17) unstable; urgency=low
1837
1838   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
1839     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
1840     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
1841
1842  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
1843
1844 grml-etc-core (0.1-16) unstable; urgency=low
1845
1846   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
1847   * Move debian/postinst to debian/preinst, some minor fixes in
1848     preinst and postrm.
1849
1850  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
1851
1852 grml-etc-core (0.1-15) unstable; urgency=low
1853
1854   * Set debian related functions + aliases only if /etc/debian_version
1855     is present. Check for uid and set $SUDO according so normal
1856     user can use functions + aliases as well.
1857
1858  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
1859
1860 grml-etc-core (0.1-14) unstable; urgency=low
1861
1862   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
1863     to put job into foreground (thanks, wuehlmaus).
1864
1865  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
1866
1867 grml-etc-core (0.1-13) unstable; urgency=low
1868
1869   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
1870
1871  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
1872
1873 grml-etc-core (0.1-12) unstable; urgency=low
1874
1875   * Cleanup and update of /etc/apt/sources.list.grml.
1876   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
1877     package) and uchange (view upstream's changelog of specified package).
1878
1879  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
1880
1881 grml-etc-core (0.1-11) unstable; urgency=low
1882
1883   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
1884     in environment files.
1885
1886  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
1887
1888 grml-etc-core (0.1-10) unstable; urgency=low
1889
1890   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
1891     Worf for idea!
1892   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
1893
1894  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
1895
1896 grml-etc-core (0.1-9) unstable; urgency=low
1897
1898   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
1899     is present.
1900   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
1901     delete a word until its last '/'
1902
1903  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
1904
1905 grml-etc-core (0.1-8) unstable; urgency=low
1906
1907   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
1908     as well.
1909
1910  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
1911
1912 grml-etc-core (0.1-7) unstable; urgency=low
1913
1914   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
1915     Restore).
1916
1917  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
1918
1919 grml-etc-core (0.1-6) unstable; urgency=low
1920
1921   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
1922
1923  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
1924
1925 grml-etc-core (0.1-5) unstable; urgency=low
1926
1927   * /etc/zsh/zshrc:
1928     - press "ctrl-e d" to insert the actual date in the form
1929       yyyy-mm-dd (found in schulas zsh config :))
1930     - complete manual pages by their section (hello schula,
1931       again ;-))
1932
1933  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
1934
1935 grml-etc-core (0.1-4) unstable; urgency=low
1936
1937   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
1938     status on right side of prompt.
1939
1940  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
1941
1942 grml-etc-core (0.1-3) unstable; urgency=low
1943
1944   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
1945     for suggestion, Mark!
1946   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
1947     Mark!
1948   * Added /etc/grml/script-functions meant for usage inside shell
1949     scripts.
1950
1951  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
1952
1953 grml-etc-core (0.1-2) unstable; urgency=low
1954
1955   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
1956
1957  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
1958
1959 grml-etc-core (0.1) unstable; urgency=low
1960
1961   * Initial Release.
1962
1963  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
1964