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