/etc/zsh/zshrc: add completion for qma (thanks, wuehlmaus)
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.2.16) unstable; urgency=low
2
3   * /etc/zsh/zshrc:
4     - add completion for qma (thanks, wuehlmaus)
5
6  -- Michael Prokop <mika@grml.org>  Thu, 18 Jan 2007 13:08:54 +0100
7
8 grml-etc-core (0.2.15) unstable; urgency=low
9
10   * /etc/zsh/zshrc:
11     - rename edfun() into edfunc() [thanks for hint, Kai Wilke!]
12     - added some useful config stuff (deactivated by default as it
13       needs personal tuning) contributed by Kai Wilke [thanks!]
14     - improved host completion (thanks for some code, Kai Wilke!)
15     - added apache2-ssl-certificate() as Debian does not ship
16       the script anymore *grml*
17     - support zsh profiling via $ZSH_PROFILE_RC and profile()
18     - added alias 0 which does nothing else than 'return 0' (I like
19       a clean prompt without error return codes inside but don't
20       want to miss the feature itself, so just press 0<cr> and that's
21       it :))
22     - added alias debs-by-size
23     - added function deswap (useful after suspending), function hex
24       (print hex value of a number) and function peval (perl-eval)
25
26  -- Michael Prokop <mika@grml.org>  Fri,  5 Jan 2007 00:00:54 +0100
27
28 grml-etc-core (0.2.14) unstable; urgency=low
29
30   * Use builtin for chpwd's dirs command instead of the alias
31     and function workaround, thanks - schula!
32
33  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 14:55:05 +0100
34
35 grml-etc-core (0.2.13) unstable; urgency=low
36
37   * /etc/zsh/zshrc + /etc/skel/.zshrc: make sure 'dirs' is not
38     an alias or function
39
40  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 13:52:22 +0100
41
42 grml-etc-core (0.2.12) unstable; urgency=low
43
44   * /etc/zsh/zshrc: add support for global dirstack handling
45     (Closes: issue47)
46
47  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 20:12:25 +0100
48
49 grml-etc-core (0.2.11) unstable; urgency=low
50
51   * Do not depend on vim or nvi only but allow use of virtual package
52     editor also. Thanks, Markus Wigge <mwigge@marcant.net>!
53
54  -- Michael Prokop <mika@grml.org>  Fri, 15 Dec 2006 01:02:09 +0100
55
56 grml-etc-core (0.2.10) unstable; urgency=low
57
58   * Remove /etc/skel/.zshrc from dpkg-diversion.
59
60  -- Michael Prokop <mika@grml.org>  Tue,  5 Dec 2006 17:05:57 +0100
61
62 grml-etc-core (0.2.9) unstable; urgency=low
63
64   * /etc/zsh/zshrc: update NOPRECMD handling
65
66  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 11:47:22 +0100
67
68 grml-etc-core (0.2.8) unstable; urgency=low
69
70   * /etc/zsh/zshrc: drop completion for lintian and linda as
71     zsh ships that already.
72
73  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 22:43:38 +0100
74
75 grml-etc-core (0.2.7) unstable; urgency=low
76
77   * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
78     therefore and use qma for manzsh too. (This fixes part 2/2 of
79     issue19)
80
81  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:49:05 +0100
82
83 grml-etc-core (0.2.6) unstable; urgency=low
84
85   * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
86     (Closes: issue36)
87
88  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:24:07 +0100
89
90 grml-etc-core (0.2.5) unstable; urgency=low
91
92   * /etc/zsh/zshrc:
93     - our new default umask is now 002.
94     - function isutfenv to check whether we are running inside
95       an utf environment
96     - add option utf8 to alias truec according to result of isutfenv
97
98  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
99
100 grml-etc-core (0.2.4) unstable; urgency=low
101
102   * /etc/zsh/zshrc: add alias 'any' for grepping through process
103     list, thanks for the basic idea - Karl Voit!
104
105  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
106
107 grml-etc-core (0.2.3) unstable; urgency=low
108
109   * Let's ship /etc/apt/preferences.grml as reference file.
110
111  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
112
113 grml-etc-core (0.2.2) unstable; urgency=low
114
115   Another "Frank 'ft' Terbeck is my zsh hero" release.
116
117   * Use new grml-repository by default now (thanks for the great
118     work, formorer!).
119   * /etc/zsh/zshrc:
120     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
121       main zsh config file so we can use it as root as well (thanks for hint,
122       wuehlmaus)
123     - move function H-Glob to this file as well and make it available
124       as help-zshglob as well, thanks for the translation to english - ft!
125     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
126     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
127   * /etc/skel/.zshrc:
128     - rework function dirspace() [support $1]
129     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
130
131  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
132
133 grml-etc-core (0.2.1) unstable; urgency=low
134
135   * New version number for new release.
136
137  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
138
139 grml-etc-core (0.1-38) unstable; urgency=low
140
141   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
142     to Erich Minderlein and Ulrich Dangel!
143
144  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
145
146 grml-etc-core (0.1-37) unstable; urgency=low
147
148   The 'preparation to a zsh workshop improves code quality' release. :)
149
150   * /etc/zsh/zshrc:
151     - run "limit core 0" only in live-cd mode
152     - support Force-Reload for /etc/init.d/*-action as well
153     - move upgrade-function from /etc/skel/.zshrc to this file
154   * /etc/skel/.zshrc: some cosmetic cleanups
155   * grml-zsh-refcard has been updated (big thanks to Frank
156     Terbeck again!) (Closes: issue9)
157
158  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
159
160 grml-etc-core (0.1-36) unstable; urgency=low
161
162   * /etc/skel/.zshrc:
163     + alias hbp='hg-buildpackage'
164     + renamed tla related aliases:
165         ldiff   => tdi
166         mirror  => tmi
167         commit  => tco
168         merge   => tme
169     + fix function lcheck
170   * /etc/zsh/zshrc:
171     + grml-rebuildfstab: use -config option of new rebuildfstab
172     + alias acp='apt-cache policy'
173
174  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
175
176 grml-etc-core (0.1-35) unstable; urgency=low
177
178   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
179     for the great work, formorer!), not yet activated by default.
180
181  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
182
183 grml-etc-core (0.1-34) grml-testing; urgency=low
184
185   * Build package for new repository layout using 'grml-testing'
186     as "Distribution".
187
188  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
189
190 grml-etc-core (0.1-33) unstable; urgency=low
191
192   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
193     to avoid problems with different zsh versions. 
194   * Small fix in debian/preinst to prevent overwriting from original
195     files when diverting several times (again: please report any
196     problems you notice).
197   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
198     debian.vim, just to make sure we have nocompatible also on
199     older vim versions.
200
201  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
202
203 grml-etc-core (0.1-32) unstable; urgency=low
204
205   * zsh-setup: applied patch from Frank Terbeck for improved
206     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
207
208  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
209
210 grml-etc-core (0.1-31) unstable; urgency=low
211
212   * /etc/skel/.zshrc:
213     - added alias hidiff (highlight important stuff in diff
214       output), active if histring is available
215     - added some isgrmlsmall checks, thanks Frank Terbeck!
216     - added power completion, thanks wuehlmaus!
217       See http://zshwiki.org/home/examples/zleiab for details.
218       Notice: this deactivates the global aliases by default now,
219       just use the global aliases as well but press ',.' afterwards
220       to expand the abbreviation!
221
222  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
223
224 grml-etc-core (0.1-30) unstable; urgency=low
225
226   * Ship /etc/grml/script-functions with this package so other packages
227     like grml-debootstrap don't have to depend on package grml-scripts.
228   * Bumb Standard Version to 3.7.2 (no further changes).
229
230  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
231
232 grml-etc-core (0.1-29) unstable; urgency=low
233
234   * /etc/zsh/zshrc:
235     - added isgrmlsmall() and set $EDITOR according to grml flavour,
236       thanks - Frank Terbeck!
237     - deactivate smiley on right side of prompt by default, uncomment
238       the line if you want to use it
239   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
240     but do not activate it by default
241   * /etc/skel/.hgrc: adjust username for "generic user"
242
243  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
244
245 grml-etc-core (0.1-28) unstable; urgency=low
246
247   * /etc/skel/.zshrc: always set 'setopt local_options' if
248     using 'setopt errreturn'.
249
250  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
251
252 grml-etc-core (0.1-27) unstable; urgency=low
253
254   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
255     otherwise running 'script' might hang. Thanks, wuehlmaus!
256
257  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
258
259 grml-etc-core (0.1-26) unstable; urgency=low
260
261   The "Frank Terbeck is my zsh hero" release.
262
263   * Update /etc/zsh/site-functions/_hg to latest version from
264     http://hg.intevation.org/mercurial/crew
265   * Added /etc/zsh/site-functions/_grmlinitd for better completion
266     of "Start Restart Stop Reload" with initscripts, thanks - Frank
267     Terbeck!
268   * /etc/zsh/zshrc:
269     - use is-at-least for is4[2]-functions if possible
270     - bugfix for $2 in initscripts "Start Restart Stop Reload"
271       function (thanks, Frank Terbeck!)
272     - use zsh's color capabilities if the module is present
273       (thanks, Frank Terbeck!)
274     - don't export $SHELL anymore
275   * /etc/zsh/zshenv:
276     - set /bin instead of /bin/ in $PATH
277     - some minor code style improvements
278   * /etc/skel/.zshrc: 
279     - updated alias fbmplayer (thanks, wuehlmaus!)
280     - added function gex (google exact search, thanks wuehlmaus!)
281     - added gethgsnap and gethgclone for retrieving mercurial
282     - use $SUDO in the whole file instead of $RUNASROOT
283     - use 'setopt errreturn' in some functions
284
285  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
286
287 grml-etc-core (0.1-25) unstable; urgency=low
288
289   * /etc/skel/.zshrc: add functions for mercurial
290   * Added /etc/skel/.hgrc - configuration file for mercurial.
291   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
292     two directories recursively), taken from
293     http://www.vim.org/scripts/script.php?script_id=102
294
295  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
296
297 grml-etc-core (0.1-24) unstable; urgency=low
298
299   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
300     thanks for the patch - Frank Terbeck!
301
302  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
303
304 grml-etc-core (0.1-23) unstable; urgency=low
305
306   * Fix typo in /etc/zsh/zshrc.
307
308  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
309
310 grml-etc-core (0.1-22) unstable; urgency=low
311
312   * /etc/zsh/zshrc: update functions dchange and uchange - check
313     whether changelogs exist before trying to display them.
314
315  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
316
317 grml-etc-core (0.1-21) unstable; urgency=low
318
319   * /etc/zsh/zshrc: added some more checks so the config works
320     on AIX (powerpc-ibm-aix5.2.0.0) as well.
321
322  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
323
324 grml-etc-core (0.1-20) unstable; urgency=low
325
326   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
327     and set according $FPATH in /etc/zsh/zshrc.
328
329  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
330
331 grml-etc-core (0.1-19) unstable; urgency=low
332
333   * /etc/grml/screenrc: activated
334     termcapinfo xterm|xterms|xs|rxvt ti@:te@
335     for "more usual" buffer handling in xterm & CO.
336
337  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
338
339 grml-etc-core (0.1-18) unstable; urgency=low
340
341   * /etc/skel/.zshrc: update function getskype (new upstream release
342     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
343
344  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
345
346 grml-etc-core (0.1-17) unstable; urgency=low
347
348   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
349     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
350     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
351
352  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
353
354 grml-etc-core (0.1-16) unstable; urgency=low
355
356   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
357   * Move debian/postinst to debian/preinst, some minor fixes in
358     preinst and postrm.
359
360  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
361
362 grml-etc-core (0.1-15) unstable; urgency=low
363
364   * Set debian related functions + aliases only if /etc/debian_version
365     is present. Check for uid and set $SUDO according so normal
366     user can use functions + aliases as well.
367
368  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
369
370 grml-etc-core (0.1-14) unstable; urgency=low
371
372   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
373     to put job into foreground (thanks, wuehlmaus).
374
375  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
376
377 grml-etc-core (0.1-13) unstable; urgency=low
378
379   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
380
381  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
382
383 grml-etc-core (0.1-12) unstable; urgency=low
384
385   * Cleanup and update of /etc/apt/sources.list.grml.
386   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
387     package) and uchange (view upstream's changelog of specified package).
388
389  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
390
391 grml-etc-core (0.1-11) unstable; urgency=low
392
393   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
394     in environment files.
395
396  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
397
398 grml-etc-core (0.1-10) unstable; urgency=low
399
400   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
401     Worf for idea!
402   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
403
404  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
405
406 grml-etc-core (0.1-9) unstable; urgency=low
407
408   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
409     is present.
410   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
411     delete a word until its last '/'
412
413  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
414
415 grml-etc-core (0.1-8) unstable; urgency=low
416
417   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
418     as well.
419
420  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
421
422 grml-etc-core (0.1-7) unstable; urgency=low
423
424   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
425     Restore).
426
427  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
428
429 grml-etc-core (0.1-6) unstable; urgency=low
430
431   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
432
433  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
434
435 grml-etc-core (0.1-5) unstable; urgency=low
436
437   * /etc/zsh/zshrc:
438     - press "ctrl-e d" to insert the actual date in the form
439       yyyy-mm-dd (found in schulas zsh config :))
440     - complete manual pages by their section (hello schula,
441       again ;-))
442
443  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
444
445 grml-etc-core (0.1-4) unstable; urgency=low
446
447   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
448     status on right side of prompt.
449
450  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
451
452 grml-etc-core (0.1-3) unstable; urgency=low
453
454   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
455     for suggestion, Mark!
456   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
457     Mark!
458   * Added /etc/grml/script-functions meant for usage inside shell
459     scripts.
460
461  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
462
463 grml-etc-core (0.1-2) unstable; urgency=low
464
465   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
466
467  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
468
469 grml-etc-core (0.1) unstable; urgency=low
470
471   * Initial Release.
472
473  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
474