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