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