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