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