13dbcb1f9db3167b8ea1c694129e0404618c897d
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.2.5) unstable; urgency=low
2
3   * /etc/zsh/zshrc:
4     - our new default umask is now 002.
5     - function isutfenv to check whether we are running inside
6       an utf environment
7     - add option utf8 to alias truec according to result of isutfenv
8
9  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 16:08:37 +0100
10
11 grml-etc-core (0.2.4) unstable; urgency=low
12
13   * /etc/zsh/zshrc: add alias 'any' for grepping through process
14     list, thanks for the basic idea - Karl Voit!
15
16  -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 11:51:06 +0100
17
18 grml-etc-core (0.2.3) unstable; urgency=low
19
20   * Let's ship /etc/apt/preferences.grml as reference file.
21
22  -- Michael Prokop <mika@grml.org>  Fri,  1 Dec 2006 10:57:02 +0100
23
24 grml-etc-core (0.2.2) unstable; urgency=low
25
26   Another "Frank 'ft' Terbeck is my zsh hero" release.
27
28   * Use new grml-repository by default now (thanks for the great
29     work, formorer!).
30   * /etc/zsh/zshrc:
31     - move power completion / abbreviation expansion from /etc/skel/.zshrc to
32       main zsh config file so we can use it as root as well (thanks for hint,
33       wuehlmaus)
34     - move function H-Glob to this file as well and make it available
35       as help-zshglob as well, thanks for the translation to english - ft!
36     - support setting of RPROMPT via $DONTSETRPROMPT (thanks ft!)
37     - allow setting NOPRECMD=1 without starting new zsh (thanks, ft!)
38   * /etc/skel/.zshrc:
39     - rework function dirspace() [support $1]
40     - replace all '1>/dev/null 2>&1' with '&>/dev/null'
41
42  -- Michael Prokop <mika@grml.org>  Wed, 29 Nov 2006 23:25:08 +0100
43
44 grml-etc-core (0.2.1) unstable; urgency=low
45
46   * New version number for new release.
47
48  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 19:15:39 +0100
49
50 grml-etc-core (0.1-38) unstable; urgency=low
51
52   * /etc/zsh/zlogout: execute 'clear', thanks for suggestion
53     to Erich Minderlein and Ulrich Dangel!
54
55  -- Michael Prokop <mika@grml.org>  Sun, 26 Nov 2006 10:30:53 +0100
56
57 grml-etc-core (0.1-37) unstable; urgency=low
58
59   The 'preparation to a zsh workshop improves code quality' release. :)
60
61   * /etc/zsh/zshrc:
62     - run "limit core 0" only in live-cd mode
63     - support Force-Reload for /etc/init.d/*-action as well
64     - move upgrade-function from /etc/skel/.zshrc to this file
65   * /etc/skel/.zshrc: some cosmetic cleanups
66   * grml-zsh-refcard has been updated (big thanks to Frank
67     Terbeck again!) (Closes: issue9)
68
69  -- Michael Prokop <mika@grml.org>  Sat, 25 Nov 2006 00:06:16 +0100
70
71 grml-etc-core (0.1-36) unstable; urgency=low
72
73   * /etc/skel/.zshrc:
74     + alias hbp='hg-buildpackage'
75     + renamed tla related aliases:
76         ldiff   => tdi
77         mirror  => tmi
78         commit  => tco
79         merge   => tme
80     + fix function lcheck
81   * /etc/zsh/zshrc:
82     + grml-rebuildfstab: use -config option of new rebuildfstab
83     + alias acp='apt-cache policy'
84
85  -- Michael Prokop <mika@grml.org>  Fri, 24 Nov 2006 23:09:12 +0100
86
87 grml-etc-core (0.1-35) unstable; urgency=low
88
89   * Adjust /etc/apt/sources.list.grml for new repositories (thanks
90     for the great work, formorer!), not yet activated by default.
91
92  -- Michael Prokop <mika@grml.org>  Thu, 23 Nov 2006 22:47:04 +0100
93
94 grml-etc-core (0.1-34) grml-testing; urgency=low
95
96   * Build package for new repository layout using 'grml-testing'
97     as "Distribution".
98
99  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 16:24:50 +0100
100
101 grml-etc-core (0.1-33) unstable; urgency=low
102
103   * /etc/zsh/zshrc: improve error handling; do *not* export $FPATH
104     to avoid problems with different zsh versions. 
105   * Small fix in debian/preinst to prevent overwriting from original
106     files when diverting several times (again: please report any
107     problems you notice).
108   * /etc/vim/vimrc: 'set nocompatible' even though it's set via
109     debian.vim, just to make sure we have nocompatible also on
110     older vim versions.
111
112  -- Michael Prokop <mika@grml.org>  Sun, 19 Nov 2006 14:45:25 +0100
113
114 grml-etc-core (0.1-32) unstable; urgency=low
115
116   * zsh-setup: applied patch from Frank Terbeck for improved
117     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
118
119  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
120
121 grml-etc-core (0.1-31) unstable; urgency=low
122
123   * /etc/skel/.zshrc:
124     - added alias hidiff (highlight important stuff in diff
125       output), active if histring is available
126     - added some isgrmlsmall checks, thanks Frank Terbeck!
127     - added power completion, thanks wuehlmaus!
128       See http://zshwiki.org/home/examples/zleiab for details.
129       Notice: this deactivates the global aliases by default now,
130       just use the global aliases as well but press ',.' afterwards
131       to expand the abbreviation!
132
133  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
134
135 grml-etc-core (0.1-30) unstable; urgency=low
136
137   * Ship /etc/grml/script-functions with this package so other packages
138     like grml-debootstrap don't have to depend on package grml-scripts.
139   * Bumb Standard Version to 3.7.2 (no further changes).
140
141  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
142
143 grml-etc-core (0.1-29) unstable; urgency=low
144
145   * /etc/zsh/zshrc:
146     - added isgrmlsmall() and set $EDITOR according to grml flavour,
147       thanks - Frank Terbeck!
148     - deactivate smiley on right side of prompt by default, uncomment
149       the line if you want to use it
150   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
151     but do not activate it by default
152   * /etc/skel/.hgrc: adjust username for "generic user"
153
154  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
155
156 grml-etc-core (0.1-28) unstable; urgency=low
157
158   * /etc/skel/.zshrc: always set 'setopt local_options' if
159     using 'setopt errreturn'.
160
161  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
162
163 grml-etc-core (0.1-27) unstable; urgency=low
164
165   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
166     otherwise running 'script' might hang. Thanks, wuehlmaus!
167
168  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
169
170 grml-etc-core (0.1-26) unstable; urgency=low
171
172   The "Frank Terbeck is my zsh hero" release.
173
174   * Update /etc/zsh/site-functions/_hg to latest version from
175     http://hg.intevation.org/mercurial/crew
176   * Added /etc/zsh/site-functions/_grmlinitd for better completion
177     of "Start Restart Stop Reload" with initscripts, thanks - Frank
178     Terbeck!
179   * /etc/zsh/zshrc:
180     - use is-at-least for is4[2]-functions if possible
181     - bugfix for $2 in initscripts "Start Restart Stop Reload"
182       function (thanks, Frank Terbeck!)
183     - use zsh's color capabilities if the module is present
184       (thanks, Frank Terbeck!)
185     - don't export $SHELL anymore
186   * /etc/zsh/zshenv:
187     - set /bin instead of /bin/ in $PATH
188     - some minor code style improvements
189   * /etc/skel/.zshrc: 
190     - updated alias fbmplayer (thanks, wuehlmaus!)
191     - added function gex (google exact search, thanks wuehlmaus!)
192     - added gethgsnap and gethgclone for retrieving mercurial
193     - use $SUDO in the whole file instead of $RUNASROOT
194     - use 'setopt errreturn' in some functions
195
196  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
197
198 grml-etc-core (0.1-25) unstable; urgency=low
199
200   * /etc/skel/.zshrc: add functions for mercurial
201   * Added /etc/skel/.hgrc - configuration file for mercurial.
202   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
203     two directories recursively), taken from
204     http://www.vim.org/scripts/script.php?script_id=102
205
206  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
207
208 grml-etc-core (0.1-24) unstable; urgency=low
209
210   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
211     thanks for the patch - Frank Terbeck!
212
213  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
214
215 grml-etc-core (0.1-23) unstable; urgency=low
216
217   * Fix typo in /etc/zsh/zshrc.
218
219  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
220
221 grml-etc-core (0.1-22) unstable; urgency=low
222
223   * /etc/zsh/zshrc: update functions dchange and uchange - check
224     whether changelogs exist before trying to display them.
225
226  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
227
228 grml-etc-core (0.1-21) unstable; urgency=low
229
230   * /etc/zsh/zshrc: added some more checks so the config works
231     on AIX (powerpc-ibm-aix5.2.0.0) as well.
232
233  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
234
235 grml-etc-core (0.1-20) unstable; urgency=low
236
237   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
238     and set according $FPATH in /etc/zsh/zshrc.
239
240  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
241
242 grml-etc-core (0.1-19) unstable; urgency=low
243
244   * /etc/grml/screenrc: activated
245     termcapinfo xterm|xterms|xs|rxvt ti@:te@
246     for "more usual" buffer handling in xterm & CO.
247
248  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
249
250 grml-etc-core (0.1-18) unstable; urgency=low
251
252   * /etc/skel/.zshrc: update function getskype (new upstream release
253     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
254
255  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
256
257 grml-etc-core (0.1-17) unstable; urgency=low
258
259   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
260     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
261     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
262
263  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
264
265 grml-etc-core (0.1-16) unstable; urgency=low
266
267   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
268   * Move debian/postinst to debian/preinst, some minor fixes in
269     preinst and postrm.
270
271  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
272
273 grml-etc-core (0.1-15) unstable; urgency=low
274
275   * Set debian related functions + aliases only if /etc/debian_version
276     is present. Check for uid and set $SUDO according so normal
277     user can use functions + aliases as well.
278
279  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
280
281 grml-etc-core (0.1-14) unstable; urgency=low
282
283   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
284     to put job into foreground (thanks, wuehlmaus).
285
286  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
287
288 grml-etc-core (0.1-13) unstable; urgency=low
289
290   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
291
292  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
293
294 grml-etc-core (0.1-12) unstable; urgency=low
295
296   * Cleanup and update of /etc/apt/sources.list.grml.
297   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
298     package) and uchange (view upstream's changelog of specified package).
299
300  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
301
302 grml-etc-core (0.1-11) unstable; urgency=low
303
304   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
305     in environment files.
306
307  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
308
309 grml-etc-core (0.1-10) unstable; urgency=low
310
311   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
312     Worf for idea!
313   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
314
315  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
316
317 grml-etc-core (0.1-9) unstable; urgency=low
318
319   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
320     is present.
321   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
322     delete a word until its last '/'
323
324  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
325
326 grml-etc-core (0.1-8) unstable; urgency=low
327
328   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
329     as well.
330
331  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
332
333 grml-etc-core (0.1-7) unstable; urgency=low
334
335   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
336     Restore).
337
338  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
339
340 grml-etc-core (0.1-6) unstable; urgency=low
341
342   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
343
344  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
345
346 grml-etc-core (0.1-5) unstable; urgency=low
347
348   * /etc/zsh/zshrc:
349     - press "ctrl-e d" to insert the actual date in the form
350       yyyy-mm-dd (found in schulas zsh config :))
351     - complete manual pages by their section (hello schula,
352       again ;-))
353
354  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
355
356 grml-etc-core (0.1-4) unstable; urgency=low
357
358   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
359     status on right side of prompt.
360
361  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
362
363 grml-etc-core (0.1-3) unstable; urgency=low
364
365   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
366     for suggestion, Mark!
367   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
368     Mark!
369   * Added /etc/grml/script-functions meant for usage inside shell
370     scripts.
371
372  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
373
374 grml-etc-core (0.1-2) unstable; urgency=low
375
376   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
377
378  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
379
380 grml-etc-core (0.1) unstable; urgency=low
381
382   * Initial Release.
383
384  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
385