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