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