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