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