Release new version 0.13.2
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.13.2) grml-testing; urgency=medium
2
3   * [b2556e7] zshrc: fall back to journalctl with llog + tlog aliases
4     if /var/log/syslog doesn't exist
5   * [875b6d6] zshrc: support systems without capacity file in
6     batterylinux() [Closes: issue1333] Thanks to Axel Beckert
7     for the patch
8
9  -- Michael Prokop <mika@grml.org>  Fri, 27 Jan 2017 16:17:15 +0100
10
11 grml-etc-core (0.13.1) grml-testing; urgency=medium
12
13   * [274a68f] lsb-functions: avoid usage of SYSTEMD variable
14
15  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2017 16:06:06 +0100
16
17 grml-etc-core (0.13.0) grml-testing; urgency=medium
18
19   [ Daniel Hahler ]
20   * [9dbdd75] zshrc: dirstack: skip for ZSH_SUBSHELL
21
22   [ Frank Terbeck ]
23   * [a1d579b] zshrc: clean up fallback prompt code
24   * [dbcbf31] doc/grmlzshrc: fix typo in grmlzshrc manual
25
26   [ Bernhard Tittelbach ]
27   * [1278480] zshrc: purge: c dependency files
28   * [0219e4b] zshrc: purge: latexfiles
29
30   [ Nicolas Braud-Santoni ]
31   * [6646b26] zshrc: do not alias 'mdstat' when /proc/mdstat doesn't exist
32   * [a8df509] zshrc: Make ambiguous aliases optional
33   * [1ce2c6d] doc/grmlzshrc: Document GRML_NO_{APT,SMALL}_ALIASES
34
35   [ Michael Prokop ]
36   * [aaa1e7f] Support systemd-style output via lsb-functions
37   * [2ee956e] lsb-functions: include support for grml_colors handling
38   * [07492e0] Bump Standards-Version to 3.9.8
39   * [3ca2a63] Bump debian/compat version to 9
40
41  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2017 14:03:57 +0100
42
43 grml-etc-core (0.12.6) grml-testing; urgency=medium
44
45   [ Frank Terbeck ]
46   * [df5ece4] zshrc: Make the default of 'filter-on-load' match docs
47   * [d005e0b] zshrc: Add a setting to avoid the persistent dirstack
48     feature to be activated
49   * [95d0e2f] grmlzshrc.5: Clarify where to set the enable style
50
51   [ Thilo Six ]
52   * [ebd9d16] zshrc: check_com() fixed and zshified
53
54   [ Michael Prokop ]
55   * [80e5721] Bump Standards-Version to 3.9.7
56
57  -- Michael Prokop <mika@grml.org>  Sat, 30 Apr 2016 23:39:33 +0200
58
59 grml-etc-core (0.12.5) grml-testing; urgency=medium
60
61   [ Sebastian Boehm ]
62   * [50c5b14] tmux: remove obsolete mouse-select-pane option
63
64   [ Michael Prokop ]
65   * [08c9c9c] Switch screenrc_* to UTF8 encoding
66
67   [ Frank Terbeck ]
68   * [c1d264c] Sync to zsh-lookup upstream repository
69
70  -- Michael Prokop <mika@grml.org>  Tue, 05 Jan 2016 22:44:31 +0100
71
72 grml-etc-core (0.12.4) grml-testing; urgency=medium
73
74   [ Frank Terbeck ]
75   * [e1f02ea] zshrc: Update Lookup functions from upstream
76   * [7e40be9] zshrc: Remove "allulimit" function
77   * [76fb54b] zshrc: Leave all limits alone
78   * [64794a6] grmlzshrc.5: Remove documentation for allulimit
79   * [fd3a55f] zshrc: Add more robustness to completion caching setup
80     [Closes: issue1933]
81   * [ea0e7e8] zshrc: Remove unused parameter $ZSHDIR
82
83   [ Bernhard Tittelbach ]
84   * [4e16818] tmux: background a window, reload config, improve binding
85
86   [ Dmitri Vereshchagin ]
87   * [d0c99ea] zshrc: fix screen alias
88   * [21c8c5c] grmlzshrc.t2t: update docs on screen alias
89
90  -- Michael Prokop <mika@grml.org>  Wed, 21 Oct 2015 23:22:38 +0200
91
92 grml-etc-core (0.12.3) grml-testing; urgency=medium
93
94   [ Frank Terbeck ]
95   * [cdc48e8] zshrc, dirstack: Avoid chpwd() upon the very first cd calls
96   * [ead1a06] zshrc, dirstack: Remove useless test
97
98  -- Michael Prokop <mika@grml.org>  Tue, 11 Aug 2015 12:28:16 +0200
99
100 grml-etc-core (0.12.2) grml-testing; urgency=medium
101
102   [ Michael Prokop ]
103   * [33bc6db] zshrc: Start/Restart/Stop/... functions: use `service`
104     wrapper if available
105   * [016955c] zshrc: drop 'setopt nonomatch' configuration
106
107   [ Frank Terbeck ]
108   * [ef0f249] Weed out non-existing directories when loading DIRSTACKFILE
109   * [cdbb53b] Marking an array for export serves no purpose
110   * [4ac3e89] Rewrite large parts of persistent dirstack handling
111   * [5297e36] Documentation for configuring persistent dirstack filters
112
113  -- Michael Prokop <mika@grml.org>  Wed, 08 Jul 2015 10:31:42 +0200
114
115 grml-etc-core (0.12.1) grml-testing; urgency=medium
116
117   [ Thilo Six ]
118   * [9cbfcb4] zshrc: sll() now detects symlink loops +
119     additionaly display details about final link target
120
121   [ Michael Prokop ]
122   * [a5468f8] zshrc: no longer explicitly set SHELL
123   * [5a529cf] doc: replace unused $SHELL with zsh
124
125  -- Michael Prokop <mika@grml.org>  Tue, 16 Jun 2015 11:10:52 +0200
126
127 grml-etc-core (0.12.0) grml-testing; urgency=medium
128
129   [ Thomas 'Moviuro' Berger ]
130   * [8945506] zshrc: we use getopts on salias()
131   * [cbe11aa] zshrc: bk(): better usage/help handling
132   * [9c33cea] minimal-shellrc: make sure that aliases refer to 'command ls'
133   * [386c0c4] zshrc: bk(): don't use while but for
134   * [8e8677d] zshrc: unify cat<< syntax
135   * [b9a7056] zshrc: `cat' is not needed in the `cat <<' syntax
136   * [dbd02d7] zshrc: add support for `fetch' in simple-extract()
137   * [46c2d10] zshrc: simplify cdt()
138   * [d6c9e08] README.md: curl(1) now follows redirects
139
140   [ Michael Vetter ]
141   * [2b66bf6] zshrc: Correct comment sentences
142
143   [ Michael Prokop ]
144   * [43d4533] zshrc: drop insecure options from curl/wget cmdlines in
145     simple-extract()
146
147   [ Thilo Six ]
148   * [fdb957e] zshrc: avoid cluttering environment [Closes: issue1350]
149
150   [ Christian Hesse ]
151   * [e3f3b08] zshrc: fix ssh remote host name completion with more
152     than one pattern
153
154   [ Dr. András Korn ]
155   * [6948820] zshenv: avoid placing empty components in PATH; reorder
156     root's PATH
157
158   [ Frank Terbeck ]
159   * [c4db6d7] zshrc: add static version of add-zsh-hook
160
161  -- Michael Prokop <mika@grml.org>  Sat, 06 Jun 2015 01:42:49 +0200
162
163 grml-etc-core (0.11.2) grml-testing; urgency=medium
164
165   [ Frank Terbeck ]
166   * [77ce18f] zshrc: Fix broken variable assignment [Closes: issue1347]
167
168   [ Csillag Tamas ]
169   * [eb5f508] zshrc: add issolaris()
170
171   [ Moviuro ]
172   * [d338dea] zshrc: new bk() option '-ra' to removal all (even hidden)
173     backups
174   * [bd49c00] zshrc: don't overwrite {ls,grep}_options set in .zshrc.pre
175   * [2065da5] zshrc: simplify ls alias setup; remove -F from ls aliases
176
177   [ Michael Prokop ]
178   * [28618c1] zshrc: drop '-F' from ls alias 'l' also when running in dump
179     $TERM
180   * [4780a0e] zshrc/grmlzshrc.t2t: update docs related to '-F' removal
181     from ls aliases
182   * [aeb06b2] minimal-shellrc: sync ls related alias behaviour with main
183     zshrc
184
185  -- Michael Prokop <mika@grml.org>  Mon, 13 Apr 2015 09:27:37 +0200
186
187 grml-etc-core (0.11.1) grml-testing; urgency=medium
188
189   [ Frank Terbeck ]
190   * [1049e38] Remove ‘tail’ from list of _gnu_generic commands
191
192   [ Bernhard Tittelbach ]
193   * [71346d6] zshrc: purge: clean core.pid files
194
195  -- Michael Prokop <mika@grml.org>  Mon, 23 Mar 2015 09:00:39 +0100
196
197 grml-etc-core (0.11.0) grml-testing; urgency=medium
198
199   [ Moviuro ]
200   * [d53b088] zshrc: began rewriting bk()
201   * [39b7de0] zshrc: bk() gets support for multiple files/folders
202   * [0ac05d2] zshrc: bk() gets FreeBSD support
203   * [43be944] zshrc: updating bk()
204   * [9a532dd] zshrc: removed duplicate line
205   * [4c996b3] zshrc: Fixed OpenBSD battery function
206   * [cd79c20] zshrc: bk() update
207   * [8075930] zshrc: bk() now works on directories with trailing /
208   * [a66d7b8] zshrc: bk gets a remove option that cleans backups
209   * [1df56b4] zshrc: using `<' instead of `cat'
210   * [c9a74e7] zshrc: removed extra `;'
211   * [6313103] zshrc: Fix indentation
212   * [426e2a3] zshrc: remove weird whitespace
213   * [c0280d1] grmlzshrc.t2t: update bk() information
214
215   [ Michael Prokop ]
216   * [e020ae7] zshrc: drop j alias (used for 'jobs -l') [Closes: issue1338]
217
218   [ Christian Sturm ]
219   * [8b1e798] zshrc: read host for ssh command completion from config
220
221  -- Michael Prokop <mika@grml.org>  Mon, 09 Feb 2015 06:29:07 +0100
222
223 grml-etc-core (0.10.3) grml-testing; urgency=medium
224
225   [ Moviuro ]
226   * [a14cb09] zshrc: fixed the FreeBSD battery function
227
228  -- Michael Prokop <mika@grml.org>  Tue, 07 Oct 2014 09:58:54 +0200
229
230 grml-etc-core (0.10.2) grml-testing; urgency=medium
231
232   [ Moviuro ]
233   * [db42ab7] zshrc: Added a missing test on OSX battery function
234   * [0aea68e] zshrc: little fixes for batteryopenbsd function
235
236   [ Michael Prokop ]
237   * [f95ed49] zshrc: drop templ/tt hash definitions
238
239  -- Michael Prokop <mika@grml.org>  Thu, 02 Oct 2014 11:40:52 +0200
240
241 grml-etc-core (0.10.1) grml-testing; urgency=medium
242
243   * [7d3c439] zshenv: switch preference order of lesspipe.sh vs lesspipe
244   * [59deacc] zshenv: update live system paths for usage of $ADDONS inside
245     $PATH
246   * [737b243] zshenv: rework and unify $PATH handling
247   * [4868174] Bump Standards-Version to 3.9.6
248
249  -- Michael Prokop <mika@grml.org>  Mon, 22 Sep 2014 14:20:49 +0200
250
251 grml-etc-core (0.10.0) grml-testing; urgency=medium
252
253   [ Frank Terbeck ]
254   * [3680c71] zshrc: Remove ‘-C’ from the ‘ls’ alias's options
255   * [6936cb2] zshrc: Add fallback to $BATTERY for backwards compatibility
256   * [feb94ae] grmlzshrc.5: Update manual wrt $BATTERY and
257     $GRML_DISPLAY_BATTERY
258   * [38316b5] zshrc: Send error output to devnull in grep-option detection
259
260   [ Moviuro ]
261   * [e8f18fb] zshrc: actually check that ls options exist before adding
262     them to the alias
263   * [dffa817] zshrc: actually check that grep options exist before adding
264     them to the alias
265   * [0731b9e] zshrc: updated OS recognition functions
266   * [287c348] zshrc: rewrite battery function
267   * [18b7e04] zshrc: renamed allcaps variable
268   * [0d77c12] zshrc: converted to UTF-8
269   * [22f465a] zshrc: added OpenBSD support for battery info
270   * [05479b2] zshrc: added FreeBSD support for battery info
271   * [dedf36c] zshrc: moved the unsupported OSes for the battery info in
272     the battery function
273   * [9d4d764] grmlzshrc.5: added the new OS recognition functions
274   * [7f858dc] zshrc: added Darwin support for battery info
275   * [20b695d] grmlzshrc.5: updated GRML_DISPLAY_BATTERY information
276
277   [ Michael Prokop ]
278   * [da3a6e6] Run wrap-and-sort on the debian directory
279   * [ad16216] zshrc: make sure to not alias already aliased ls commands
280   * [4ebe650] grmlzshrc.5: minor typo fixes and update timestamp
281
282  -- Michael Prokop <mika@grml.org>  Thu, 18 Sep 2014 12:21:58 +0200
283
284 grml-etc-core (0.9.6) grml-testing; urgency=medium
285
286   [ Michael Prokop ]
287   * [cd0cfc7] zshrc: export SHELL only if unset, don't hardcode path for
288     zsh binary
289
290   [ Frank Terbeck ]
291   * [fa4c0c3] zshrc: Move generation marker to right position
292   * [6f238eb] zshrc: Adjustments for abbreviation expansion
293   * [fd56fcd] zshrc: Use modern colour codes with modern zsh versions
294   * [deeb32a] zshrc: Add function to toggle colour codes in vcs_info
295     formats
296
297  -- Michael Prokop <mika@grml.org>  Thu, 03 Jul 2014 12:47:36 +0200
298
299 grml-etc-core (0.9.5) grml-testing; urgency=medium
300
301   * [8875863] Debian packaging: use correct "Grml" spelling
302   * [1d2b682] zshrc: extend dchange() to support apt-get and multiple
303     package names
304   * [7bbee30] zshrc: use "local" file variable in sll()
305   * [4d08694] zshrc: drop duplicated bk() function [Closes: issue1307]
306     Thanks to Thilo Six <tech@xk2c.de>
307
308  -- Michael Prokop <mika@grml.org>  Tue, 20 May 2014 12:28:22 +0200
309
310 grml-etc-core (0.9.4) grml-testing; urgency=medium
311
312   [ Erik Bernstein ]
313   * [46c723f] zshrc: introduce variable for the compdump file
314     [Closes: issue1275]
315
316   [ Frank Terbeck ]
317   * [5afe1a2] Make ‘egrep’ use the same options as ‘grep’
318     [Closes: issue1230]
319   * [1317ff5] zshrc: Make options of gpasswd complete via _gnu_generic
320
321  -- Michael Prokop <mika@grml.org>  Sat, 19 Apr 2014 15:44:35 +0200
322
323 grml-etc-core (0.9.3) grml-testing; urgency=medium
324
325   [ Michael Prokop ]
326   * [5394032] zshrc: drop -b option from `ls' alias, unsupported
327     e.g. on OpenBSD
328   * [da81021] zshrc: drop setting TZ via /etc/timezone
329   * [57254cb] zshrc: do not source /etc/sysconfig/keyboard
330   * [85825da] zshrc: check for DIRSTACK{SIZE,FILE} in chpwd()
331
332   [ Bernhard Tittelbach ]
333   * [9b93265] zsh: purge more latex filename extensions
334
335  -- Michael Prokop <mika@grml.org>  Mon, 03 Feb 2014 16:11:16 +0100
336
337 grml-etc-core (0.9.2) grml-testing; urgency=low
338
339   [ Michael Prokop ]
340   * [4bbd12c] script-functions: correct tabstop setting in vim modeline
341   * [a74236f] Bump Standards-Version to 3.9.5
342
343   [ Thilo Six ]
344   * [6b83c3f] script-functions: Set filetype to "sh" with vim
345   * [5f9a26a] check4progs: Change testing from ‘which’ to iterating
346     over $PATH [Closes: issue1284]
347
348   [ Frank Terbeck ]
349   * [eb08ffe] Update hl and _hl_complete to work with current
350     ‘highlight’ versions
351
352  -- Michael Prokop <mika@grml.org>  Tue, 24 Dec 2013 13:12:42 +0100
353
354 grml-etc-core (0.9.1) grml-testing; urgency=low
355
356   [ Michael Prokop ]
357   * [931ce01] Use ISO8601 date in /etc/grml/screenrc [Closes: issue1283]
358     Thanks to Andras Korn for the suggestion
359
360   [ Thilo Six ]
361   * [3d5b16f] Rewrite check4progs from etc/grml/script-functions
362     [Closes: issue1279]
363
364  -- Michael Prokop <mika@grml.org>  Thu, 07 Nov 2013 09:54:32 +0100
365
366 grml-etc-core (0.9.0) grml-testing; urgency=low
367
368   [ Thorsten Glaser ]
369   * [eaf6856] Fix: trying to overwrite '/etc/vim/vimrc', which is also in
370     package vim-common 2:7.3.547-7
371
372   [ Frank Terbeck ]
373   * [45c3009] Add `grml_theme_has_token' guard function
374   * [d5c0c24] grmlzshrc(5): Briefly mention `grml_theme_has_token()'
375   * [2db6417] grmlzshrc(5): Mentioned the wrong function; actually:
376     grml_theme_add_token()
377
378   [ Michael Prokop ]
379   * [7fc9f75] zshrc: use "ctrl-x ." instead ",." to enable power
380     completion / abbreviation expansion
381
382  -- Michael Prokop <mika@grml.org>  Wed, 04 Sep 2013 17:06:27 +0200
383
384 grml-etc-core (0.8.2) grml-testing; urgency=low
385
386   [ Christian Hesse ]
387   * [21be0f4] print error code in bold
388
389   [ Bernhard Tittelbach ]
390   * [3c6ce0c] make help-zle work with new bind2maps
391
392   [ Michael Prokop ]
393   * [6c3c1d6] zshrc: drop duplicated "Complete word from GNU screen
394     buffer" documentation. Thanks to Frank Terbeck <ft@grml.org> for the
395     hint
396
397   [ Frank Terbeck ]
398   * [89815de] Fix Virtualenv prompt example
399
400   [ Jan Hruban ]
401   * [d5f9c90] zshrc: Fix style lookup of `post' styles in prompt setup
402     [Closes: issue1253]
403
404  -- Michael Prokop <mika@grml.org>  Mon, 08 Jul 2013 10:59:29 +0200
405
406 grml-etc-core (0.8.1) grml-testing; urgency=low
407
408   [ Frank Terbeck ]
409   * [06a39dc] zshrc: Make root-user name bold in prompt again
410
411  -- Michael Prokop <mika@grml.org>  Wed, 03 Apr 2013 10:37:11 +0200
412
413 grml-etc-core (0.8.0) grml-testing; urgency=low
414
415   The "new prompt + keyboard handling in grml-zshrc" release
416
417   [ Bernhard Tittelbach ]
418   * [aa572fc] zsh: abk, don't match everything between . and | and thus
419     make it work after e.g. /
420
421   [ Frank Terbeck ]
422   * zshrc, prompt related changes:
423     - [2766294] Add promptsys help (-h) text
424     - [6c4346c] Register prompt theme with promptsys
425     - [b97f20f] Implement the basic grml prompt framework
426     - [feb4d46] Move more precmd() code to hook fncs
427     - [cc7541f] Allow `items' list for PS1 _and_ RPS1
428     - [ee36478] support [[ $BATTERY -gt 0 ]]
429     - [c1d7811] Support TERM == dumb
430     - [c875d64] Username in red for root
431     - [9dfd5ff] Add new theme: grml-large
432     - [76c7e00] Add new theme: grml-chroot
433     - [316eaeb] Fix wrong logic for user name colouring
434     - [205760c] Enable the grml prompt theme via promptsys
435     - [4dc88ce] Fix quoting style in dumb-terminal config
436     - [1daee92] Handle grml-chroot in dumb-terminal config
437     - [a94f602] Enable one of the prompts
438     - [db038bb] Provide fallback in case promptinit fails
439     - [605fb0e] Remove old prompt setting scheme
440     - [5989b0e] Reorganise the prompt section
441     - [08ab5d9] Only enable prompt themes with zsh >= 4.3.7
442     - [6cc9bb0] Use a non-forking expression to read /etc/debian_chroot
443     - [e705ddd] Keep maps sorted
444     - [1a812dd] Documentation update
445     - [4e72b7f] New prompt mixed up %B and %b for the path item
446     - [6de54e2] grmlzshrc.t2t: Document the new prompt themes
447     - [226d414] grmlzshrc.t2t: Document how static prompt
448       customisation should be done now
449     - [5ef5260] Use %# instead of %% for the `percent' token in the prompt
450     - [6aff2d8] NEWS: Add note about prompt changes in new version
451     - [d9c3851] Fix `percent' token in the new prompt
452     - [d62ce6e] Add `grml_theme_add_token()' function
453     - [20f6245] Fix mistakes in grml_theme_add_token() help output
454     - [0c58a53] skel/.zshrc: Add example for prompt extension for virtualenv
455
456   * zshrc, keyboard related changes:
457     - [d6923f3] zshrc, keys: Reorganise keyboard setup
458     - [4c8faef] zshrc, keys: Move bindkey calls to the right place
459     - [7d0a2bc] zshrc, keys: fix `zrcgotwidget()' function
460     - [00522c8] zshrc: Use zrcgotwidget in appropriate places
461     - [7ea446c] zshrc: Remove old reverse-menu-complete binding
462     - [2e1c62b] zshrc, keys: Move all bindings over to bind2maps
463     - [8ffa1f8] Add NEWS entry about changed keyboard handling
464
465   * zshrc, misc changes:
466     - [49a3e77] zshrc: Load zsh/parameters module
467     - [cb300a4] zshrc: Fix `salias' wrt parameter scope
468     - [828c8a4] zshrc: unfunction less utilities
469     - [f366ab2] grmlzshrc.t2t: Add customisation note about smkx and rmkx
470       for keybindings
471     - [5c7ee58] NEWS: Use grml.org address
472     - [81427a7] zshrc: Make zle-smkx() and zle-rmkx() more robust wrt
473       changed options
474     - [6a512b0] zshrc: Move preexec() code to hooks
475     - [b5b5fbf] grmlzshrc.t2t: Update copyright years
476     - [01f5d9f] zshrc: Fix error in docstring
477     - [2b02230] zshrc: Move CNF handler to a better place
478
479   [ Michael Prokop ]
480   * [82c0c4a] zshrc: some fixes to make grml-gen-zshrefcard happy again.
481     Thanks to Frank Terbeck <ft@grml.org> for helping
482   * [47c6a05] zshrc: drop deprecated grml-rebuildfstab alias
483   * [e67dc22] zshrc: some further tuning to make grml-gen-zshrefcard
484     output nice
485
486   [ Benedikt Morbach ]
487   * [4258fbb] fix NOPRECMD logic
488
489  -- Michael Prokop <mika@grml.org>  Tue, 02 Apr 2013 13:39:47 +0200
490
491 grml-etc-core (0.7.4) grml-testing; urgency=low
492
493   [ Michael Prokop ]
494   * [a030fbf] zshrc: add dcopyright function to display copyright file of
495     a given package. Thanks to Gregor Herrmann <gregoa@debian.org> for the
496     patch
497
498   [ Hendrik Jaeger ]
499   * [5341437] vimrc: remove duplicate settings
500
501   [ Evan Pitstick ]
502   * [b10097c] Moved the grml.org host to skel and added support for
503     ZDOTDIR
504
505  -- Michael Prokop <mika@grml.org>  Tue, 26 Feb 2013 10:10:44 +0100
506
507 grml-etc-core (0.7.3) grml-testing; urgency=low
508
509   [ Pierre Schmitz ]
510   * [bd87086] zshrc: Restore original prompt
511
512  -- Michael Prokop <mika@grml.org>  Thu, 27 Dec 2012 12:30:01 +0100
513
514 grml-etc-core (0.7.2) grml-testing; urgency=low
515
516   [ Bernhard Tittelbach ]
517   * [57bbea3] zsh: updated purge function
518
519   [ Frank Terbeck ]
520   * [b0fec25] zshrc: Remove zurl's dependency on =~ type regexp conditions
521
522   [ Christian Hesse ]
523   * [843931f] unify spelling of colo(u)r to color
524
525  -- Michael Prokop <mika@grml.org>  Mon, 17 Dec 2012 12:52:00 +0100
526
527 grml-etc-core (0.7.1) grml-testing; urgency=low
528
529   [ Bernhard Tittelbach ]
530   * [88b8704] zsh: improve purge(), glob for files where appropriate and
531     don't try to delete stuff twice
532
533   [ Michael Prokop ]
534   * [fe6aa2b] zshrc: use variable ffound in zrcautoload function
535   * [0098421] Bump Standards-Version to 3.9.4
536
537  -- Michael Prokop <mika@grml.org>  Tue, 02 Oct 2012 09:58:46 +0200
538
539 grml-etc-core (0.7.0) grml-testing; urgency=low
540
541   [ Michael Prokop ]
542   * [ea65fdc] zshrc: Enable CLICOLOR on FreeBSD. Thanks to
543     Christian Hofstaedtler
544
545   [ Bernhard Tittelbach ]
546   * [174a091] zshrc: make simple-extract also work with uris that end in
547     e.g. format=zip
548   * [9cef3a9] zsh: fix typo grml functions autoload
549   * tmux related changes:
550     - [895e6d6] new statusline, space and backspace enabled for
551       window switching
552     - [5da798c] more space, session name
553     - [f4ad46f] mouse-select-pane off to enable terminal window
554       copy&paste
555     - [046d45b] better user@host:session scheme
556     - [646f73f] date and time, and commented out alternatives
557     - [7eaf7d8] make copy&pase mode useable
558     - [ee6fa75] kill-session for gebi
559     - [c6c2094] kill-pane instead of kill-window
560     - [3309823] join-pane
561
562   [ Frank Terbeck ]
563   * [76ee162] Only define vim() if vim is available
564   * [c67b327] Do not disable zstyle if compsys did not load
565   * [78d890c] Specify a command search path for sudo completion
566     [Closes: issue1207]
567   * [8564319] Workaround incompatibilities with the keyboard setup of
568     some  vendors
569
570  -- Michael Prokop <mika@grml.org>  Mon, 10 Sep 2012 09:09:16 +0200
571
572 grml-etc-core (0.6.2) grml-testing; urgency=low
573
574   * [162b488] zshrc: drop trailing space in grep and ls _options.
575     Thanks to Frank Terbeck <ft@grml.org> for the bugfix
576   * [6472d2d] zshrc: provide Status as shortcut for
577     /etc/init.d/$service status
578
579  -- Michael Prokop <mika@grml.org>  Tue, 12 Jun 2012 00:36:48 +0200
580
581 grml-etc-core (0.6.1) grml-testing; urgency=low
582
583   [ Frank Terbeck ]
584   * [638c191] Merge latest directory-profiles code
585   * [af590e7] dirprofiles: Move updated documentation from source code
586     comment to the setup's manual page
587
588   [ Michael Prokop ]
589   * [f2fcaea] Bump Standards-Version to 3.9.3.
590
591  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2012 20:24:01 +0200
592
593 grml-etc-core (0.6.0) grml-testing; urgency=low
594
595   [ Frank Terbeck ]
596   * [b2a42cb] zshrc: Fix ls (and grep) option handling on non-linux
597     systems
598   * [e0920bf] zshrc: Enable --color=auto for grep in FreeBSD
599   * [d4e14fd] zshrc: Typo: grml_options -> grep_options
600   * [5f433e9] zshrc: Fix broken quoting
601   * [143008f] zshrc: Fix documentation tag for alias lsl
602   * [a8546c9] zshrc: Remove superfluous comments
603   * [828d43a] zshrc: Make mkcd() more robust
604
605   [ Michael Prokop ]
606   * [e5e6e3a] script-functions: fix getbootparam/checkbootparam
607   * [37f4af2] zshrc: drop http alias. Thanks to Axel Beckert
608     for reporting
609
610   [ Jerome Leclanche ]
611   * [49339f2] Re-implement zurl() under the goo.gl API
612
613   [ Bernhard Tittelbach ]
614   * [2ebcbd6] zshrc: fix inplaceMkDirs
615   * [a4cd061] zsh: purge: make purge take an optional dir argument so it
616     can be used e.g. with zargs --max-args 1 -- **/ -- purge
617
618  -- Michael Prokop <mika@grml.org>  Wed, 09 May 2012 12:29:22 +0200
619
620 grml-etc-core (0.5.5) grml-testing; urgency=low
621
622   [ Bernhard Tittelbach ]
623   * [87c92b3] zsh: some handy examples for the skel/.zshrc
624   * [82921ea] zsh: purge: make default uppercase
625   * [2cf5d4e] zsh: help-zle bugfix
626   * [cd5a844] zsh: help-show-abk
627   * [6ae9d0d] zsh: keybindings: unify case of caseinsensitive
628     control chars
629   * [764b204] zsh: keybindings: unify case ++
630
631  -- Michael Prokop <mika@grml.org>  Sun, 29 Jan 2012 13:27:56 +0100
632
633 grml-etc-core (0.5.4) grml-testing; urgency=low
634
635   [ Frank Terbeck ]
636   * [8600fe0] Add completion for grml-tips [Closes: issue988]
637
638  -- Michael Prokop <mika@grml.org>  Wed, 11 Jan 2012 18:27:38 +0100
639
640 grml-etc-core (0.5.3) grml-testing; urgency=low
641
642   [ Bernhard Tittelbach ]
643   * [3b39caa] zsh: weather: fix typo
644   * [caf6961] zsh: lsdisk: fix typo introduced through rewrapping
645
646   [ Ulrich Dangel ]
647   * [74b9ce9] Remove deprecated file /etc/apt/sources.list.grml
648   * [3d0fba5] Remove hg-snapshot-script and corresponding apt.conf.example
649
650  -- Michael Prokop <mika@grml.org>  Mon, 09 Jan 2012 16:30:00 +0100
651
652 grml-etc-core (0.5.2) grml-testing; urgency=low
653
654   * [25a6fad] Remove /etc/skel/.toprc, not supported by recent procps.
655     [Closes: issue1091]
656
657  -- Michael Prokop <mika@grml.org>  Thu, 08 Dec 2011 21:21:23 +0100
658
659 grml-etc-core (0.5.1) grml-testing; urgency=low
660
661   [ Christian Hofstaedtler ]
662   * [8d787e5] Remove extra delete-word bindings
663
664  -- Michael Prokop <mika@grml.org>  Thu, 08 Dec 2011 14:30:23 +0100
665
666 grml-etc-core (0.5.0) grml-testing; urgency=low
667
668   [ Bernhard Tittelbach ]
669   * [bff1927] zshrc: alias lsnewdir/lsolddir shows newest/oldest created 20 directories (10 .dirs)
670
671   [ Michael Prokop ]
672   * [262bccc] zshrc: fix delete-word keybinding
673   * [7621f9f] zshrc: readd setopt nonomatch
674
675   [ Frank Terbeck ]
676   * [433f1c4] zshrc: Remove vim fold-markers
677   * [3db9d15] zshrc: Move weather to its own file
678   * [8c93e85] zshrc: Remove fluxkey-change
679   * [2b85131] zshrc: Move linenr to its own file
680   * [e149179] zshrc: Move hl and its completion to their own files
681   * [c9b2d70] zshrc: Remove mkmaildir
682   * [a4eb95c] zshrc: Move ic_get to skel/.zshrc
683   * [9eb3cd4] zshrc: Move exirename to its own file
684   * [21eb785] zshrc: Remove smart-indent
685   * [18e610e] zshrc: Remove mmake
686   * [36bdfe0] zshrc: Move urldecode to its own file
687   * [972d792] zshrc: Remove genthumbs
688   * [8569837] zshrc: Remove mkiso
689   * [3254c19] zshrc: Remove mkaudiocd
690   * [a861b6b] zshrc: Remove audioburn
691   * [349659e] zshrc: Remove audiorip
692   * [e72da8d] zshrc: Remove status
693   * [1130de3] zshrc: Remove slow_print
694   * [d2bf4ca] zshrc: Remove dirspace
695   * [6253c5b] zshrc: Remove suidfind
696   * [ad3991d] zshrc: Remove ansi-colors
697   * [f1005a1] zshrc: Move readme() to its own file
698   * [30282f6] zshrc: Remove vman
699   * [e450b32] zshrc: Remove 2html
700   * [427ed4a] zshrc: Remove selhist
701   * [713060b] zshrc: Move plap to skel/.zshrc
702   * [cc1840a] zshrc: Remove rundirs
703   * [919ba75] zshrc: Move lsdisk to its own file
704   * [af18804] zshrc: Move purge to its own file
705   * [c1d8920] zshrc: Move lcheck to skel/.zshrc
706   * [670ef7a] zshrc: Remove man2
707   * [6149d80] grmlzshrc.t2t: Update with removals
708   * [8e9aced] zshrc: Remove greph
709   * [0a79afd] zshrc: Remove regcheck
710   * [006fc86] zshrc: Remove makereadable
711   * [ce4346f] zshrc: Remove limg
712   * [73a6cb7] zshrc: Move uopen to skel/.zshrc
713   * [b4428f4] zshrc: Remove viless
714   * [2933102] zshrc: Remove udiff
715   * [e49d294] zshrc: Remove shzip
716   * [d2ac165] zshrc: Remove shtar
717   * [48186d3] zshrc: Move memusage to skel/.zshrc
718   * [5a731e3] zshrc: Remove mdiff
719   * [cc9c8cb] zshrc: Remove fir
720   * [a7b0488] grmlzshrc.t2t: Remove exirename documentation
721   * [e6beda1] zshrc: Remove disassemble
722   * [4338c8c] zshrc: Remove cvs* functions
723   * [6555fbd] zshrc: Remove cvs* cdiff
724   * [85fcef7] zshrc: Remove webservice functions
725   * [39f9664] zshrc: Remove zg()
726   * [344ce4b] zshrc: Remove iwclient
727   * [270ae2f] zshrc: Move ipv6-tunnel to its own function file
728   * [f4d4452] zshrc: Remove kbd layout-changing fcts
729   * [2e9ff8e] zshrc: Remove peval and calc
730   * [fe25fa0] zshrc: Move hex to skel/.zshrc
731   * [a5d4d99] zshrc: Remove qma
732   * [bd6da85] zshrc: Remove setenv
733   * [2093575] zshrc: Remove apache2-ssl-certificate
734   * [37bc165] zshrc: Remove get_tw_cli
735   * [ad6af51] zshrc: Remove upgrade
736   * [32adff6] zshrc: Remove doc()
737   * [f3c3139] zshrc: Remove sshot
738   * [15383cb] zshrc: Move minimal-shell to its own file
739   * [500599c] zshrc: mcd -> mkcd
740   * [d078ae0] zshrc globalias -> zleiab
741   * [50226ef] zshrc: Remove hidiff
742   * [b7ebc81] zshrc: Remove GREP
743   * [6949abc] zshrc: Remove cmplayer
744   * [5e5508b] zshrc: Remove fbmplayer
745   * [0c46c6b] zshrc: Remove fblinks
746   * [fb3386a] zshrc: Remove md
747   * [f4bf5eb] zshrc: Remove chmod aliases
748   * [e44dffb] zshrc: Remove font-changing aliases
749   * [ef25f1d] zshrc: Remove correction-disabled aliases
750   * [c5743df] zshrc: Move `top10' alias to skel/.zshrc
751   * [4c98820] zshrc: Remove CO and CH aliases
752   * [2cbc16c] zshrc: Remove truecrypt alias
753   * [ed94530] zshrc: Remove 1-char aliases: 0, g, s, S
754   * [dd58483] zshrc: Remove md and rd aliases
755   * [b9dc150] zshrc: Remove QTPATH and JIKESPATH
756   * [b4c73df] zshrc: Don't unset `nomatch' anymore
757   * [58ccc98] zshrc: Remove smart-compress
758   * [a9d3f36] zshrc: Remove `show-archive'
759   * [ac404c1] zshrc: Remove `refunc' as `freload' does the same thing
760   * [a3d8018] zshrc: Remove the root/non-root split
761   * [2fa5597] zshrc: Try to keep lines under 80 chars
762
763  -- Christian Hofstaedtler <ch@grml.org>  Tue, 06 Dec 2011 22:48:36 +0100
764
765 grml-etc-core (0.4.03) unstable; urgency=low
766
767   * [43b9baa] lsb-functions: fix logic of RC_NOCOLOR check for
768     RC_ENDCOL
769
770  -- Michael Prokop <mika@grml.org>  Sun, 27 Nov 2011 23:16:16 +0100
771
772 grml-etc-core (0.4.02) unstable; urgency=low
773
774   [ Frank Terbeck ]
775   * [43090cf] zshrc: Make cd() behave with more than one argument
776   * [fb6dc41] zshrc: Do not use bogus array index `0' in dirstack code
777     [Closes: issue1055]
778   * [2130d67] Fix spelling in debian/control
779   * [219a342] gitignore: zsh byte-compiled files (*.zwc)
780   * [7b4ae7e] zshrc: Stop setting $BROWSER
781
782   [ micah anderson ]
783   * [b7cea1c] zshrc: hl() parameter fix
784
785   [ Christian Hofstaedtler ]
786   * [8b7ef31] Remove unmaintained accessibility support
787   * [093bbd1] Cleanup indenting in preinst, postrm
788
789   [ Sebastian Boehm ]
790   * [11ce070] Add tmux.conf
791
792   [ Michael Prokop ]
793   * [f5f88df] zshrc: use dpkg-query instead of grep-status for debs-by-
794     size alias. Thanks to Thorsten Glaser <tg@mirbsd.org>
795   * [91e6659] zshrc: drop 2mp3_192 function
796   * [527ab11] lsb-functions: if we do not use colors then assume terminal
797     can not handle endcols
798   * [2eb78fd] zshrc: check for empty DONTSETRPROMPT and NOTITLE
799
800   [ Bernhard Tittelbach ]
801   * [7ee39bb] zshrc: purge old zsh compile-files, echo newline
802   * [87a8f70] zshrc: lsdisk mount and blocksize info
803   * [fd1f19f] zshrc: fix readme, add liesmich, improve globbing
804   * [e325343] zshrc: help-zle caching
805   * [eb2c0c6] zshrc: readme(): remove superfluous line
806   * [a443ac2] zshrc: inplaceMkDirs(): handle espaces and quotes better
807   * [5173aea] zshrc: alias remove current working diretory
808   * [a7cf6e3] zshrc: simple-extract: make curl follow redirects
809
810  -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2011 19:10:44 +0100
811
812 grml-etc-core (0.4.01) unstable; urgency=low
813
814   [ Frank Terbeck ]
815   * [7f27648] Disable vcs_info if the function is not loaded
816   * [47b6a5f] zshrc: Updating accept-line wrapper
817
818   [ Christian Hofstaedtler ]
819   * [5f0f906] Revert "Make sure grmlzshrc is only loaded once"
820   * [59f4992] Add debian/control headers Origin, Bugs
821   * [c9d3e24] remove preferences.grml example file
822
823   [ Michael Prokop ]
824   * [aad6e4e] zshrc: provide smart cd function, allows switching to /etc
825     when running 'cd /etc/fstab'
826
827   [ Bernhard Tittelbach ]
828   * [3fbd060] zsh: complete from screen and tmux, workaround screen
829   * [303fb96] zsh: tmux hardcopy version check
830   * [95eeb86] zshrc: provide help_zle_parse_keybindings through ctrl-x-z,
831     add/change some keybinding comments accordingly.
832   * [05260a8] zsh: make any() case insensitive
833
834  -- Michael Prokop <mika@grml.org>  Mon, 08 Aug 2011 14:41:16 +0200
835
836 grml-etc-core (0.4.00) unstable; urgency=low
837
838   The "this release qualifies for a minor version number bump" release.
839
840   [ Christian Hofstaedtler ]
841   * [04acd40] Don't hardcore zsh as shell in screenrc
842   * [941cec7] Sync screenrc_* file endings
843   * [ec2a092] Add README.md
844   * [b83a5a7] Remove completely dead entries from sources.list.grml
845   * [f9d123b] Disable *all* repositories in sources.list.grml
846   * [35c81f6] Add HP server management tools to sources.list.grml
847
848   [ Frank Terbeck ]
849   * [409ee3c] zshrc: Fix umask logic
850   * [1dda332] zshrc: Make sure grmlzshrc is only loaded once.
851   * [f014559] zshrc: Remove included vcs_info
852   * [a8ca94c] Remove comment about vcs_info from the manual
853   * [537471e] grmlzshrc.t2t: Add a note about disabling global
854     config files
855   * [3b0fb3c] zshrc: Put _grmlinitd completion directly into zshrc.
856
857   [ Michael Prokop ]
858   * [cbbf17b] zsh: Disable specific umask settings by default.
859   * [cdb7985] zsh docs: update copyright information and
860     Grml project information.
861   * [787c306] zshrc: make sure simple-extract() returns according
862     return code when download of an archive file fails and slightly
863     adjust error messages.
864   * [dce95d8] zsh docs: extend simple-extract() documentation to
865     match current implementation.
866   * [885aa37] zshrc: Add function cdt() to create a temporary
867     directory and change current working directory to it.
868   * [4a33608] zshrc: Added function inplaceMkDirs().
869     Thanks to Bernhard Tittelbach <bernhard@tittelbach.org>
870   * [e82bb71] zshrc: use history-beginning-search-{forward,backward}-end
871     instead of the version without "-end".
872     Thanks to Frank Terbeck <ft@grml.org>
873
874   [ Bernhard Tittelbach ]
875   * [515cabf] zshrc: New function lsdisk to use udev's /dev/disk/
876     to list block devices with their LABEL, UUID and IDs
877   * [77228e2] zshrc: fix typo in top10
878   * [1314616] zshrc: fix typo in edfunc usage text
879   * [741e769] zshrc: fixing broken any() function (drop usage of expr)
880   * [19cfd45] zshrc: replace ogg2mp3_192 with improved 2mp3_192
881   * [e3d86cc] zshrc: also support "+" and <INSERT> as keybindings
882     for accept-and-menu-complete.
883   * [cecd56b] zshrc: complete word from history with menu using
884     ctrl-x ctrl-x
885   * [1c9a325] zshrc: keybinding Alt-Delete kills current/right word
886   * [18dd9ed] zshrc: history-beginning-search with PageUp/PageDown.
887   * [9cb24cf] zshrc: use HOME/END as keybinding for
888     beginning-or-end-of-somewhere.
889   * [7b48dd9] zshrc: Ctrl/Alt-Cursor moves between words
890   * [edf2d10] zshrc: provide completion for refunc function
891   * [5dd23e2] zshrc: improve purge() function.
892   * [01fe02e] zshrc: new function rundirs() to run shell functions in
893     a bunch of directories.
894   * [8cd07c9] zshrc: provide screen hardcopy feature to complete word
895     from words currently displayed in Screen.
896   * [6b3ce44] zshrc: simple-extract on steroids (providing download feature).
897     [Closes: issue982]
898
899  -- Michael Prokop <mika@grml.org>  Fri, 22 Jul 2011 00:02:11 +0200
900
901 grml-etc-core (0.3.90) unstable; urgency=low
902
903   [ Frank Terbeck ]
904   * [42cc9b0] Fix `lsold' globbing flags [Closes: issue991]
905   * [e07e9a2] Use the same options in lnew as in lsnew
906   * [748acc6] zshrc: vman: Handle zero arguments [Closes: issue993]
907
908  -- Christian Hofstaedtler <ch@grml.org>  Thu, 26 May 2011 21:24:25 +0200
909
910 grml-etc-core (0.3.89) unstable; urgency=low
911
912   [ Frank Terbeck ]
913   * [a3a39fe] zshrc: Removing d()
914   * [e193e4a] zshrc: activate zsh lookup for all users
915   * [dc4eb5b] Fixing ssl-cert-{sha512,sha256,sha1,md5}()
916   * [42b4b5f] Add *.substvars to gitignore
917   * [690a5be] Waste less space in window titles [Closes: issue979]
918   * [204f0ba] Preserve cursor position with `sudo-command-line' [Closes: issue980]
919
920   [ Michael Prokop ]
921   * [d3a3ea5] /etc/skel/.zshrc: provide improved rationalise-dot version by Mikael Magnusson
922
923   [ Ulrich Dangel ]
924   * [72b956d] Depend on grml-scripts-core instead of grml-scripts.
925   * [6ab1014] Revert "Depend on grml-scripts-core instead of grml-scripts."
926   * [8670ff0] Recommend grml-scripts-core
927
928   [ Christian Hofstaedtler ]
929   * [ed29215] Bump Standards-Version to 3.9.2 (no changes)
930
931  -- Christian Hofstaedtler <ch@grml.org>  Wed, 11 May 2011 21:06:10 +0200
932
933 grml-etc-core (0.3.88) unstable; urgency=low
934
935   [ Ulrich Dangel ]
936   * [efcb69a] Disable persistent undo feature for vim. This feature
937     is nice but possibly dangerous if the user doesn't expect this
938     behaviour, therefore disable it per default.
939
940  -- Michael Prokop <mika@grml.org>  Mon, 27 Dec 2010 00:05:55 +0100
941
942 grml-etc-core (0.3.87) unstable; urgency=low
943
944   [ Frank Terbeck ]
945   * [fff04ca] Adding a kill to slash binding to alt-backspace.
946
947  -- Michael Prokop <mika@grml.org>  Fri, 17 Dec 2010 12:35:47 +0100
948
949 grml-etc-core (0.3.86) unstable; urgency=low
950
951   [ Frank Terbeck ]
952   * [1e010be] Fix `VCS_INFO_realpath()' for zsh 4.3.10 and below.
953
954  -- Michael Prokop <mika@grml.org>  Tue, 07 Dec 2010 18:43:38 +0100
955
956 grml-etc-core (0.3.85) unstable; urgency=low
957
958   [ Ulrich Dangel ]
959   * zshrc: Remove `startx()' and `xinit()' functions.
960
961   [ Frank Terbeck ]
962   * zshrc: Do not set `localoptions' in `xsource()'. That makes it
963     impossible to set options in `.zshrc.pre' or `.zshrc.local'.
964     Reported by Dominic Hopf. Thanks!
965
966  -- Michael Prokop <mika@grml.org>  Tue, 23 Nov 2010 23:30:17 +0100
967
968 grml-etc-core (0.3.84) unstable; urgency=low
969
970   [ Frank Terbeck ]
971   * zshrc: Remove git-get-*() as discussed on IRC.
972   * zshrc: Fixied a bug in whatwhen(); found be Joerg Woelke.
973   * zshrc: Added a note about modifying the zshrc file when it is
974     used as ~/.zshrc
975   * zshrc: Disable `vcs_info' in restricted shells.
976   * grmlzshrc.t2t: Remove references to git-get-*().
977   * Added zsh-lookup subsystem from <https://github.com/ft/zsh-lookup>.
978
979   [ Carsten Hey ]
980   * zshrc: Rename new() to modified().
981   * zshrc: Load zsh/stat as zstat instead of stat.
982   * zshrc: fix typo in default value handling of changed() and new()
983     (now modified()).
984
985   [ Joerg Woelke ]
986   * zshrc: Comment out the non-working `zurl' function.
987   * grmlzshrc.t2t: documentation updates.
988   * zshrc: Improve weather() function.
989   * zshrc: Remove functions gethgclone() and gethgsnap()
990   * zshrc: zshrc: Fix iwclient().
991   * zshrc: Fix passing of args in cdiff().
992
993   [ Ulrich Dangel ]
994   * zshrc: Remove get{air,gizmo,skype,skypebeta,xlite} functions.
995   * vimrc: Enable "persistent undo" if possible. [Closes: issue909]
996     [Closes: issue927]
997
998   [ Michael Prokop ]
999   * /etc/skel/.gitconfig: drop core.pager option (less -Mr) causing
1000     terminal problems.
1001   * Bump Standards-Version to 3.9.1.
1002
1003  -- Michael Prokop <mika@grml.org>  Mon, 08 Nov 2010 11:54:26 +0100
1004
1005 grml-etc-core (0.3.83) unstable; urgency=low
1006
1007   [ Michael Prokop ]
1008   * zshrc: rename _bkdate to insert-datestamp and enter date at
1009     cursor position instead of end of line.
1010   * zshrc: Run VCS_INFO_check_com cvs inside VCS_INFO_cvs_detect.
1011     Thanks to Carsten Hey.
1012   * zshrc: do not enable menu selection for directory-stack by
1013     default as this modifies ctrl-d behaviour as well.
1014
1015   [ Frank Terbeck ]
1016   * zshrc: prefer external vcs_info if available, fall back to
1017     internal otherwise.
1018
1019  -- Michael Prokop <mika@grml.org>  Thu, 10 Jun 2010 23:32:05 +0200
1020
1021 grml-etc-core (0.3.82) unstable; urgency=low
1022
1023   * zshrc: function asc() for roadwarriors using GNU screen
1024     and ssh. Thanks to Axel Beckert.
1025
1026  -- Michael Prokop <mika@grml.org>  Fri, 28 May 2010 00:56:42 +0200
1027
1028 grml-etc-core (0.3.81) unstable; urgency=low
1029
1030   [ Carsten Hey ]
1031   * zshrc: Added changed() function
1032   * zshrc: Make backtab do `reverse-menu-complete'
1033   * zshrc: Use reasonable defaults for `changed()' and `new()'
1034
1035   [ Michael Prokop ]
1036   * Support /etc/grml/screenrc in screen function for non-root users.
1037     Thanks to Michael Hammer.
1038
1039  -- Michael Prokop <mika@grml.org>  Thu, 20 May 2010 21:43:01 +0200
1040
1041 grml-etc-core (0.3.80) unstable; urgency=low
1042
1043   [ Frank Terbeck ]
1044   * zshrc: Switch `minimal-shell()' from ksh93 to mksh
1045   * grmlzshrc.t2t: Updated minimal-shell entry
1046   * Make our C-z shortcut smarter
1047
1048   [ Michael Prokop ]
1049   * Drop backupcopy option to avoid overwriting symlinks. Issue brought
1050     up by Ulrich, thanks!
1051
1052  -- Michael Prokop <mika@grml.org>  Thu, 11 Mar 2010 01:34:37 +0100
1053
1054 grml-etc-core (0.3.79) unstable; urgency=low
1055
1056   [ Ulrich Dangel ]
1057   * Use wrapper functions for changing title/screen status
1058     [Closes: issue779]
1059
1060   [ Frank Terbeck ]
1061   * zshrc: Fix another vcs_info bug, wrt to backwards compatibility with
1062     older git versions. Reported by Timo Boettcher.
1063
1064   [ Michael Prokop ]
1065   * Bump Standards-Version to 3.8.4 (no further changes).
1066
1067  -- Michael Prokop <mika@grml.org>  Fri, 26 Feb 2010 22:04:31 +0100
1068
1069 grml-etc-core (0.3.78) unstable; urgency=low
1070
1071   [ Michael Prokop ]
1072   * Apply patch by Axel Beckert <abe@deuxchevaux.org> (thanks!) which
1073     adds Emacs local variables at EOF equivalent to vim's.
1074     [Closes: issue745]
1075
1076   [ Frank Terbeck ]
1077   * zshrc: Fixed a bug in vcs_info which led to an endless loop, when
1078     a directory had really screwy premissions. Noticed by Christian
1079     Hofstaedtler.
1080
1081   [ Ulrich Dangel ]
1082   * Added top configuration file to skel directory. Thanks to Andras
1083     Korn for the idea. [Closes: issue755]
1084
1085  -- Frank Terbeck <ft@grml.org>  Sun, 07 Feb 2010 18:04:11 +0100
1086
1087 grml-etc-core (0.3.77) unstable; urgency=low
1088
1089   [ Michael Prokop ]
1090   * zshrc: drop aumix call in swspeak().
1091
1092   [ Frank Terbeck ]
1093   * Added doc/ which contains a reference manual for grml's zsh setup.
1094     See the manual's AUTHORS section and the git history for who was
1095     involved. Thanks to everyone who helped!
1096
1097  -- Michael Prokop <mika@grml.org>  Thu, 22 Oct 2009 01:02:45 +0200
1098
1099 grml-etc-core (0.3.76) unstable; urgency=low
1100
1101   [ Frank Terbeck ]
1102   * zshrc: add openssl hash functions [Closes: issue741]
1103   * zshrc: use history-incremental-pattern-search-* for incremental history
1104     searches per default (via ^r and ^s).
1105   * zshrc: actively do 'setopt unset'
1106
1107  -- Michael Prokop <mika@grml.org>  Wed, 14 Oct 2009 09:26:37 +0200
1108
1109 grml-etc-core (0.3.75) unstable; urgency=low
1110
1111   [ Frank Terbeck ]
1112   * zshrc: mark specialized run-help functions for autoloading
1113   * zshrc: remove reload(). 'exec zsh' is a much more robust way of
1114     reloading the configuration.
1115   * zshrc: remove sig() function
1116
1117   [ Michael Prokop ]
1118   * zshrc: fix description of alias md (it's mkdir and not rmdir).
1119   * Bump Standards-Version to 3.8.3 (no further changes).
1120
1121   [ Joerg Woelke ]
1122   * zshrc: Fix lsx and lsl aliases.
1123   * zshrc: Removing shtgz(). shtar() does the same, just portably.
1124   * zshrc: Remove broken ytdl() function.
1125   * zshrc: Typo fixes
1126   * zshrc: Remove aliases ips and check_dpkg_running.
1127   * zshrc: Remove tla aliases.
1128
1129  -- Michael Prokop <mika@grml.org>  Mon, 07 Sep 2009 17:58:58 +0200
1130
1131 grml-etc-core (0.3.74) unstable; urgency=low
1132
1133   [ Frank Terbeck ]
1134   * vimrc: merged /etc/vim/vimrc and /etc/skel/.vimrc into one file
1135
1136   [ Michael Prokop ]
1137   * /etc/grml/script-functions: replace 'type -p' with 'which'.
1138
1139  -- Michael Prokop <mika@grml.org>  Mon, 10 Aug 2009 14:15:50 +0200
1140
1141 grml-etc-core (0.3.73) unstable; urgency=low
1142
1143   [ Frank Terbeck ]
1144   * zshrc: Fix a problem when calling compinit can seem to cause zsh startup
1145     to hang forever. Reported by Rasmus Steinke.
1146   * zshrc: Fix problems related to TERM=mostlike in zshrc. Again reported by
1147     Rasmus Steinke.
1148   * zshrc: Give check_com a -g option to test for global aliases, too.
1149   * zshrc: Get rid of whence, once and for all.
1150   * zshrc: Insert a condition for loading /etc/default/locale
1151     [Closes: issue706]
1152   * zshrc: Set options a lot earlier and include noshwordsplit explicitly.
1153   * zshrc: Make functions insusceptible to user option settings.
1154   * zsh: move completion.d and functions.d to usr/share
1155   * zshrc: Include the current directory in the persistent directory stack.
1156
1157   [ Michael Prokop ]
1158   * zshrc: add deborphan, pal and hnb to compdef _gnu_generic. Thanks for
1159     the suggestion to Carsten Hey.
1160   * Drop all 'Latest Change' leftover references in several config files.
1161   * Minor Debian packaging updates (to make recent lintian versions happy):
1162     - update Standard version to 3.8.2
1163     - depend on debhelper >= 5
1164     - don't call true binary with full path in preinst script
1165     - update debian/overrides
1166
1167  -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 17:53:08 +0200
1168
1169 grml-etc-core (0.3.72) unstable; urgency=low
1170
1171   * zshrc: Clarify how the context of the styles for directory based
1172     profiles are used and mention a "best practice".
1173   * zshrc: Add a note about where to send patches at the top of zshrc.
1174
1175  -- Frank Terbeck <ft@grml.org>  Sat, 30 May 2009 19:31:55 +0200
1176
1177 grml-etc-core (0.3.71) unstable; urgency=low
1178
1179   * zshrc: Add directory based profiles
1180
1181  -- Frank Terbeck <ft@grml.org>  Fri, 29 May 2009 23:09:35 +0200
1182
1183 grml-etc-core (0.3.70) unstable; urgency=low
1184
1185   * zshrc: do not fall back to LANG en_US.iso885915 if it is unset.
1186     (For one reason because we prefer utf8 nowdays, on the other
1187     side it should resolve a cosmetic locales problem from grml-small.)
1188
1189  -- Michael Prokop <mika@grml.org>  Mon, 18 May 2009 22:31:46 +0200
1190
1191 grml-etc-core (0.3.69) unstable; urgency=low
1192
1193   * zshrc: properly source the global zshrc.local via zrclocal(), to
1194     make sure it is always sourced when appropriate. Reported by
1195     harnir, Thanks!
1196
1197  -- Frank Terbeck <ft@grml.org>  Sun, 17 May 2009 12:05:47 +0200
1198
1199 grml-etc-core (0.3.68) unstable; urgency=low
1200
1201   [ Frank Terbeck ]
1202   * zshrc: Remove conkeror alias
1203
1204   [ Michael Prokop ]
1205   * zshrc: Apply patch from Moritz Augsburger: enable title
1206     inside urxvt-unicode
1207
1208  -- Michael Prokop <mika@grml.org>  Fri, 15 May 2009 17:52:25 +0200
1209
1210 grml-etc-core (0.3.67) unstable; urgency=low
1211
1212   [ Frank Terbeck ]
1213   * zshrc: handle newer versions of hg, that don't create .hg/branch
1214     anymore if there's only 'default'. Found by Andreas Korsten.
1215
1216   [ Moritz Augsburger ]
1217   * zshrc: not every user is allowed to read logfiles... use sudo
1218     for aliases llog and tlog if possible
1219
1220   [ Michael Prokop ]
1221   * Debian packaging:
1222     - replace XS-Vcs* with Vcs* headers.
1223     - bump Standard Version to 3.8.1.
1224     - bump Compat Version from 4 to 5.
1225     - modify order of packages in Depends, so virtual package ist the last one
1226
1227  -- Michael Prokop <mika@grml.org>  Tue, 21 Apr 2009 11:06:00 +0200
1228
1229 grml-etc-core (0.3.66) unstable; urgency=low
1230
1231   * vimrc: only set screen title if the caller explicitly asks for it.
1232   * zshrc: ask for setting screen title in vim via a wrapper function.
1233   * zshrc: only compdef commands to _gnu_generic if no native completion
1234     exists.
1235   * zshrc: add commit-to-history widget, that allows users to add
1236     command lines to zsh's history without executing [Closes: issue407]
1237   * zshrc: add a handler that uses debian's command-not-found package
1238     if an external command could not be found. [Closes: issue564]
1239
1240  -- Frank Terbeck <ft@grml.org>  Sat, 04 Apr 2009 11:52:50 +0200
1241
1242 grml-etc-core (0.3.65) unstable; urgency=low
1243
1244   [ Frank Terbeck ]
1245   * zshrc: Add $NOTITLE to disable alteration of terminal titles.
1246     Based on an idea by Timo Boettcher.
1247   * zshrc: Cleaned up abbreviations by Alexander Steinböck.
1248     [Closes: issue642]
1249   * zshrc: source ~/.zshrc.local for root, too.
1250   * zshrc: Added a space to a grep related abbreviation for seamless
1251     typing; by Alexander Steinböck [Closes: issue616]
1252   * zshrc: Fix pattern to extract battery status from newer acpi
1253     versions. [Closes: issue657]
1254   * zshrc: Always read /etc/default/locale. Users are expected to
1255     adjust locale settings via '.zshrc.local'.
1256
1257   [ Michael Prokop ]
1258   * vimrc: add check for $NOPRECMD [Closes: issue447]
1259   * vimrc: enable features only if available [Closes: issue641]
1260   * zshrc: use 'setopt noglobdots' as [Open]SuSE uses in its
1261     /etc/zshrc 'setopt globdots' by default.
1262
1263  -- Michael Prokop <mika@grml.org>  Tue, 31 Mar 2009 23:52:18 +0200
1264
1265 grml-etc-core (0.3.64) unstable; urgency=low
1266
1267   * zshrc: rewrite of zurl() by Alexander Steinböck [Closes: issue627]
1268   * zshrc: put "zsh: repo-name" into screen title if the user is in a
1269     VCS-controlled directory [Closes: issue635]
1270
1271  -- Frank Terbeck <ft@grml.org>  Mon, 23 Feb 2009 00:54:05 +0100
1272
1273 grml-etc-core (0.3.63) unstable; urgency=low
1274
1275   [ Michael Prokop ]
1276   * zshrc: use 'rxvt*' to support setting title in rxvt-unicode as
1277     well. Thanks for reporting, gheift! [Closes: issue624]
1278
1279   [ Frank Terbeck ]
1280   * zshrc: make /etc/zsh/functions.d recursive
1281
1282  -- Michael Prokop <mika@grml.org>  Thu, 19 Feb 2009 17:13:33 +0100
1283
1284 grml-etc-core (0.3.62) unstable; urgency=low
1285
1286   [ Michael Prokop ]
1287   * /etc/skel/.vimrc:
1288     - disable digraph by default (it's annoying for users not
1289       being aware of it)
1290     - enable syntax highlighting only if the vim version supports it
1291   * /etc/grml/screenrc:
1292     - re-enable keybindings '^\' and '\\' for exiting screen with query
1293       (thanks, gebi)
1294   * zshrc: provide upgrade path via /etc/skel/.zshrc
1295
1296   [ Frank Terbeck ]
1297   * zshrc: Big setup merge: /etc/zsh/zshrc + /etc/skel/.zshrc into one file
1298     This includes various cleanups.
1299   * zshrc: provide .. as a possible completion
1300   * zshrc: Fix status() when $BAUD is unset, thanks to Alexander
1301     Steinböck [Closes: issue605]
1302   * zshrc: backport disable-patterns feature of vcs_info to the included
1303     version, thanks Christian Hofstaedtler.
1304   * zshrc: add support for OS X (fink and macports) thanks Christian
1305     Hofstaedtler.
1306   * zshrc: Use check_com for screen alias check/execution, thanks
1307     Jan-Hendrik Zab.
1308   * zshrc: add '-f' option to xtrename(), thanks esc.
1309
1310  -- Michael Prokop <mika@grml.org>  Fri, 13 Feb 2009 13:24:23 +0100
1311
1312 grml-etc-core (0.3.61) unstable; urgency=low
1313
1314   * zshrc: Fix a bug in urlencode(), thanks to Baptiste Daroussin
1315     [Closes: issue583]
1316
1317  -- Frank Terbeck <ft@grml.org>  Fri, 05 Dec 2008 18:48:45 +0100
1318
1319 grml-etc-core (0.3.60) unstable; urgency=low
1320
1321   * zshrc: add alias http for running "python -m SimpleHTTPServer"
1322
1323  -- Michael Prokop <mika@grml.org>  Wed, 19 Nov 2008 12:52:40 +0100
1324
1325 grml-etc-core (0.3.59) unstable; urgency=low
1326
1327   [ Frank Terbeck ]
1328   * zshrc: set default values for NOPRECMD and friends
1329
1330   [ Michael Prokop ]
1331   * gitconfig: update alias 'out', fix usage of pager config,
1332     add new alias 'tagme'
1333   * zshrc: update function swspeak for new script swspeak-setup
1334
1335  -- Michael Prokop <mika@grml.org>  Sun, 02 Nov 2008 23:50:38 +0100
1336
1337 grml-etc-core (0.3.58) unstable; urgency=low
1338
1339   [ Frank Terbeck ]
1340   * zshrc: partial rewrite and extension of vcs_info()
1341   * zshrc: improvements by Kai Wilke. Thanks! [Closes: issue528]
1342   * zshrc: update zsh-help() output
1343
1344   [ Michael Prokop ]
1345   * Replace hg with git URLs
1346   * Add /etc/skel/.gitconfig (thanks to ft and gebi for feedback
1347     and review).
1348
1349  -- Michael Prokop <mika@grml.org>  Wed, 01 Oct 2008 22:12:31 +0200
1350
1351 grml-etc-core (0.3.57) unstable; urgency=low
1352
1353   [ Frank Terbeck ]
1354   * zshrc: Fixed $PS2, which included a backtick, which is special when
1355     setopt prompt_subst is set. Thanks to Matthias Merk for reporting.
1356
1357  -- Michael Prokop <mika@grml.org>  Thu, 11 Sep 2008 12:12:56 +0200
1358
1359 grml-etc-core (0.3.56) unstable; urgency=low
1360
1361   [ Frank Terbeck ]
1362   * zshrc: 'limit stack' needs zsh 4.2.5 or newer (not just 4.*)
1363   * zshrc: changing invocation of vcs_info()
1364
1365  -- Michael Prokop <mika@grml.org>  Mon, 08 Sep 2008 15:28:10 +0200
1366
1367 grml-etc-core (0.3.55) unstable; urgency=low
1368
1369   [ Frank Terbeck ]
1370   * zshrc: Fixing ${YELLOW]}, which is bad zsh syntax.
1371
1372  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 11:55:18 +0200
1373
1374 grml-etc-core (0.3.54) unstable; urgency=low
1375
1376   [ Frank Terbeck ]
1377   * zshrc: Adding support for cvs repositories to vcs_info()
1378   * zshrc: Add an experimental bzr backend, that works without calling
1379     bzr itself; it is disabled by default.
1380   * zshrc: Fix in svn backend of vcs_info(), doc updates and a new
1381     style to configure the %b replacement in formats for svn and bzr
1382   * zshrc: Actually tried svk myself; including vcs_info() fixes from
1383     that test.
1384
1385   [ Michael Prokop ]
1386   * Some cleanups to make lintian happy.
1387
1388  -- Michael Prokop <mika@grml.org>  Mon, 01 Sep 2008 11:26:29 +0200
1389
1390 grml-etc-core (0.3.53) unstable; urgency=low
1391
1392   [ Frank Terbeck ]
1393   * zshrc: Handle a state of git in vcs_info(), when a normal
1394     rebase conflicts
1395   * zshrc: Make vcs_info() detect $GIT_DIR/svn and set the name of the
1396     vcs to 'git-svn'
1397   * zshrc: Handle .hg subdirectories, that are not the .hg subdirectory
1398     of a mercurial repository. Found by Karl Voit.
1399   * zshrc: Give the user the opportunity to switch the vcs_info prompt
1400     off for certain version control systems.
1401   * zshrc: Adding support for darcs repositories to vcs_info()
1402   * zshrc: Adding support for monotone repositories to vcs_info()
1403
1404  -- Michael Prokop <mika@grml.org>  Sat, 30 Aug 2008 00:52:14 +0200
1405
1406 grml-etc-core (0.3.52) unstable; urgency=low
1407
1408   * zshrc: Add version control information to our prompt.
1409
1410  -- Frank Terbeck <ft@grml.org>  Tue, 26 Aug 2008 16:36:44 +0200
1411
1412 grml-etc-core (0.3.51) unstable; urgency=low
1413
1414   The "pfuh what nice zsh features" release. :)
1415
1416   [ Frank Terbeck ]
1417   * zshrc: Add persistent dirstack support for shells older than 4.2.0
1418   * zshrc: Make ',.' abbreviation optional [Closes: issue445]
1419   * zshrc: do not use xunfunction() anymore; it prevented things like
1420            'source ~/.zshrc' from working.
1421
1422   [ Michael Gebetsroither ]
1423   * zshrc: add runit sysv emulation support to Start/Stop/Restart/...
1424
1425   [ Michael Prokop ]
1426   * zshrc:
1427     - Add support for ${HOME}/.zshenv.
1428     - Add new function ansi-colors() [via harnir]
1429     - Support .deb in show-archive() [via harnir]
1430     - Fix wrong placed comments for debbug vs. debbugm.
1431       Thanks to Dennis Schreiber for pointing out.
1432     - Provide more processes in completion of programs like
1433       killall (thanks, ft).
1434     - New function uopen() to download a file and display it locally.
1435       Thanks for the idea, formorer; thanks for debugging help, ft. :)
1436     - New function linenr() to print a specific line of file, thanks
1437       to Wuehlmaus.
1438     - Update gizmo() function.
1439     - Add completion for aliases, deactivated by default because it
1440       might be confusing for several users for now. Idea by Julius,
1441       thanks for forwarding - wuehlmaus. :)
1442   * zshenv: set $PATH on Solaris/SunOS.
1443
1444  -- Michael Prokop <mika@grml.org>  Wed, 06 Aug 2008 23:36:58 +0200
1445
1446 grml-etc-core (0.3.50) unstable; urgency=low
1447
1448   [ Michael Prokop ]
1449   * zshrc: update function git-get-plaindiff() so it works around
1450     the "generating..." bug
1451   * zshenv: extend and update $ADDONS handling
1452
1453   [ Frank Terbeck ]
1454   * zshrc: add new bindings: '^xP' and '^xp' for
1455     history-beginning-search-{forward,backward}
1456
1457  -- Frank Terbeck <ft@grml.org>  Thu, 20 Mar 2008 20:33:49 +0100
1458
1459 grml-etc-core (0.3.49) unstable; urgency=low
1460
1461   [ Frank Terbeck ]
1462   * zshrc: Keeping check_com() defined after zshrcs are sourced
1463
1464  -- Michael Prokop <mika@grml.org>  Wed, 13 Feb 2008 19:20:54 +0100
1465
1466 grml-etc-core (0.3.48) unstable; urgency=low
1467
1468   [ Alexander Steinböck ]
1469   * zshrc: use $PAGER in dchange(), uchange() and dnews() [Closes: issue386]
1470   * zshrc: adding whatwhen() for history queries [Closes: issue380]
1471
1472   [ Frank Terbeck ]
1473   * zshrc: add a check for ZSH_VERSION >= 3.1.7 [Closes: issue389]
1474
1475   [ Michael Prokop ]
1476   * zshrc: enable 'setopt longlistjobs' by default
1477   * zshrc: re-enable use of 'sudo su' instead of 'sudo -s' for alias su,
1478     otherwise it breaks "su - $USER". Thanks for bringing this up,
1479     Martin Yazdzik!
1480
1481  -- Michael Prokop <mika@grml.org>  Mon, 11 Feb 2008 17:58:42 +0100
1482
1483 grml-etc-core (0.3.47) unstable; urgency=low
1484
1485   * zshrc: prevent chdir() from putting dupes into ~/.zdirs
1486
1487  -- Frank Terbeck <ft@grml.org>  Sun, 20 Jan 2008 01:30:00 +0100
1488
1489 grml-etc-core (0.3.46) unstable; urgency=low
1490
1491   [ Frank Terbeck ]
1492   * zshrc: Adding a generic accept-line wrapper =>
1493     http://www.bewatermyfriend.org/posts/2007/12-26.11-50-38-tooltime.html
1494   * zshrc: make grmlcomp() readable (':nmap b v$hdO<ESC>pj$' - vim is so useful)
1495   * zshrc: convert swspeak from alias to function
1496   * zshrc: removing folsym() - use sll() from now on.
1497   * vimrc: display the file, that is being edited into screen's hardstatus
1498   * zshrc: some refcard-generating tags where positioned incorrectly. fixed
1499
1500   [ Michael Prokop ]
1501   * zshrc: mention http://en.wikipedia.org/wiki/List_of_airports_by_ICAO_code
1502     in weather() [thanks, gebi]
1503   * zshrc: set $NAME in screen title only if $HOSTNAME is set
1504
1505  -- Frank Terbeck <ft@grml.org>  Sat, 19 Jan 2008 22:25:22 +0100
1506
1507 grml-etc-core (0.3.45) unstable; urgency=low
1508
1509   [ Michael Prokop ]
1510   * Drop the 'Make p in Visual mode replace the selected text...' from
1511     vimrc. More details available at
1512     http://lists.alioth.debian.org/pipermail/pkg-vim-maintainers/2005-November/001577.html
1513     - thanks for the hint, James Vega!
1514
1515   [ Alexander Steinböck ]
1516   * /etc/zsh/zshrc: added bindkeys for navigating by vi keys (hjkl)
1517     (disable by default though) as well as 'accept-and-infer-next history'
1518     (ctrl-o) to complete within directories and stay in menu completion.
1519     [Closes: issue350]
1520
1521  -- Michael Prokop <mika@grml.org>  Sat, 22 Dec 2007 00:11:31 +0100
1522
1523 grml-etc-core (0.3.44) unstable; urgency=low
1524
1525   [ Frank Terbeck ]
1526   * zshrc: $reswords is an array *not* a hash
1527
1528  -- Michael Prokop <mika@grml.org>  Fri, 21 Dec 2007 20:54:26 +0100
1529
1530 grml-etc-core (0.3.43) unstable; urgency=low
1531
1532   * /etc/zsh/zshrc: change logic of $HOSTNAME in preexec(): show
1533     $HOSTNAME only when running the command on *another* box (being
1534     a system != localhost).
1535
1536  -- Michael Prokop <mika@grml.org>  Sun, 16 Dec 2007 20:33:52 +0100
1537
1538 grml-etc-core (0.3.42) unstable; urgency=low
1539
1540   [ Frank Terbeck ]
1541   * zsh: disable command-completion descriptions
1542
1543  -- Michael Prokop <mika@grml.org>  Tue, 11 Dec 2007 19:45:18 +0100
1544
1545 grml-etc-core (0.3.41) unstable; urgency=low
1546
1547   The big zsh update release.
1548
1549   [ Alexander Steinböck]
1550   * standarized the use of brackets - double instead of
1551     single ones - for test situations like if-clauses [thanks!]
1552     [Testing: issue354]
1553
1554   [ Michael Prokop ]
1555   * add alias 'g' for git
1556   * set modelines for vim according to new indenting policy
1557   * extend debbug() based on http://xana.scru.org/quanks/b-func.html
1558
1559   [ Frank Terbeck ]
1560   * several small cleanups by ft
1561   * patch bomb for unified indenting
1562   * introducing check_com() to check for the existence of commands
1563   * introducing more utility functions: xcat and xsource
1564     moving salias to utility functions
1565
1566  -- Michael Prokop <mika@grml.org>  Sun, 02 Dec 2007 19:54:45 +0100
1567
1568 grml-etc-core (0.3.40) unstable; urgency=low
1569
1570   * /etc/zsh/zshrc: add MANWIDTH, deactivated by default though;
1571     thanks Alexander Steinböck! [Closes: issue343]
1572   * /etc/grml/screenrc: fix colorschema of 'switch order of caption and
1573     hardstatus'
1574
1575  -- Michael Prokop <mika@grml.org>  Thu, 22 Nov 2007 11:13:45 +0100
1576
1577 grml-etc-core (0.3.39) unstable; urgency=low
1578
1579   * Move vim vs. vi from /etc/skel/.zshrc.grmlsmall to /etc/zsh/zshrc
1580     to make sure it's also fixed for user root.
1581
1582  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 12:20:44 +0100
1583
1584 grml-etc-core (0.3.38) unstable; urgency=low
1585
1586   * Provide e* functions in /etc/grml/lsb-functions again
1587     and restore some RC_* variables.
1588     Otherwise we break just too many scripts.
1589
1590  -- Michael Prokop <mika@grml.org>  Wed, 24 Oct 2007 09:36:33 +0200
1591
1592 grml-etc-core (0.3.37) unstable; urgency=low
1593
1594   [Frank Terbeck]
1595   * Refactor /etc/grml/lsb-functions and /etc/grml/script-functions
1596     [Closes: issue291]
1597
1598  -- Michael Prokop <mika@grml.org>  Tue, 23 Oct 2007 20:06:21 +0200
1599
1600 grml-etc-core (0.3.36) unstable; urgency=low
1601
1602   [Frank Terbeck]
1603   * /etc/zsh/zshrc: not using 'for name0 name1 in a b c d ; ...'
1604     anymore to work around problems with older zsh versions.
1605
1606   [Michael Prokop]
1607   * /etc/zsh/zshrc: enable transient_rprompt only for zsh >= 4.1.
1608
1609  -- Michael Prokop <mika@grml.org>  Mon, 22 Oct 2007 16:48:40 +0200
1610
1611 grml-etc-core (0.3.35) unstable; urgency=low
1612
1613   * /etc/zsh/zshrc: support displaying version control information inside
1614     prompt (display on $RPROMPT). Just run 'VCS=1' to enable the feature.
1615     [Closes: issue305]
1616
1617  -- Michael Prokop <mika@grml.org>  Thu, 18 Oct 2007 10:22:36 +0200
1618
1619 grml-etc-core (0.3.34) unstable; urgency=low
1620
1621   * /etc/apt/grml/listbugs: support non-apt-show-versions variant
1622     as well.
1623
1624  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 11:49:59 +0200
1625
1626 grml-etc-core (0.3.33) unstable; urgency=low
1627
1628   * Rename /etc/apt/listbugs into /etc/apt/grml/listbugs so it
1629     does not conflict with apt-listbugs.
1630
1631  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 01:00:44 +0200
1632
1633 grml-etc-core (0.3.32) unstable; urgency=low
1634
1635   * Add /etc/apt/listbugs: display known bugs of currently running
1636     system. This script is used inside grml-live.
1637
1638  -- Michael Prokop <mika@grml.org>  Sun, 14 Oct 2007 00:22:38 +0200
1639
1640 grml-etc-core (0.3.31) unstable; urgency=low
1641
1642   [ Michael Prokop ]
1643   * /etc/skel/.zshrc:
1644     - use same pattern in function wikien as in wikide. (thanks wuehlmaus)
1645     - wodeb(): update URL (thanks for the pointer, wuehlmaus)
1646     - getskype(): make it compatible with final skype 1.4 version
1647   * Added /etc/apt/apt.conf.example + /etc/apt/hg-snapshot-script
1648   * Added /etc/grml/screenrc_generic which should work on any OS without
1649     any grml/Debian specific programs/scripts.
1650   * /etc/grml/screenrc*:
1651     - provide example for switching caption and hardstatus for better
1652       use with splitted windows; thanks to Alexander 'z3ttacht' Steinböck
1653       for the patch! [Closes: issue300]
1654     - improve usage of yacpi, thanks to Alexander 'z3ttacht' Steinböck for
1655       the initial patch! [Closes: issue301]
1656
1657   [ Michael Gebetsroither ]
1658   * /etc/zsh/zshrc: added bk() to backup a file with iso time tagged.
1659
1660
1661  -- Michael Prokop <mika@grml.org>  Fri,  5 Oct 2007 18:45:48 +0200
1662
1663 grml-etc-core (0.3.30) unstable; urgency=low
1664
1665   [ Frank Terbeck ]
1666   * /etc/grml/lsb-functions: another few bugfixes
1667
1668  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 23:39:11 +0200
1669
1670 grml-etc-core (0.3.29) unstable; urgency=low
1671
1672   [ Frank Terbeck ]
1673   * /etc/grml/lsb-functions: another bugfix
1674
1675  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:33:30 +0200
1676
1677 grml-etc-core (0.3.28) unstable; urgency=low
1678
1679   [ Frank Terbeck ]
1680   * /etc/grml/lsb-functions: some more slightly improvements
1681
1682  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 18:21:55 +0200
1683
1684 grml-etc-core (0.3.27) unstable; urgency=low
1685
1686   [ Frank Terbeck ]
1687   * Refactoring /etc/grml/lsb-functions and
1688     /etc/grml/script-functions.
1689
1690   [ Michael Prokop ]
1691   * Update /etc/apt/sources.list.grml.
1692   * /etc/grml/lsb-functions: support disabling
1693     colors through $NOCOLORS
1694
1695  -- Michael Prokop <mika@grml.org>  Mon, 17 Sep 2007 17:16:26 +0200
1696
1697 grml-etc-core (0.3.26) unstable; urgency=low
1698
1699   [ Frank Terbeck ]
1700   * /etc/grml/lsb-functions: fix empty $COLS when running inside
1701     chroot
1702
1703  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 13:49:29 +0200
1704
1705 grml-etc-core (0.3.25) unstable; urgency=low
1706
1707   * /etc/zsh/zshrc: unalias utf2iso and iso2utf only it it's set.
1708
1709  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:44:11 +0200
1710
1711 grml-etc-core (0.3.24) unstable; urgency=low
1712
1713   [ Frank Terbeck ]
1714   * try to make 'lsb-functions' parsable by (d)ash
1715
1716   [ Michael Prokop ]
1717   * /etc/zsh/zshrc: convert utf2iso and iso2utf into functions,
1718     Use 'command grep' (thanks to z3ttacht) and fix a small bug
1719     in iso2utf.
1720   * Pre-Depend on zsh [Testing: issue287]
1721
1722  -- Michael Prokop <mika@grml.org>  Sat, 15 Sep 2007 10:24:36 +0200
1723
1724 grml-etc-core (0.3.23) unstable; urgency=low
1725
1726   * /etc/zsh/zshenv: switch direction of check for lesspipe vs.
1727     lesspipe.sh so we use the extended version by default if
1728     it's available.
1729
1730  -- Michael Prokop <mika@grml.org>  Wed,  5 Sep 2007 18:22:57 +0200
1731
1732 grml-etc-core (0.3.22) unstable; urgency=low
1733
1734   [Frank Terbeck]
1735   * /etc/zsh/zshrc:
1736     - Ignoring commands that match 'aptitude-*'. Using _ignored in addition.
1737       That way, you can always get aptitude-* by 'aptitude-<tab>'.
1738     - Let sudo-command-line() do something sensible on an empty buffer.
1739
1740  -- Michael Prokop <mika@grml.org>  Sun, 19 Aug 2007 10:50:43 +0200
1741
1742 grml-etc-core (0.3.21) unstable; urgency=low
1743
1744   * /etc/skel/.zshrc: use luit for utf<->iso-hacks.
1745
1746  -- Michael Prokop <mika@grml.org>  Wed, 08 Aug 2007 21:29:06 +0200
1747
1748 grml-etc-core (0.3.20) unstable; urgency=low
1749
1750   * /etc/grml/lsb-functions: put log_end_msg exactly one char to
1751     the left so look'n'feel with current Debian lsb-functions
1752     is better.
1753
1754  -- Michael Prokop <mika@grml.org>  Sat, 28 Jul 2007 01:15:23 +0200
1755
1756 grml-etc-core (0.3.19) unstable; urgency=low
1757
1758   * /etc/zsh/zshenv: make sure /usr/bin/id is available
1759
1760  -- Michael Prokop <mika@grml.org>  Wed, 25 Jul 2007 15:02:08 +0200
1761
1762 grml-etc-core (0.3.18) unstable; urgency=low
1763
1764   * /etc/zsh/zshrc:
1765     - use aptitude safe-upgrade instead of aptitude upgrade
1766   * /etc/apt/sources.list.grml:
1767     - added entry for cryptobox-server
1768     - drop the '#1#'-stuff as we provide all packages via the
1769       grml repository now
1770
1771  -- Michael Prokop <mika@grml.org>  Mon, 23 Jul 2007 11:46:54 +0200
1772
1773 grml-etc-core (0.3.17) unstable; urgency=low
1774
1775   The 'Man, what a lazy folk'-release
1776   * /etc/skel/.zshrc:
1777     - added function weather() to retrieve weather information on
1778       the console
1779     - use mostlike manpage browser only if LESS_TERMCAP_* is not set
1780   * /etc/zsh/zshrc:
1781     - added alias S for screen
1782     - alias s for ssh
1783     - added alias top10 to get the top 10 shell commands from the history
1784     - make sure we provide arguments for startx in the function as well
1785       (thanks for reporting the issue, Kevin Krammer!)
1786   * /etc/zsh/zshenv:
1787     - check for presence of lesspipe[.sh] before setting $LESSOPEN
1788     - added LESS_TERMCAP_*
1789   * /etc/skel/.vimrc:
1790     - deactivate digraph option causing too many headaches for people
1791       not being used to that option
1792
1793  -- Michael Prokop <mika@grml.org>  Tue, 17 Jul 2007 15:48:48 +0200
1794
1795 grml-etc-core (0.3.16) unstable; urgency=low
1796
1797   * /etc/zsh/zshrc: dchange() - restore old behaviour with
1798     fallback to /usr/share/doc/$PACKAGE/changelog.gz before
1799     trying to download the changelog via aptitude
1800
1801  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:19:54 +0200
1802
1803 grml-etc-core (0.3.15) unstable; urgency=low
1804
1805   * /etc/zsh/zshrc:
1806     - activate 'setopt pushd_ignore_dups' to avoid duplicates
1807       in ~/.zdirs (thanks to wuehlmaus for bringing up
1808       and for the appropriate configuration thanks to ft!)
1809     - dchange() function: remove hardcoded option
1810
1811  -- Michael Prokop <mika@grml.org>  Sat, 07 Jul 2007 10:52:03 +0200
1812
1813 grml-etc-core (0.3.14) unstable; urgency=low
1814
1815   * /etc/zsh/zshrc: yse kexec alias only if /proc/cmdline can be read.
1816
1817  -- Michael Prokop <mika@grml.org>  Wed, 04 Jul 2007 12:41:29 +0200
1818
1819 grml-etc-core (0.3.13) unstable; urgency=low
1820
1821   * /etc/zsh/zshrc:
1822     - aoeu(): do not use $XKEYBOARD and $KEYTABLE as booting
1823       with bootoption dvorak might be not so amusing for people
1824       not being used to dvorak keyboard layout :)
1825     - added alias "$(uname -r)-reboot for fast rebooting via kexec
1826     - dchange(): use aptitude to retrieve changelog if no changelog
1827       can be found on the local system (thanks for the idea, nico!)
1828
1829  -- Michael Prokop <mika@grml.org>  Sun, 01 Jul 2007 23:05:58 +0200
1830
1831 grml-etc-core (0.3.12) unstable; urgency=low
1832
1833   * Added some more examples to /etc/network/interfaces.examples.
1834   * /etc/zsh/zshrc:
1835     - move environment stuff from /etc/zsh/zshenv to
1836       /etc/zsh/zshrc so we don't have all the environment variables
1837       in 'zsh -f', thanks for the patch - ft!
1838     - added function dnews (to view Debian's NEWS file of the package)
1839     - fix some typos
1840     - compctl definition shadowed _grmlinitd. Found by Anthony
1841       Charles and forwared by ft. Thanks!
1842     - added function minimal-shell (spawn a minimally set up ksh),
1843       thanks ft!
1844     - added keybinding ctrl-x1 to jump behind the first word on the
1845       cmdline, thanks again ft!
1846     - added keywords/strings for automatic building of grml' zsh
1847       reference card [and once more thanks to ft! :)]
1848   * /etc/skel/.vimrc: support ~/.vimrc.local
1849
1850  -- Michael Prokop <mika@grml.org>  Sun, 10 Jun 2007 00:04:08 +0200
1851
1852 grml-etc-core (0.3.11) unstable; urgency=low
1853
1854   * /etc/zsh/zshrc:
1855     - added function ipv6-tunnel (set up an ipv6 tunnel)
1856     - added function iwclient (run dhclient for wireless device),
1857       thanks Niels Giesen!
1858     - improved usage info of mkmaildir()
1859     - removed some "function" keywords
1860
1861  -- Michael Prokop <mika@grml.org>  Sat, 09 Jun 2007 00:45:05 +0200
1862
1863 grml-etc-core (0.3.10) unstable; urgency=low
1864
1865   * /etc/zsh/zshrc: use \e instead of the escape-sequence.
1866     Thanks for the patches, ft! [Closes: issue229, issue230]
1867
1868  -- Michael Prokop <mika@grml.org>  Thu, 07 Jun 2007 14:51:38 +0200
1869
1870 grml-etc-core (0.3.9) unstable; urgency=low
1871
1872   * /etc/zsh/zshrc:
1873     - added functions aoeu() and asdf() to just press 'asdf' keys to
1874       toggle between dvorak and us keyboard layout
1875     - added function uiae() to just press 'asdf' key to toggle from
1876       neon layout to us keyboard layout
1877
1878  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 23:25:17 +0200
1879
1880 grml-etc-core (0.3.8) unstable; urgency=low
1881
1882   * /etc/zsh/zshrc:
1883     - Mention "alias -s pl='perl -S'" within the zsh-mime-setup stuff
1884     - Use 'sudo -s' for alias su.
1885     - Added alias llog for "$PAGER /var/log/syslog"
1886
1887  -- Michael Prokop <mika@grml.org>  Mon, 04 Jun 2007 10:43:51 +0200
1888
1889 grml-etc-core (0.3.7) unstable; urgency=low
1890
1891   * /etc/zsh/zshrc and /etc/skel/.zshrc: some more checks whether
1892     the global file has been read.
1893
1894  -- Michael Prokop <mika@grml.org>  Tue, 29 May 2007 16:31:19 +0200
1895
1896 grml-etc-core (0.3.6) unstable; urgency=low
1897
1898   * /etc/zsh/zshrc: do not even add completion directories if
1899     broken setup has been detected.
1900
1901  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 19:12:30 +0200
1902
1903 grml-etc-core (0.3.5) unstable; urgency=low
1904
1905   * /etc/zsh/zshrc + /etc/skel/.zshrc: unify way of checking for
1906     present binaries/executables
1907   * /etc/zsh/zshrc: check for potentially old files in 'completion.d',
1908     thanks for the patch - ft!
1909   * /etc/skel/.zshrc: added alias ips for 'ipython -p sh'
1910
1911  -- Michael Prokop <mika@grml.org>  Fri, 25 May 2007 01:30:39 +0200
1912
1913 grml-etc-core (0.3.4) unstable; urgency=low
1914
1915   * /etc/zsh/zshrc: check for present directory inside dirstack
1916     code before switching between directories.
1917
1918  -- Michael Prokop <mika@grml.org>  Wed, 23 May 2007 10:22:14 +0200
1919
1920 grml-etc-core (0.3.3) unstable; urgency=low
1921
1922   * /etc/skel/.zshrc:
1923     - added function fluxkey-change to change fluxbox keys
1924       from 'Alt-#' to 'Alt-F#' and vice versa
1925
1926  -- Michael Prokop <mika@grml.org>  Thu, 17 May 2007 15:08:57 +0200
1927
1928 grml-etc-core (0.3.2) unstable; urgency=low
1929
1930   * /etc/skel/.zshrc: added zsh-mime-setup, thanks wuehlmaus!
1931
1932  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 11:11:12 +0200
1933
1934 grml-etc-core (0.3.1) unstable; urgency=low
1935
1936   * /etc/zsh/zshrc:
1937     - Applied patch by ft for better $SUDO handling via salias, thanks!
1938     - Added alias debian2hd.
1939
1940  -- Michael Prokop <mika@grml.org>  Tue, 15 May 2007 10:53:59 +0200
1941
1942 grml-etc-core (0.3.0) unstable; urgency=low
1943
1944   * /etc/zsh/zshrc: check for $SUDO and do not use it when running
1945     as root so we have the command in the zsh history.
1946
1947  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 12:19:36 +0200
1948
1949 grml-etc-core (0.2.53) unstable; urgency=low
1950
1951   * Add /etc/skel/.emacs which enables UTF-8 mode by default.
1952     Thanks to Josef Teske for the bugreport!
1953
1954  -- Michael Prokop <mika@grml.org>  Sun, 13 May 2007 00:14:18 +0200
1955
1956 grml-etc-core (0.2.52) unstable; urgency=low
1957
1958   * /etc/zsh/zshrc and /etc/skel/.zshrc:
1959     Added alias and powerglob insecscp (like insecssh but for scp).
1960
1961  -- Michael Prokop <mika@grml.org>  Sat, 12 May 2007 23:22:32 +0200
1962
1963 grml-etc-core (0.2.51) unstable; urgency=low
1964
1965   * /etc/zsh/zshrc:
1966     * added function wrapper brltty which loads a default
1967       console font, works around problem in UTF-8 environment.
1968       Thanks for reporting, Hermann 'steppenwolf2'!
1969   * /etc/skel/.zshrc: added some functions (thanks, ft!):
1970     - hl: highlighted less
1971     - ic_get: queries imap servers for capabilities
1972     - j2v: open file in vim and jump to line
1973     - mkmaildir: creates a Maildir/ with its {new,cur,tmp} subdirs
1974     - xtrename: rename xterm from within GNU-screen
1975     - zurl: create small urls via tinyurl.com using wget, grep and sed
1976
1977  -- Michael Prokop <mika@grml.org>  Fri, 11 May 2007 01:07:27 +0200
1978
1979 grml-etc-core (0.2.50) unstable; urgency=low
1980
1981   * /etc/zsh/zshrc: sleep 2 seconds before running flite in
1982     swspeak alias.
1983
1984  -- Michael Prokop <mika@grml.org>  Sun, 29 Apr 2007 13:16:48 +0200
1985
1986 grml-etc-core (0.2.49) unstable; urgency=low
1987
1988   * /etc/zsh/zshrc: improve code for 'manual overriding of RPROMPT'
1989     [thanks for helping, ft!]
1990
1991  -- Michael Prokop <mika@grml.org>  Sun, 22 Apr 2007 18:37:27 +0200
1992
1993 grml-etc-core (0.2.48) unstable; urgency=low
1994
1995   * /etc/zsh/zshrc:
1996     - re-enable smiley in RPROMPT, thanks to transient_rprompt
1997       [thanks for the pointer, Christian Schneider!]
1998     - allow manual overriding of RPROMPT
1999
2000  -- Michael Prokop <mika@grml.org>  Sat, 21 Apr 2007 23:57:28 +0200
2001
2002 grml-etc-core (0.2.47) unstable; urgency=low
2003
2004   * Big rewrite of /etc/zsh/completion.d/, thanks to ft!
2005     [Testing: issue201]
2006
2007  -- Michael Prokop <mika@grml.org>  Tue, 17 Apr 2007 09:21:03 +0200
2008
2009 grml-etc-core (0.2.46) unstable; urgency=low
2010
2011   * /etc/zsh/zshrc: deactivate url-quote-magic by default and
2012     provide it as alias url-quote instead. Added zstyle for
2013     url-quote-magic as well, thanks ft!
2014
2015  -- Michael Prokop <mika@grml.org>  Sun, 15 Apr 2007 22:36:28 +0200
2016
2017 grml-etc-core (0.2.45) unstable; urgency=low
2018
2019   * /etc/zsh/zshrc: fix syntax error in get_twi_cl.
2020
2021  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:11:42 +0200
2022
2023 grml-etc-core (0.2.44) unstable; urgency=low
2024
2025   * /etc/zsh/zshrc: add check regarding get_twi_cl->get_3ware
2026     change.
2027
2028  -- Michael Prokop <mika@grml.org>  Sat, 14 Apr 2007 11:06:12 +0200
2029
2030 grml-etc-core (0.2.43) unstable; urgency=low
2031
2032   * /etc/zsh/zshrc:
2033     - applied patch by ft for generic file completion (thanks!)
2034     - added function sll (list symlinks in more details), thanks
2035       for the code base, Manuel Fuhr and ft!
2036   * /etc/skel/.zshrc: added alias mq (execute commands on the
2037     versioned patch-queue from the current repos) [thanks, gebi]
2038
2039  -- Michael Prokop <mika@grml.org>  Fri, 13 Apr 2007 17:35:15 +0200
2040
2041 grml-etc-core (0.2.42) unstable; urgency=low
2042
2043   * Update and cleanup /etc/apt/sources.list.grml. Thanks for hints,
2044     Ronny Plattner!
2045
2046  -- Michael Prokop <mika@grml.org>  Thu, 12 Apr 2007 12:48:14 +0200
2047
2048 grml-etc-core (0.2.41) unstable; urgency=low
2049
2050   * /etc/grml/script-functions: replace $UID with 'id -u' so we improve
2051     compability for POSIX/dash.
2052
2053  -- Michael Prokop <mika@grml.org>  Fri,  6 Apr 2007 22:42:16 +0200
2054
2055 grml-etc-core (0.2.40) unstable; urgency=low
2056
2057   * /etc/skel/.vimrc: do not set 'tw=72' by default anymore.
2058     Thanks for the hint, gebi.
2059
2060  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 21:38:48 +0200
2061
2062 grml-etc-core (0.2.39) unstable; urgency=low
2063
2064   * /etc/zsh/zshrc:
2065     - added alias mdstat for 'cat /proc/mdstat' and
2066       alias ... which does a 'cd ../../'. Thanks, gebi!
2067     - check for 'most' before assigning aliases dchange and uchange
2068
2069  -- Michael Prokop <mika@grml.org>  Thu, 29 Mar 2007 00:22:28 +0200
2070
2071 grml-etc-core (0.2.38) unstable; urgency=low
2072
2073   * /etc/zsh/zshrc: added new aliases ati (aptitude install) and up
2074     (aptitude update, aptitude upgrade) - thanks for suggestion - Otti!
2075
2076  -- Michael Prokop <mika@grml.org>  Wed, 28 Mar 2007 20:45:21 +0200
2077
2078 grml-etc-core (0.2.37) unstable; urgency=low
2079
2080   * Add solaris examples to /etc/zsh/zshenv
2081
2082  -- Michael Prokop <mika@grml.org>  Thu, 22 Mar 2007 12:30:55 +0100
2083
2084 grml-etc-core (0.2.36) unstable; urgency=low
2085
2086   * Another version of dpkg-divert handling for debian/preinst.
2087
2088  -- Michael Prokop <mika@grml.org>  Wed, 21 Mar 2007 19:03:38 +0100
2089
2090 grml-etc-core (0.2.35) unstable; urgency=low
2091
2092   * /etc/zsh/zshrc: added aliases for better iso<->utf handling:
2093     - term2iso
2094     - term2utf
2095     - utf2iso
2096     - iso2utf
2097
2098  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 20:12:40 +0100
2099
2100 grml-etc-core (0.2.34) unstable; urgency=low
2101
2102   * /etc/grml/lsb-functions: set RC_NOCOLOR if nocolor string is
2103     present in /proc/cmdline
2104
2105  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 15:17:45 +0100
2106
2107 grml-etc-core (0.2.33) unstable; urgency=low
2108
2109   * /etc/zsh/zshenv: fix sourcing of /etc/timezone
2110
2111  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:51:36 +0100
2112
2113 grml-etc-core (0.2.32) unstable; urgency=low
2114
2115   * /etc/zsh/zshenv: source /etc/timezone if present
2116     (We don't want to set TZ via /etc/default/locale any longer.)
2117
2118  -- Michael Prokop <mika@grml.org>  Sat, 17 Mar 2007 12:18:38 +0100
2119
2120 grml-etc-core (0.2.31) unstable; urgency=low
2121
2122   * /etc/zsh/zshrc: update swspeak alias:
2123     - set mixer settings to 90 by default when running swspeak
2124     - check for present /dev/softsynth and warn otherwise using flite
2125     - welcome user via flite with "Finished setting up software synthesizer"
2126       when finished execution of swspeak alias
2127     [Closes: issue152]
2128
2129  -- Michael Prokop <mika@grml.org>  Fri, 16 Mar 2007 22:17:27 +0100
2130
2131 grml-etc-core (0.2.30) unstable; urgency=low
2132
2133   * /etc/zsh/zshrc: added rationalise-dot (just type 'cd ...' to
2134     get 'cd ../..'), but deactivated by default. Taken from
2135     Christian Schneider:
2136     http://strcat.de/blog/archives/707-Schnelles-Verzeichniswechseln.html
2137     Thanks for pointing, schula.
2138
2139  -- Michael Prokop <mika@grml.org>  Wed, 14 Mar 2007 15:41:08 +0100
2140
2141 grml-etc-core (0.2.29) unstable; urgency=low
2142
2143   * /etc/skel/.zshrc: remove duplicate cl() definition, thanks - Jens
2144     Kubieziel!
2145
2146  -- Michael Prokop <mika@grml.org>  Sun, 11 Mar 2007 12:45:25 +0100
2147
2148 grml-etc-core (0.2.28) unstable; urgency=low
2149
2150   * /etc/vim/vimrc: added 'set wildmenu' (thanks for suggestion, ft!)
2151
2152  -- Michael Prokop <mika@grml.org>  Fri,  9 Mar 2007 15:33:55 +0100
2153
2154 grml-etc-core (0.2.27) unstable; urgency=low
2155
2156   * Another fix for debian/preinst to avoid breakage on older systems.
2157
2158  -- Michael Prokop <mika@grml.org>  Sat,  3 Mar 2007 18:36:41 +0100
2159
2160 grml-etc-core (0.2.26) unstable; urgency=low
2161
2162   * Move /etc/skel/.channels to package grml-etc.
2163   * Fix preinst failure of /etc/zsh/zlogin on Debian stable systems.
2164
2165  -- Michael Prokop <mika@grml.org>  Thu,  1 Mar 2007 14:59:51 +0100
2166
2167 grml-etc-core (0.2.25) unstable; urgency=low
2168
2169   * /etc/zsh/zshrc: user root should have umask 022 of course.
2170     User has 002. Thanks for reporting, Tobias Walkowiak!
2171
2172  -- Michael Prokop <mika@grml.org>  Mon, 26 Feb 2007 18:44:45 +0100
2173
2174 grml-etc-core (0.2.24) unstable; urgency=low
2175
2176   * /etc/zsh/zshenv: source /etc/default/locale only if
2177     $LANG is not set. If $LANG is not set at all fall
2178     back to en_US.iso885915 as usual. This allows manual
2179     overwriting of $LANG.
2180
2181  -- Michael Prokop <mika@grml.org>  Sun, 25 Feb 2007 22:08:55 +0100
2182
2183 grml-etc-core (0.2.23) unstable; urgency=low
2184
2185   * /etc/zsh/zshrc:
2186     - export SHELL='/bin/zsh', otherwise aterm and rxvt use
2187       /bin/sh or /bin/bash. :-/
2188     - add a space character in some abbreviation expansions
2189       so it's better readable.
2190     - added insert-unicode-char
2191     - drop the check for
2192       /usr/share/zsh/$ZSH_VERSION/functions/Prompts/promptinit and
2193       /usr/share/zsh/$ZSH_VERSION/functions/Zle/url-quote-magic
2194       because the check does not work for example with the zsh-beta
2195       package. If you notice problems with the current code please
2196       let me know.
2197   * /etc/skel/.zshrc:
2198     - added function ytdl (download video from youtube)
2199     - work around non utf8 capable software in utf environment
2200       using aliases for mrxvt, aterm and centericq
2201   * /etc/zsh/*: improved documentation about startup of zsh
2202
2203  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 17:30:11 +0100
2204
2205 grml-etc-core (0.2.22) unstable; urgency=low
2206
2207   * Adding directory /etc/skel/.channels with the following files:
2208     - Files for use with scan of dvb-utils:
2209       * at-austria    -> austria in general
2210       * at-graz       -> working file for Graz
2211       * at-klagenfurt -> working file for Klagenfurt
2212     - Already configured files for use with mplayer/xine/...:
2213       * channels.conf-AT-graz       -> use DVB in Graz
2214       * channels.conf-AT-klagenfurt -> use DVB in Klagenfurt
2215
2216  -- Michael Prokop <mika@grml.org>  Sat, 24 Feb 2007 12:02:16 +0100
2217
2218 grml-etc-core (0.2.21) unstable; urgency=low
2219
2220   * /etc/zsh/zshrc: check for upper letters in isutfenv as well
2221
2222  -- Michael Prokop <mika@grml.org>  Sat, 17 Feb 2007 12:15:15 +0100
2223
2224 grml-etc-core (0.2.20) unstable; urgency=low
2225
2226   * Update of /etc/skel/.vimrc and /etc/vim/vimrc, added
2227     /etc/skel/.vim/ftplugin/c.vim.
2228
2229  -- Michael Prokop <mika@grml.org>  Sat, 10 Feb 2007 11:33:13 +0100
2230
2231 grml-etc-core (0.2.19) unstable; urgency=low
2232
2233   * /etc/vim/vimrc: make sure we use 'syntax on' only when we
2234     have vim with +syntax
2235   * debian/preinst: another fix to improve keeping of original
2236     configuration files
2237
2238  -- Michael Prokop <mika@grml.org>  Fri,  9 Feb 2007 15:24:14 +0100
2239
2240 grml-etc-core (0.2.18) unstable; urgency=low
2241
2242   * /etc/zsh/completion.d/grml-wallpaper: allow proper setting
2243     of parameters for local directories [Closses: issue116]
2244
2245  -- Michael Prokop <mika@grml.org>  Tue,  6 Feb 2007 20:17:02 +0100
2246
2247 grml-etc-core (0.2.17) unstable; urgency=low
2248
2249   * zsh config files: fix handling of check for binaries, thanks
2250     for reporting to Erich Minderlein, thanks for investigation
2251     and patch to ft! (Closes: issue80)
2252
2253  -- Michael Prokop <mika@grml.org>  Fri, 19 Jan 2007 19:27:43 +0100
2254
2255 grml-etc-core (0.2.16) unstable; urgency=low
2256
2257   * /etc/zsh/zshrc:
2258     - add completion for qma (thanks, wuehlmaus)
2259
2260  -- Michael Prokop <mika@grml.org>  Thu, 18 Jan 2007 13:08:54 +0100
2261
2262 grml-etc-core (0.2.15) unstable; urgency=low
2263
2264   * /etc/zsh/zshrc:
2265     - rename edfun() into edfunc() [thanks for hint, Kai Wilke!]
2266     - added some useful config stuff (deactivated by default as it
2267       needs personal tuning) contributed by Kai Wilke [thanks!]
2268     - improved host completion (thanks for some code, Kai Wilke!)
2269     - added apache2-ssl-certificate() as Debian does not ship
2270       the script anymore *grml*
2271     - support zsh profiling via $ZSH_PROFILE_RC and profile()
2272     - added alias 0 which does nothing else than 'return 0' (I like
2273       a clean prompt without error return codes inside but don't
2274       want to miss the feature itself, so just press 0<cr> and that's
2275       it :))
2276     - added alias debs-by-size
2277     - added function deswap (useful after suspending), function hex
2278       (print hex value of a number) and function peval (perl-eval)
2279
2280  -- Michael Prokop <mika@grml.org>  Fri,  5 Jan 2007 00:00:54 +0100
2281
2282 grml-etc-core (0.2.14) unstable; urgency=low
2283
2284   * Use builtin for chpwd's dirs command instead of the alias
2285     and function workaround, thanks - schula!
2286
2287  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 14:55:05 +0100
2288
2289 grml-etc-core (0.2.13) unstable; urgency=low
2290
2291   * /etc/zsh/zshrc + /etc/skel/.zshrc: make sure 'dirs' is not
2292     an alias or function
2293
2294  -- Michael Prokop <mika@grml.org>  Sun, 17 Dec 2006 13:52:22 +0100
2295
2296 grml-etc-core (0.2.12) unstable; urgency=low
2297
2298   * /etc/zsh/zshrc: add support for global dirstack handling
2299     (Closes: issue47)
2300
2301  -- Michael Prokop <mika@grml.org>  Sat, 16 Dec 2006 20:12:25 +0100
2302
2303 grml-etc-core (0.2.11) unstable; urgency=low
2304
2305   * Do not depend on vim or nvi only but allow use of virtual package
2306     editor also. Thanks, Markus Wigge <mwigge@marcant.net>!
2307
2308  -- Michael Prokop <mika@grml.org>  Fri, 15 Dec 2006 01:02:09 +0100
2309
2310 grml-etc-core (0.2.10) unstable; urgency=low
2311
2312   * Remove /etc/skel/.zshrc from dpkg-diversion.
2313
2314  -- Michael Prokop <mika@grml.org>  Tue,  5 Dec 2006 17:05:57 +0100
2315
2316 grml-etc-core (0.2.9) unstable; urgency=low
2317
2318   * /etc/zsh/zshrc: update NOPRECMD handling
2319
2320  -- Michael Prokop <mika@grml.org>  Sun,  3 Dec 2006 11:47:22 +0100
2321
2322 grml-etc-core (0.2.8) unstable; urgency=low
2323
2324   * /etc/zsh/zshrc: drop completion for lintian and linda as
2325     zsh ships that already.
2326
2327  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 22:43:38 +0100
2328
2329 grml-etc-core (0.2.7) unstable; urgency=low
2330
2331   * /etc/zsh/zshrc: fma has been renamed into qma, adjust references
2332     therefore and use qma for manzsh too. (This fixes part 2/2 of
2333     issue19)
2334
2335  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:49:05 +0100
2336
2337 grml-etc-core (0.2.6) unstable; urgency=low
2338
2339   * /etc/zsh/zshrc: update URL for grml repository in zsh-help.
2340     (Closes: issue36)
2341
2342  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 18:24:07 +0100
2343
2344 grml-etc-core (0.2.5) unstable; urgency=low
2345
2346   * /etc/zsh/zshrc:
2347     - our new default umask is now 002.
2348     - function isutfenv to check whether we are running inside
2349       an utf environment
2350     - add option utf8 to alias truec according to result of isutfenv
2351
2352  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
2353
2354 grml-etc-core (0.2.4) unstable; urgency=low
2355
2356   * /etc/zsh/zshrc: add alias 'any' for grepping through process
2357     list, thanks for the basic idea - Karl Voit!
2358
2359  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
2360
2361 grml-etc-core (0.2.3) unstable; urgency=low
2362
2363   * Let's ship /etc/apt/preferences.grml as reference file.
2364
2365  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
2366
2367 grml-etc-core (0.2.2) unstable; urgency=low
2368
2369   Another "Frank 'ft' Terbeck is my zsh hero" release.
2370
2371   * Use new grml-repository by default now (thanks for the great
2372     work, formorer!).
2373   * /etc/zsh/zshrc:
2374     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
2375       main zsh config file so we can use it as root as well (thanks for hint,
2376       wuehlmaus)
2377     - move function H-Glob to this file as well and make it available
2378       as help-zshglob as well, thanks for the translation to english - ft!
2379     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
2380     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
2381   * /etc/skel/.zshrc:
2382     - rework function dirspace() [support $1]
2383     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
2384
2385  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
2386
2387 grml-etc-core (0.2.1) unstable; urgency=low
2388
2389   * New version number for new release.
2390
2391  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
2392
2393 grml-etc-core (0.1-38) unstable; urgency=low
2394
2395   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
2396     to Erich Minderlein and Ulrich Dangel!
2397
2398  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
2399
2400 grml-etc-core (0.1-37) unstable; urgency=low
2401
2402   The 'preparation to a zsh workshop improves code quality' release. :)
2403
2404   * /etc/zsh/zshrc:
2405     - run "limit core 0" only in live-cd mode
2406     - support Force-Reload for /etc/init.d/*-action as well
2407     - move upgrade-function from /etc/skel/.zshrc to this file
2408   * /etc/skel/.zshrc: some cosmetic cleanups
2409   * grml-zsh-refcard has been updated (big thanks to Frank
2410     Terbeck again!) (Closes: issue9)
2411
2412  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
2413
2414 grml-etc-core (0.1-36) unstable; urgency=low
2415
2416   * /etc/skel/.zshrc:
2417     + alias hbp='hg-buildpackage'
2418     + renamed tla related aliases:
2419         ldiff   => tdi
2420         mirror  => tmi
2421         commit  => tco
2422         merge   => tme
2423     + fix function lcheck
2424   * /etc/zsh/zshrc:
2425     + grml-rebuildfstab: use -config option of new rebuildfstab
2426     + alias acp='apt-cache policy'
2427
2428  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
2429
2430 grml-etc-core (0.1-35) unstable; urgency=low
2431
2432   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
2433     for the great work, formorer!), not yet activated by default.
2434
2435  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
2436
2437 grml-etc-core (0.1-34) grml-testing; urgency=low
2438
2439   * Build package for new repository layout using 'grml-testing'
2440     as "Distribution".
2441
2442  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
2443
2444 grml-etc-core (0.1-33) unstable; urgency=low
2445
2446   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
2447     to avoid problems with different zsh versions.
2448   * Small fix in debian/preinst to prevent overwriting from original
2449     files when diverting several times (again: please report any
2450     problems you notice).
2451   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
2452     debian.vim, just to make sure we have nocompatible also on
2453     older vim versions.
2454
2455  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
2456
2457 grml-etc-core (0.1-32) unstable; urgency=low
2458
2459   * zsh-setup: applied patch from Frank Terbeck for improved
2460     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
2461
2462  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
2463
2464 grml-etc-core (0.1-31) unstable; urgency=low
2465
2466   * /etc/skel/.zshrc:
2467     - added alias hidiff (highlight important stuff in diff
2468       output), active if histring is available
2469     - added some isgrmlsmall checks, thanks Frank Terbeck!
2470     - added power completion, thanks wuehlmaus!
2471       See http://zshwiki.org/home/examples/zleiab for details.
2472       Notice: this deactivates the global aliases by default now,
2473       just use the global aliases as well but press ',.' afterwards
2474       to expand the abbreviation!
2475
2476  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
2477
2478 grml-etc-core (0.1-30) unstable; urgency=low
2479
2480   * Ship /etc/grml/script-functions with this package so other packages
2481     like grml-debootstrap don't have to depend on package grml-scripts.
2482   * Bumb Standard Version to 3.7.2 (no further changes).
2483
2484  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
2485
2486 grml-etc-core (0.1-29) unstable; urgency=low
2487
2488   * /etc/zsh/zshrc:
2489     - added isgrmlsmall() and set $EDITOR according to grml flavour,
2490       thanks - Frank Terbeck!
2491     - deactivate smiley on right side of prompt by default, uncomment
2492       the line if you want to use it
2493   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
2494     but do not activate it by default
2495   * /etc/skel/.hgrc: adjust username for "generic user"
2496
2497  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
2498
2499 grml-etc-core (0.1-28) unstable; urgency=low
2500
2501   * /etc/skel/.zshrc: always set 'setopt local_options' if
2502     using 'setopt errreturn'.
2503
2504  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
2505
2506 grml-etc-core (0.1-27) unstable; urgency=low
2507
2508   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
2509     otherwise running 'script' might hang. Thanks, wuehlmaus!
2510
2511  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
2512
2513 grml-etc-core (0.1-26) unstable; urgency=low
2514
2515   The "Frank Terbeck is my zsh hero" release.
2516
2517   * Update /etc/zsh/site-functions/_hg to latest version from
2518     http://hg.intevation.org/mercurial/crew
2519   * Added /etc/zsh/site-functions/_grmlinitd for better completion
2520     of "Start Restart Stop Reload" with initscripts, thanks - Frank
2521     Terbeck!
2522   * /etc/zsh/zshrc:
2523     - use is-at-least for is4[2]-functions if possible
2524     - bugfix for $2 in initscripts "Start Restart Stop Reload"
2525       function (thanks, Frank Terbeck!)
2526     - use zsh's color capabilities if the module is present
2527       (thanks, Frank Terbeck!)
2528     - don't export $SHELL anymore
2529   * /etc/zsh/zshenv:
2530     - set /bin instead of /bin/ in $PATH
2531     - some minor code style improvements
2532   * /etc/skel/.zshrc:
2533     - updated alias fbmplayer (thanks, wuehlmaus!)
2534     - added function gex (google exact search, thanks wuehlmaus!)
2535     - added gethgsnap and gethgclone for retrieving mercurial
2536     - use $SUDO in the whole file instead of $RUNASROOT
2537     - use 'setopt errreturn' in some functions
2538
2539  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
2540
2541 grml-etc-core (0.1-25) unstable; urgency=low
2542
2543   * /etc/skel/.zshrc: add functions for mercurial
2544   * Added /etc/skel/.hgrc - configuration file for mercurial.
2545   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
2546     two directories recursively), taken from
2547     http://www.vim.org/scripts/script.php?script_id=102
2548
2549  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
2550
2551 grml-etc-core (0.1-24) unstable; urgency=low
2552
2553   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
2554     thanks for the patch - Frank Terbeck!
2555
2556  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
2557
2558 grml-etc-core (0.1-23) unstable; urgency=low
2559
2560   * Fix typo in /etc/zsh/zshrc.
2561
2562  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
2563
2564 grml-etc-core (0.1-22) unstable; urgency=low
2565
2566   * /etc/zsh/zshrc: update functions dchange and uchange - check
2567     whether changelogs exist before trying to display them.
2568
2569  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
2570
2571 grml-etc-core (0.1-21) unstable; urgency=low
2572
2573   * /etc/zsh/zshrc: added some more checks so the config works
2574     on AIX (powerpc-ibm-aix5.2.0.0) as well.
2575
2576  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
2577
2578 grml-etc-core (0.1-20) unstable; urgency=low
2579
2580   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
2581     and set according $FPATH in /etc/zsh/zshrc.
2582
2583  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
2584
2585 grml-etc-core (0.1-19) unstable; urgency=low
2586
2587   * /etc/grml/screenrc: activated
2588     termcapinfo xterm|xterms|xs|rxvt ti@:te@
2589     for "more usual" buffer handling in xterm & CO.
2590
2591  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
2592
2593 grml-etc-core (0.1-18) unstable; urgency=low
2594
2595   * /etc/skel/.zshrc: update function getskype (new upstream release
2596     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
2597
2598  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
2599
2600 grml-etc-core (0.1-17) unstable; urgency=low
2601
2602   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
2603     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
2604     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
2605
2606  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
2607
2608 grml-etc-core (0.1-16) unstable; urgency=low
2609
2610   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
2611   * Move debian/postinst to debian/preinst, some minor fixes in
2612     preinst and postrm.
2613
2614  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
2615
2616 grml-etc-core (0.1-15) unstable; urgency=low
2617
2618   * Set debian related functions + aliases only if /etc/debian_version
2619     is present. Check for uid and set $SUDO according so normal
2620     user can use functions + aliases as well.
2621
2622  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
2623
2624 grml-etc-core (0.1-14) unstable; urgency=low
2625
2626   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
2627     to put job into foreground (thanks, wuehlmaus).
2628
2629  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
2630
2631 grml-etc-core (0.1-13) unstable; urgency=low
2632
2633   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
2634
2635  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
2636
2637 grml-etc-core (0.1-12) unstable; urgency=low
2638
2639   * Cleanup and update of /etc/apt/sources.list.grml.
2640   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
2641     package) and uchange (view upstream's changelog of specified package).
2642
2643  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
2644
2645 grml-etc-core (0.1-11) unstable; urgency=low
2646
2647   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
2648     in environment files.
2649
2650  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
2651
2652 grml-etc-core (0.1-10) unstable; urgency=low
2653
2654   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
2655     Worf for idea!
2656   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
2657
2658  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
2659
2660 grml-etc-core (0.1-9) unstable; urgency=low
2661
2662   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
2663     is present.
2664   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
2665     delete a word until its last '/'
2666
2667  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
2668
2669 grml-etc-core (0.1-8) unstable; urgency=low
2670
2671   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
2672     as well.
2673
2674  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
2675
2676 grml-etc-core (0.1-7) unstable; urgency=low
2677
2678   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
2679     Restore).
2680
2681  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
2682
2683 grml-etc-core (0.1-6) unstable; urgency=low
2684
2685   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
2686
2687  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
2688
2689 grml-etc-core (0.1-5) unstable; urgency=low
2690
2691   * /etc/zsh/zshrc:
2692     - press "ctrl-e d" to insert the actual date in the form
2693       yyyy-mm-dd (found in schulas zsh config :))
2694     - complete manual pages by their section (hello schula,
2695       again ;-))
2696
2697  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
2698
2699 grml-etc-core (0.1-4) unstable; urgency=low
2700
2701   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
2702     status on right side of prompt.
2703
2704  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
2705
2706 grml-etc-core (0.1-3) unstable; urgency=low
2707
2708   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
2709     for suggestion, Mark!
2710   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
2711     Mark!
2712   * Added /etc/grml/script-functions meant for usage inside shell
2713     scripts.
2714
2715  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
2716
2717 grml-etc-core (0.1-2) unstable; urgency=low
2718
2719   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
2720
2721  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
2722
2723 grml-etc-core (0.1) unstable; urgency=low
2724
2725   * Initial Release.
2726
2727  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
2728