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