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