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