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