Release new version 0.19.4
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.19.4) grml-testing; urgency=medium
2
3   [ Hanabishi ]
4   * [e27d360] Fix a typo in `zshrc`
5
6   [ Michael Prokop ]
7   * [220d6ff] zshrc: refactor and convert host completion one-liner into
8     multi-line
9   * [f3f1387] zshrc: fix grmlcomp conditionals, fixup for 220d6ffa
10   * [0895266] iwconfig zsh completion: replace egrep usage with grep -E
11   * [5065224] zshrc: run tlog alias with --follow=name
12
13  -- Michael Prokop <mika@grml.org>  Mon, 10 Oct 2022 19:00:20 +0200
14
15 grml-etc-core (0.19.3) grml-testing; urgency=medium
16
17   [ Darshaka Pathirana ]
18   * [2060f8d] tmux.conf: source user-specific local conf file
19     ~/.tmux.conf.local
20   * [591479d] tmux.conf: Add bind-key J to join marked pane to active
21     window
22
23  -- Michael Prokop <mika@grml.org>  Wed, 17 Aug 2022 13:22:38 +0200
24
25 grml-etc-core (0.19.2) grml-testing; urgency=medium
26
27   [ Frank Terbeck ]
28   * [4a3593b] doc: Error out properly when a generator fails
29
30  -- Michael Prokop <mika@grml.org>  Mon, 21 Mar 2022 16:22:05 +0100
31
32 grml-etc-core (0.19.1) grml-testing; urgency=medium
33
34   [ Bhoppi Chaw ]
35   * [95639b9] zshrc: remove dependency of hostname[ctl]
36
37   [ Michael Prokop ]
38   * [42cdb33] zshrc: support setting title in foot terminal emulator.
39     Thanks to Alexander Kobel for the patch
40   * [69255e6] zshrc: do not unconditionally overwrite $COLORTERM (Closes:
41     #131)
42
43   [ Christian Hesse ]
44   * [ae49957] zshrc: use ip from iproute2 with color support
45   * [2b1cff4] zshrc: make ip touch interface lo only
46
47   [ Roman Volosatovs ]
48   * [f444c52] zshrc: add `NOETCHOSTS` parameter
49
50   [ Atrate ]
51   * [27e32fa] zshrc: ignore hosts set to invalid/loopback addresses for
52     $_etc_hosts
53
54   [ Pásztor János ]
55   * [e54fa78] zshrc: fix ip command coloring
56
57  -- Michael Prokop <mika@grml.org>  Mon, 24 Jan 2022 16:59:15 +0100
58
59 grml-etc-core (0.19.0) grml-testing; urgency=medium
60
61   [ a-wing ]
62   * [e7927a8] zshrc: change sudo-command-line switch 'sudo'
63   * [6a2a0dc] zshrc: improve sudo-command-line
64
65   [ Michael Prokop ]
66   * [b6246bb] zshrc: no longer set histignorealldups
67
68  -- Michael Prokop <mika@grml.org>  Fri, 09 Jul 2021 09:13:02 +0200
69
70 grml-etc-core (0.18.0) grml-testing; urgency=medium
71
72   [ Michael Prokop ]
73   * [30fc297] zshrc: url-quote-magic depends on bracketed-paste-magic
74     since zsh 5.1
75   * [1cf6c0a] README.md: use https everywhere + adjust ordering
76
77   [ Frank Terbeck ]
78   * [e01bb8f] Don't print messages when a feature can't be loaded
79
80   [ Darshaka Pathirana ]
81   * [79dd104] README.md: Add tmux.conf to the "most important files" list
82
83   [ lunik1 ]
84   * [86f2a9b] zshrc: add lrzip support for simple-extract()
85
86  -- Michael Prokop <mika@grml.org>  Fri, 22 Jan 2021 13:29:22 +0100
87
88 grml-etc-core (0.17.4) grml-testing; urgency=medium
89
90   [ Michael Prokop ]
91   * [401702a] zshrc: enable transient_rprompt to fix sad-smiley situation
92     in rprompt. Thanks to Frank Terbeck
93
94   [ Simon Bruder ]
95   * [e1db4fe] zshrc: set title in alacritty
96
97  -- Michael Prokop <mika@grml.org>  Fri, 10 Jul 2020 10:53:48 +0200
98
99 grml-etc-core (0.17.3) grml-testing; urgency=medium
100
101   [ Darshaka Pathirana ]
102   * [d336df8] zshrc: add function grml-remote-support
103
104  -- Michael Prokop <mika@grml.org>  Wed, 24 Jun 2020 12:33:37 +0200
105
106 grml-etc-core (0.17.2) grml-testing; urgency=medium
107
108   [ Moviuro ]
109   * [4124996] zshenv, zshrc: add fallback to uname for HOSTNAME
110
111   [ Michael Prokop ]
112   * [94d6068] vimrc: support vim-tiny and older versions of vim
113   * [99ad5c1] zshrc: rely only on `uname -n` for $HOSTNAME handling.
114     Thanks to Darshaka Pathirana and Chris Hofstaedtler
115
116   [ ur4t ]
117   * [606e4c8] zshrc: add zstd support for simple-extract()
118
119  -- Michael Prokop <mika@grml.org>  Wed, 03 Jun 2020 16:50:12 +0200
120
121 grml-etc-core (0.17.1) grml-testing; urgency=medium
122
123   [ Garrett Holmstrom ]
124   * [640f2a0] zshrc: Fix darwin battery info field selection
125
126   [ Michael Prokop ]
127   * [7642276] zshsrc + zshenv: support hostnamectl iff hostname isn't
128     present
129
130   [ Darshaka Pathirana ]
131   * [da9a55e] tmux.conf: Fix /etc/tmux.conf:19: unknown key: \\ error
132     message
133
134  -- Michael Prokop <mika@grml.org>  Wed, 27 May 2020 11:21:20 +0200
135
136 grml-etc-core (0.17.0) grml-testing; urgency=medium
137
138   [ Darshaka Pathirana ]
139   * [31dc671] vimrc: Major rework of the Grml configuration. Thanks to
140     Michael Prokop (@mika) for the initial work
141   * [c2cbdb0] tmux.conf: Fix unknown key: confirm-before error message
142
143  -- Michael Prokop <mika@grml.org>  Wed, 20 May 2020 17:24:49 +0200
144
145 grml-etc-core (0.16.2) grml-testing; urgency=medium
146
147   [ Doan Tran Cong Danh ]
148   * [2c241ec] zsh: commit-to-history: keep escaped character
149
150   [ Michael Prokop ]
151   * [675c85b] zshrc: support PAGER='less -Mr' usage and fall back to vi if
152     LESSOPEN is unset. Thanks to András Korn for review and improvement
153     suggestions
154   * [7ece114] doc: adjust txt2tags usage for versions >=3.3
155   * [b4ea931] Bump Standards-Version to 4.5.0
156   * [5b98679] Bump Debian compat version to 12, using debhelper-compat
157     approach
158   * [9cb82a3] Execute 'wrap-and-sort -a -t -s' on debian/
159
160  -- Michael Prokop <mika@grml.org>  Tue, 12 May 2020 17:09:53 +0200
161
162 grml-etc-core (0.16.1) grml-testing; urgency=medium
163
164   [ Doan Tran Cong Danh ]
165   * [542aca0] tmux: use foo-style to set status styles
166
167   [ Dmitri Vereshchagin ]
168   * [03ec73c] zshrc: Reset $REPLY parameter before calling prompt token
169     functions
170
171   [ Alexander Dahl ]
172   * [a03c1ff] screenrc: Add 'xterm-256color' to terminals
173
174   [ cantandwont ]
175   * [0c9e97b] zshrc: fix urxvt multi-line issue (Closes GH #74)
176
177  -- Michael Prokop <mika@grml.org>  Tue, 22 Oct 2019 16:00:56 +0200
178
179 grml-etc-core (0.16.0) grml-testing; urgency=medium
180
181   [ Sebastian Boehm ]
182   * [1d73467] Disable bracketed paste mode for dumb terminals
183
184   [ Michael Prokop ]
185   * [7df9a4a] zshenv: switch default mount point from
186     /lib/live/mount/medium to /run/live/medium
187   * [60494a4] Bump Standards-Version to 4.3.0
188
189  -- Michael Prokop <mika@grml.org>  Thu, 21 Mar 2019 12:23:24 +0100
190
191 grml-etc-core (0.15.3) grml-testing; urgency=medium
192
193   [ Frank Terbeck ]
194   * [5e0079d] zsh: In grml-small hint at drill instead of dig
195
196   [ Michael Prokop ]
197   * [d5d683c] doc/grmlzshrc.t2t: replace `apt-get` with `apt`
198
199  -- Michael Prokop <mika@grml.org>  Sat, 29 Dec 2018 15:43:07 +0100
200
201 grml-etc-core (0.15.2) grml-testing; urgency=medium
202
203   * [31037e9] grml-lang zsh completion: add dvorak, es, fr, it + jp to
204     list of supported languages. Thanks to Christian Haase for the bug
205     report
206
207  -- Michael Prokop <mika@grml.org>  Fri, 14 Dec 2018 12:18:27 +0100
208
209 grml-etc-core (0.15.1) grml-testing; urgency=medium
210
211   [ Bernhard Tittelbach ]
212   * [8998637] zshrc: fix default keybinding help
213
214   [ Darshaka Pathirana ]
215   * [a5f5b62] bk(): Remove the separators between the units of time
216
217   [ Frank Terbeck ]
218   * [5f07a91] Add a style in order to amend compinit's command line
219
220   [ Michael Prokop ]
221   * [371dddd] Bump Standards-Version to 4.2.1
222   * [10ecab7] Switch Homepage + Vcs-Browser headers from http to https
223
224  -- Michael Prokop <mika@grml.org>  Thu, 15 Nov 2018 09:57:51 +0100
225
226 grml-etc-core (0.15.0) grml-testing; urgency=medium
227
228   [ Moviuro ]
229   * [b78f11c] zshrc: Enable ls(1)'s natural sorting if available
230   * [2735a11] zshrc: Add comments about the ls_ and grep_options we set
231   * [c06666b] zshrc: add the islinux() test before testing for ls -v
232     switch
233   * [1fa194e] zshrc: test if ls is GNU ls instead of islinux()
234
235   [ Michael Prokop ]
236   * [2f64ae0] Fix a bunch of typos
237   * [dcba02c] zshrc: use `apt` instead of `apt-get` also for search + show
238   * [e7f2321] Bump debian/compat to 10
239   * [28b01b1] Build-Depend on debhelper (>= 10~)
240   * [4ccc5ba] Bump Standards-Version to 4.1.4
241
242   [ Frank Terbeck ]
243   * [c0a2a4d] Make a couple of history parameters adhere to presets
244   * [af65087] Partly revert c0a2a4d again
245
246  -- Michael Prokop <mika@grml.org>  Fri, 01 Jun 2018 16:12:41 +0200
247
248 grml-etc-core (0.14.3) grml-testing; urgency=medium
249
250   [ Frank Terbeck ]
251   * [f98b046] Bind insert-datestamp to "ESC d" (Alt-d on many terminals)
252     instead of "Ctrl-e d"
253   * [65ac134] Move insert-datestamp to "C-x d" from "M-d"
254
255  -- Michael Prokop <mika@grml.org>  Thu, 07 Sep 2017 09:49:47 +0200
256
257 grml-etc-core (0.14.2) grml-testing; urgency=medium
258
259   * [536ce6b] vimrc: disable mouse usage in all modes, being the default
260     in Vim >=8
261   * [46d7290] tmux: drop deprecated status-utf8 option. Thanks to Timo
262     Boettcher for forwarding the bug report
263   * [ad9e192] screenrc: drop keybindings G (google) + H (heise.de) Thanks
264     to Ralf Moll for reporting
265
266  -- Michael Prokop <mika@grml.org>  Tue, 16 May 2017 15:15:10 +0200
267
268 grml-etc-core (0.14.1) grml-testing; urgency=medium
269
270   [ Frank Terbeck ]
271   * [5352f45] prompt_grml: Add documentation for strip-sensitive-
272     characters
273
274   [ Michael Prokop ]
275   * [b9bdbb1] zshrc: avoid "no matches found: abk[V]" on grml-small
276     systems
277   * [a81b118] zshrc: avoid "no matches found: abk[V]" on grml-small
278     systems, fixup. Thanks to Frank Terbeck <ft@grml.org>
279
280  -- Michael Prokop <mika@grml.org>  Fri, 05 May 2017 10:52:44 +0200
281
282 grml-etc-core (0.14.0) grml-testing; urgency=medium
283
284   [ Thilo Six ]
285   * [cedfc98] make location of file .important_commands configurable
286     keeping backward compatibility
287   * [fbdbd82] fix usage of 'typeset -U'
288   * [57c97bc] use function keyword through out the code
289   * [bec2df1] add missing run-help-*
290   * [b71bff0] also unset NO_COLOR
291   * [6b946fe] small fix for sll()
292   * [76bfaf8] reduce unneeded filesystem seeks
293   * [1e990f9] only try to autoload, when there actually is s.th. to
294
295   [ Frank Terbeck ]
296   * [c5383b1] Test the correct parameter for non-emptiness
297   * [38a1b61] Handle volatile characters in prompts with promptsubst set
298
299   [ Michael Prokop ]
300   * [ecfca56] zshrc: use apt for agi/adg/ag/au aliases, fall back to apt-
301     get. Thanks to Karl Voit for the suggestion
302   * [2210c9b] zshrc: fix space<->tab indention issue for commit
303     ecfca564173
304
305  -- Michael Prokop <mika@grml.org>  Sat, 25 Mar 2017 17:52:14 +0100
306
307 grml-etc-core (0.13.2) grml-testing; urgency=medium
308
309   * [b2556e7] zshrc: fall back to journalctl with llog + tlog aliases
310     if /var/log/syslog doesn't exist
311   * [875b6d6] zshrc: support systems without capacity file in
312     batterylinux() [Closes: issue1333] Thanks to Axel Beckert
313     for the patch
314
315  -- Michael Prokop <mika@grml.org>  Fri, 27 Jan 2017 16:17:15 +0100
316
317 grml-etc-core (0.13.1) grml-testing; urgency=medium
318
319   * [274a68f] lsb-functions: avoid usage of SYSTEMD variable
320
321  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2017 16:06:06 +0100
322
323 grml-etc-core (0.13.0) grml-testing; urgency=medium
324
325   [ Daniel Hahler ]
326   * [9dbdd75] zshrc: dirstack: skip for ZSH_SUBSHELL
327
328   [ Frank Terbeck ]
329   * [a1d579b] zshrc: clean up fallback prompt code
330   * [dbcbf31] doc/grmlzshrc: fix typo in grmlzshrc manual
331
332   [ Bernhard Tittelbach ]
333   * [1278480] zshrc: purge: c dependency files
334   * [0219e4b] zshrc: purge: latexfiles
335
336   [ Nicolas Braud-Santoni ]
337   * [6646b26] zshrc: do not alias 'mdstat' when /proc/mdstat doesn't exist
338   * [a8df509] zshrc: Make ambiguous aliases optional
339   * [1ce2c6d] doc/grmlzshrc: Document GRML_NO_{APT,SMALL}_ALIASES
340
341   [ Michael Prokop ]
342   * [aaa1e7f] Support systemd-style output via lsb-functions
343   * [2ee956e] lsb-functions: include support for grml_colors handling
344   * [07492e0] Bump Standards-Version to 3.9.8
345   * [3ca2a63] Bump debian/compat version to 9
346
347  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2017 14:03:57 +0100
348
349 grml-etc-core (0.12.6) grml-testing; urgency=medium
350
351   [ Frank Terbeck ]
352   * [df5ece4] zshrc: Make the default of 'filter-on-load' match docs
353   * [d005e0b] zshrc: Add a setting to avoid the persistent dirstack
354     feature to be activated
355   * [95d0e2f] grmlzshrc.5: Clarify where to set the enable style
356
357   [ Thilo Six ]
358   * [ebd9d16] zshrc: check_com() fixed and zshified
359
360   [ Michael Prokop ]
361   * [80e5721] Bump Standards-Version to 3.9.7
362
363  -- Michael Prokop <mika@grml.org>  Sat, 30 Apr 2016 23:39:33 +0200
364
365 grml-etc-core (0.12.5) grml-testing; urgency=medium
366
367   [ Sebastian Boehm ]
368   * [50c5b14] tmux: remove obsolete mouse-select-pane option
369
370   [ Michael Prokop ]
371   * [08c9c9c] Switch screenrc_* to UTF8 encoding
372
373   [ Frank Terbeck ]
374   * [c1d264c] Sync to zsh-lookup upstream repository
375
376  -- Michael Prokop <mika@grml.org>  Tue, 05 Jan 2016 22:44:31 +0100
377
378 grml-etc-core (0.12.4) grml-testing; urgency=medium
379
380   [ Frank Terbeck ]
381   * [e1f02ea] zshrc: Update Lookup functions from upstream
382   * [7e40be9] zshrc: Remove "allulimit" function
383   * [76fb54b] zshrc: Leave all limits alone
384   * [64794a6] grmlzshrc.5: Remove documentation for allulimit
385   * [fd3a55f] zshrc: Add more robustness to completion caching setup
386     [Closes: issue1933]
387   * [ea0e7e8] zshrc: Remove unused parameter $ZSHDIR
388
389   [ Bernhard Tittelbach ]
390   * [4e16818] tmux: background a window, reload config, improve binding
391
392   [ Dmitri Vereshchagin ]
393   * [d0c99ea] zshrc: fix screen alias
394   * [21c8c5c] grmlzshrc.t2t: update docs on screen alias
395
396  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2015 23:22:38 +0200
397
398 grml-etc-core (0.12.3) grml-testing; urgency=medium
399
400   [ Frank Terbeck ]
401   * [cdc48e8] zshrc, dirstack: Avoid chpwd() upon the very first cd calls
402   * [ead1a06] zshrc, dirstack: Remove useless test
403
404  -- Michael Prokop <mika@grml.org>  Tue, 11 Aug 2015 12:28:16 +0200
405
406 grml-etc-core (0.12.2) grml-testing; urgency=medium
407
408   [ Michael Prokop ]
409   * [33bc6db] zshrc: Start/Restart/Stop/... functions: use `service`
410     wrapper if available
411   * [016955c] zshrc: drop 'setopt nonomatch' configuration
412
413   [ Frank Terbeck ]
414   * [ef0f249] Weed out non-existing directories when loading DIRSTACKFILE
415   * [cdbb53b] Marking an array for export serves no purpose
416   * [4ac3e89] Rewrite large parts of persistent dirstack handling
417   * [5297e36] Documentation for configuring persistent dirstack filters
418
419  -- Michael Prokop <mika@grml.org>  Wed, 08 Jul 2015 10:31:42 +0200
420
421 grml-etc-core (0.12.1) grml-testing; urgency=medium
422
423   [ Thilo Six ]
424   * [9cbfcb4] zshrc: sll() now detects symlink loops +
425     additionaly display details about final link target
426
427   [ Michael Prokop ]
428   * [a5468f8] zshrc: no longer explicitly set SHELL
429   * [5a529cf] doc: replace unused $SHELL with zsh
430
431  -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2015 11:10:52 +0200
432
433 grml-etc-core (0.12.0) grml-testing; urgency=medium
434
435   [ Thomas 'Moviuro' Berger ]
436   * [8945506] zshrc: we use getopts on salias()
437   * [cbe11aa] zshrc: bk(): better usage/help handling
438   * [9c33cea] minimal-shellrc: make sure that aliases refer to 'command ls'
439   * [386c0c4] zshrc: bk(): don't use while but for
440   * [8e8677d] zshrc: unify cat<< syntax
441   * [b9a7056] zshrc: `cat' is not needed in the `cat <<' syntax
442   * [dbd02d7] zshrc: add support for `fetch' in simple-extract()
443   * [46c2d10] zshrc: simplify cdt()
444   * [d6c9e08] README.md: curl(1) now follows redirects
445
446   [ Michael Vetter ]
447   * [2b66bf6] zshrc: Correct comment sentences
448
449   [ Michael Prokop ]
450   * [43d4533] zshrc: drop insecure options from curl/wget cmdlines in
451     simple-extract()
452
453   [ Thilo Six ]
454   * [fdb957e] zshrc: avoid cluttering environment [Closes: issue1350]
455
456   [ Christian Hesse ]
457   * [e3f3b08] zshrc: fix ssh remote host name completion with more
458     than one pattern
459
460   [ Dr. András Korn ]
461   * [6948820] zshenv: avoid placing empty components in PATH; reorder
462     root's PATH
463
464   [ Frank Terbeck ]
465   * [c4db6d7] zshrc: add static version of add-zsh-hook
466
467  -- Michael Prokop <mika@grml.org>  Sat, 06 Jun 2015 01:42:49 +0200
468
469 grml-etc-core (0.11.2) grml-testing; urgency=medium
470
471   [ Frank Terbeck ]
472   * [77ce18f] zshrc: Fix broken variable assignment [Closes: issue1347]
473
474   [ Csillag Tamas ]
475   * [eb5f508] zshrc: add issolaris()
476
477   [ Moviuro ]
478   * [d338dea] zshrc: new bk() option '-ra' to removal all (even hidden)
479     backups
480   * [bd49c00] zshrc: don't overwrite {ls,grep}_options set in .zshrc.pre
481   * [2065da5] zshrc: simplify ls alias setup; remove -F from ls aliases
482
483   [ Michael Prokop ]
484   * [28618c1] zshrc: drop '-F' from ls alias 'l' also when running in dump
485     $TERM
486   * [4780a0e] zshrc/grmlzshrc.t2t: update docs related to '-F' removal
487     from ls aliases
488   * [aeb06b2] minimal-shellrc: sync ls related alias behaviour with main
489     zshrc
490
491  -- Michael Prokop <mika@grml.org>  Mon, 13 Apr 2015 09:27:37 +0200
492
493 grml-etc-core (0.11.1) grml-testing; urgency=medium
494
495   [ Frank Terbeck ]
496   * [1049e38] Remove ‘tail’ from list of _gnu_generic commands
497
498   [ Bernhard Tittelbach ]
499   * [71346d6] zshrc: purge: clean core.pid files
500
501  -- Michael Prokop <mika@grml.org>  Mon, 23 Mar 2015 09:00:39 +0100
502
503 grml-etc-core (0.11.0) grml-testing; urgency=medium
504
505   [ Moviuro ]
506   * [d53b088] zshrc: began rewriting bk()
507   * [39b7de0] zshrc: bk() gets support for multiple files/folders
508   * [0ac05d2] zshrc: bk() gets FreeBSD support
509   * [43be944] zshrc: updating bk()
510   * [9a532dd] zshrc: removed duplicate line
511   * [4c996b3] zshrc: Fixed OpenBSD battery function
512   * [cd79c20] zshrc: bk() update
513   * [8075930] zshrc: bk() now works on directories with trailing /
514   * [a66d7b8] zshrc: bk gets a remove option that cleans backups
515   * [1df56b4] zshrc: using `<' instead of `cat'
516   * [c9a74e7] zshrc: removed extra `;'
517   * [6313103] zshrc: Fix indentation
518   * [426e2a3] zshrc: remove weird whitespace
519   * [c0280d1] grmlzshrc.t2t: update bk() information
520
521   [ Michael Prokop ]
522   * [e020ae7] zshrc: drop j alias (used for 'jobs -l') [Closes: issue1338]
523
524   [ Christian Sturm ]
525   * [8b1e798] zshrc: read host for ssh command completion from config
526
527  -- Michael Prokop <mika@grml.org>  Mon, 09 Feb 2015 06:29:07 +0100
528
529 grml-etc-core (0.10.3) grml-testing; urgency=medium
530
531   [ Moviuro ]
532   * [a14cb09] zshrc: fixed the FreeBSD battery function
533
534  -- Michael Prokop <mika@grml.org>  Tue, 07 Oct 2014 09:58:54 +0200
535
536 grml-etc-core (0.10.2) grml-testing; urgency=medium
537
538   [ Moviuro ]
539   * [db42ab7] zshrc: Added a missing test on OSX battery function
540   * [0aea68e] zshrc: little fixes for batteryopenbsd function
541
542   [ Michael Prokop ]
543   * [f95ed49] zshrc: drop templ/tt hash definitions
544
545  -- Michael Prokop <mika@grml.org>  Thu, 02 Oct 2014 11:40:52 +0200
546
547 grml-etc-core (0.10.1) grml-testing; urgency=medium
548
549   * [7d3c439] zshenv: switch preference order of lesspipe.sh vs lesspipe
550   * [59deacc] zshenv: update live system paths for usage of $ADDONS inside
551     $PATH
552   * [737b243] zshenv: rework and unify $PATH handling
553   * [4868174] Bump Standards-Version to 3.9.6
554
555  -- Michael Prokop <mika@grml.org>  Mon, 22 Sep 2014 14:20:49 +0200
556
557 grml-etc-core (0.10.0) grml-testing; urgency=medium
558
559   [ Frank Terbeck ]
560   * [3680c71] zshrc: Remove ‘-C’ from the ‘ls’ alias's options
561   * [6936cb2] zshrc: Add fallback to $BATTERY for backwards compatibility
562   * [feb94ae] grmlzshrc.5: Update manual wrt $BATTERY and
563     $GRML_DISPLAY_BATTERY
564   * [38316b5] zshrc: Send error output to devnull in grep-option detection
565
566   [ Moviuro ]
567   * [e8f18fb] zshrc: actually check that ls options exist before adding
568     them to the alias
569   * [dffa817] zshrc: actually check that grep options exist before adding
570     them to the alias
571   * [0731b9e] zshrc: updated OS recognition functions
572   * [287c348] zshrc: rewrite battery function
573   * [18b7e04] zshrc: renamed allcaps variable
574   * [0d77c12] zshrc: converted to UTF-8
575   * [22f465a] zshrc: added OpenBSD support for battery info
576   * [05479b2] zshrc: added FreeBSD support for battery info
577   * [dedf36c] zshrc: moved the unsupported OSes for the battery info in
578     the battery function
579   * [9d4d764] grmlzshrc.5: added the new OS recognition functions
580   * [7f858dc] zshrc: added Darwin support for battery info
581   * [20b695d] grmlzshrc.5: updated GRML_DISPLAY_BATTERY information
582
583   [ Michael Prokop ]
584   * [da3a6e6] Run wrap-and-sort on the debian directory
585   * [ad16216] zshrc: make sure to not alias already aliased ls commands
586   * [4ebe650] grmlzshrc.5: minor typo fixes and update timestamp
587
588  -- Michael Prokop <mika@grml.org>  Thu, 18 Sep 2014 12:21:58 +0200
589
590 grml-etc-core (0.9.6) grml-testing; urgency=medium
591
592   [ Michael Prokop ]
593   * [cd0cfc7] zshrc: export SHELL only if unset, don't hardcode path for
594     zsh binary
595
596   [ Frank Terbeck ]
597   * [fa4c0c3] zshrc: Move generation marker to right position
598   * [6f238eb] zshrc: Adjustments for abbreviation expansion
599   * [fd56fcd] zshrc: Use modern colour codes with modern zsh versions
600   * [deeb32a] zshrc: Add function to toggle colour codes in vcs_info
601     formats
602
603  -- Michael Prokop <mika@grml.org>  Thu, 03 Jul 2014 12:47:36 +0200
604
605 grml-etc-core (0.9.5) grml-testing; urgency=medium
606
607   * [8875863] Debian packaging: use correct "Grml" spelling
608   * [1d2b682] zshrc: extend dchange() to support apt-get and multiple
609     package names
610   * [7bbee30] zshrc: use "local" file variable in sll()
611   * [4d08694] zshrc: drop duplicated bk() function [Closes: issue1307]
612     Thanks to Thilo Six <tech@xk2c.de>
613
614  -- Michael Prokop <mika@grml.org>  Tue, 20 May 2014 12:28:22 +0200
615
616 grml-etc-core (0.9.4) grml-testing; urgency=medium
617
618   [ Erik Bernstein ]
619   * [46c723f] zshrc: introduce variable for the compdump file
620     [Closes: issue1275]
621
622   [ Frank Terbeck ]
623   * [5afe1a2] Make ‘egrep’ use the same options as ‘grep’
624     [Closes: issue1230]
625   * [1317ff5] zshrc: Make options of gpasswd complete via _gnu_generic
626
627  -- Michael Prokop <mika@grml.org>  Sat, 19 Apr 2014 15:44:35 +0200
628
629 grml-etc-core (0.9.3) grml-testing; urgency=medium
630
631   [ Michael Prokop ]
632   * [5394032] zshrc: drop -b option from `ls' alias, unsupported
633     e.g. on OpenBSD
634   * [da81021] zshrc: drop setting TZ via /etc/timezone
635   * [57254cb] zshrc: do not source /etc/sysconfig/keyboard
636   * [85825da] zshrc: check for DIRSTACK{SIZE,FILE} in chpwd()
637
638   [ Bernhard Tittelbach ]
639   * [9b93265] zsh: purge more latex filename extensions
640
641  -- Michael Prokop <mika@grml.org>  Mon, 03 Feb 2014 16:11:16 +0100
642
643 grml-etc-core (0.9.2) grml-testing; urgency=low
644
645   [ Michael Prokop ]
646   * [4bbd12c] script-functions: correct tabstop setting in vim modeline
647   * [a74236f] Bump Standards-Version to 3.9.5
648
649   [ Thilo Six ]
650   * [6b83c3f] script-functions: Set filetype to "sh" with vim
651   * [5f9a26a] check4progs: Change testing from ‘which’ to iterating
652     over $PATH [Closes: issue1284]
653
654   [ Frank Terbeck ]
655   * [eb08ffe] Update hl and _hl_complete to work with current
656     ‘highlight’ versions
657
658  -- Michael Prokop <mika@grml.org>  Tue, 24 Dec 2013 13:12:42 +0100
659
660 grml-etc-core (0.9.1) grml-testing; urgency=low
661
662   [ Michael Prokop ]
663   * [931ce01] Use ISO8601 date in /etc/grml/screenrc [Closes: issue1283]
664     Thanks to Andras Korn for the suggestion
665
666   [ Thilo Six ]
667   * [3d5b16f] Rewrite check4progs from etc/grml/script-functions
668     [Closes: issue1279]
669
670  -- Michael Prokop <mika@grml.org>  Thu, 07 Nov 2013 09:54:32 +0100
671
672 grml-etc-core (0.9.0) grml-testing; urgency=low
673
674   [ Thorsten Glaser ]
675   * [eaf6856] Fix: trying to overwrite '/etc/vim/vimrc', which is also in
676     package vim-common 2:7.3.547-7
677
678   [ Frank Terbeck ]
679   * [45c3009] Add `grml_theme_has_token' guard function
680   * [d5c0c24] grmlzshrc(5): Briefly mention `grml_theme_has_token()'
681   * [2db6417] grmlzshrc(5): Mentioned the wrong function; actually:
682     grml_theme_add_token()
683
684   [ Michael Prokop ]
685   * [7fc9f75] zshrc: use "ctrl-x ." instead ",." to enable power
686     completion / abbreviation expansion
687
688  -- Michael Prokop <mika@grml.org>  Wed, 04 Sep 2013 17:06:27 +0200
689
690 grml-etc-core (0.8.2) grml-testing; urgency=low
691
692   [ Christian Hesse ]
693   * [21be0f4] print error code in bold
694
695   [ Bernhard Tittelbach ]
696   * [3c6ce0c] make help-zle work with new bind2maps
697
698   [ Michael Prokop ]
699   * [6c3c1d6] zshrc: drop duplicated "Complete word from GNU screen
700     buffer" documentation. Thanks to Frank Terbeck <ft@grml.org> for the
701     hint
702
703   [ Frank Terbeck ]
704   * [89815de] Fix Virtualenv prompt example
705
706   [ Jan Hruban ]
707   * [d5f9c90] zshrc: Fix style lookup of `post' styles in prompt setup
708     [Closes: issue1253]
709
710  -- Michael Prokop <mika@grml.org>  Mon, 08 Jul 2013 10:59:29 +0200
711
712 grml-etc-core (0.8.1) grml-testing; urgency=low
713
714   [ Frank Terbeck ]
715   * [06a39dc] zshrc: Make root-user name bold in prompt again
716
717  -- Michael Prokop <mika@grml.org>  Wed, 03 Apr 2013 10:37:11 +0200
718
719 grml-etc-core (0.8.0) grml-testing; urgency=low
720
721   The "new prompt + keyboard handling in grml-zshrc" release
722
723   [ Bernhard Tittelbach ]
724   * [aa572fc] zsh: abk, don't match everything between . and | and thus
725     make it work after e.g. /
726
727   [ Frank Terbeck ]
728   * zshrc, prompt related changes:
729     - [2766294] Add promptsys help (-h) text
730     - [6c4346c] Register prompt theme with promptsys
731     - [b97f20f] Implement the basic grml prompt framework
732     - [feb4d46] Move more precmd() code to hook fncs
733     - [cc7541f] Allow `items' list for PS1 _and_ RPS1
734     - [ee36478] support [[ $BATTERY -gt 0 ]]
735     - [c1d7811] Support TERM == dumb
736     - [c875d64] Username in red for root
737     - [9dfd5ff] Add new theme: grml-large
738     - [76c7e00] Add new theme: grml-chroot
739     - [316eaeb] Fix wrong logic for user name colouring
740     - [205760c] Enable the grml prompt theme via promptsys
741     - [4dc88ce] Fix quoting style in dumb-terminal config
742     - [1daee92] Handle grml-chroot in dumb-terminal config
743     - [a94f602] Enable one of the prompts
744     - [db038bb] Provide fallback in case promptinit fails
745     - [605fb0e] Remove old prompt setting scheme
746     - [5989b0e] Reorganise the prompt section
747     - [08ab5d9] Only enable prompt themes with zsh >= 4.3.7
748     - [6cc9bb0] Use a non-forking expression to read /etc/debian_chroot
749     - [e705ddd] Keep maps sorted
750     - [1a812dd] Documentation update
751     - [4e72b7f] New prompt mixed up %B and %b for the path item
752     - [6de54e2] grmlzshrc.t2t: Document the new prompt themes
753     - [226d414] grmlzshrc.t2t: Document how static prompt
754       customisation should be done now
755     - [5ef5260] Use %# instead of %% for the `percent' token in the prompt
756     - [6aff2d8] NEWS: Add note about prompt changes in new version
757     - [d9c3851] Fix `percent' token in the new prompt
758     - [d62ce6e] Add `grml_theme_add_token()' function
759     - [20f6245] Fix mistakes in grml_theme_add_token() help output
760     - [0c58a53] skel/.zshrc: Add example for prompt extension for virtualenv
761
762   * zshrc, keyboard related changes:
763     - [d6923f3] zshrc, keys: Reorganise keyboard setup
764     - [4c8faef] zshrc, keys: Move bindkey calls to the right place
765     - [7d0a2bc] zshrc, keys: fix `zrcgotwidget()' function
766     - [00522c8] zshrc: Use zrcgotwidget in appropriate places
767     - [7ea446c] zshrc: Remove old reverse-menu-complete binding
768     - [2e1c62b] zshrc, keys: Move all bindings over to bind2maps
769     - [8ffa1f8] Add NEWS entry about changed keyboard handling
770
771   * zshrc, misc changes:
772     - [49a3e77] zshrc: Load zsh/parameters module
773     - [cb300a4] zshrc: Fix `salias' wrt parameter scope
774     - [828c8a4] zshrc: unfunction less utilities
775     - [f366ab2] grmlzshrc.t2t: Add customisation note about smkx and rmkx
776       for keybindings
777     - [5c7ee58] NEWS: Use grml.org address
778     - [81427a7] zshrc: Make zle-smkx() and zle-rmkx() more robust wrt
779       changed options
780     - [6a512b0] zshrc: Move preexec() code to hooks
781     - [b5b5fbf] grmlzshrc.t2t: Update copyright years
782     - [01f5d9f] zshrc: Fix error in docstring
783     - [2b02230] zshrc: Move CNF handler to a better place
784
785   [ Michael Prokop ]
786   * [82c0c4a] zshrc: some fixes to make grml-gen-zshrefcard happy again.
787     Thanks to Frank Terbeck <ft@grml.org> for helping
788   * [47c6a05] zshrc: drop deprecated grml-rebuildfstab alias
789   * [e67dc22] zshrc: some further tuning to make grml-gen-zshrefcard
790     output nice
791
792   [ Benedikt Morbach ]
793   * [4258fbb] fix NOPRECMD logic
794
795  -- Michael Prokop <mika@grml.org>  Tue, 02 Apr 2013 13:39:47 +0200
796
797 grml-etc-core (0.7.4) grml-testing; urgency=low
798
799   [ Michael Prokop ]
800   * [a030fbf] zshrc: add dcopyright function to display copyright file of
801     a given package. Thanks to Gregor Herrmann <gregoa@debian.org> for the
802     patch
803
804   [ Hendrik Jaeger ]
805   * [5341437] vimrc: remove duplicate settings
806
807   [ Evan Pitstick ]
808   * [b10097c] Moved the grml.org host to skel and added support for
809     ZDOTDIR
810
811  -- Michael Prokop <mika@grml.org>  Tue, 26 Feb 2013 10:10:44 +0100
812
813 grml-etc-core (0.7.3) grml-testing; urgency=low
814
815   [ Pierre Schmitz ]
816   * [bd87086] zshrc: Restore original prompt
817
818  -- Michael Prokop <mika@grml.org>  Thu, 27 Dec 2012 12:30:01 +0100
819
820 grml-etc-core (0.7.2) grml-testing; urgency=low
821
822   [ Bernhard Tittelbach ]
823   * [57bbea3] zsh: updated purge function
824
825   [ Frank Terbeck ]
826   * [b0fec25] zshrc: Remove zurl's dependency on =~ type regexp conditions
827
828   [ Christian Hesse ]
829   * [843931f] unify spelling of colo(u)r to color
830
831  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2012 12:52:00 +0100
832
833 grml-etc-core (0.7.1) grml-testing; urgency=low
834
835   [ Bernhard Tittelbach ]
836   * [88b8704] zsh: improve purge(), glob for files where appropriate and
837     don't try to delete stuff twice
838
839   [ Michael Prokop ]
840   * [fe6aa2b] zshrc: use variable ffound in zrcautoload function
841   * [0098421] Bump Standards-Version to 3.9.4
842
843  -- Michael Prokop <mika@grml.org>  Tue, 02 Oct 2012 09:58:46 +0200
844
845 grml-etc-core (0.7.0) grml-testing; urgency=low
846
847   [ Michael Prokop ]
848   * [ea65fdc] zshrc: Enable CLICOLOR on FreeBSD. Thanks to
849     Christian Hofstaedtler
850
851   [ Bernhard Tittelbach ]
852   * [174a091] zshrc: make simple-extract also work with uris that end in
853     e.g. format=zip
854   * [9cef3a9] zsh: fix typo grml functions autoload
855   * tmux related changes:
856     - [895e6d6] new statusline, space and backspace enabled for
857       window switching
858     - [5da798c] more space, session name
859     - [f4ad46f] mouse-select-pane off to enable terminal window
860       copy&paste
861     - [046d45b] better user@host:session scheme
862     - [646f73f] date and time, and commented out alternatives
863     - [7eaf7d8] make copy&pase mode useable
864     - [ee6fa75] kill-session for gebi
865     - [c6c2094] kill-pane instead of kill-window
866     - [3309823] join-pane
867
868   [ Frank Terbeck ]
869   * [76ee162] Only define vim() if vim is available
870   * [c67b327] Do not disable zstyle if compsys did not load
871   * [78d890c] Specify a command search path for sudo completion
872     [Closes: issue1207]
873   * [8564319] Workaround incompatibilities with the keyboard setup of
874     some  vendors
875
876  -- Michael Prokop <mika@grml.org>  Mon, 10 Sep 2012 09:09:16 +0200
877
878 grml-etc-core (0.6.2) grml-testing; urgency=low
879
880   * [162b488] zshrc: drop trailing space in grep and ls _options.
881     Thanks to Frank Terbeck <ft@grml.org> for the bugfix
882   * [6472d2d] zshrc: provide Status as shortcut for
883     /etc/init.d/$service status
884
885  -- Michael Prokop <mika@grml.org>  Tue, 12 Jun 2012 00:36:48 +0200
886
887 grml-etc-core (0.6.1) grml-testing; urgency=low
888
889   [ Frank Terbeck ]
890   * [638c191] Merge latest directory-profiles code
891   * [af590e7] dirprofiles: Move updated documentation from source code
892     comment to the setup's manual page
893
894   [ Michael Prokop ]
895   * [f2fcaea] Bump Standards-Version to 3.9.3.
896
897  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2012 20:24:01 +0200
898
899 grml-etc-core (0.6.0) grml-testing; urgency=low
900
901   [ Frank Terbeck ]
902   * [b2a42cb] zshrc: Fix ls (and grep) option handling on non-linux
903     systems
904   * [e0920bf] zshrc: Enable --color=auto for grep in FreeBSD
905   * [d4e14fd] zshrc: Typo: grml_options -> grep_options
906   * [5f433e9] zshrc: Fix broken quoting
907   * [143008f] zshrc: Fix documentation tag for alias lsl
908   * [a8546c9] zshrc: Remove superfluous comments
909   * [828d43a] zshrc: Make mkcd() more robust
910
911   [ Michael Prokop ]
912   * [e5e6e3a] script-functions: fix getbootparam/checkbootparam
913   * [37f4af2] zshrc: drop http alias. Thanks to Axel Beckert
914     for reporting
915
916   [ Jerome Leclanche ]
917   * [49339f2] Re-implement zurl() under the goo.gl API
918
919   [ Bernhard Tittelbach ]
920   * [2ebcbd6] zshrc: fix inplaceMkDirs
921   * [a4cd061] zsh: purge: make purge take an optional dir argument so it
922     can be used e.g. with zargs --max-args 1 -- **/ -- purge
923
924  -- Michael Prokop <mika@grml.org>  Wed, 09 May 2012 12:29:22 +0200
925
926 grml-etc-core (0.5.5) grml-testing; urgency=low
927
928   [ Bernhard Tittelbach ]
929   * [87c92b3] zsh: some handy examples for the skel/.zshrc
930   * [82921ea] zsh: purge: make default uppercase
931   * [2cf5d4e] zsh: help-zle bugfix
932   * [cd5a844] zsh: help-show-abk
933   * [6ae9d0d] zsh: keybindings: unify case of caseinsensitive
934     control chars
935   * [764b204] zsh: keybindings: unify case ++
936
937  -- Michael Prokop <mika@grml.org>  Sun, 29 Jan 2012 13:27:56 +0100
938
939 grml-etc-core (0.5.4) grml-testing; urgency=low
940
941   [ Frank Terbeck ]
942   * [8600fe0] Add completion for grml-tips [Closes: issue988]
943
944  -- Michael Prokop <mika@grml.org>  Wed, 11 Jan 2012 18:27:38 +0100
945
946 grml-etc-core (0.5.3) grml-testing; urgency=low
947
948   [ Bernhard Tittelbach ]
949   * [3b39caa] zsh: weather: fix typo
950   * [caf6961] zsh: lsdisk: fix typo introduced through rewrapping
951
952   [ Ulrich Dangel ]
953   * [74b9ce9] Remove deprecated file /etc/apt/sources.list.grml
954   * [3d0fba5] Remove hg-snapshot-script and corresponding apt.conf.example
955
956  -- Michael Prokop <mika@grml.org>  Mon, 09 Jan 2012 16:30:00 +0100
957
958 grml-etc-core (0.5.2) grml-testing; urgency=low
959
960   * [25a6fad] Remove /etc/skel/.toprc, not supported by recent procps.
961     [Closes: issue1091]
962
963  -- Michael Prokop <mika@grml.org>  Thu, 08 Dec 2011 21:21:23 +0100
964
965 grml-etc-core (0.5.1) grml-testing; urgency=low
966
967   [ Christian Hofstaedtler ]
968   * [8d787e5] Remove extra delete-word bindings
969
970  -- Michael Prokop <mika@grml.org>  Thu, 08 Dec 2011 14:30:23 +0100
971
972 grml-etc-core (0.5.0) grml-testing; urgency=low
973
974   [ Bernhard Tittelbach ]
975   * [bff1927] zshrc: alias lsnewdir/lsolddir shows newest/oldest created 20 directories (10 .dirs)
976
977   [ Michael Prokop ]
978   * [262bccc] zshrc: fix delete-word keybinding
979   * [7621f9f] zshrc: readd setopt nonomatch
980
981   [ Frank Terbeck ]
982   * [433f1c4] zshrc: Remove vim fold-markers
983   * [3db9d15] zshrc: Move weather to its own file
984   * [8c93e85] zshrc: Remove fluxkey-change
985   * [2b85131] zshrc: Move linenr to its own file
986   * [e149179] zshrc: Move hl and its completion to their own files
987   * [c9b2d70] zshrc: Remove mkmaildir
988   * [a4eb95c] zshrc: Move ic_get to skel/.zshrc
989   * [9eb3cd4] zshrc: Move exirename to its own file
990   * [21eb785] zshrc: Remove smart-indent
991   * [18e610e] zshrc: Remove mmake
992   * [36bdfe0] zshrc: Move urldecode to its own file
993   * [972d792] zshrc: Remove genthumbs
994   * [8569837] zshrc: Remove mkiso
995   * [3254c19] zshrc: Remove mkaudiocd
996   * [a861b6b] zshrc: Remove audioburn
997   * [349659e] zshrc: Remove audiorip
998   * [e72da8d] zshrc: Remove status
999   * [1130de3] zshrc: Remove slow_print
1000   * [d2bf4ca] zshrc: Remove dirspace
1001   * [6253c5b] zshrc: Remove suidfind
1002   * [ad3991d] zshrc: Remove ansi-colors
1003   * [f1005a1] zshrc: Move readme() to its own file
1004   * [30282f6] zshrc: Remove vman
1005   * [e450b32] zshrc: Remove 2html
1006   * [427ed4a] zshrc: Remove selhist
1007   * [713060b] zshrc: Move plap to skel/.zshrc
1008   * [cc1840a] zshrc: Remove rundirs
1009   * [919ba75] zshrc: Move lsdisk to its own file
1010   * [af18804] zshrc: Move purge to its own file
1011   * [c1d8920] zshrc: Move lcheck to skel/.zshrc
1012   * [670ef7a] zshrc: Remove man2
1013   * [6149d80] grmlzshrc.t2t: Update with removals
1014   * [8e9aced] zshrc: Remove greph
1015   * [0a79afd] zshrc: Remove regcheck
1016   * [006fc86] zshrc: Remove makereadable
1017   * [ce4346f] zshrc: Remove limg
1018   * [73a6cb7] zshrc: Move uopen to skel/.zshrc
1019   * [b4428f4] zshrc: Remove viless
1020   * [2933102] zshrc: Remove udiff
1021   * [e49d294] zshrc: Remove shzip
1022   * [d2ac165] zshrc: Remove shtar
1023   * [48186d3] zshrc: Move memusage to skel/.zshrc
1024   * [5a731e3] zshrc: Remove mdiff
1025   * [cc9c8cb] zshrc: Remove fir
1026   * [a7b0488] grmlzshrc.t2t: Remove exirename documentation
1027   * [e6beda1] zshrc: Remove disassemble
1028   * [4338c8c] zshrc: Remove cvs* functions
1029   * [6555fbd] zshrc: Remove cvs* cdiff
1030   * [85fcef7] zshrc: Remove webservice functions
1031   * [39f9664] zshrc: Remove zg()
1032   * [344ce4b] zshrc: Remove iwclient
1033   * [270ae2f] zshrc: Move ipv6-tunnel to its own function file
1034   * [f4d4452] zshrc: Remove kbd layout-changing fcts
1035   * [2e9ff8e] zshrc: Remove peval and calc
1036   * [fe25fa0] zshrc: Move hex to skel/.zshrc
1037   * [a5d4d99] zshrc: Remove qma
1038   * [bd6da85] zshrc: Remove setenv
1039   * [2093575] zshrc: Remove apache2-ssl-certificate
1040   * [37bc165] zshrc: Remove get_tw_cli
1041   * [ad6af51] zshrc: Remove upgrade
1042   * [32adff6] zshrc: Remove doc()
1043   * [f3c3139] zshrc: Remove sshot
1044   * [15383cb] zshrc: Move minimal-shell to its own file
1045   * [500599c] zshrc: mcd -> mkcd
1046   * [d078ae0] zshrc globalias -> zleiab
1047   * [50226ef] zshrc: Remove hidiff
1048   * [b7ebc81] zshrc: Remove GREP
1049   * [6949abc] zshrc: Remove cmplayer
1050   * [5e5508b] zshrc: Remove fbmplayer
1051   * [0c46c6b] zshrc: Remove fblinks
1052   * [fb3386a] zshrc: Remove md
1053   * [f4bf5eb] zshrc: Remove chmod aliases
1054   * [e44dffb] zshrc: Remove font-changing aliases
1055   * [ef25f1d] zshrc: Remove correction-disabled aliases
1056   * [c5743df] zshrc: Move `top10' alias to skel/.zshrc
1057   * [4c98820] zshrc: Remove CO and CH aliases
1058   * [2cbc16c] zshrc: Remove truecrypt alias
1059   * [ed94530] zshrc: Remove 1-char aliases: 0, g, s, S
1060   * [dd58483] zshrc: Remove md and rd aliases
1061   * [b9dc150] zshrc: Remove QTPATH and JIKESPATH
1062   * [b4c73df] zshrc: Don't unset `nomatch' anymore
1063   * [58ccc98] zshrc: Remove smart-compress
1064   * [a9d3f36] zshrc: Remove `show-archive'
1065   * [ac404c1] zshrc: Remove `refunc' as `freload' does the same thing
1066   * [a3d8018] zshrc: Remove the root/non-root split
1067   * [2fa5597] zshrc: Try to keep lines under 80 chars
1068
1069  -- Christian Hofstaedtler <ch@grml.org>  Tue, 06 Dec 2011 22:48:36 +0100
1070
1071 grml-etc-core (0.4.03) unstable; urgency=low
1072
1073   * [43b9baa] lsb-functions: fix logic of RC_NOCOLOR check for
1074     RC_ENDCOL
1075
1076  -- Michael Prokop <mika@grml.org>  Sun, 27 Nov 2011 23:16:16 +0100
1077
1078 grml-etc-core (0.4.02) unstable; urgency=low
1079
1080   [ Frank Terbeck ]
1081   * [43090cf] zshrc: Make cd() behave with more than one argument
1082   * [fb6dc41] zshrc: Do not use bogus array index `0' in dirstack code
1083     [Closes: issue1055]
1084   * [2130d67] Fix spelling in debian/control
1085   * [219a342] gitignore: zsh byte-compiled files (*.zwc)
1086   * [7b4ae7e] zshrc: Stop setting $BROWSER
1087
1088   [ micah anderson ]
1089   * [b7cea1c] zshrc: hl() parameter fix
1090
1091   [ Christian Hofstaedtler ]
1092   * [8b7ef31] Remove unmaintained accessibility support
1093   * [093bbd1] Cleanup indenting in preinst, postrm
1094
1095   [ Sebastian Boehm ]
1096   * [11ce070] Add tmux.conf
1097
1098   [ Michael Prokop ]
1099   * [f5f88df] zshrc: use dpkg-query instead of grep-status for debs-by-
1100     size alias. Thanks to Thorsten Glaser <tg@mirbsd.org>
1101   * [91e6659] zshrc: drop 2mp3_192 function
1102   * [527ab11] lsb-functions: if we do not use colors then assume terminal
1103     can not handle endcols
1104   * [2eb78fd] zshrc: check for empty DONTSETRPROMPT and NOTITLE
1105
1106   [ Bernhard Tittelbach ]
1107   * [7ee39bb] zshrc: purge old zsh compile-files, echo newline
1108   * [87a8f70] zshrc: lsdisk mount and blocksize info
1109   * [fd1f19f] zshrc: fix readme, add liesmich, improve globbing
1110   * [e325343] zshrc: help-zle caching
1111   * [eb2c0c6] zshrc: readme(): remove superfluous line
1112   * [a443ac2] zshrc: inplaceMkDirs(): handle espaces and quotes better
1113   * [5173aea] zshrc: alias remove current working diretory
1114   * [a7cf6e3] zshrc: simple-extract: make curl follow redirects
1115
1116  -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2011 19:10:44 +0100
1117
1118 grml-etc-core (0.4.01) unstable; urgency=low
1119
1120   [ Frank Terbeck ]
1121   * [7f27648] Disable vcs_info if the function is not loaded
1122   * [47b6a5f] zshrc: Updating accept-line wrapper
1123
1124   [ Christian Hofstaedtler ]
1125   * [5f0f906] Revert "Make sure grmlzshrc is only loaded once"
1126   * [59f4992] Add debian/control headers Origin, Bugs
1127   * [c9d3e24] remove preferences.grml example file
1128
1129   [ Michael Prokop ]
1130   * [aad6e4e] zshrc: provide smart cd function, allows switching to /etc
1131     when running 'cd /etc/fstab'
1132
1133   [ Bernhard Tittelbach ]
1134   * [3fbd060] zsh: complete from screen and tmux, workaround screen
1135   * [303fb96] zsh: tmux hardcopy version check
1136   * [95eeb86] zshrc: provide help_zle_parse_keybindings through ctrl-x-z,
1137     add/change some keybinding comments accordingly.
1138   * [05260a8] zsh: make any() case insensitive
1139
1140  -- Michael Prokop <mika@grml.org>  Mon, 08 Aug 2011 14:41:16 +0200
1141
1142 grml-etc-core (0.4.00) unstable; urgency=low
1143
1144   The "this release qualifies for a minor version number bump" release.
1145
1146   [ Christian Hofstaedtler ]
1147   * [04acd40] Don't hardcore zsh as shell in screenrc
1148   * [941cec7] Sync screenrc_* file endings
1149   * [ec2a092] Add README.md
1150   * [b83a5a7] Remove completely dead entries from sources.list.grml
1151   * [f9d123b] Disable *all* repositories in sources.list.grml
1152   * [35c81f6] Add HP server management tools to sources.list.grml
1153
1154   [ Frank Terbeck ]
1155   * [409ee3c] zshrc: Fix umask logic
1156   * [1dda332] zshrc: Make sure grmlzshrc is only loaded once.
1157   * [f014559] zshrc: Remove included vcs_info
1158   * [a8ca94c] Remove comment about vcs_info from the manual
1159   * [537471e] grmlzshrc.t2t: Add a note about disabling global
1160     config files
1161   * [3b0fb3c] zshrc: Put _grmlinitd completion directly into zshrc.
1162
1163   [ Michael Prokop ]
1164   * [cbbf17b] zsh: Disable specific umask settings by default.
1165   * [cdb7985] zsh docs: update copyright information and
1166     Grml project information.
1167   * [787c306] zshrc: make sure simple-extract() returns according
1168     return code when download of an archive file fails and slightly
1169     adjust error messages.
1170   * [dce95d8] zsh docs: extend simple-extract() documentation to
1171     match current implementation.
1172   * [885aa37] zshrc: Add function cdt() to create a temporary
1173     directory and change current working directory to it.
1174   * [4a33608] zshrc: Added function inplaceMkDirs().
1175     Thanks to Bernhard Tittelbach <bernhard@tittelbach.org>
1176   * [e82bb71] zshrc: use history-beginning-search-{forward,backward}-end
1177     instead of the version without "-end".
1178     Thanks to Frank Terbeck <ft@grml.org>
1179
1180   [ Bernhard Tittelbach ]
1181   * [515cabf] zshrc: New function lsdisk to use udev's /dev/disk/
1182     to list block devices with their LABEL, UUID and IDs
1183   * [77228e2] zshrc: fix typo in top10
1184   * [1314616] zshrc: fix typo in edfunc usage text
1185   * [741e769] zshrc: fixing broken any() function (drop usage of expr)
1186   * [19cfd45] zshrc: replace ogg2mp3_192 with improved 2mp3_192
1187   * [e3d86cc] zshrc: also support "+" and <INSERT> as keybindings
1188     for accept-and-menu-complete.
1189   * [cecd56b] zshrc: complete word from history with menu using
1190     ctrl-x ctrl-x
1191   * [1c9a325] zshrc: keybinding Alt-Delete kills current/right word
1192   * [18dd9ed] zshrc: history-beginning-search with PageUp/PageDown.
1193   * [9cb24cf] zshrc: use HOME/END as keybinding for
1194     beginning-or-end-of-somewhere.
1195   * [7b48dd9] zshrc: Ctrl/Alt-Cursor moves between words
1196   * [edf2d10] zshrc: provide completion for refunc function
1197   * [5dd23e2] zshrc: improve purge() function.
1198   * [01fe02e] zshrc: new function rundirs() to run shell functions in
1199     a bunch of directories.
1200   * [8cd07c9] zshrc: provide screen hardcopy feature to complete word
1201     from words currently displayed in Screen.
1202   * [6b3ce44] zshrc: simple-extract on steroids (providing download feature).
1203     [Closes: issue982]
1204
1205  -- Michael Prokop <mika@grml.org>  Fri, 22 Jul 2011 00:02:11 +0200
1206
1207 grml-etc-core (0.3.90) unstable; urgency=low
1208
1209   [ Frank Terbeck ]
1210   * [42cc9b0] Fix `lsold' globbing flags [Closes: issue991]
1211   * [e07e9a2] Use the same options in lnew as in lsnew
1212   * [748acc6] zshrc: vman: Handle zero arguments [Closes: issue993]
1213
1214  -- Christian Hofstaedtler <ch@grml.org>  Thu, 26 May 2011 21:24:25 +0200
1215
1216 grml-etc-core (0.3.89) unstable; urgency=low
1217
1218   [ Frank Terbeck ]
1219   * [a3a39fe] zshrc: Removing d()
1220   * [e193e4a] zshrc: activate zsh lookup for all users
1221   * [dc4eb5b] Fixing ssl-cert-{sha512,sha256,sha1,md5}()
1222   * [42b4b5f] Add *.substvars to gitignore
1223   * [690a5be] Waste less space in window titles [Closes: issue979]
1224   * [204f0ba] Preserve cursor position with `sudo-command-line' [Closes: issue980]
1225
1226   [ Michael Prokop ]
1227   * [d3a3ea5] /etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson
1228
1229   [ Ulrich Dangel ]
1230   * [72b956d] Depend on grml-scripts-core instead of grml-scripts.
1231   * [6ab1014] Revert "Depend on grml-scripts-core instead of grml-scripts."
1232   * [8670ff0] Recommend grml-scripts-core
1233
1234   [ Christian Hofstaedtler ]
1235   * [ed29215] Bump Standards-Version to 3.9.2 (no changes)
1236
1237  -- Christian Hofstaedtler <ch@grml.org>  Wed, 11 May 2011 21:06:10 +0200
1238
1239 grml-etc-core (0.3.88) unstable; urgency=low
1240
1241   [ Ulrich Dangel ]
1242   * [efcb69a] Disable persistent undo feature for vim. This feature
1243     is nice but possibly dangerous if the user doesn't expect this
1244     behaviour, therefore disable it per default.
1245
1246  -- Michael Prokop <mika@grml.org>  Mon, 27 Dec 2010 00:05:55 +0100
1247
1248 grml-etc-core (0.3.87) unstable; urgency=low
1249
1250   [ Frank Terbeck ]
1251   * [fff04ca] Adding a kill to slash binding to alt-backspace.
1252
1253  -- Michael Prokop <mika@grml.org>  Fri, 17 Dec 2010 12:35:47 +0100
1254
1255 grml-etc-core (0.3.86) unstable; urgency=low
1256
1257   [ Frank Terbeck ]
1258   * [1e010be] Fix `VCS_INFO_realpath()' for zsh 4.3.10 and below.
1259
1260  -- Michael Prokop <mika@grml.org>  Tue, 07 Dec 2010 18:43:38 +0100
1261
1262 grml-etc-core (0.3.85) unstable; urgency=low
1263
1264   [ Ulrich Dangel ]
1265   * zshrc: Remove `startx()' and `xinit()' functions.
1266
1267   [ Frank Terbeck ]
1268   * zshrc: Do not set `localoptions' in `xsource()'. That makes it
1269     impossible to set options in `.zshrc.pre' or `.zshrc.local'.
1270     Reported by Dominic Hopf. Thanks!
1271
1272  -- Michael Prokop <mika@grml.org>  Tue, 23 Nov 2010 23:30:17 +0100
1273
1274 grml-etc-core (0.3.84) unstable; urgency=low
1275
1276   [ Frank Terbeck ]
1277   * zshrc: Remove git-get-*() as discussed on IRC.
1278   * zshrc: Fixied a bug in whatwhen(); found be Joerg Woelke.
1279   * zshrc: Added a note about modifying the zshrc file when it is
1280     used as ~/.zshrc
1281   * zshrc: Disable `vcs_info' in restricted shells.
1282   * grmlzshrc.t2t: Remove references to git-get-*().
1283   * Added zsh-lookup subsystem from <https://github.com/ft/zsh-lookup>.
1284
1285   [ Carsten Hey ]
1286   * zshrc: Rename new() to modified().
1287   * zshrc: Load zsh/stat as zstat instead of stat.
1288   * zshrc: fix typo in default value handling of changed() and new()
1289     (now modified()).
1290
1291   [ Joerg Woelke ]
1292   * zshrc: Comment out the non-working `zurl' function.
1293   * grmlzshrc.t2t: documentation updates.
1294   * zshrc: Improve weather() function.
1295   * zshrc: Remove functions gethgclone() and gethgsnap()
1296   * zshrc: zshrc: Fix iwclient().
1297   * zshrc: Fix passing of args in cdiff().
1298
1299   [ Ulrich Dangel ]
1300   * zshrc: Remove get{air,gizmo,skype,skypebeta,xlite} functions.
1301   * vimrc: Enable "persistent undo" if possible. [Closes: issue909]
1302     [Closes: issue927]
1303
1304   [ Michael Prokop ]
1305   * /etc/skel/.gitconfig: drop core.pager option (less -Mr) causing
1306     terminal problems.
1307   * Bump Standards-Version to 3.9.1.
1308
1309  -- Michael Prokop <mika@grml.org>  Mon, 08 Nov 2010 11:54:26 +0100
1310
1311 grml-etc-core (0.3.83) unstable; urgency=low
1312
1313   [ Michael Prokop ]
1314   * zshrc: rename _bkdate to insert-datestamp and enter date at
1315     cursor position instead of end of line.
1316   * zshrc: Run VCS_INFO_check_com cvs inside VCS_INFO_cvs_detect.
1317     Thanks to Carsten Hey.
1318   * zshrc: do not enable menu selection for directory-stack by
1319     default as this modifies ctrl-d behaviour as well.
1320
1321   [ Frank Terbeck ]
1322   * zshrc: prefer external vcs_info if available, fall back to
1323     internal otherwise.
1324
1325  -- Michael Prokop <mika@grml.org>  Thu, 10 Jun 2010 23:32:05 +0200
1326
1327 grml-etc-core (0.3.82) unstable; urgency=low
1328
1329   * zshrc: function asc() for roadwarriors using GNU screen
1330     and ssh. Thanks to Axel Beckert.
1331
1332  -- Michael Prokop <mika@grml.org>  Fri, 28 May 2010 00:56:42 +0200
1333
1334 grml-etc-core (0.3.81) unstable; urgency=low
1335
1336   [ Carsten Hey ]
1337   * zshrc: Added changed() function
1338   * zshrc: Make backtab do `reverse-menu-complete'
1339   * zshrc: Use reasonable defaults for `changed()' and `new()'
1340
1341   [ Michael Prokop ]
1342   * Support /etc/grml/screenrc in screen function for non-root users.
1343     Thanks to Michael Hammer.
1344
1345  -- Michael Prokop <mika@grml.org>  Thu, 20 May 2010 21:43:01 +0200
1346
1347 grml-etc-core (0.3.80) unstable; urgency=low
1348
1349   [ Frank Terbeck ]
1350   * zshrc: Switch `minimal-shell()' from ksh93 to mksh
1351   * grmlzshrc.t2t: Updated minimal-shell entry
1352   * Make our C-z shortcut smarter
1353
1354   [ Michael Prokop ]
1355   * Drop backupcopy option to avoid overwriting symlinks. Issue brought
1356     up by Ulrich, thanks!
1357
1358  -- Michael Prokop <mika@grml.org>  Thu, 11 Mar 2010 01:34:37 +0100
1359
1360 grml-etc-core (0.3.79) unstable; urgency=low
1361
1362   [ Ulrich Dangel ]
1363   * Use wrapper functions for changing title/screen status
1364     [Closes: issue779]
1365
1366   [ Frank Terbeck ]
1367   * zshrc: Fix another vcs_info bug, wrt to backwards compatibility with
1368     older git versions. Reported by Timo Boettcher.
1369
1370   [ Michael Prokop ]
1371   * Bump Standards-Version to 3.8.4 (no further changes).
1372
1373  -- Michael Prokop <mika@grml.org>  Fri, 26 Feb 2010 22:04:31 +0100
1374
1375 grml-etc-core (0.3.78) unstable; urgency=low
1376
1377   [ Michael Prokop ]
1378   * Apply patch by Axel Beckert <abe@deuxchevaux.org> (thanks!) which
1379     adds Emacs local variables at EOF equivalent to vim's.
1380     [Closes: issue745]
1381
1382   [ Frank Terbeck ]
1383   * zshrc: Fixed a bug in vcs_info which led to an endless loop, when
1384     a directory had really screwy premissions. Noticed by Christian
1385     Hofstaedtler.
1386
1387   [ Ulrich Dangel ]
1388   * Added top configuration file to skel directory. Thanks to Andras
1389     Korn for the idea. [Closes: issue755]
1390
1391  -- Frank Terbeck <ft@grml.org>  Sun, 07 Feb 2010 18:04:11 +0100
1392
1393 grml-etc-core (0.3.77) unstable; urgency=low
1394
1395   [ Michael Prokop ]
1396   * zshrc: drop aumix call in swspeak().
1397
1398   [ Frank Terbeck ]
1399   * Added doc/ which contains a reference manual for grml's zsh setup.
1400     See the manual's AUTHORS section and the git history for who was
1401     involved. Thanks to everyone who helped!
1402
1403  -- Michael Prokop <mika@grml.org>  Thu, 22 Oct 2009 01:02:45 +0200
1404
1405 grml-etc-core (0.3.76) unstable; urgency=low
1406
1407   [ Frank Terbeck ]
1408   * zshrc: add openssl hash functions [Closes: issue741]
1409   * zshrc: use history-incremental-pattern-search-* for incremental history
1410     searches per default (via ^r and ^s).
1411   * zshrc: actively do 'setopt unset'
1412
1413  -- Michael Prokop <mika@grml.org>  Wed, 14 Oct 2009 09:26:37 +0200
1414
1415 grml-etc-core (0.3.75) unstable; urgency=low
1416
1417   [ Frank Terbeck ]
1418   * zshrc: mark specialized run-help functions for autoloading
1419   * zshrc: remove reload(). 'exec zsh' is a much more robust way of
1420     reloading the configuration.
1421   * zshrc: remove sig() function
1422
1423   [ Michael Prokop ]
1424   * zshrc: fix description of alias md (it's mkdir and not rmdir).
1425   * Bump Standards-Version to 3.8.3 (no further changes).
1426
1427   [ Joerg Woelke ]
1428   * zshrc: Fix lsx and lsl aliases.
1429   * zshrc: Removing shtgz(). shtar() does the same, just portably.
1430   * zshrc: Remove broken ytdl() function.
1431   * zshrc: Typo fixes
1432   * zshrc: Remove aliases ips and check_dpkg_running.
1433   * zshrc: Remove tla aliases.
1434
1435  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 17:58:58 +0200
1436
1437 grml-etc-core (0.3.74) unstable; urgency=low
1438
1439   [ Frank Terbeck ]
1440   * vimrc: merged /etc/vim/vimrc and /etc/skel/.vimrc into one file
1441
1442   [ Michael Prokop ]
1443   * /etc/grml/script-functions: replace 'type -p' with 'which'.
1444
1445  -- Michael Prokop <mika@grml.org>  Mon, 10 Aug 2009 14:15:50 +0200
1446
1447 grml-etc-core (0.3.73) unstable; urgency=low
1448
1449   [ Frank Terbeck ]
1450   * zshrc: Fix a problem when calling compinit can seem to cause zsh startup
1451     to hang forever. Reported by Rasmus Steinke.
1452   * zshrc: Fix problems related to TERM=mostlike in zshrc. Again reported by
1453     Rasmus Steinke.
1454   * zshrc: Give check_com a -g option to test for global aliases, too.
1455   * zshrc: Get rid of whence, once and for all.
1456   * zshrc: Insert a condition for loading /etc/default/locale
1457     [Closes: issue706]
1458   * zshrc: Set options a lot earlier and include noshwordsplit explicitly.
1459   * zshrc: Make functions insusceptible to user option settings.
1460   * zsh: move completion.d and functions.d to usr/share
1461   * zshrc: Include the current directory in the persistent directory stack.
1462
1463   [ Michael Prokop ]
1464   * zshrc: add deborphan, pal and hnb to compdef _gnu_generic. Thanks for
1465     the suggestion to Carsten Hey.
1466   * Drop all 'Latest Change' leftover references in several config files.
1467   * Minor Debian packaging updates (to make recent lintian versions happy):
1468     - update Standard version to 3.8.2
1469     - depend on debhelper >= 5
1470     - don't call true binary with full path in preinst script
1471     - update debian/overrides
1472
1473  -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 17:53:08 +0200
1474
1475 grml-etc-core (0.3.72) unstable; urgency=low
1476
1477   * zshrc: Clarify how the context of the styles for directory based
1478     profiles are used and mention a "best practice".
1479   * zshrc: Add a note about where to send patches at the top of zshrc.
1480
1481  -- Frank Terbeck <ft@grml.org>  Sat, 30 May 2009 19:31:55 +0200
1482
1483 grml-etc-core (0.3.71) unstable; urgency=low
1484
1485   * zshrc: Add directory based profiles
1486
1487  -- Frank Terbeck <ft@grml.org>  Fri, 29 May 2009 23:09:35 +0200
1488
1489 grml-etc-core (0.3.70) unstable; urgency=low
1490
1491   * zshrc: do not fall back to LANG en_US.iso885915 if it is unset.
1492     (For one reason because we prefer utf8 nowdays, on the other
1493     side it should resolve a cosmetic locales problem from grml-small.)
1494
1495  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 22:31:46 +0200
1496
1497 grml-etc-core (0.3.69) unstable; urgency=low
1498
1499   * zshrc: properly source the global zshrc.local via zrclocal(), to
1500     make sure it is always sourced when appropriate. Reported by
1501     harnir, Thanks!
1502
1503  -- Frank Terbeck <ft@grml.org>  Sun, 17 May 2009 12:05:47 +0200
1504
1505 grml-etc-core (0.3.68) unstable; urgency=low
1506
1507   [ Frank Terbeck ]
1508   * zshrc: Remove conkeror alias
1509
1510   [ Michael Prokop ]
1511   * zshrc: Apply patch from Moritz Augsburger: enable title
1512     inside urxvt-unicode
1513
1514  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 17:52:25 +0200
1515
1516 grml-etc-core (0.3.67) unstable; urgency=low
1517
1518   [ Frank Terbeck ]
1519   * zshrc: handle newer versions of hg, that don't create .hg/branch
1520     anymore if there's only 'default'. Found by Andreas Korsten.
1521
1522   [ Moritz Augsburger ]
1523   * zshrc: not every user is allowed to read logfiles... use sudo
1524     for aliases llog and tlog if possible
1525
1526   [ Michael Prokop ]
1527   * Debian packaging:
1528     - replace XS-Vcs* with Vcs* headers.
1529     - bump Standard Version to 3.8.1.
1530     - bump Compat Version from 4 to 5.
1531     - modify order of packages in Depends, so virtual package ist the last one
1532
1533  -- Michael Prokop <mika@grml.org>  Tue, 21 Apr 2009 11:06:00 +0200
1534
1535 grml-etc-core (0.3.66) unstable; urgency=low
1536
1537   * vimrc: only set screen title if the caller explicitly asks for it.
1538   * zshrc: ask for setting screen title in vim via a wrapper function.
1539   * zshrc: only compdef commands to _gnu_generic if no native completion
1540     exists.
1541   * zshrc: add commit-to-history widget, that allows users to add
1542     command lines to zsh's history without executing [Closes: issue407]
1543   * zshrc: add a handler that uses debian's command-not-found package
1544     if an external command could not be found. [Closes: issue564]
1545
1546  -- Frank Terbeck <ft@grml.org>  Sat, 04 Apr 2009 11:52:50 +0200
1547
1548 grml-etc-core (0.3.65) unstable; urgency=low
1549
1550   [ Frank Terbeck ]
1551   * zshrc: Add $NOTITLE to disable alteration of terminal titles.
1552     Based on an idea by Timo Boettcher.
1553   * zshrc: Cleaned up abbreviations by Alexander Steinböck.
1554     [Closes: issue642]
1555   * zshrc: source ~/.zshrc.local for root, too.
1556   * zshrc: Added a space to a grep related abbreviation for seamless
1557     typing; by Alexander Steinböck [Closes: issue616]
1558   * zshrc: Fix pattern to extract battery status from newer acpi
1559     versions. [Closes: issue657]
1560   * zshrc: Always read /etc/default/locale. Users are expected to
1561     adjust locale settings via '.zshrc.local'.
1562
1563   [ Michael Prokop ]
1564   * vimrc: add check for $NOPRECMD [Closes: issue447]
1565   * vimrc: enable features only if available [Closes: issue641]
1566   * zshrc: use 'setopt noglobdots' as [Open]SuSE uses in its
1567     /etc/zshrc 'setopt globdots' by default.
1568
1569  -- Michael Prokop <mika@grml.org>  Tue, 31 Mar 2009 23:52:18 +0200
1570
1571 grml-etc-core (0.3.64) unstable; urgency=low
1572
1573   * zshrc: rewrite of zurl() by Alexander Steinböck [Closes: issue627]
1574   * zshrc: put "zsh: repo-name" into screen title if the user is in a
1575     VCS-controlled directory [Closes: issue635]
1576
1577  -- Frank Terbeck <ft@grml.org>  Mon, 23 Feb 2009 00:54:05 +0100
1578
1579 grml-etc-core (0.3.63) unstable; urgency=low
1580
1581   [ Michael Prokop ]
1582   * zshrc: use 'rxvt*' to support setting title in rxvt-unicode as
1583     well. Thanks for reporting, gheift! [Closes: issue624]
1584
1585   [ Frank Terbeck ]
1586   * zshrc: make /etc/zsh/functions.d recursive
1587
1588  -- Michael Prokop <mika@grml.org>  Thu, 19 Feb 2009 17:13:33 +0100
1589
1590 grml-etc-core (0.3.62) unstable; urgency=low
1591
1592   [ Michael Prokop ]
1593   * /etc/skel/.vimrc:
1594     - disable digraph by default (it's annoying for users not
1595       being aware of it)
1596     - enable syntax highlighting only if the vim version supports it
1597   * /etc/grml/screenrc:
1598     - re-enable keybindings '^\' and '\\' for exiting screen with query
1599       (thanks, gebi)
1600   * zshrc: provide upgrade path via /etc/skel/.zshrc
1601
1602   [ Frank Terbeck ]
1603   * zshrc: Big setup merge: /etc/zsh/zshrc + /etc/skel/.zshrc into one file
1604     This includes various cleanups.
1605   * zshrc: provide .. as a possible completion
1606   * zshrc: Fix status() when $BAUD is unset, thanks to Alexander
1607     Steinböck [Closes: issue605]
1608   * zshrc: backport disable-patterns feature of vcs_info to the included
1609     version, thanks Christian Hofstaedtler.
1610   * zshrc: add support for OS X (fink and macports) thanks Christian
1611     Hofstaedtler.
1612   * zshrc: Use check_com for screen alias check/execution, thanks
1613     Jan-Hendrik Zab.
1614   * zshrc: add '-f' option to xtrename(), thanks esc.
1615
1616  -- Michael Prokop <mika@grml.org>  Fri, 13 Feb 2009 13:24:23 +0100
1617
1618 grml-etc-core (0.3.61) unstable; urgency=low
1619
1620   * zshrc: Fix a bug in urlencode(), thanks to Baptiste Daroussin
1621     [Closes: issue583]
1622
1623  -- Frank Terbeck <ft@grml.org>  Fri, 05 Dec 2008 18:48:45 +0100
1624
1625 grml-etc-core (0.3.60) unstable; urgency=low
1626
1627   * zshrc: add alias http for running "python -m SimpleHTTPServer"
1628
1629  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 12:52:40 +0100
1630
1631 grml-etc-core (0.3.59) unstable; urgency=low
1632
1633   [ Frank Terbeck ]
1634   * zshrc: set default values for NOPRECMD and friends
1635
1636   [ Michael Prokop ]
1637   * gitconfig: update alias 'out', fix usage of pager config,
1638     add new alias 'tagme'
1639   * zshrc: update function swspeak for new script swspeak-setup
1640
1641  -- Michael Prokop <mika@grml.org>  Sun, 02 Nov 2008 23:50:38 +0100
1642
1643 grml-etc-core (0.3.58) unstable; urgency=low
1644
1645   [ Frank Terbeck ]
1646   * zshrc: partial rewrite and extension of vcs_info()
1647   * zshrc: improvements by Kai Wilke. Thanks! [Closes: issue528]
1648   * zshrc: update zsh-help() output
1649
1650   [ Michael Prokop ]
1651   * Replace hg with git URLs
1652   * Add /etc/skel/.gitconfig (thanks to ft and gebi for feedback
1653     and review).
1654
1655  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 22:12:31 +0200
1656
1657 grml-etc-core (0.3.57) unstable; urgency=low
1658
1659   [ Frank Terbeck ]
1660   * zshrc: Fixed $PS2, which included a backtick, which is special when
1661     setopt prompt_subst is set. Thanks to Matthias Merk for reporting.
1662
1663  -- Michael Prokop <mika@grml.org>  Thu, 11 Sep 2008 12:12:56 +0200
1664
1665 grml-etc-core (0.3.56) unstable; urgency=low
1666
1667   [ Frank Terbeck ]
1668   * zshrc: 'limit stack' needs zsh 4.2.5 or newer (not just 4.*)
1669   * zshrc: changing invocation of vcs_info()
1670
1671  -- Michael Prokop <mika@grml.org>  Mon, 08 Sep 2008 15:28:10 +0200
1672
1673 grml-etc-core (0.3.55) unstable; urgency=low
1674
1675   [ Frank Terbeck ]
1676   * zshrc: Fixing ${YELLOW]}, which is bad zsh syntax.
1677
1678  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 11:55:18 +0200
1679
1680 grml-etc-core (0.3.54) unstable; urgency=low
1681
1682   [ Frank Terbeck ]
1683   * zshrc: Adding support for cvs repositories to vcs_info()
1684   * zshrc: Add an experimental bzr backend, that works without calling
1685     bzr itself; it is disabled by default.
1686   * zshrc: Fix in svn backend of vcs_info(), doc updates and a new
1687     style to configure the %b replacement in formats for svn and bzr
1688   * zshrc: Actually tried svk myself; including vcs_info() fixes from
1689     that test.
1690
1691   [ Michael Prokop ]
1692   * Some cleanups to make lintian happy.
1693
1694  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 11:26:29 +0200
1695
1696 grml-etc-core (0.3.53) unstable; urgency=low
1697
1698   [ Frank Terbeck ]
1699   * zshrc: Handle a state of git in vcs_info(), when a normal
1700     rebase conflicts
1701   * zshrc: Make vcs_info() detect $GIT_DIR/svn and set the name of the
1702     vcs to 'git-svn'
1703   * zshrc: Handle .hg subdirectories, that are not the .hg subdirectory
1704     of a mercurial repository. Found by Karl Voit.
1705   * zshrc: Give the user the opportunity to switch the vcs_info prompt
1706     off for certain version control systems.
1707   * zshrc: Adding support for darcs repositories to vcs_info()
1708   * zshrc: Adding support for monotone repositories to vcs_info()
1709
1710  -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 00:52:14 +0200
1711
1712 grml-etc-core (0.3.52) unstable; urgency=low
1713
1714   * zshrc: Add version control information to our prompt.
1715
1716  -- Frank Terbeck <ft@grml.org>  Tue, 26 Aug 2008 16:36:44 +0200
1717
1718 grml-etc-core (0.3.51) unstable; urgency=low
1719
1720   The "pfuh what nice zsh features" release. :)
1721
1722   [ Frank Terbeck ]
1723   * zshrc: Add persistent dirstack support for shells older than 4.2.0
1724   * zshrc: Make ',.' abbreviation optional [Closes: issue445]
1725   * zshrc: do not use xunfunction() anymore; it prevented things like
1726            'source ~/.zshrc' from working.
1727
1728   [ Michael Gebetsroither ]
1729   * zshrc: add runit sysv emulation support to Start/Stop/Restart/...
1730
1731   [ Michael Prokop ]
1732   * zshrc:
1733     - Add support for ${HOME}/.zshenv.
1734     - Add new function ansi-colors() [via harnir]
1735     - Support .deb in show-archive() [via harnir]
1736     - Fix wrong placed comments for debbug vs. debbugm.
1737       Thanks to Dennis Schreiber for pointing out.
1738     - Provide more processes in completion of programs like
1739       killall (thanks, ft).
1740     - New function uopen() to download a file and display it locally.
1741       Thanks for the idea, formorer; thanks for debugging help, ft. :)
1742     - New function linenr() to print a specific line of file, thanks
1743       to Wuehlmaus.
1744     - Update gizmo() function.
1745     - Add completion for aliases, deactivated by default because it
1746       might be confusing for several users for now. Idea by Julius,
1747       thanks for forwarding - wuehlmaus. :)
1748   * zshenv: set $PATH on Solaris/SunOS.
1749
1750  -- Michael Prokop <mika@grml.org>  Wed, 06 Aug 2008 23:36:58 +0200
1751
1752 grml-etc-core (0.3.50) unstable; urgency=low
1753
1754   [ Michael Prokop ]
1755   * zshrc: update function git-get-plaindiff() so it works around
1756     the "generating..." bug
1757   * zshenv: extend and update $ADDONS handling
1758
1759   [ Frank Terbeck ]
1760   * zshrc: add new bindings: '^xP' and '^xp' for
1761     history-beginning-search-{forward,backward}
1762
1763  -- Frank Terbeck <ft@grml.org>  Thu, 20 Mar 2008 20:33:49 +0100
1764
1765 grml-etc-core (0.3.49) unstable; urgency=low
1766
1767   [ Frank Terbeck ]
1768   * zshrc: Keeping check_com() defined after zshrcs are sourced
1769
1770  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 19:20:54 +0100
1771
1772 grml-etc-core (0.3.48) unstable; urgency=low
1773
1774   [ Alexander Steinböck ]
1775   * zshrc: use $PAGER in dchange(), uchange() and dnews() [Closes: issue386]
1776   * zshrc: adding whatwhen() for history queries [Closes: issue380]
1777
1778   [ Frank Terbeck ]
1779   * zshrc: add a check for ZSH_VERSION >= 3.1.7 [Closes: issue389]
1780
1781   [ Michael Prokop ]
1782   * zshrc: enable 'setopt longlistjobs' by default
1783   * zshrc: re-enable use of 'sudo su' instead of 'sudo -s' for alias su,
1784     otherwise it breaks "su - $USER". Thanks for bringing this up,
1785     Martin Yazdzik!
1786
1787  -- Michael Prokop <mika@grml.org>  Mon, 11 Feb 2008 17:58:42 +0100
1788
1789 grml-etc-core (0.3.47) unstable; urgency=low
1790
1791   * zshrc: prevent chdir() from putting dupes into ~/.zdirs
1792
1793  -- Frank Terbeck <ft@grml.org>  Sun, 20 Jan 2008 01:30:00 +0100
1794
1795 grml-etc-core (0.3.46) unstable; urgency=low
1796
1797   [ Frank Terbeck ]
1798   * zshrc: Adding a generic accept-line wrapper =>
1799     http://www.bewatermyfriend.org/posts/2007/12-26.11-50-38-tooltime.html
1800   * zshrc: make grmlcomp() readable (':nmap b v$hdO<ESC>pj$' - vim is so useful)
1801   * zshrc: convert swspeak from alias to function
1802   * zshrc: removing folsym() - use sll() from now on.
1803   * vimrc: display the file, that is being edited into screen's hardstatus
1804   * zshrc: some refcard-generating tags where positioned incorrectly. fixed
1805
1806   [ Michael Prokop ]
1807   * zshrc: mention http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code
1808     in weather() [thanks, gebi]
1809   * zshrc: set $NAME in screen title only if $HOSTNAME is set
1810
1811  -- Frank Terbeck <ft@grml.org>  Sat, 19 Jan 2008 22:25:22 +0100
1812
1813 grml-etc-core (0.3.45) unstable; urgency=low
1814
1815   [ Michael Prokop ]
1816   * Drop the 'Make p in Visual mode replace the selected text...' from
1817     vimrc. More details available at
1818     http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2005-November/001577.html
1819     - thanks for the hint, James Vega!
1820
1821   [ Alexander Steinböck ]
1822   * /etc/zsh/zshrc: added bindkeys for navigating by vi keys (hjkl)
1823     (disable by default though) as well as 'accept-and-infer-next history'
1824     (ctrl-o) to complete within directories and stay in menu completion.
1825     [Closes: issue350]
1826
1827  -- Michael Prokop <mika@grml.org>  Sat, 22 Dec 2007 00:11:31 +0100
1828
1829 grml-etc-core (0.3.44) unstable; urgency=low
1830
1831   [ Frank Terbeck ]
1832   * zshrc: $reswords is an array *not* a hash
1833
1834  -- Michael Prokop <mika@grml.org>  Fri, 21 Dec 2007 20:54:26 +0100
1835
1836 grml-etc-core (0.3.43) unstable; urgency=low
1837
1838   * /etc/zsh/zshrc: change logic of $HOSTNAME in preexec(): show
1839     $HOSTNAME only when running the command on *another* box (being
1840     a system != localhost).
1841
1842  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 20:33:52 +0100
1843
1844 grml-etc-core (0.3.42) unstable; urgency=low
1845
1846   [ Frank Terbeck ]
1847   * zsh: disable command-completion descriptions
1848
1849  -- Michael Prokop <mika@grml.org>  Tue, 11 Dec 2007 19:45:18 +0100
1850
1851 grml-etc-core (0.3.41) unstable; urgency=low
1852
1853   The big zsh update release.
1854
1855   [ Alexander Steinböck]
1856   * standarized the use of brackets - double instead of
1857     single ones - for test situations like if-clauses [thanks!]
1858     [Testing: issue354]
1859
1860   [ Michael Prokop ]
1861   * add alias 'g' for git
1862   * set modelines for vim according to new indenting policy
1863   * extend debbug() based on http://xana.scru.org/quanks/b-func.html
1864
1865   [ Frank Terbeck ]
1866   * several small cleanups by ft
1867   * patch bomb for unified indenting
1868   * introducing check_com() to check for the existence of commands
1869   * introducing more utility functions: xcat and xsource
1870     moving salias to utility functions
1871
1872  -- Michael Prokop <mika@grml.org>  Sun, 02 Dec 2007 19:54:45 +0100
1873
1874 grml-etc-core (0.3.40) unstable; urgency=low
1875
1876   * /etc/zsh/zshrc: add MANWIDTH, deactivated by default though;
1877     thanks Alexander Steinböck! [Closes: issue343]
1878   * /etc/grml/screenrc: fix colorschema of 'switch order of caption and
1879     hardstatus'
1880
1881  -- Michael Prokop <mika@grml.org>  Thu, 22 Nov 2007 11:13:45 +0100
1882
1883 grml-etc-core (0.3.39) unstable; urgency=low
1884
1885   * Move vim vs. vi from /etc/skel/.zshrc.grmlsmall to /etc/zsh/zshrc
1886     to make sure it's also fixed for user root.
1887
1888  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 12:20:44 +0100
1889
1890 grml-etc-core (0.3.38) unstable; urgency=low
1891
1892   * Provide e* functions in /etc/grml/lsb-functions again
1893     and restore some RC_* variables.
1894     Otherwise we break just too many scripts.
1895
1896  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 09:36:33 +0200
1897
1898 grml-etc-core (0.3.37) unstable; urgency=low
1899
1900   [Frank Terbeck]
1901   * Refactor /etc/grml/lsb-functions and /etc/grml/script-functions
1902     [Closes: issue291]
1903
1904  -- Michael Prokop <mika@grml.org>  Tue, 23 Oct 2007 20:06:21 +0200
1905
1906 grml-etc-core (0.3.36) unstable; urgency=low
1907
1908   [Frank Terbeck]
1909   * /etc/zsh/zshrc: not using 'for name0 name1 in a b c d ; ...'
1910     anymore to work around problems with older zsh versions.
1911
1912   [Michael Prokop]
1913   * /etc/zsh/zshrc: enable transient_rprompt only for zsh >= 4.1.
1914
1915  -- Michael Prokop <mika@grml.org>  Mon, 22 Oct 2007 16:48:40 +0200
1916
1917 grml-etc-core (0.3.35) unstable; urgency=low
1918
1919   * /etc/zsh/zshrc: support displaying version control information inside
1920     prompt (display on $RPROMPT). Just run 'VCS=1' to enable the feature.
1921     [Closes: issue305]
1922
1923  -- Michael Prokop <mika@grml.org>  Thu, 18 Oct 2007 10:22:36 +0200
1924
1925 grml-etc-core (0.3.34) unstable; urgency=low
1926
1927   * /etc/apt/grml/listbugs: support non-apt-show-versions variant
1928     as well.
1929
1930  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 11:49:59 +0200
1931
1932 grml-etc-core (0.3.33) unstable; urgency=low
1933
1934   * Rename /etc/apt/listbugs into /etc/apt/grml/listbugs so it
1935     does not conflict with apt-listbugs.
1936
1937  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 01:00:44 +0200
1938
1939 grml-etc-core (0.3.32) unstable; urgency=low
1940
1941   * Add /etc/apt/listbugs: display known bugs of currently running
1942     system. This script is used inside grml-live.
1943
1944  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 00:22:38 +0200
1945
1946 grml-etc-core (0.3.31) unstable; urgency=low
1947
1948   [ Michael Prokop ]
1949   * /etc/skel/.zshrc:
1950     - use same pattern in function wikien as in wikide. (thanks wuehlmaus)
1951     - wodeb(): update URL (thanks for the pointer, wuehlmaus)
1952     - getskype(): make it compatible with final skype 1.4 version
1953   * Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script
1954   * Added /etc/grml/screenrc_generic which should work on any OS without
1955     any grml/Debian specific programs/scripts.
1956   * /etc/grml/screenrc*:
1957     - provide example for switching caption and hardstatus for better
1958       use with splitted windows; thanks to Alexander 'z3ttacht' Steinböck
1959       for the patch! [Closes: issue300]
1960     - improve usage of yacpi, thanks to Alexander 'z3ttacht' Steinböck for
1961       the initial patch! [Closes: issue301]
1962
1963   [ Michael Gebetsroither ]
1964   * /etc/zsh/zshrc: added bk() to backup a file with iso time tagged.
1965
1966
1967  -- Michael Prokop <mika@grml.org>  Fri,  5 Oct 2007 18:45:48 +0200
1968
1969 grml-etc-core (0.3.30) unstable; urgency=low
1970
1971   [ Frank Terbeck ]
1972   * /etc/grml/lsb-functions: another few bugfixes
1973
1974  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 23:39:11 +0200
1975
1976 grml-etc-core (0.3.29) unstable; urgency=low
1977
1978   [ Frank Terbeck ]
1979   * /etc/grml/lsb-functions: another bugfix
1980
1981  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:33:30 +0200
1982
1983 grml-etc-core (0.3.28) unstable; urgency=low
1984
1985   [ Frank Terbeck ]
1986   * /etc/grml/lsb-functions: some more slightly improvements
1987
1988  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:21:55 +0200
1989
1990 grml-etc-core (0.3.27) unstable; urgency=low
1991
1992   [ Frank Terbeck ]
1993   * Refactoring /etc/grml/lsb-functions and
1994     /etc/grml/script-functions.
1995
1996   [ Michael Prokop ]
1997   * Update /etc/apt/sources.list.grml.
1998   * /etc/grml/lsb-functions: support disabling
1999     colors through $NOCOLORS
2000
2001  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 17:16:26 +0200
2002
2003 grml-etc-core (0.3.26) unstable; urgency=low
2004
2005   [ Frank Terbeck ]
2006   * /etc/grml/lsb-functions: fix empty $COLS when running inside
2007     chroot
2008
2009  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 13:49:29 +0200
2010
2011 grml-etc-core (0.3.25) unstable; urgency=low
2012
2013   * /etc/zsh/zshrc: unalias utf2iso and iso2utf only it it's set.
2014
2015  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:44:11 +0200
2016
2017 grml-etc-core (0.3.24) unstable; urgency=low
2018
2019   [ Frank Terbeck ]
2020   * try to make 'lsb-functions' parsable by (d)ash
2021
2022   [ Michael Prokop ]
2023   * /etc/zsh/zshrc: convert utf2iso and iso2utf into functions,
2024     Use 'command grep' (thanks to z3ttacht) and fix a small bug
2025     in iso2utf.
2026   * Pre-Depend on zsh [Testing: issue287]
2027
2028  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:24:36 +0200
2029
2030 grml-etc-core (0.3.23) unstable; urgency=low
2031
2032   * /etc/zsh/zshenv: switch direction of check for lesspipe vs.
2033     lesspipe.sh so we use the extended version by default if
2034     it's available.
2035
2036  -- Michael Prokop <mika@grml.org>  Wed,  5 Sep 2007 18:22:57 +0200
2037
2038 grml-etc-core (0.3.22) unstable; urgency=low
2039
2040   [Frank Terbeck]
2041   * /etc/zsh/zshrc:
2042     - Ignoring commands that match 'aptitude-*'. Using _ignored in addition.
2043       That way, you can always get aptitude-* by 'aptitude-<tab>'.
2044     - Let sudo-command-line() do something sensible on an empty buffer.
2045
2046  -- Michael Prokop <mika@grml.org>  Sun, 19 Aug 2007 10:50:43 +0200
2047
2048 grml-etc-core (0.3.21) unstable; urgency=low
2049
2050   * /etc/skel/.zshrc: use luit for utf<->iso-hacks.
2051
2052  -- Michael Prokop <mika@grml.org>  Wed, 08 Aug 2007 21:29:06 +0200
2053
2054 grml-etc-core (0.3.20) unstable; urgency=low
2055
2056   * /etc/grml/lsb-functions: put log_end_msg exactly one char to
2057     the left so look'n'feel with current Debian lsb-functions
2058     is better.
2059
2060  -- Michael Prokop <mika@grml.org>  Sat, 28 Jul 2007 01:15:23 +0200
2061
2062 grml-etc-core (0.3.19) unstable; urgency=low
2063
2064   * /etc/zsh/zshenv: make sure /usr/bin/id is available
2065
2066  -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 15:02:08 +0200
2067
2068 grml-etc-core (0.3.18) unstable; urgency=low
2069
2070   * /etc/zsh/zshrc:
2071     - use aptitude safe-upgrade instead of aptitude upgrade
2072   * /etc/apt/sources.list.grml:
2073     - added entry for cryptobox-server
2074     - drop the '#1#'-stuff as we provide all packages via the
2075       grml repository now
2076
2077  -- Michael Prokop <mika@grml.org>  Mon, 23 Jul 2007 11:46:54 +0200
2078
2079 grml-etc-core (0.3.17) unstable; urgency=low
2080
2081   The 'Man, what a lazy folk'-release
2082   * /etc/skel/.zshrc:
2083     - added function weather() to retrieve weather information on
2084       the console
2085     - use mostlike manpage browser only if LESS_TERMCAP_* is not set
2086   * /etc/zsh/zshrc:
2087     - added alias S for screen
2088     - alias s for ssh
2089     - added alias top10 to get the top 10 shell commands from the history
2090     - make sure we provide arguments for startx in the function as well
2091       (thanks for reporting the issue, Kevin Krammer!)
2092   * /etc/zsh/zshenv:
2093     - check for presence of lesspipe[.sh] before setting $LESSOPEN
2094     - added LESS_TERMCAP_*
2095   * /etc/skel/.vimrc:
2096     - deactivate digraph option causing too many headaches for people
2097       not being used to that option
2098
2099  -- Michael Prokop <mika@grml.org>  Tue, 17 Jul 2007 15:48:48 +0200
2100
2101 grml-etc-core (0.3.16) unstable; urgency=low
2102
2103   * /etc/zsh/zshrc: dchange() - restore old behaviour with
2104     fallback to /usr/share/doc/$PACKAGE/changelog.gz before
2105     trying to download the changelog via aptitude
2106
2107  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:19:54 +0200
2108
2109 grml-etc-core (0.3.15) unstable; urgency=low
2110
2111   * /etc/zsh/zshrc:
2112     - activate 'setopt pushd_ignore_dups' to avoid duplicates
2113       in ~/.zdirs (thanks to wuehlmaus for bringing up
2114       and for the appropriate configuration thanks to ft!)
2115     - dchange() function: remove hardcoded option
2116
2117  -- Michael Prokop <mika@grml.org>  Sat, 07 Jul 2007 10:52:03 +0200
2118
2119 grml-etc-core (0.3.14) unstable; urgency=low
2120
2121   * /etc/zsh/zshrc: yse kexec alias only if /proc/cmdline can be read.
2122
2123  -- Michael Prokop <mika@grml.org>  Wed, 04 Jul 2007 12:41:29 +0200
2124
2125 grml-etc-core (0.3.13) unstable; urgency=low
2126
2127   * /etc/zsh/zshrc:
2128     - aoeu(): do not use $XKEYBOARD and $KEYTABLE as booting
2129       with bootoption dvorak might be not so amusing for people
2130       not being used to dvorak keyboard layout :)
2131     - added alias "$(uname -r)-reboot for fast rebooting via kexec
2132     - dchange(): use aptitude to retrieve changelog if no changelog
2133       can be found on the local system (thanks for the idea, nico!)
2134
2135  -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 23:05:58 +0200
2136
2137 grml-etc-core (0.3.12) unstable; urgency=low
2138
2139   * Added some more examples to /etc/network/interfaces.examples.
2140   * /etc/zsh/zshrc:
2141     - move environment stuff from /etc/zsh/zshenv to
2142       /etc/zsh/zshrc so we don't have all the environment variables
2143       in 'zsh -f', thanks for the patch - ft!
2144     - added function dnews (to view Debian's NEWS file of the package)
2145     - fix some typos
2146     - compctl definition shadowed _grmlinitd. Found by Anthony
2147       Charles and forwared by ft. Thanks!
2148     - added function minimal-shell (spawn a minimally set up ksh),
2149       thanks ft!
2150     - added keybinding ctrl-x1 to jump behind the first word on the
2151       cmdline, thanks again ft!
2152     - added keywords/strings for automatic building of grml' zsh
2153       reference card [and once more thanks to ft! :)]
2154   * /etc/skel/.vimrc: support ~/.vimrc.local
2155
2156  -- Michael Prokop <mika@grml.org>  Sun, 10 Jun 2007 00:04:08 +0200
2157
2158 grml-etc-core (0.3.11) unstable; urgency=low
2159
2160   * /etc/zsh/zshrc:
2161     - added function ipv6-tunnel (set up an ipv6 tunnel)
2162     - added function iwclient (run dhclient for wireless device),
2163       thanks Niels Giesen!
2164     - improved usage info of mkmaildir()
2165     - removed some "function" keywords
2166
2167  -- Michael Prokop <mika@grml.org>  Sat, 09 Jun 2007 00:45:05 +0200
2168
2169 grml-etc-core (0.3.10) unstable; urgency=low
2170
2171   * /etc/zsh/zshrc: use \e instead of the escape-sequence.
2172     Thanks for the patches, ft! [Closes: issue229, issue230]
2173
2174  -- Michael Prokop <mika@grml.org>  Thu, 07 Jun 2007 14:51:38 +0200
2175
2176 grml-etc-core (0.3.9) unstable; urgency=low
2177
2178   * /etc/zsh/zshrc:
2179     - added functions aoeu() and asdf() to just press 'asdf' keys to
2180       toggle between dvorak and us keyboard layout
2181     - added function uiae() to just press 'asdf' key to toggle from
2182       neon layout to us keyboard layout
2183
2184  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 23:25:17 +0200
2185
2186 grml-etc-core (0.3.8) unstable; urgency=low
2187
2188   * /etc/zsh/zshrc:
2189     - Mention "alias -s pl='perl -S'" within the zsh-mime-setup stuff
2190     - Use 'sudo -s' for alias su.
2191     - Added alias llog for "$PAGER /var/log/syslog"
2192
2193  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:43:51 +0200
2194
2195 grml-etc-core (0.3.7) unstable; urgency=low
2196
2197   * /etc/zsh/zshrc and /etc/skel/.zshrc: some more checks whether
2198     the global file has been read.
2199
2200  -- Michael Prokop <mika@grml.org>  Tue, 29 May 2007 16:31:19 +0200
2201
2202 grml-etc-core (0.3.6) unstable; urgency=low
2203
2204   * /etc/zsh/zshrc: do not even add completion directories if
2205     broken setup has been detected.
2206
2207  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 19:12:30 +0200
2208
2209 grml-etc-core (0.3.5) unstable; urgency=low
2210
2211   * /etc/zsh/zshrc + /etc/skel/.zshrc: unify way of checking for
2212     present binaries/executables
2213   * /etc/zsh/zshrc: check for potentially old files in 'completion.d',
2214     thanks for the patch - ft!
2215   * /etc/skel/.zshrc: added alias ips for 'ipython -p sh'
2216
2217  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2007 01:30:39 +0200
2218
2219 grml-etc-core (0.3.4) unstable; urgency=low
2220
2221   * /etc/zsh/zshrc: check for present directory inside dirstack
2222     code before switching between directories.
2223
2224  -- Michael Prokop <mika@grml.org>  Wed, 23 May 2007 10:22:14 +0200
2225
2226 grml-etc-core (0.3.3) unstable; urgency=low
2227
2228   * /etc/skel/.zshrc:
2229     - added function fluxkey-change to change fluxbox keys
2230       from 'Alt-#' to 'Alt-F#' and vice versa
2231
2232  -- Michael Prokop <mika@grml.org>  Thu, 17 May 2007 15:08:57 +0200
2233
2234 grml-etc-core (0.3.2) unstable; urgency=low
2235
2236   * /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus!
2237
2238  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 11:11:12 +0200
2239
2240 grml-etc-core (0.3.1) unstable; urgency=low
2241
2242   * /etc/zsh/zshrc:
2243     - Applied patch by ft for better $SUDO handling via salias, thanks!
2244     - Added alias debian2hd.
2245
2246  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 10:53:59 +0200
2247
2248 grml-etc-core (0.3.0) unstable; urgency=low
2249
2250   * /etc/zsh/zshrc: check for $SUDO and do not use it when running
2251     as root so we have the command in the zsh history.
2252
2253  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 12:19:36 +0200
2254
2255 grml-etc-core (0.2.53) unstable; urgency=low
2256
2257   * Add /etc/skel/.emacs which enables UTF-8 mode by default.
2258     Thanks to Josef Teske for the bugreport!
2259
2260  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 00:14:18 +0200
2261
2262 grml-etc-core (0.2.52) unstable; urgency=low
2263
2264   * /etc/zsh/zshrc and /etc/skel/.zshrc:
2265     Added alias and powerglob insecscp (like insecssh but for scp).
2266
2267  -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 23:22:32 +0200
2268
2269 grml-etc-core (0.2.51) unstable; urgency=low
2270
2271   * /etc/zsh/zshrc:
2272     * added function wrapper brltty which loads a default
2273       console font, works around problem in UTF-8 environment.
2274       Thanks for reporting, Hermann 'steppenwolf2'!
2275   * /etc/skel/.zshrc: added some functions (thanks, ft!):
2276     - hl: highlighted less
2277     - ic_get: queries imap servers for capabilities
2278     - j2v: open file in vim and jump to line
2279     - mkmaildir: creates a Maildir/ with its {new,cur,tmp} subdirs
2280     - xtrename: rename xterm from within GNU-screen
2281     - zurl: create small urls via tinyurl.com using wget, grep and sed
2282
2283  -- Michael Prokop <mika@grml.org>  Fri, 11 May 2007 01:07:27 +0200
2284
2285 grml-etc-core (0.2.50) unstable; urgency=low
2286
2287   * /etc/zsh/zshrc: sleep 2 seconds before running flite in
2288     swspeak alias.
2289
2290  -- Michael Prokop <mika@grml.org>  Sun, 29 Apr 2007 13:16:48 +0200
2291
2292 grml-etc-core (0.2.49) unstable; urgency=low
2293
2294   * /etc/zsh/zshrc: improve code for 'manual overriding of RPROMPT'
2295     [thanks for helping, ft!]
2296
2297  -- Michael Prokop <mika@grml.org>  Sun, 22 Apr 2007 18:37:27 +0200
2298
2299 grml-etc-core (0.2.48) unstable; urgency=low
2300
2301   * /etc/zsh/zshrc:
2302     - re-enable smiley in RPROMPT, thanks to transient_rprompt
2303       [thanks for the pointer, Christian Schneider!]
2304     - allow manual overriding of RPROMPT
2305
2306  -- Michael Prokop <mika@grml.org>  Sat, 21 Apr 2007 23:57:28 +0200
2307
2308 grml-etc-core (0.2.47) unstable; urgency=low
2309
2310   * Big rewrite of /etc/zsh/completion.d/, thanks to ft!
2311     [Testing: issue201]
2312
2313  -- Michael Prokop <mika@grml.org>  Tue, 17 Apr 2007 09:21:03 +0200
2314
2315 grml-etc-core (0.2.46) unstable; urgency=low
2316
2317   * /etc/zsh/zshrc: deactivate url-quote-magic by default and
2318     provide it as alias url-quote instead. Added zstyle for
2319     url-quote-magic as well, thanks ft!
2320
2321  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 22:36:28 +0200
2322
2323 grml-etc-core (0.2.45) unstable; urgency=low
2324
2325   * /etc/zsh/zshrc: fix syntax error in get_twi_cl.
2326
2327  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:11:42 +0200
2328
2329 grml-etc-core (0.2.44) unstable; urgency=low
2330
2331   * /etc/zsh/zshrc: add check regarding get_twi_cl->get_3ware
2332     change.
2333
2334  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:06:12 +0200
2335
2336 grml-etc-core (0.2.43) unstable; urgency=low
2337
2338   * /etc/zsh/zshrc:
2339     - applied patch by ft for generic file completion (thanks!)
2340     - added function sll (list symlinks in more details), thanks
2341       for the code base, Manuel Fuhr and ft!
2342   * /etc/skel/.zshrc: added alias mq (execute commands on the
2343     versioned patch-queue from the current repos) [thanks, gebi]
2344
2345  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:35:15 +0200
2346
2347 grml-etc-core (0.2.42) unstable; urgency=low
2348
2349   * Update and cleanup /etc/apt/sources.list.grml. Thanks for hints,
2350     Ronny Plattner!
2351
2352  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 12:48:14 +0200
2353
2354 grml-etc-core (0.2.41) unstable; urgency=low
2355
2356   * /etc/grml/script-functions: replace $UID with 'id -u' so we improve
2357     compability for POSIX/dash.
2358
2359  -- Michael Prokop <mika@grml.org>  Fri,  6 Apr 2007 22:42:16 +0200
2360
2361 grml-etc-core (0.2.40) unstable; urgency=low
2362
2363   * /etc/skel/.vimrc: do not set 'tw=72' by default anymore.
2364     Thanks for the hint, gebi.
2365
2366  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 21:38:48 +0200
2367
2368 grml-etc-core (0.2.39) unstable; urgency=low
2369
2370   * /etc/zsh/zshrc:
2371     - added alias mdstat for 'cat /proc/mdstat' and
2372       alias ... which does a 'cd ../../'. Thanks, gebi!
2373     - check for 'most' before assigning aliases dchange and uchange
2374
2375  -- Michael Prokop <mika@grml.org>  Thu, 29 Mar 2007 00:22:28 +0200
2376
2377 grml-etc-core (0.2.38) unstable; urgency=low
2378
2379   * /etc/zsh/zshrc: added new aliases ati (aptitude install) and up
2380     (aptitude update, aptitude upgrade) - thanks for suggestion - Otti!
2381
2382  -- Michael Prokop <mika@grml.org>  Wed, 28 Mar 2007 20:45:21 +0200
2383
2384 grml-etc-core (0.2.37) unstable; urgency=low
2385
2386   * Add solaris examples to /etc/zsh/zshenv
2387
2388  -- Michael Prokop <mika@grml.org>  Thu, 22 Mar 2007 12:30:55 +0100
2389
2390 grml-etc-core (0.2.36) unstable; urgency=low
2391
2392   * Another version of dpkg-divert handling for debian/preinst.
2393
2394  -- Michael Prokop <mika@grml.org>  Wed, 21 Mar 2007 19:03:38 +0100
2395
2396 grml-etc-core (0.2.35) unstable; urgency=low
2397
2398   * /etc/zsh/zshrc: added aliases for better iso<->utf handling:
2399     - term2iso
2400     - term2utf
2401     - utf2iso
2402     - iso2utf
2403
2404  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 20:12:40 +0100
2405
2406 grml-etc-core (0.2.34) unstable; urgency=low
2407
2408   * /etc/grml/lsb-functions: set RC_NOCOLOR if nocolor string is
2409     present in /proc/cmdline
2410
2411  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 15:17:45 +0100
2412
2413 grml-etc-core (0.2.33) unstable; urgency=low
2414
2415   * /etc/zsh/zshenv: fix sourcing of /etc/timezone
2416
2417  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:51:36 +0100
2418
2419 grml-etc-core (0.2.32) unstable; urgency=low
2420
2421   * /etc/zsh/zshenv: source /etc/timezone if present
2422     (We don't want to set TZ via /etc/default/locale any longer.)
2423
2424  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:18:38 +0100
2425
2426 grml-etc-core (0.2.31) unstable; urgency=low
2427
2428   * /etc/zsh/zshrc: update swspeak alias:
2429     - set mixer settings to 90 by default when running swspeak
2430     - check for present /dev/softsynth and warn otherwise using flite
2431     - welcome user via flite with "Finished setting up software synthesizer"
2432       when finished execution of swspeak alias
2433     [Closes: issue152]
2434
2435  -- Michael Prokop <mika@grml.org>  Fri, 16 Mar 2007 22:17:27 +0100
2436
2437 grml-etc-core (0.2.30) unstable; urgency=low
2438
2439   * /etc/zsh/zshrc: added rationalise-dot (just type 'cd ...' to
2440     get 'cd ../..'), but deactivated by default. Taken from
2441     Christian Schneider:
2442     http://strcat.de/blog/archives/707-Schnelles-Verzeichniswechseln.html
2443     Thanks for pointing, schula.
2444
2445  -- Michael Prokop <mika@grml.org>  Wed, 14 Mar 2007 15:41:08 +0100
2446
2447 grml-etc-core (0.2.29) unstable; urgency=low
2448
2449   * /etc/skel/.zshrc: remove duplicate cl() definition, thanks - Jens
2450     Kubieziel!
2451
2452  -- Michael Prokop <mika@grml.org>  Sun, 11 Mar 2007 12:45:25 +0100
2453
2454 grml-etc-core (0.2.28) unstable; urgency=low
2455
2456   * /etc/vim/vimrc: added 'set wildmenu' (thanks for suggestion, ft!)
2457
2458  -- Michael Prokop <mika@grml.org>  Fri,  9 Mar 2007 15:33:55 +0100
2459
2460 grml-etc-core (0.2.27) unstable; urgency=low
2461
2462   * Another fix for debian/preinst to avoid breakage on older systems.
2463
2464  -- Michael Prokop <mika@grml.org>  Sat,  3 Mar 2007 18:36:41 +0100
2465
2466 grml-etc-core (0.2.26) unstable; urgency=low
2467
2468   * Move /etc/skel/.channels to package grml-etc.
2469   * Fix preinst failure of /etc/zsh/zlogin on Debian stable systems.
2470
2471  -- Michael Prokop <mika@grml.org>  Thu,  1 Mar 2007 14:59:51 +0100
2472
2473 grml-etc-core (0.2.25) unstable; urgency=low
2474
2475   * /etc/zsh/zshrc: user root should have umask 022 of course.
2476     User has 002. Thanks for reporting, Tobias Walkowiak!
2477
2478  -- Michael Prokop <mika@grml.org>  Mon, 26 Feb 2007 18:44:45 +0100
2479
2480 grml-etc-core (0.2.24) unstable; urgency=low
2481
2482   * /etc/zsh/zshenv: source /etc/default/locale only if
2483     $LANG is not set. If $LANG is not set at all fall
2484     back to en_US.iso885915 as usual. This allows manual
2485     overwriting of $LANG.
2486
2487  -- Michael Prokop <mika@grml.org>  Sun, 25 Feb 2007 22:08:55 +0100
2488
2489 grml-etc-core (0.2.23) unstable; urgency=low
2490
2491   * /etc/zsh/zshrc:
2492     - export SHELL='/bin/zsh', otherwise aterm and rxvt use
2493       /bin/sh or /bin/bash. :-/
2494     - add a space character in some abbreviation expansions
2495       so it's better readable.
2496     - added insert-unicode-char
2497     - drop the check for
2498       /usr/share/zsh/$ZSH_VERSION/functions/Prompts/promptinit and
2499       /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic
2500       because the check does not work for example with the zsh-beta
2501       package. If you notice problems with the current code please
2502       let me know.
2503   * /etc/skel/.zshrc:
2504     - added function ytdl (download video from youtube)
2505     - work around non utf8 capable software in utf environment
2506       using aliases for mrxvt, aterm and centericq
2507   * /etc/zsh/*: improved documentation about startup of zsh
2508
2509  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 17:30:11 +0100
2510
2511 grml-etc-core (0.2.22) unstable; urgency=low
2512
2513   * Adding directory /etc/skel/.channels with the following files:
2514     - Files for use with scan of dvb-utils:
2515       * at-austria    -> austria in general
2516       * at-graz       -> working file for Graz
2517       * at-klagenfurt -> working file for Klagenfurt
2518     - Already configured files for use with mplayer/xine/...:
2519       * channels.conf-AT-graz       -> use DVB in Graz
2520       * channels.conf-AT-klagenfurt -> use DVB in Klagenfurt
2521
2522  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 12:02:16 +0100
2523
2524 grml-etc-core (0.2.21) unstable; urgency=low
2525
2526   * /etc/zsh/zshrc: check for upper letters in isutfenv as well
2527
2528  -- Michael Prokop <mika@grml.org>  Sat, 17 Feb 2007 12:15:15 +0100
2529
2530 grml-etc-core (0.2.20) unstable; urgency=low
2531
2532   * Update of /etc/skel/.vimrc and /etc/vim/vimrc, added
2533     /etc/skel/.vim/ftplugin/c.vim.
2534
2535  -- Michael Prokop <mika@grml.org>  Sat, 10 Feb 2007 11:33:13 +0100
2536
2537 grml-etc-core (0.2.19) unstable; urgency=low
2538
2539   * /etc/vim/vimrc: make sure we use 'syntax on' only when we
2540     have vim with +syntax
2541   * debian/preinst: another fix to improve keeping of original
2542     configuration files
2543
2544  -- Michael Prokop <mika@grml.org>  Fri,  9 Feb 2007 15:24:14 +0100
2545
2546 grml-etc-core (0.2.18) unstable; urgency=low
2547
2548   * /etc/zsh/completion.d/grml-wallpaper: allow proper setting
2549     of parameters for local directories [Closses: issue116]
2550
2551  -- Michael Prokop <mika@grml.org>  Tue,  6 Feb 2007 20:17:02 +0100
2552
2553 grml-etc-core (0.2.17) unstable; urgency=low
2554
2555   * zsh config files: fix handling of check for binaries, thanks
2556     for reporting to Erich Minderlein, thanks for investigation
2557     and patch to ft! (Closes: issue80)
2558
2559  -- Michael Prokop <mika@grml.org>  Fri, 19 Jan 2007 19:27:43 +0100
2560
2561 grml-etc-core (0.2.16) unstable; urgency=low
2562
2563   * /etc/zsh/zshrc:
2564     - add completion for qma (thanks, wuehlmaus)
2565
2566  -- Michael Prokop <mika@grml.org>  Thu, 18 Jan 2007 13:08:54 +0100
2567
2568 grml-etc-core (0.2.15) unstable; urgency=low
2569
2570   * /etc/zsh/zshrc:
2571     - rename edfun() into edfunc() [thanks for hint, Kai Wilke!]
2572     - added some useful config stuff (deactivated by default as it
2573       needs personal tuning) contributed by Kai Wilke [thanks!]
2574     - improved host completion (thanks for some code, Kai Wilke!)
2575     - added apache2-ssl-certificate() as Debian does not ship
2576       the script anymore *grml*
2577     - support zsh profiling via $ZSH_PROFILE_RC and profile()
2578     - added alias 0 which does nothing else than 'return 0' (I like
2579       a clean prompt without error return codes inside but don't
2580       want to miss the feature itself, so just press 0<cr> and that's
2581       it :))
2582     - added alias debs-by-size
2583     - added function deswap (useful after suspending), function hex
2584       (print hex value of a number) and function peval (perl-eval)
2585
2586  -- Michael Prokop <mika@grml.org>  Fri,  5 Jan 2007 00:00:54 +0100
2587
2588 grml-etc-core (0.2.14) unstable; urgency=low
2589
2590   * Use builtin for chpwd's dirs command instead of the alias
2591     and function workaround, thanks - schula!
2592
2593  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 14:55:05 +0100
2594
2595 grml-etc-core (0.2.13) unstable; urgency=low
2596
2597   * /etc/zsh/zshrc + /etc/skel/.zshrc: make sure 'dirs' is not
2598     an alias or function
2599
2600  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 13:52:22 +0100
2601
2602 grml-etc-core (0.2.12) unstable; urgency=low
2603
2604   * /etc/zsh/zshrc: add support for global dirstack handling
2605     (Closes: issue47)
2606
2607  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 20:12:25 +0100
2608
2609 grml-etc-core (0.2.11) unstable; urgency=low
2610
2611   * Do not depend on vim or nvi only but allow use of virtual package
2612     editor also. Thanks, Markus Wigge <mwigge@marcant.net>!
2613
2614  -- Michael Prokop <mika@grml.org>  Fri, 15 Dec 2006 01:02:09 +0100
2615
2616 grml-etc-core (0.2.10) unstable; urgency=low
2617
2618   * Remove /etc/skel/.zshrc from dpkg-diversion.
2619
2620  -- Michael Prokop <mika@grml.org>  Tue,  5 Dec 2006 17:05:57 +0100
2621
2622 grml-etc-core (0.2.9) unstable; urgency=low
2623
2624   * /etc/zsh/zshrc: update NOPRECMD handling
2625
2626  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 11:47:22 +0100
2627
2628 grml-etc-core (0.2.8) unstable; urgency=low
2629
2630   * /etc/zsh/zshrc: drop completion for lintian and linda as
2631     zsh ships that already.
2632
2633  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 22:43:38 +0100
2634
2635 grml-etc-core (0.2.7) unstable; urgency=low
2636
2637   * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
2638     therefore and use qma for manzsh too. (This fixes part 2/2 of
2639     issue19)
2640
2641  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:49:05 +0100
2642
2643 grml-etc-core (0.2.6) unstable; urgency=low
2644
2645   * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
2646     (Closes: issue36)
2647
2648  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:24:07 +0100
2649
2650 grml-etc-core (0.2.5) unstable; urgency=low
2651
2652   * /etc/zsh/zshrc:
2653     - our new default umask is now 002.
2654     - function isutfenv to check whether we are running inside
2655       an utf environment
2656     - add option utf8 to alias truec according to result of isutfenv
2657
2658  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
2659
2660 grml-etc-core (0.2.4) unstable; urgency=low
2661
2662   * /etc/zsh/zshrc: add alias 'any' for grepping through process
2663     list, thanks for the basic idea - Karl Voit!
2664
2665  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
2666
2667 grml-etc-core (0.2.3) unstable; urgency=low
2668
2669   * Let's ship /etc/apt/preferences.grml as reference file.
2670
2671  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
2672
2673 grml-etc-core (0.2.2) unstable; urgency=low
2674
2675   Another "Frank 'ft' Terbeck is my zsh hero" release.
2676
2677   * Use new grml-repository by default now (thanks for the great
2678     work, formorer!).
2679   * /etc/zsh/zshrc:
2680     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
2681       main zsh config file so we can use it as root as well (thanks for hint,
2682       wuehlmaus)
2683     - move function H-Glob to this file as well and make it available
2684       as help-zshglob as well, thanks for the translation to english - ft!
2685     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
2686     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
2687   * /etc/skel/.zshrc:
2688     - rework function dirspace() [support $1]
2689     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
2690
2691  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
2692
2693 grml-etc-core (0.2.1) unstable; urgency=low
2694
2695   * New version number for new release.
2696
2697  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
2698
2699 grml-etc-core (0.1-38) unstable; urgency=low
2700
2701   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
2702     to Erich Minderlein and Ulrich Dangel!
2703
2704  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
2705
2706 grml-etc-core (0.1-37) unstable; urgency=low
2707
2708   The 'preparation to a zsh workshop improves code quality' release. :)
2709
2710   * /etc/zsh/zshrc:
2711     - run "limit core 0" only in live-cd mode
2712     - support Force-Reload for /etc/init.d/*-action as well
2713     - move upgrade-function from /etc/skel/.zshrc to this file
2714   * /etc/skel/.zshrc: some cosmetic cleanups
2715   * grml-zsh-refcard has been updated (big thanks to Frank
2716     Terbeck again!) (Closes: issue9)
2717
2718  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
2719
2720 grml-etc-core (0.1-36) unstable; urgency=low
2721
2722   * /etc/skel/.zshrc:
2723     + alias hbp='hg-buildpackage'
2724     + renamed tla related aliases:
2725         ldiff   => tdi
2726         mirror  => tmi
2727         commit  => tco
2728         merge   => tme
2729     + fix function lcheck
2730   * /etc/zsh/zshrc:
2731     + grml-rebuildfstab: use -config option of new rebuildfstab
2732     + alias acp='apt-cache policy'
2733
2734  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
2735
2736 grml-etc-core (0.1-35) unstable; urgency=low
2737
2738   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
2739     for the great work, formorer!), not yet activated by default.
2740
2741  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
2742
2743 grml-etc-core (0.1-34) grml-testing; urgency=low
2744
2745   * Build package for new repository layout using 'grml-testing'
2746     as "Distribution".
2747
2748  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
2749
2750 grml-etc-core (0.1-33) unstable; urgency=low
2751
2752   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
2753     to avoid problems with different zsh versions.
2754   * Small fix in debian/preinst to prevent overwriting from original
2755     files when diverting several times (again: please report any
2756     problems you notice).
2757   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
2758     debian.vim, just to make sure we have nocompatible also on
2759     older vim versions.
2760
2761  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
2762
2763 grml-etc-core (0.1-32) unstable; urgency=low
2764
2765   * zsh-setup: applied patch from Frank Terbeck for improved
2766     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
2767
2768  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
2769
2770 grml-etc-core (0.1-31) unstable; urgency=low
2771
2772   * /etc/skel/.zshrc:
2773     - added alias hidiff (highlight important stuff in diff
2774       output), active if histring is available
2775     - added some isgrmlsmall checks, thanks Frank Terbeck!
2776     - added power completion, thanks wuehlmaus!
2777       See http://zshwiki.org/home/examples/zleiab for details.
2778       Notice: this deactivates the global aliases by default now,
2779       just use the global aliases as well but press ',.' afterwards
2780       to expand the abbreviation!
2781
2782  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
2783
2784 grml-etc-core (0.1-30) unstable; urgency=low
2785
2786   * Ship /etc/grml/script-functions with this package so other packages
2787     like grml-debootstrap don't have to depend on package grml-scripts.
2788   * Bumb Standard Version to 3.7.2 (no further changes).
2789
2790  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
2791
2792 grml-etc-core (0.1-29) unstable; urgency=low
2793
2794   * /etc/zsh/zshrc:
2795     - added isgrmlsmall() and set $EDITOR according to grml flavour,
2796       thanks - Frank Terbeck!
2797     - deactivate smiley on right side of prompt by default, uncomment
2798       the line if you want to use it
2799   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
2800     but do not activate it by default
2801   * /etc/skel/.hgrc: adjust username for "generic user"
2802
2803  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
2804
2805 grml-etc-core (0.1-28) unstable; urgency=low
2806
2807   * /etc/skel/.zshrc: always set 'setopt local_options' if
2808     using 'setopt errreturn'.
2809
2810  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
2811
2812 grml-etc-core (0.1-27) unstable; urgency=low
2813
2814   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
2815     otherwise running 'script' might hang. Thanks, wuehlmaus!
2816
2817  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
2818
2819 grml-etc-core (0.1-26) unstable; urgency=low
2820
2821   The "Frank Terbeck is my zsh hero" release.
2822
2823   * Update /etc/zsh/site-functions/_hg to latest version from
2824     http://hg.intevation.org/mercurial/crew
2825   * Added /etc/zsh/site-functions/_grmlinitd for better completion
2826     of "Start Restart Stop Reload" with initscripts, thanks - Frank
2827     Terbeck!
2828   * /etc/zsh/zshrc:
2829     - use is-at-least for is4[2]-functions if possible
2830     - bugfix for $2 in initscripts "Start Restart Stop Reload"
2831       function (thanks, Frank Terbeck!)
2832     - use zsh's color capabilities if the module is present
2833       (thanks, Frank Terbeck!)
2834     - don't export $SHELL anymore
2835   * /etc/zsh/zshenv:
2836     - set /bin instead of /bin/ in $PATH
2837     - some minor code style improvements
2838   * /etc/skel/.zshrc:
2839     - updated alias fbmplayer (thanks, wuehlmaus!)
2840     - added function gex (google exact search, thanks wuehlmaus!)
2841     - added gethgsnap and gethgclone for retrieving mercurial
2842     - use $SUDO in the whole file instead of $RUNASROOT
2843     - use 'setopt errreturn' in some functions
2844
2845  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
2846
2847 grml-etc-core (0.1-25) unstable; urgency=low
2848
2849   * /etc/skel/.zshrc: add functions for mercurial
2850   * Added /etc/skel/.hgrc - configuration file for mercurial.
2851   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
2852     two directories recursively), taken from
2853     http://www.vim.org/scripts/script.php?script_id=102
2854
2855  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
2856
2857 grml-etc-core (0.1-24) unstable; urgency=low
2858
2859   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
2860     thanks for the patch - Frank Terbeck!
2861
2862  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
2863
2864 grml-etc-core (0.1-23) unstable; urgency=low
2865
2866   * Fix typo in /etc/zsh/zshrc.
2867
2868  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
2869
2870 grml-etc-core (0.1-22) unstable; urgency=low
2871
2872   * /etc/zsh/zshrc: update functions dchange and uchange - check
2873     whether changelogs exist before trying to display them.
2874
2875  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
2876
2877 grml-etc-core (0.1-21) unstable; urgency=low
2878
2879   * /etc/zsh/zshrc: added some more checks so the config works
2880     on AIX (powerpc-ibm-aix5.2.0.0) as well.
2881
2882  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
2883
2884 grml-etc-core (0.1-20) unstable; urgency=low
2885
2886   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
2887     and set according $FPATH in /etc/zsh/zshrc.
2888
2889  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
2890
2891 grml-etc-core (0.1-19) unstable; urgency=low
2892
2893   * /etc/grml/screenrc: activated
2894     termcapinfo xterm|xterms|xs|rxvt ti@:te@
2895     for "more usual" buffer handling in xterm & CO.
2896
2897  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
2898
2899 grml-etc-core (0.1-18) unstable; urgency=low
2900
2901   * /etc/skel/.zshrc: update function getskype (new upstream release
2902     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
2903
2904  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
2905
2906 grml-etc-core (0.1-17) unstable; urgency=low
2907
2908   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
2909     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
2910     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
2911
2912  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
2913
2914 grml-etc-core (0.1-16) unstable; urgency=low
2915
2916   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
2917   * Move debian/postinst to debian/preinst, some minor fixes in
2918     preinst and postrm.
2919
2920  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
2921
2922 grml-etc-core (0.1-15) unstable; urgency=low
2923
2924   * Set debian related functions + aliases only if /etc/debian_version
2925     is present. Check for uid and set $SUDO according so normal
2926     user can use functions + aliases as well.
2927
2928  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
2929
2930 grml-etc-core (0.1-14) unstable; urgency=low
2931
2932   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
2933     to put job into foreground (thanks, wuehlmaus).
2934
2935  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
2936
2937 grml-etc-core (0.1-13) unstable; urgency=low
2938
2939   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
2940
2941  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
2942
2943 grml-etc-core (0.1-12) unstable; urgency=low
2944
2945   * Cleanup and update of /etc/apt/sources.list.grml.
2946   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
2947     package) and uchange (view upstream's changelog of specified package).
2948
2949  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
2950
2951 grml-etc-core (0.1-11) unstable; urgency=low
2952
2953   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
2954     in environment files.
2955
2956  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
2957
2958 grml-etc-core (0.1-10) unstable; urgency=low
2959
2960   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
2961     Worf for idea!
2962   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
2963
2964  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
2965
2966 grml-etc-core (0.1-9) unstable; urgency=low
2967
2968   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
2969     is present.
2970   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
2971     delete a word until its last '/'
2972
2973  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
2974
2975 grml-etc-core (0.1-8) unstable; urgency=low
2976
2977   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
2978     as well.
2979
2980  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
2981
2982 grml-etc-core (0.1-7) unstable; urgency=low
2983
2984   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
2985     Restore).
2986
2987  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
2988
2989 grml-etc-core (0.1-6) unstable; urgency=low
2990
2991   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
2992
2993  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
2994
2995 grml-etc-core (0.1-5) unstable; urgency=low
2996
2997   * /etc/zsh/zshrc:
2998     - press "ctrl-e d" to insert the actual date in the form
2999       yyyy-mm-dd (found in schulas zsh config :))
3000     - complete manual pages by their section (hello schula,
3001       again ;-))
3002
3003  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
3004
3005 grml-etc-core (0.1-4) unstable; urgency=low
3006
3007   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
3008     status on right side of prompt.
3009
3010  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
3011
3012 grml-etc-core (0.1-3) unstable; urgency=low
3013
3014   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
3015     for suggestion, Mark!
3016   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
3017     Mark!
3018   * Added /etc/grml/script-functions meant for usage inside shell
3019     scripts.
3020
3021  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
3022
3023 grml-etc-core (0.1-2) unstable; urgency=low
3024
3025   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
3026
3027  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
3028
3029 grml-etc-core (0.1) unstable; urgency=low
3030
3031   * Initial Release.
3032
3033  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
3034