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