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