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