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