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