Update gizmo(), add linenr()
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.3.51) unstable; urgency=low
2
3   The "pfuh what nice zsh features" release. :)
4
5   [ Frank Terbeck ]
6   * zshrc: Add persistent dirstack support for shells older than 4.2.0
7   * zshrc: Make ',.' abbreviation optional [Closes: issue445]
8   * zshrc: remove xunfunction() altogether; it prevented things like
9            'source ~/.zshrc' from working.
10
11   [ Michael Gebetsroither ]
12   * zshrc: add runit sysv emulation support to Start/Stop/Restart/...
13
14   [ Michael Prokop ]
15   * zshrc:
16     - Add support for ${HOME}/.zshenv.
17     - Add new function ansi-colors() [via harnir]
18     - Support .deb in show-archive() [via harnir]
19     - Fix wrong placed comments for debbug vs. debbugm.
20       Thanks to Dennis Schreiber for pointing out.
21     - Provide more processes in completion of programs like
22       killall (thanks, ft).
23     - New function uopen() to download a file and display it locally.
24       Thanks for the idea, formorer; thanks for debugging help, ft. :)
25     - New function linenr() to print a specific line of file, thanks
26       to Wuehlmaus.
27     - Update gizmo() function.
28   * zshenv: set $PATH on Solaris/SunOS.
29
30  -- Michael Prokop <mika@grml.org>  Wed, 06 Aug 2008 23:36:58 +0200
31
32 grml-etc-core (0.3.50) unstable; urgency=low
33
34   [ Michael Prokop ]
35   * zshrc: update function git-get-plaindiff() so it works around
36     the "generating..." bug
37   * zshenv: extend and update $ADDONS handling
38
39   [ Frank Terbeck ]
40   * zshrc: add new bindings: '^xP' and '^xp' for
41     history-beginning-search-{forward,backward}
42
43  -- Frank Terbeck <ft@grml.org>  Thu, 20 Mar 2008 20:33:49 +0100
44
45 grml-etc-core (0.3.49) unstable; urgency=low
46
47   [ Frank Terbeck ]
48   * zshrc: Keeping check_com() defined after zshrcs are sourced
49
50  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 19:20:54 +0100
51
52 grml-etc-core (0.3.48) unstable; urgency=low
53
54   [ Alexander Steinböck ]
55   * zshrc: use $PAGER in dchange(), uchange() and dnews() [Closes: issue386]
56   * zshrc: adding whatwhen() for history queries [Closes: issue380]
57
58   [ Frank Terbeck ]
59   * zshrc: add a check for ZSH_VERSION >= 3.1.7 [Closes: issue389]
60
61   [ Michael Prokop ]
62   * zshrc: enable 'setopt longlistjobs' by default
63   * zshrc: re-enable use of 'sudo su' instead of 'sudo -s' for alias su,
64     otherwise it breaks "su - $USER". Thanks for bringing this up,
65     Martin Yazdzik!
66
67  -- Michael Prokop <mika@grml.org>  Mon, 11 Feb 2008 17:58:42 +0100
68
69 grml-etc-core (0.3.47) unstable; urgency=low
70
71   * zshrc: prevent chdir() from putting dupes into ~/.zdirs
72
73  -- Frank Terbeck <ft@grml.org>  Sun, 20 Jan 2008 01:30:00 +0100
74
75 grml-etc-core (0.3.46) unstable; urgency=low
76
77   [ Frank Terbeck ]
78   * zshrc: Adding a generic accept-line wrapper =>
79     http://www.bewatermyfriend.org/posts/2007/12-26.11-50-38-tooltime.html
80   * zshrc: make grmlcomp() readable (':nmap b v$hdO<ESC>pj$' - vim is so useful)
81   * zshrc: convert swspeak from alias to function
82   * zshrc: removing folsym() - use sll() from now on.
83   * vimrc: display the file, that is being edited into screen's hardstatus
84   * zshrc: some refcard-generating tags where positioned incorrectly. fixed
85
86   [ Michael Prokop ]
87   * zshrc: mention http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code
88     in weather() [thanks, gebi]
89   * zshrc: set $NAME in screen title only if $HOSTNAME is set
90
91  -- Frank Terbeck <ft@grml.org>  Sat, 19 Jan 2008 22:25:22 +0100
92
93 grml-etc-core (0.3.45) unstable; urgency=low
94
95   [ Michael Prokop ]
96   * Drop the 'Make p in Visual mode replace the selected text...' from
97     vimrc. More details available at
98     http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2005-November/001577.html
99     - thanks for the hint, James Vega!
100
101   [ Alexander Steinböck ]
102   * /etc/zsh/zshrc: added bindkeys for navigating by vi keys (hjkl) 
103     (disable by default though) as well as 'accept-and-infer-next history'
104     (ctrl-o) to complete within directories and stay in menu completion.
105     [Closes: issue350]
106
107  -- Michael Prokop <mika@grml.org>  Sat, 22 Dec 2007 00:11:31 +0100
108
109 grml-etc-core (0.3.44) unstable; urgency=low
110
111   [ Frank Terbeck ]
112   * zshrc: $reswords is an array *not* a hash
113
114  -- Michael Prokop <mika@grml.org>  Fri, 21 Dec 2007 20:54:26 +0100
115
116 grml-etc-core (0.3.43) unstable; urgency=low
117
118   * /etc/zsh/zshrc: change logic of $HOSTNAME in preexec(): show
119     $HOSTNAME only when running the command on *another* box (being
120     a system != localhost).
121
122  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 20:33:52 +0100
123
124 grml-etc-core (0.3.42) unstable; urgency=low
125
126   [ Frank Terbeck ]
127   * zsh: disable command-completion descriptions
128
129  -- Michael Prokop <mika@grml.org>  Tue, 11 Dec 2007 19:45:18 +0100
130
131 grml-etc-core (0.3.41) unstable; urgency=low
132
133   The big zsh update release.
134
135   [ Alexander Steinböck]
136   * standarized the use of brackets - double instead of
137     single ones - for test situations like if-clauses [thanks!]
138     [Testing: issue354]
139
140   [ Michael Prokop ]
141   * add alias 'g' for git
142   * set modelines for vim according to new indenting policy
143   * extend debbug() based on http://xana.scru.org/quanks/b-func.html
144
145   [ Frank Terbeck ]
146   * several small cleanups by ft
147   * patch bomb for unified indenting
148   * introducing check_com() to check for the existence of commands
149   * introducing more utility functions: xcat and xsource
150     moving salias to utility functions
151
152  -- Michael Prokop <mika@grml.org>  Sun, 02 Dec 2007 19:54:45 +0100
153
154 grml-etc-core (0.3.40) unstable; urgency=low
155
156   * /etc/zsh/zshrc: add MANWIDTH, deactivated by default though;
157     thanks Alexander Steinböck! [Closes: issue343]
158   * /etc/grml/screenrc: fix colorschema of 'switch order of caption and
159     hardstatus'
160
161  -- Michael Prokop <mika@grml.org>  Thu, 22 Nov 2007 11:13:45 +0100
162
163 grml-etc-core (0.3.39) unstable; urgency=low
164
165   * Move vim vs. vi from /etc/skel/.zshrc.grmlsmall to /etc/zsh/zshrc
166     to make sure it's also fixed for user root.
167
168  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 12:20:44 +0100
169
170 grml-etc-core (0.3.38) unstable; urgency=low
171
172   * Provide e* functions in /etc/grml/lsb-functions again
173     and restore some RC_* variables.
174     Otherwise we break just too many scripts.
175
176  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 09:36:33 +0200
177
178 grml-etc-core (0.3.37) unstable; urgency=low
179
180   [Frank Terbeck]
181   * Refactor /etc/grml/lsb-functions and /etc/grml/script-functions
182     [Closes: issue291]
183
184  -- Michael Prokop <mika@grml.org>  Tue, 23 Oct 2007 20:06:21 +0200
185
186 grml-etc-core (0.3.36) unstable; urgency=low
187
188   [Frank Terbeck]
189   * /etc/zsh/zshrc: not using 'for name0 name1 in a b c d ; ...'
190     anymore to work around problems with older zsh versions.
191
192   [Michael Prokop]
193   * /etc/zsh/zshrc: enable transient_rprompt only for zsh >= 4.1.
194
195  -- Michael Prokop <mika@grml.org>  Mon, 22 Oct 2007 16:48:40 +0200
196
197 grml-etc-core (0.3.35) unstable; urgency=low
198
199   * /etc/zsh/zshrc: support displaying version control information inside
200     prompt (display on $RPROMPT). Just run 'VCS=1' to enable the feature.
201     [Closes: issue305]
202
203  -- Michael Prokop <mika@grml.org>  Thu, 18 Oct 2007 10:22:36 +0200
204
205 grml-etc-core (0.3.34) unstable; urgency=low
206
207   * /etc/apt/grml/listbugs: support non-apt-show-versions variant
208     as well.
209
210  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 11:49:59 +0200
211
212 grml-etc-core (0.3.33) unstable; urgency=low
213
214   * Rename /etc/apt/listbugs into /etc/apt/grml/listbugs so it
215     does not conflict with apt-listbugs.
216
217  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 01:00:44 +0200
218
219 grml-etc-core (0.3.32) unstable; urgency=low
220
221   * Add /etc/apt/listbugs: display known bugs of currently running
222     system. This script is used inside grml-live.
223
224  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 00:22:38 +0200
225
226 grml-etc-core (0.3.31) unstable; urgency=low
227
228   [ Michael Prokop ]
229   * /etc/skel/.zshrc:
230     - use same pattern in function wikien as in wikide. (thanks wuehlmaus)
231     - wodeb(): update URL (thanks for the pointer, wuehlmaus)
232     - getskype(): make it compatible with final skype 1.4 version
233   * Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script
234   * Added /etc/grml/screenrc_generic which should work on any OS without
235     any grml/Debian specific programs/scripts.
236   * /etc/grml/screenrc*:
237     - provide example for switching caption and hardstatus for better
238       use with splitted windows; thanks to Alexander 'z3ttacht' Steinböck
239       for the patch! [Closes: issue300]
240     - improve usage of yacpi, thanks to Alexander 'z3ttacht' Steinböck for
241       the initial patch! [Closes: issue301]
242
243   [ Michael Gebetsroither ]
244   * /etc/zsh/zshrc: added bk() to backup a file with iso time tagged.
245
246
247  -- Michael Prokop <mika@grml.org>  Fri,  5 Oct 2007 18:45:48 +0200
248
249 grml-etc-core (0.3.30) unstable; urgency=low
250
251   [ Frank Terbeck ]
252   * /etc/grml/lsb-functions: another few bugfixes
253
254  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 23:39:11 +0200
255
256 grml-etc-core (0.3.29) unstable; urgency=low
257
258   [ Frank Terbeck ]
259   * /etc/grml/lsb-functions: another bugfix
260
261  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:33:30 +0200
262
263 grml-etc-core (0.3.28) unstable; urgency=low
264
265   [ Frank Terbeck ]
266   * /etc/grml/lsb-functions: some more slightly improvements
267
268  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:21:55 +0200
269
270 grml-etc-core (0.3.27) unstable; urgency=low
271
272   [ Frank Terbeck ]
273   * Refactoring /etc/grml/lsb-functions and
274     /etc/grml/script-functions.
275
276   [ Michael Prokop ]
277   * Update /etc/apt/sources.list.grml.
278   * /etc/grml/lsb-functions: support disabling
279     colors through $NOCOLORS
280
281  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 17:16:26 +0200
282
283 grml-etc-core (0.3.26) unstable; urgency=low
284
285   [ Frank Terbeck ]
286   * /etc/grml/lsb-functions: fix empty $COLS when running inside
287     chroot
288
289  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 13:49:29 +0200
290
291 grml-etc-core (0.3.25) unstable; urgency=low
292
293   * /etc/zsh/zshrc: unalias utf2iso and iso2utf only it it's set.
294
295  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:44:11 +0200
296
297 grml-etc-core (0.3.24) unstable; urgency=low
298
299   [ Frank Terbeck ]
300   * try to make 'lsb-functions' parsable by (d)ash
301
302   [ Michael Prokop ]
303   * /etc/zsh/zshrc: convert utf2iso and iso2utf into functions,
304     Use 'command grep' (thanks to z3ttacht) and fix a small bug
305     in iso2utf.
306   * Pre-Depend on zsh [Testing: issue287]
307
308  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:24:36 +0200
309
310 grml-etc-core (0.3.23) unstable; urgency=low
311
312   * /etc/zsh/zshenv: switch direction of check for lesspipe vs.
313     lesspipe.sh so we use the extended version by default if 
314     it's available.
315
316  -- Michael Prokop <mika@grml.org>  Wed,  5 Sep 2007 18:22:57 +0200
317
318 grml-etc-core (0.3.22) unstable; urgency=low
319
320   [Frank Terbeck]
321   * /etc/zsh/zshrc:
322     - Ignoring commands that match 'aptitude-*'. Using _ignored in addition.
323       That way, you can always get aptitude-* by 'aptitude-<tab>'.
324     - Let sudo-command-line() do something sensible on an empty buffer.
325
326  -- Michael Prokop <mika@grml.org>  Sun, 19 Aug 2007 10:50:43 +0200
327
328 grml-etc-core (0.3.21) unstable; urgency=low
329
330   * /etc/skel/.zshrc: use luit for utf<->iso-hacks.
331
332  -- Michael Prokop <mika@grml.org>  Wed, 08 Aug 2007 21:29:06 +0200
333
334 grml-etc-core (0.3.20) unstable; urgency=low
335
336   * /etc/grml/lsb-functions: put log_end_msg exactly one char to
337     the left so look'n'feel with current Debian lsb-functions
338     is better.
339
340  -- Michael Prokop <mika@grml.org>  Sat, 28 Jul 2007 01:15:23 +0200
341
342 grml-etc-core (0.3.19) unstable; urgency=low
343
344   * /etc/zsh/zshenv: make sure /usr/bin/id is available
345
346  -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 15:02:08 +0200
347
348 grml-etc-core (0.3.18) unstable; urgency=low
349
350   * /etc/zsh/zshrc:
351     - use aptitude safe-upgrade instead of aptitude upgrade
352   * /etc/apt/sources.list.grml:
353     - added entry for cryptobox-server
354     - drop the '#1#'-stuff as we provide all packages via the
355       grml repository now
356
357  -- Michael Prokop <mika@grml.org>  Mon, 23 Jul 2007 11:46:54 +0200
358
359 grml-etc-core (0.3.17) unstable; urgency=low
360
361   The 'Man, what a lazy folk'-release
362   * /etc/skel/.zshrc:
363     - added function weather() to retrieve weather information on
364       the console
365     - use mostlike manpage browser only if LESS_TERMCAP_* is not set
366   * /etc/zsh/zshrc:
367     - added alias S for screen
368     - alias s for ssh
369     - added alias top10 to get the top 10 shell commands from the history
370     - make sure we provide arguments for startx in the function as well
371       (thanks for reporting the issue, Kevin Krammer!)
372   * /etc/zsh/zshenv:
373     - check for presence of lesspipe[.sh] before setting $LESSOPEN
374     - added LESS_TERMCAP_*
375   * /etc/skel/.vimrc:
376     - deactivate digraph option causing too many headaches for people
377       not being used to that option
378
379  -- Michael Prokop <mika@grml.org>  Tue, 17 Jul 2007 15:48:48 +0200
380
381 grml-etc-core (0.3.16) unstable; urgency=low
382
383   * /etc/zsh/zshrc: dchange() - restore old behaviour with
384     fallback to /usr/share/doc/$PACKAGE/changelog.gz before
385     trying to download the changelog via aptitude
386
387  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:19:54 +0200
388
389 grml-etc-core (0.3.15) unstable; urgency=low
390
391   * /etc/zsh/zshrc:
392     - activate 'setopt pushd_ignore_dups' to avoid duplicates
393       in ~/.zdirs (thanks to wuehlmaus for bringing up
394       and for the appropriate configuration thanks to ft!)
395     - dchange() function: remove hardcoded option
396
397  -- Michael Prokop <mika@grml.org>  Sat, 07 Jul 2007 10:52:03 +0200
398
399 grml-etc-core (0.3.14) unstable; urgency=low
400
401   * /etc/zsh/zshrc: yse kexec alias only if /proc/cmdline can be read.
402
403  -- Michael Prokop <mika@grml.org>  Wed, 04 Jul 2007 12:41:29 +0200
404
405 grml-etc-core (0.3.13) unstable; urgency=low
406
407   * /etc/zsh/zshrc:
408     - aoeu(): do not use $XKEYBOARD and $KEYTABLE as booting
409       with bootoption dvorak might be not so amusing for people
410       not being used to dvorak keyboard layout :)
411     - added alias "$(uname -r)-reboot for fast rebooting via kexec
412     - dchange(): use aptitude to retrieve changelog if no changelog
413       can be found on the local system (thanks for the idea, nico!)
414
415  -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 23:05:58 +0200
416
417 grml-etc-core (0.3.12) unstable; urgency=low
418
419   * Added some more examples to /etc/network/interfaces.examples.
420   * /etc/zsh/zshrc:
421     - move environment stuff from /etc/zsh/zshenv to
422       /etc/zsh/zshrc so we don't have all the environment variables
423       in 'zsh -f', thanks for the patch - ft!
424     - added function dnews (to view Debian's NEWS file of the package)
425     - fix some typos
426     - compctl definition shadowed _grmlinitd. Found by Anthony
427       Charles and forwared by ft. Thanks!
428     - added function minimal-shell (spawn a minimally set up ksh),
429       thanks ft!
430     - added keybinding ctrl-x1 to jump behind the first word on the
431       cmdline, thanks again ft!
432     - added keywords/strings for automatic building of grml' zsh
433       reference card [and once more thanks to ft! :)]
434   * /etc/skel/.vimrc: support ~/.vimrc.local
435
436  -- Michael Prokop <mika@grml.org>  Sun, 10 Jun 2007 00:04:08 +0200
437
438 grml-etc-core (0.3.11) unstable; urgency=low
439
440   * /etc/zsh/zshrc:
441     - added function ipv6-tunnel (set up an ipv6 tunnel)
442     - added function iwclient (run dhclient for wireless device),
443       thanks Niels Giesen!
444     - improved usage info of mkmaildir()
445     - removed some "function" keywords
446
447  -- Michael Prokop <mika@grml.org>  Sat, 09 Jun 2007 00:45:05 +0200
448
449 grml-etc-core (0.3.10) unstable; urgency=low
450
451   * /etc/zsh/zshrc: use \e instead of the escape-sequence.
452     Thanks for the patches, ft! [Closes: issue229, issue230]
453
454  -- Michael Prokop <mika@grml.org>  Thu, 07 Jun 2007 14:51:38 +0200
455
456 grml-etc-core (0.3.9) unstable; urgency=low
457
458   * /etc/zsh/zshrc:
459     - added functions aoeu() and asdf() to just press 'asdf' keys to
460       toggle between dvorak and us keyboard layout
461     - added function uiae() to just press 'asdf' key to toggle from
462       neon layout to us keyboard layout
463
464  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 23:25:17 +0200
465
466 grml-etc-core (0.3.8) unstable; urgency=low
467
468   * /etc/zsh/zshrc:
469     - Mention "alias -s pl='perl -S'" within the zsh-mime-setup stuff
470     - Use 'sudo -s' for alias su.
471     - Added alias llog for "$PAGER /var/log/syslog"
472
473  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:43:51 +0200
474
475 grml-etc-core (0.3.7) unstable; urgency=low
476
477   * /etc/zsh/zshrc and /etc/skel/.zshrc: some more checks whether
478     the global file has been read.
479
480  -- Michael Prokop <mika@grml.org>  Tue, 29 May 2007 16:31:19 +0200
481
482 grml-etc-core (0.3.6) unstable; urgency=low
483
484   * /etc/zsh/zshrc: do not even add completion directories if
485     broken setup has been detected.
486
487  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 19:12:30 +0200
488
489 grml-etc-core (0.3.5) unstable; urgency=low
490
491   * /etc/zsh/zshrc + /etc/skel/.zshrc: unify way of checking for
492     present binaries/executables
493   * /etc/zsh/zshrc: check for potentially old files in 'completion.d',
494     thanks for the patch - ft!
495   * /etc/skel/.zshrc: added alias ips for 'ipython -p sh'
496
497  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2007 01:30:39 +0200
498
499 grml-etc-core (0.3.4) unstable; urgency=low
500
501   * /etc/zsh/zshrc: check for present directory inside dirstack
502     code before switching between directories.
503
504  -- Michael Prokop <mika@grml.org>  Wed, 23 May 2007 10:22:14 +0200
505
506 grml-etc-core (0.3.3) unstable; urgency=low
507
508   * /etc/skel/.zshrc:
509     - added function fluxkey-change to change fluxbox keys
510       from 'Alt-#' to 'Alt-F#' and vice versa
511
512  -- Michael Prokop <mika@grml.org>  Thu, 17 May 2007 15:08:57 +0200
513
514 grml-etc-core (0.3.2) unstable; urgency=low
515
516   * /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus!
517
518  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 11:11:12 +0200
519
520 grml-etc-core (0.3.1) unstable; urgency=low
521
522   * /etc/zsh/zshrc:
523     - Applied patch by ft for better $SUDO handling via salias, thanks!
524     - Added alias debian2hd.
525
526  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 10:53:59 +0200
527
528 grml-etc-core (0.3.0) unstable; urgency=low
529
530   * /etc/zsh/zshrc: check for $SUDO and do not use it when running
531     as root so we have the command in the zsh history.
532
533  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 12:19:36 +0200
534
535 grml-etc-core (0.2.53) unstable; urgency=low
536
537   * Add /etc/skel/.emacs which enables UTF-8 mode by default.
538     Thanks to Josef Teske for the bugreport!
539
540  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 00:14:18 +0200
541
542 grml-etc-core (0.2.52) unstable; urgency=low
543
544   * /etc/zsh/zshrc and /etc/skel/.zshrc:
545     Added alias and powerglob insecscp (like insecssh but for scp).
546
547  -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 23:22:32 +0200
548
549 grml-etc-core (0.2.51) unstable; urgency=low
550
551   * /etc/zsh/zshrc:
552     * added function wrapper brltty which loads a default
553       console font, works around problem in UTF-8 environment.
554       Thanks for reporting, Hermann 'steppenwolf2'!
555   * /etc/skel/.zshrc: added some functions (thanks, ft!):
556     - hl: highlighted less
557     - ic_get: queries imap servers for capabilities
558     - j2v: open file in vim and jump to line
559     - mkmaildir: creates a Maildir/ with its {new,cur,tmp} subdirs
560     - xtrename: rename xterm from within GNU-screen
561     - zurl: create small urls via tinyurl.com using wget, grep and sed
562
563  -- Michael Prokop <mika@grml.org>  Fri, 11 May 2007 01:07:27 +0200
564
565 grml-etc-core (0.2.50) unstable; urgency=low
566
567   * /etc/zsh/zshrc: sleep 2 seconds before running flite in
568     swspeak alias.
569
570  -- Michael Prokop <mika@grml.org>  Sun, 29 Apr 2007 13:16:48 +0200
571
572 grml-etc-core (0.2.49) unstable; urgency=low
573
574   * /etc/zsh/zshrc: improve code for 'manual overriding of RPROMPT'
575     [thanks for helping, ft!]
576
577  -- Michael Prokop <mika@grml.org>  Sun, 22 Apr 2007 18:37:27 +0200
578
579 grml-etc-core (0.2.48) unstable; urgency=low
580
581   * /etc/zsh/zshrc:
582     - re-enable smiley in RPROMPT, thanks to transient_rprompt
583       [thanks for the pointer, Christian Schneider!]
584     - allow manual overriding of RPROMPT
585
586  -- Michael Prokop <mika@grml.org>  Sat, 21 Apr 2007 23:57:28 +0200
587
588 grml-etc-core (0.2.47) unstable; urgency=low
589
590   * Big rewrite of /etc/zsh/completion.d/, thanks to ft!
591     [Testing: issue201]
592
593  -- Michael Prokop <mika@grml.org>  Tue, 17 Apr 2007 09:21:03 +0200
594
595 grml-etc-core (0.2.46) unstable; urgency=low
596
597   * /etc/zsh/zshrc: deactivate url-quote-magic by default and
598     provide it as alias url-quote instead. Added zstyle for
599     url-quote-magic as well, thanks ft!
600
601  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 22:36:28 +0200
602
603 grml-etc-core (0.2.45) unstable; urgency=low
604
605   * /etc/zsh/zshrc: fix syntax error in get_twi_cl.
606
607  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:11:42 +0200
608
609 grml-etc-core (0.2.44) unstable; urgency=low
610
611   * /etc/zsh/zshrc: add check regarding get_twi_cl->get_3ware
612     change.
613
614  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:06:12 +0200
615
616 grml-etc-core (0.2.43) unstable; urgency=low
617
618   * /etc/zsh/zshrc:
619     - applied patch by ft for generic file completion (thanks!)
620     - added function sll (list symlinks in more details), thanks
621       for the code base, Manuel Fuhr and ft!
622   * /etc/skel/.zshrc: added alias mq (execute commands on the
623     versioned patch-queue from the current repos) [thanks, gebi]
624
625  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:35:15 +0200
626
627 grml-etc-core (0.2.42) unstable; urgency=low
628
629   * Update and cleanup /etc/apt/sources.list.grml. Thanks for hints,
630     Ronny Plattner!
631
632  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 12:48:14 +0200
633
634 grml-etc-core (0.2.41) unstable; urgency=low
635
636   * /etc/grml/script-functions: replace $UID with 'id -u' so we improve
637     compability for POSIX/dash.
638
639  -- Michael Prokop <mika@grml.org>  Fri,  6 Apr 2007 22:42:16 +0200
640
641 grml-etc-core (0.2.40) unstable; urgency=low
642
643   * /etc/skel/.vimrc: do not set 'tw=72' by default anymore.
644     Thanks for the hint, gebi.
645
646  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 21:38:48 +0200
647
648 grml-etc-core (0.2.39) unstable; urgency=low
649
650   * /etc/zsh/zshrc:
651     - added alias mdstat for 'cat /proc/mdstat' and
652       alias ... which does a 'cd ../../'. Thanks, gebi!
653     - check for 'most' before assigning aliases dchange and uchange
654
655  -- Michael Prokop <mika@grml.org>  Thu, 29 Mar 2007 00:22:28 +0200
656
657 grml-etc-core (0.2.38) unstable; urgency=low
658
659   * /etc/zsh/zshrc: added new aliases ati (aptitude install) and up
660     (aptitude update, aptitude upgrade) - thanks for suggestion - Otti!
661
662  -- Michael Prokop <mika@grml.org>  Wed, 28 Mar 2007 20:45:21 +0200
663
664 grml-etc-core (0.2.37) unstable; urgency=low
665
666   * Add solaris examples to /etc/zsh/zshenv
667
668  -- Michael Prokop <mika@grml.org>  Thu, 22 Mar 2007 12:30:55 +0100
669
670 grml-etc-core (0.2.36) unstable; urgency=low
671
672   * Another version of dpkg-divert handling for debian/preinst.
673
674  -- Michael Prokop <mika@grml.org>  Wed, 21 Mar 2007 19:03:38 +0100
675
676 grml-etc-core (0.2.35) unstable; urgency=low
677
678   * /etc/zsh/zshrc: added aliases for better iso<->utf handling:
679     - term2iso
680     - term2utf
681     - utf2iso
682     - iso2utf
683
684  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 20:12:40 +0100
685
686 grml-etc-core (0.2.34) unstable; urgency=low
687
688   * /etc/grml/lsb-functions: set RC_NOCOLOR if nocolor string is
689     present in /proc/cmdline
690
691  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 15:17:45 +0100
692
693 grml-etc-core (0.2.33) unstable; urgency=low
694
695   * /etc/zsh/zshenv: fix sourcing of /etc/timezone
696
697  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:51:36 +0100
698
699 grml-etc-core (0.2.32) unstable; urgency=low
700
701   * /etc/zsh/zshenv: source /etc/timezone if present
702     (We don't want to set TZ via /etc/default/locale any longer.)
703
704  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:18:38 +0100
705
706 grml-etc-core (0.2.31) unstable; urgency=low
707
708   * /etc/zsh/zshrc: update swspeak alias:
709     - set mixer settings to 90 by default when running swspeak
710     - check for present /dev/softsynth and warn otherwise using flite
711     - welcome user via flite with "Finished setting up software synthesizer"
712       when finished execution of swspeak alias
713     [Closes: issue152]
714
715  -- Michael Prokop <mika@grml.org>  Fri, 16 Mar 2007 22:17:27 +0100
716
717 grml-etc-core (0.2.30) unstable; urgency=low
718
719   * /etc/zsh/zshrc: added rationalise-dot (just type 'cd ...' to
720     get 'cd ../..'), but deactivated by default. Taken from
721     Christian Schneider:
722     http://strcat.de/blog/archives/707-Schnelles-Verzeichniswechseln.html
723     Thanks for pointing, schula.
724
725  -- Michael Prokop <mika@grml.org>  Wed, 14 Mar 2007 15:41:08 +0100
726
727 grml-etc-core (0.2.29) unstable; urgency=low
728
729   * /etc/skel/.zshrc: remove duplicate cl() definition, thanks - Jens
730     Kubieziel!
731
732  -- Michael Prokop <mika@grml.org>  Sun, 11 Mar 2007 12:45:25 +0100
733
734 grml-etc-core (0.2.28) unstable; urgency=low
735
736   * /etc/vim/vimrc: added 'set wildmenu' (thanks for suggestion, ft!)
737
738  -- Michael Prokop <mika@grml.org>  Fri,  9 Mar 2007 15:33:55 +0100
739
740 grml-etc-core (0.2.27) unstable; urgency=low
741
742   * Another fix for debian/preinst to avoid breakage on older systems.
743
744  -- Michael Prokop <mika@grml.org>  Sat,  3 Mar 2007 18:36:41 +0100
745
746 grml-etc-core (0.2.26) unstable; urgency=low
747
748   * Move /etc/skel/.channels to package grml-etc.
749   * Fix preinst failure of /etc/zsh/zlogin on Debian stable systems.
750
751  -- Michael Prokop <mika@grml.org>  Thu,  1 Mar 2007 14:59:51 +0100
752
753 grml-etc-core (0.2.25) unstable; urgency=low
754
755   * /etc/zsh/zshrc: user root should have umask 022 of course.
756     User has 002. Thanks for reporting, Tobias Walkowiak!
757
758  -- Michael Prokop <mika@grml.org>  Mon, 26 Feb 2007 18:44:45 +0100
759
760 grml-etc-core (0.2.24) unstable; urgency=low
761
762   * /etc/zsh/zshenv: source /etc/default/locale only if
763     $LANG is not set. If $LANG is not set at all fall
764     back to en_US.iso885915 as usual. This allows manual
765     overwriting of $LANG.
766
767  -- Michael Prokop <mika@grml.org>  Sun, 25 Feb 2007 22:08:55 +0100
768
769 grml-etc-core (0.2.23) unstable; urgency=low
770
771   * /etc/zsh/zshrc:
772     - export SHELL='/bin/zsh', otherwise aterm and rxvt use
773       /bin/sh or /bin/bash. :-/
774     - add a space character in some abbreviation expansions
775       so it's better readable.
776     - added insert-unicode-char
777     - drop the check for
778       /usr/share/zsh/$ZSH_VERSION/functions/Prompts/promptinit and
779       /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic
780       because the check does not work for example with the zsh-beta
781       package. If you notice problems with the current code please
782       let me know.
783   * /etc/skel/.zshrc:
784     - added function ytdl (download video from youtube)
785     - work around non utf8 capable software in utf environment
786       using aliases for mrxvt, aterm and centericq
787   * /etc/zsh/*: improved documentation about startup of zsh
788
789  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 17:30:11 +0100
790
791 grml-etc-core (0.2.22) unstable; urgency=low
792
793   * Adding directory /etc/skel/.channels with the following files:
794     - Files for use with scan of dvb-utils:
795       * at-austria    -> austria in general
796       * at-graz       -> working file for Graz
797       * at-klagenfurt -> working file for Klagenfurt
798     - Already configured files for use with mplayer/xine/...:
799       * channels.conf-AT-graz       -> use DVB in Graz
800       * channels.conf-AT-klagenfurt -> use DVB in Klagenfurt
801
802  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 12:02:16 +0100
803
804 grml-etc-core (0.2.21) unstable; urgency=low
805
806   * /etc/zsh/zshrc: check for upper letters in isutfenv as well
807
808  -- Michael Prokop <mika@grml.org>  Sat, 17 Feb 2007 12:15:15 +0100
809
810 grml-etc-core (0.2.20) unstable; urgency=low
811
812   * Update of /etc/skel/.vimrc and /etc/vim/vimrc, added
813     /etc/skel/.vim/ftplugin/c.vim.
814
815  -- Michael Prokop <mika@grml.org>  Sat, 10 Feb 2007 11:33:13 +0100
816
817 grml-etc-core (0.2.19) unstable; urgency=low
818
819   * /etc/vim/vimrc: make sure we use 'syntax on' only when we
820     have vim with +syntax
821   * debian/preinst: another fix to improve keeping of original
822     configuration files
823
824  -- Michael Prokop <mika@grml.org>  Fri,  9 Feb 2007 15:24:14 +0100
825
826 grml-etc-core (0.2.18) unstable; urgency=low
827
828   * /etc/zsh/completion.d/grml-wallpaper: allow proper setting
829     of parameters for local directories [Closses: issue116]
830
831  -- Michael Prokop <mika@grml.org>  Tue,  6 Feb 2007 20:17:02 +0100
832
833 grml-etc-core (0.2.17) unstable; urgency=low
834
835   * zsh config files: fix handling of check for binaries, thanks
836     for reporting to Erich Minderlein, thanks for investigation
837     and patch to ft! (Closes: issue80)
838
839  -- Michael Prokop <mika@grml.org>  Fri, 19 Jan 2007 19:27:43 +0100
840
841 grml-etc-core (0.2.16) unstable; urgency=low
842
843   * /etc/zsh/zshrc:
844     - add completion for qma (thanks, wuehlmaus)
845
846  -- Michael Prokop <mika@grml.org>  Thu, 18 Jan 2007 13:08:54 +0100
847
848 grml-etc-core (0.2.15) unstable; urgency=low
849
850   * /etc/zsh/zshrc:
851     - rename edfun() into edfunc() [thanks for hint, Kai Wilke!]
852     - added some useful config stuff (deactivated by default as it
853       needs personal tuning) contributed by Kai Wilke [thanks!]
854     - improved host completion (thanks for some code, Kai Wilke!)
855     - added apache2-ssl-certificate() as Debian does not ship
856       the script anymore *grml*
857     - support zsh profiling via $ZSH_PROFILE_RC and profile()
858     - added alias 0 which does nothing else than 'return 0' (I like
859       a clean prompt without error return codes inside but don't
860       want to miss the feature itself, so just press 0<cr> and that's
861       it :))
862     - added alias debs-by-size
863     - added function deswap (useful after suspending), function hex
864       (print hex value of a number) and function peval (perl-eval)
865
866  -- Michael Prokop <mika@grml.org>  Fri,  5 Jan 2007 00:00:54 +0100
867
868 grml-etc-core (0.2.14) unstable; urgency=low
869
870   * Use builtin for chpwd's dirs command instead of the alias
871     and function workaround, thanks - schula!
872
873  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 14:55:05 +0100
874
875 grml-etc-core (0.2.13) unstable; urgency=low
876
877   * /etc/zsh/zshrc + /etc/skel/.zshrc: make sure 'dirs' is not
878     an alias or function
879
880  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 13:52:22 +0100
881
882 grml-etc-core (0.2.12) unstable; urgency=low
883
884   * /etc/zsh/zshrc: add support for global dirstack handling
885     (Closes: issue47)
886
887  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 20:12:25 +0100
888
889 grml-etc-core (0.2.11) unstable; urgency=low
890
891   * Do not depend on vim or nvi only but allow use of virtual package
892     editor also. Thanks, Markus Wigge <mwigge@marcant.net>!
893
894  -- Michael Prokop <mika@grml.org>  Fri, 15 Dec 2006 01:02:09 +0100
895
896 grml-etc-core (0.2.10) unstable; urgency=low
897
898   * Remove /etc/skel/.zshrc from dpkg-diversion.
899
900  -- Michael Prokop <mika@grml.org>  Tue,  5 Dec 2006 17:05:57 +0100
901
902 grml-etc-core (0.2.9) unstable; urgency=low
903
904   * /etc/zsh/zshrc: update NOPRECMD handling
905
906  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 11:47:22 +0100
907
908 grml-etc-core (0.2.8) unstable; urgency=low
909
910   * /etc/zsh/zshrc: drop completion for lintian and linda as
911     zsh ships that already.
912
913  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 22:43:38 +0100
914
915 grml-etc-core (0.2.7) unstable; urgency=low
916
917   * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
918     therefore and use qma for manzsh too. (This fixes part 2/2 of
919     issue19)
920
921  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:49:05 +0100
922
923 grml-etc-core (0.2.6) unstable; urgency=low
924
925   * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
926     (Closes: issue36)
927
928  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:24:07 +0100
929
930 grml-etc-core (0.2.5) unstable; urgency=low
931
932   * /etc/zsh/zshrc:
933     - our new default umask is now 002.
934     - function isutfenv to check whether we are running inside
935       an utf environment
936     - add option utf8 to alias truec according to result of isutfenv
937
938  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
939
940 grml-etc-core (0.2.4) unstable; urgency=low
941
942   * /etc/zsh/zshrc: add alias 'any' for grepping through process
943     list, thanks for the basic idea - Karl Voit!
944
945  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
946
947 grml-etc-core (0.2.3) unstable; urgency=low
948
949   * Let's ship /etc/apt/preferences.grml as reference file.
950
951  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
952
953 grml-etc-core (0.2.2) unstable; urgency=low
954
955   Another "Frank 'ft' Terbeck is my zsh hero" release.
956
957   * Use new grml-repository by default now (thanks for the great
958     work, formorer!).
959   * /etc/zsh/zshrc:
960     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
961       main zsh config file so we can use it as root as well (thanks for hint,
962       wuehlmaus)
963     - move function H-Glob to this file as well and make it available
964       as help-zshglob as well, thanks for the translation to english - ft!
965     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
966     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
967   * /etc/skel/.zshrc:
968     - rework function dirspace() [support $1]
969     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
970
971  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
972
973 grml-etc-core (0.2.1) unstable; urgency=low
974
975   * New version number for new release.
976
977  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
978
979 grml-etc-core (0.1-38) unstable; urgency=low
980
981   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
982     to Erich Minderlein and Ulrich Dangel!
983
984  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
985
986 grml-etc-core (0.1-37) unstable; urgency=low
987
988   The 'preparation to a zsh workshop improves code quality' release. :)
989
990   * /etc/zsh/zshrc:
991     - run "limit core 0" only in live-cd mode
992     - support Force-Reload for /etc/init.d/*-action as well
993     - move upgrade-function from /etc/skel/.zshrc to this file
994   * /etc/skel/.zshrc: some cosmetic cleanups
995   * grml-zsh-refcard has been updated (big thanks to Frank
996     Terbeck again!) (Closes: issue9)
997
998  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
999
1000 grml-etc-core (0.1-36) unstable; urgency=low
1001
1002   * /etc/skel/.zshrc:
1003     + alias hbp='hg-buildpackage'
1004     + renamed tla related aliases:
1005         ldiff   => tdi
1006         mirror  => tmi
1007         commit  => tco
1008         merge   => tme
1009     + fix function lcheck
1010   * /etc/zsh/zshrc:
1011     + grml-rebuildfstab: use -config option of new rebuildfstab
1012     + alias acp='apt-cache policy'
1013
1014  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
1015
1016 grml-etc-core (0.1-35) unstable; urgency=low
1017
1018   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
1019     for the great work, formorer!), not yet activated by default.
1020
1021  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
1022
1023 grml-etc-core (0.1-34) grml-testing; urgency=low
1024
1025   * Build package for new repository layout using 'grml-testing'
1026     as "Distribution".
1027
1028  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
1029
1030 grml-etc-core (0.1-33) unstable; urgency=low
1031
1032   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
1033     to avoid problems with different zsh versions. 
1034   * Small fix in debian/preinst to prevent overwriting from original
1035     files when diverting several times (again: please report any
1036     problems you notice).
1037   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
1038     debian.vim, just to make sure we have nocompatible also on
1039     older vim versions.
1040
1041  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
1042
1043 grml-etc-core (0.1-32) unstable; urgency=low
1044
1045   * zsh-setup: applied patch from Frank Terbeck for improved
1046     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
1047
1048  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
1049
1050 grml-etc-core (0.1-31) unstable; urgency=low
1051
1052   * /etc/skel/.zshrc:
1053     - added alias hidiff (highlight important stuff in diff
1054       output), active if histring is available
1055     - added some isgrmlsmall checks, thanks Frank Terbeck!
1056     - added power completion, thanks wuehlmaus!
1057       See http://zshwiki.org/home/examples/zleiab for details.
1058       Notice: this deactivates the global aliases by default now,
1059       just use the global aliases as well but press ',.' afterwards
1060       to expand the abbreviation!
1061
1062  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
1063
1064 grml-etc-core (0.1-30) unstable; urgency=low
1065
1066   * Ship /etc/grml/script-functions with this package so other packages
1067     like grml-debootstrap don't have to depend on package grml-scripts.
1068   * Bumb Standard Version to 3.7.2 (no further changes).
1069
1070  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
1071
1072 grml-etc-core (0.1-29) unstable; urgency=low
1073
1074   * /etc/zsh/zshrc:
1075     - added isgrmlsmall() and set $EDITOR according to grml flavour,
1076       thanks - Frank Terbeck!
1077     - deactivate smiley on right side of prompt by default, uncomment
1078       the line if you want to use it
1079   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
1080     but do not activate it by default
1081   * /etc/skel/.hgrc: adjust username for "generic user"
1082
1083  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
1084
1085 grml-etc-core (0.1-28) unstable; urgency=low
1086
1087   * /etc/skel/.zshrc: always set 'setopt local_options' if
1088     using 'setopt errreturn'.
1089
1090  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
1091
1092 grml-etc-core (0.1-27) unstable; urgency=low
1093
1094   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
1095     otherwise running 'script' might hang. Thanks, wuehlmaus!
1096
1097  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
1098
1099 grml-etc-core (0.1-26) unstable; urgency=low
1100
1101   The "Frank Terbeck is my zsh hero" release.
1102
1103   * Update /etc/zsh/site-functions/_hg to latest version from
1104     http://hg.intevation.org/mercurial/crew
1105   * Added /etc/zsh/site-functions/_grmlinitd for better completion
1106     of "Start Restart Stop Reload" with initscripts, thanks - Frank
1107     Terbeck!
1108   * /etc/zsh/zshrc:
1109     - use is-at-least for is4[2]-functions if possible
1110     - bugfix for $2 in initscripts "Start Restart Stop Reload"
1111       function (thanks, Frank Terbeck!)
1112     - use zsh's color capabilities if the module is present
1113       (thanks, Frank Terbeck!)
1114     - don't export $SHELL anymore
1115   * /etc/zsh/zshenv:
1116     - set /bin instead of /bin/ in $PATH
1117     - some minor code style improvements
1118   * /etc/skel/.zshrc: 
1119     - updated alias fbmplayer (thanks, wuehlmaus!)
1120     - added function gex (google exact search, thanks wuehlmaus!)
1121     - added gethgsnap and gethgclone for retrieving mercurial
1122     - use $SUDO in the whole file instead of $RUNASROOT
1123     - use 'setopt errreturn' in some functions
1124
1125  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
1126
1127 grml-etc-core (0.1-25) unstable; urgency=low
1128
1129   * /etc/skel/.zshrc: add functions for mercurial
1130   * Added /etc/skel/.hgrc - configuration file for mercurial.
1131   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
1132     two directories recursively), taken from
1133     http://www.vim.org/scripts/script.php?script_id=102
1134
1135  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
1136
1137 grml-etc-core (0.1-24) unstable; urgency=low
1138
1139   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
1140     thanks for the patch - Frank Terbeck!
1141
1142  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
1143
1144 grml-etc-core (0.1-23) unstable; urgency=low
1145
1146   * Fix typo in /etc/zsh/zshrc.
1147
1148  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
1149
1150 grml-etc-core (0.1-22) unstable; urgency=low
1151
1152   * /etc/zsh/zshrc: update functions dchange and uchange - check
1153     whether changelogs exist before trying to display them.
1154
1155  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
1156
1157 grml-etc-core (0.1-21) unstable; urgency=low
1158
1159   * /etc/zsh/zshrc: added some more checks so the config works
1160     on AIX (powerpc-ibm-aix5.2.0.0) as well.
1161
1162  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
1163
1164 grml-etc-core (0.1-20) unstable; urgency=low
1165
1166   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
1167     and set according $FPATH in /etc/zsh/zshrc.
1168
1169  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
1170
1171 grml-etc-core (0.1-19) unstable; urgency=low
1172
1173   * /etc/grml/screenrc: activated
1174     termcapinfo xterm|xterms|xs|rxvt ti@:te@
1175     for "more usual" buffer handling in xterm & CO.
1176
1177  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
1178
1179 grml-etc-core (0.1-18) unstable; urgency=low
1180
1181   * /etc/skel/.zshrc: update function getskype (new upstream release
1182     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
1183
1184  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
1185
1186 grml-etc-core (0.1-17) unstable; urgency=low
1187
1188   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
1189     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
1190     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
1191
1192  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
1193
1194 grml-etc-core (0.1-16) unstable; urgency=low
1195
1196   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
1197   * Move debian/postinst to debian/preinst, some minor fixes in
1198     preinst and postrm.
1199
1200  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
1201
1202 grml-etc-core (0.1-15) unstable; urgency=low
1203
1204   * Set debian related functions + aliases only if /etc/debian_version
1205     is present. Check for uid and set $SUDO according so normal
1206     user can use functions + aliases as well.
1207
1208  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
1209
1210 grml-etc-core (0.1-14) unstable; urgency=low
1211
1212   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
1213     to put job into foreground (thanks, wuehlmaus).
1214
1215  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
1216
1217 grml-etc-core (0.1-13) unstable; urgency=low
1218
1219   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
1220
1221  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
1222
1223 grml-etc-core (0.1-12) unstable; urgency=low
1224
1225   * Cleanup and update of /etc/apt/sources.list.grml.
1226   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
1227     package) and uchange (view upstream's changelog of specified package).
1228
1229  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
1230
1231 grml-etc-core (0.1-11) unstable; urgency=low
1232
1233   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
1234     in environment files.
1235
1236  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
1237
1238 grml-etc-core (0.1-10) unstable; urgency=low
1239
1240   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
1241     Worf for idea!
1242   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
1243
1244  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
1245
1246 grml-etc-core (0.1-9) unstable; urgency=low
1247
1248   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
1249     is present.
1250   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
1251     delete a word until its last '/'
1252
1253  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
1254
1255 grml-etc-core (0.1-8) unstable; urgency=low
1256
1257   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
1258     as well.
1259
1260  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
1261
1262 grml-etc-core (0.1-7) unstable; urgency=low
1263
1264   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
1265     Restore).
1266
1267  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
1268
1269 grml-etc-core (0.1-6) unstable; urgency=low
1270
1271   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
1272
1273  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
1274
1275 grml-etc-core (0.1-5) unstable; urgency=low
1276
1277   * /etc/zsh/zshrc:
1278     - press "ctrl-e d" to insert the actual date in the form
1279       yyyy-mm-dd (found in schulas zsh config :))
1280     - complete manual pages by their section (hello schula,
1281       again ;-))
1282
1283  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
1284
1285 grml-etc-core (0.1-4) unstable; urgency=low
1286
1287   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
1288     status on right side of prompt.
1289
1290  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
1291
1292 grml-etc-core (0.1-3) unstable; urgency=low
1293
1294   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
1295     for suggestion, Mark!
1296   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
1297     Mark!
1298   * Added /etc/grml/script-functions meant for usage inside shell
1299     scripts.
1300
1301  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
1302
1303 grml-etc-core (0.1-2) unstable; urgency=low
1304
1305   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
1306
1307  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
1308
1309 grml-etc-core (0.1) unstable; urgency=low
1310
1311   * Initial Release.
1312
1313  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
1314