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