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