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