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