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