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