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