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