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