export SHELL=/bin/zsh
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.2.23) unstable; urgency=low
2
3   * /etc/zsh/zshrc:
4     - export SHELL='/bin/zsh', otherwise aterm and rxvt use
5       /bin/sh or /bin/bash. :-/
6     - add a space character in some abbreviation expansions
7       so it's better readable.
8
9  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 17:30:11 +0100
10
11 grml-etc-core (0.2.22) unstable; urgency=low
12
13   * Adding directory /etc/skel/.channels with the following files:
14     - Files for use with scan of dvb-utils:
15       * at-austria    -> austria in general
16       * at-graz       -> working file for Graz
17       * at-klagenfurt -> working file for Klagenfurt
18     - Already configured files for use with mplayer/xine/...:
19       * channels.conf-AT-graz       -> use DVB in Graz
20       * channels.conf-AT-klagenfurt -> use DVB in Klagenfurt
21
22  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 12:02:16 +0100
23
24 grml-etc-core (0.2.21) unstable; urgency=low
25
26   * /etc/zsh/zshrc: check for upper letters in isutfenv as well
27
28  -- Michael Prokop <mika@grml.org>  Sat, 17 Feb 2007 12:15:15 +0100
29
30 grml-etc-core (0.2.20) unstable; urgency=low
31
32   * Update of /etc/skel/.vimrc and /etc/vim/vimrc, added
33     /etc/skel/.vim/ftplugin/c.vim.
34
35  -- Michael Prokop <mika@grml.org>  Sat, 10 Feb 2007 11:33:13 +0100
36
37 grml-etc-core (0.2.19) unstable; urgency=low
38
39   * /etc/vim/vimrc: make sure we use 'syntax on' only when we
40     have vim with +syntax
41   * debian/preinst: another fix to improve keeping of original
42     configuration files
43
44  -- Michael Prokop <mika@grml.org>  Fri,  9 Feb 2007 15:24:14 +0100
45
46 grml-etc-core (0.2.18) unstable; urgency=low
47
48   * /etc/zsh/completion.d/grml-wallpaper: allow proper setting
49     of parameters for local directories [Closses: issue116]
50
51  -- Michael Prokop <mika@grml.org>  Tue,  6 Feb 2007 20:17:02 +0100
52
53 grml-etc-core (0.2.17) unstable; urgency=low
54
55   * zsh config files: fix handling of check for binaries, thanks
56     for reporting to Erich Minderlein, thanks for investigation
57     and patch to ft! (Closes: issue80)
58
59  -- Michael Prokop <mika@grml.org>  Fri, 19 Jan 2007 19:27:43 +0100
60
61 grml-etc-core (0.2.16) unstable; urgency=low
62
63   * /etc/zsh/zshrc:
64     - add completion for qma (thanks, wuehlmaus)
65
66  -- Michael Prokop <mika@grml.org>  Thu, 18 Jan 2007 13:08:54 +0100
67
68 grml-etc-core (0.2.15) unstable; urgency=low
69
70   * /etc/zsh/zshrc:
71     - rename edfun() into edfunc() [thanks for hint, Kai Wilke!]
72     - added some useful config stuff (deactivated by default as it
73       needs personal tuning) contributed by Kai Wilke [thanks!]
74     - improved host completion (thanks for some code, Kai Wilke!)
75     - added apache2-ssl-certificate() as Debian does not ship
76       the script anymore *grml*
77     - support zsh profiling via $ZSH_PROFILE_RC and profile()
78     - added alias 0 which does nothing else than 'return 0' (I like
79       a clean prompt without error return codes inside but don't
80       want to miss the feature itself, so just press 0<cr> and that's
81       it :))
82     - added alias debs-by-size
83     - added function deswap (useful after suspending), function hex
84       (print hex value of a number) and function peval (perl-eval)
85
86  -- Michael Prokop <mika@grml.org>  Fri,  5 Jan 2007 00:00:54 +0100
87
88 grml-etc-core (0.2.14) unstable; urgency=low
89
90   * Use builtin for chpwd's dirs command instead of the alias
91     and function workaround, thanks - schula!
92
93  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 14:55:05 +0100
94
95 grml-etc-core (0.2.13) unstable; urgency=low
96
97   * /etc/zsh/zshrc + /etc/skel/.zshrc: make sure 'dirs' is not
98     an alias or function
99
100  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 13:52:22 +0100
101
102 grml-etc-core (0.2.12) unstable; urgency=low
103
104   * /etc/zsh/zshrc: add support for global dirstack handling
105     (Closes: issue47)
106
107  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 20:12:25 +0100
108
109 grml-etc-core (0.2.11) unstable; urgency=low
110
111   * Do not depend on vim or nvi only but allow use of virtual package
112     editor also. Thanks, Markus Wigge <mwigge@marcant.net>!
113
114  -- Michael Prokop <mika@grml.org>  Fri, 15 Dec 2006 01:02:09 +0100
115
116 grml-etc-core (0.2.10) unstable; urgency=low
117
118   * Remove /etc/skel/.zshrc from dpkg-diversion.
119
120  -- Michael Prokop <mika@grml.org>  Tue,  5 Dec 2006 17:05:57 +0100
121
122 grml-etc-core (0.2.9) unstable; urgency=low
123
124   * /etc/zsh/zshrc: update NOPRECMD handling
125
126  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 11:47:22 +0100
127
128 grml-etc-core (0.2.8) unstable; urgency=low
129
130   * /etc/zsh/zshrc: drop completion for lintian and linda as
131     zsh ships that already.
132
133  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 22:43:38 +0100
134
135 grml-etc-core (0.2.7) unstable; urgency=low
136
137   * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
138     therefore and use qma for manzsh too. (This fixes part 2/2 of
139     issue19)
140
141  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:49:05 +0100
142
143 grml-etc-core (0.2.6) unstable; urgency=low
144
145   * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
146     (Closes: issue36)
147
148  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:24:07 +0100
149
150 grml-etc-core (0.2.5) unstable; urgency=low
151
152   * /etc/zsh/zshrc:
153     - our new default umask is now 002.
154     - function isutfenv to check whether we are running inside
155       an utf environment
156     - add option utf8 to alias truec according to result of isutfenv
157
158  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
159
160 grml-etc-core (0.2.4) unstable; urgency=low
161
162   * /etc/zsh/zshrc: add alias 'any' for grepping through process
163     list, thanks for the basic idea - Karl Voit!
164
165  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
166
167 grml-etc-core (0.2.3) unstable; urgency=low
168
169   * Let's ship /etc/apt/preferences.grml as reference file.
170
171  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
172
173 grml-etc-core (0.2.2) unstable; urgency=low
174
175   Another "Frank 'ft' Terbeck is my zsh hero" release.
176
177   * Use new grml-repository by default now (thanks for the great
178     work, formorer!).
179   * /etc/zsh/zshrc:
180     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
181       main zsh config file so we can use it as root as well (thanks for hint,
182       wuehlmaus)
183     - move function H-Glob to this file as well and make it available
184       as help-zshglob as well, thanks for the translation to english - ft!
185     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
186     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
187   * /etc/skel/.zshrc:
188     - rework function dirspace() [support $1]
189     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
190
191  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
192
193 grml-etc-core (0.2.1) unstable; urgency=low
194
195   * New version number for new release.
196
197  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
198
199 grml-etc-core (0.1-38) unstable; urgency=low
200
201   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
202     to Erich Minderlein and Ulrich Dangel!
203
204  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
205
206 grml-etc-core (0.1-37) unstable; urgency=low
207
208   The 'preparation to a zsh workshop improves code quality' release. :)
209
210   * /etc/zsh/zshrc:
211     - run "limit core 0" only in live-cd mode
212     - support Force-Reload for /etc/init.d/*-action as well
213     - move upgrade-function from /etc/skel/.zshrc to this file
214   * /etc/skel/.zshrc: some cosmetic cleanups
215   * grml-zsh-refcard has been updated (big thanks to Frank
216     Terbeck again!) (Closes: issue9)
217
218  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
219
220 grml-etc-core (0.1-36) unstable; urgency=low
221
222   * /etc/skel/.zshrc:
223     + alias hbp='hg-buildpackage'
224     + renamed tla related aliases:
225         ldiff   => tdi
226         mirror  => tmi
227         commit  => tco
228         merge   => tme
229     + fix function lcheck
230   * /etc/zsh/zshrc:
231     + grml-rebuildfstab: use -config option of new rebuildfstab
232     + alias acp='apt-cache policy'
233
234  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
235
236 grml-etc-core (0.1-35) unstable; urgency=low
237
238   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
239     for the great work, formorer!), not yet activated by default.
240
241  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
242
243 grml-etc-core (0.1-34) grml-testing; urgency=low
244
245   * Build package for new repository layout using 'grml-testing'
246     as "Distribution".
247
248  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
249
250 grml-etc-core (0.1-33) unstable; urgency=low
251
252   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
253     to avoid problems with different zsh versions. 
254   * Small fix in debian/preinst to prevent overwriting from original
255     files when diverting several times (again: please report any
256     problems you notice).
257   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
258     debian.vim, just to make sure we have nocompatible also on
259     older vim versions.
260
261  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
262
263 grml-etc-core (0.1-32) unstable; urgency=low
264
265   * zsh-setup: applied patch from Frank Terbeck for improved
266     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
267
268  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
269
270 grml-etc-core (0.1-31) unstable; urgency=low
271
272   * /etc/skel/.zshrc:
273     - added alias hidiff (highlight important stuff in diff
274       output), active if histring is available
275     - added some isgrmlsmall checks, thanks Frank Terbeck!
276     - added power completion, thanks wuehlmaus!
277       See http://zshwiki.org/home/examples/zleiab for details.
278       Notice: this deactivates the global aliases by default now,
279       just use the global aliases as well but press ',.' afterwards
280       to expand the abbreviation!
281
282  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
283
284 grml-etc-core (0.1-30) unstable; urgency=low
285
286   * Ship /etc/grml/script-functions with this package so other packages
287     like grml-debootstrap don't have to depend on package grml-scripts.
288   * Bumb Standard Version to 3.7.2 (no further changes).
289
290  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
291
292 grml-etc-core (0.1-29) unstable; urgency=low
293
294   * /etc/zsh/zshrc:
295     - added isgrmlsmall() and set $EDITOR according to grml flavour,
296       thanks - Frank Terbeck!
297     - deactivate smiley on right side of prompt by default, uncomment
298       the line if you want to use it
299   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
300     but do not activate it by default
301   * /etc/skel/.hgrc: adjust username for "generic user"
302
303  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
304
305 grml-etc-core (0.1-28) unstable; urgency=low
306
307   * /etc/skel/.zshrc: always set 'setopt local_options' if
308     using 'setopt errreturn'.
309
310  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
311
312 grml-etc-core (0.1-27) unstable; urgency=low
313
314   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
315     otherwise running 'script' might hang. Thanks, wuehlmaus!
316
317  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
318
319 grml-etc-core (0.1-26) unstable; urgency=low
320
321   The "Frank Terbeck is my zsh hero" release.
322
323   * Update /etc/zsh/site-functions/_hg to latest version from
324     http://hg.intevation.org/mercurial/crew
325   * Added /etc/zsh/site-functions/_grmlinitd for better completion
326     of "Start Restart Stop Reload" with initscripts, thanks - Frank
327     Terbeck!
328   * /etc/zsh/zshrc:
329     - use is-at-least for is4[2]-functions if possible
330     - bugfix for $2 in initscripts "Start Restart Stop Reload"
331       function (thanks, Frank Terbeck!)
332     - use zsh's color capabilities if the module is present
333       (thanks, Frank Terbeck!)
334     - don't export $SHELL anymore
335   * /etc/zsh/zshenv:
336     - set /bin instead of /bin/ in $PATH
337     - some minor code style improvements
338   * /etc/skel/.zshrc: 
339     - updated alias fbmplayer (thanks, wuehlmaus!)
340     - added function gex (google exact search, thanks wuehlmaus!)
341     - added gethgsnap and gethgclone for retrieving mercurial
342     - use $SUDO in the whole file instead of $RUNASROOT
343     - use 'setopt errreturn' in some functions
344
345  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
346
347 grml-etc-core (0.1-25) unstable; urgency=low
348
349   * /etc/skel/.zshrc: add functions for mercurial
350   * Added /etc/skel/.hgrc - configuration file for mercurial.
351   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
352     two directories recursively), taken from
353     http://www.vim.org/scripts/script.php?script_id=102
354
355  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
356
357 grml-etc-core (0.1-24) unstable; urgency=low
358
359   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
360     thanks for the patch - Frank Terbeck!
361
362  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
363
364 grml-etc-core (0.1-23) unstable; urgency=low
365
366   * Fix typo in /etc/zsh/zshrc.
367
368  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
369
370 grml-etc-core (0.1-22) unstable; urgency=low
371
372   * /etc/zsh/zshrc: update functions dchange and uchange - check
373     whether changelogs exist before trying to display them.
374
375  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
376
377 grml-etc-core (0.1-21) unstable; urgency=low
378
379   * /etc/zsh/zshrc: added some more checks so the config works
380     on AIX (powerpc-ibm-aix5.2.0.0) as well.
381
382  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
383
384 grml-etc-core (0.1-20) unstable; urgency=low
385
386   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
387     and set according $FPATH in /etc/zsh/zshrc.
388
389  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
390
391 grml-etc-core (0.1-19) unstable; urgency=low
392
393   * /etc/grml/screenrc: activated
394     termcapinfo xterm|xterms|xs|rxvt ti@:te@
395     for "more usual" buffer handling in xterm & CO.
396
397  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
398
399 grml-etc-core (0.1-18) unstable; urgency=low
400
401   * /etc/skel/.zshrc: update function getskype (new upstream release
402     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
403
404  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
405
406 grml-etc-core (0.1-17) unstable; urgency=low
407
408   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
409     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
410     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
411
412  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
413
414 grml-etc-core (0.1-16) unstable; urgency=low
415
416   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
417   * Move debian/postinst to debian/preinst, some minor fixes in
418     preinst and postrm.
419
420  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
421
422 grml-etc-core (0.1-15) unstable; urgency=low
423
424   * Set debian related functions + aliases only if /etc/debian_version
425     is present. Check for uid and set $SUDO according so normal
426     user can use functions + aliases as well.
427
428  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
429
430 grml-etc-core (0.1-14) unstable; urgency=low
431
432   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
433     to put job into foreground (thanks, wuehlmaus).
434
435  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
436
437 grml-etc-core (0.1-13) unstable; urgency=low
438
439   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
440
441  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
442
443 grml-etc-core (0.1-12) unstable; urgency=low
444
445   * Cleanup and update of /etc/apt/sources.list.grml.
446   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
447     package) and uchange (view upstream's changelog of specified package).
448
449  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
450
451 grml-etc-core (0.1-11) unstable; urgency=low
452
453   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
454     in environment files.
455
456  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
457
458 grml-etc-core (0.1-10) unstable; urgency=low
459
460   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
461     Worf for idea!
462   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
463
464  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
465
466 grml-etc-core (0.1-9) unstable; urgency=low
467
468   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
469     is present.
470   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
471     delete a word until its last '/'
472
473  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
474
475 grml-etc-core (0.1-8) unstable; urgency=low
476
477   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
478     as well.
479
480  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
481
482 grml-etc-core (0.1-7) unstable; urgency=low
483
484   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
485     Restore).
486
487  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
488
489 grml-etc-core (0.1-6) unstable; urgency=low
490
491   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
492
493  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
494
495 grml-etc-core (0.1-5) unstable; urgency=low
496
497   * /etc/zsh/zshrc:
498     - press "ctrl-e d" to insert the actual date in the form
499       yyyy-mm-dd (found in schulas zsh config :))
500     - complete manual pages by their section (hello schula,
501       again ;-))
502
503  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
504
505 grml-etc-core (0.1-4) unstable; urgency=low
506
507   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
508     status on right side of prompt.
509
510  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
511
512 grml-etc-core (0.1-3) unstable; urgency=low
513
514   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
515     for suggestion, Mark!
516   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
517     Mark!
518   * Added /etc/grml/script-functions meant for usage inside shell
519     scripts.
520
521  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
522
523 grml-etc-core (0.1-2) unstable; urgency=low
524
525   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
526
527  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
528
529 grml-etc-core (0.1) unstable; urgency=low
530
531   * Initial Release.
532
533  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
534