zsh-setup: applied patch from Frank Terbeck for improved
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.1-32) unstable; urgency=low
2
3   * zsh-setup: applied patch from Frank Terbeck for improved
4     grml-small support via /etc/skel/.zshrc.grmlsmall, thanks!
5
6  -- Michael Prokop <mika@grml.org>  Wed, 15 Nov 2006 21:28:44 +0100
7
8 grml-etc-core (0.1-31) unstable; urgency=low
9
10   * /etc/skel/.zshrc:
11     - added alias hidiff (highlight important stuff in diff
12       output), active if histring is available
13     - added some isgrmlsmall checks, thanks Frank Terbeck!
14     - added power completion, thanks wuehlmaus!
15       See http://zshwiki.org/home/examples/zleiab for details.
16       Notice: this deactivates the global aliases by default now,
17       just use the global aliases as well but press ',.' afterwards
18       to expand the abbreviation!
19
20  -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:30:43 +0100
21
22 grml-etc-core (0.1-30) unstable; urgency=low
23
24   * Ship /etc/grml/script-functions with this package so other packages
25     like grml-debootstrap don't have to depend on package grml-scripts.
26   * Bumb Standard Version to 3.7.2 (no further changes).
27
28  -- Michael Prokop <mika@grml.org>  Mon,  6 Nov 2006 22:32:19 +0100
29
30 grml-etc-core (0.1-29) unstable; urgency=low
31
32   * /etc/zsh/zshrc:
33     - added isgrmlsmall() and set $EDITOR according to grml flavour,
34       thanks - Frank Terbeck!
35     - deactivate smiley on right side of prompt by default, uncomment
36       the line if you want to use it
37   * /etc/skel/.zshrc: add http://zshwiki.org/home/examples/zleiab
38     but do not activate it by default
39   * /etc/skel/.hgrc: adjust username for "generic user"
40
41  -- Michael Prokop <mika@grml.org>  Sat, 28 Oct 2006 16:21:34 +0200
42
43 grml-etc-core (0.1-28) unstable; urgency=low
44
45   * /etc/skel/.zshrc: always set 'setopt local_options' if
46     using 'setopt errreturn'.
47
48  -- Michael Prokop <mika@grml.org>  Fri, 27 Oct 2006 11:55:54 +0200
49
50 grml-etc-core (0.1-27) unstable; urgency=low
51
52   * /etc/grml/screenrc*: set shell to /bin/zsh instead of zsh,
53     otherwise running 'script' might hang. Thanks, wuehlmaus!
54
55  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 11:20:35 +0200
56
57 grml-etc-core (0.1-26) unstable; urgency=low
58
59   The "Frank Terbeck is my zsh hero" release.
60
61   * Update /etc/zsh/site-functions/_hg to latest version from
62     http://hg.intevation.org/mercurial/crew
63   * Added /etc/zsh/site-functions/_grmlinitd for better completion
64     of "Start Restart Stop Reload" with initscripts, thanks - Frank
65     Terbeck!
66   * /etc/zsh/zshrc:
67     - use is-at-least for is4[2]-functions if possible
68     - bugfix for $2 in initscripts "Start Restart Stop Reload"
69       function (thanks, Frank Terbeck!)
70     - use zsh's color capabilities if the module is present
71       (thanks, Frank Terbeck!)
72     - don't export $SHELL anymore
73   * /etc/zsh/zshenv:
74     - set /bin instead of /bin/ in $PATH
75     - some minor code style improvements
76   * /etc/skel/.zshrc: 
77     - updated alias fbmplayer (thanks, wuehlmaus!)
78     - added function gex (google exact search, thanks wuehlmaus!)
79     - added gethgsnap and gethgclone for retrieving mercurial
80     - use $SUDO in the whole file instead of $RUNASROOT
81     - use 'setopt errreturn' in some functions
82
83  -- Michael Prokop <mika@grml.org>  Tue, 24 Oct 2006 20:35:29 +0200
84
85 grml-etc-core (0.1-25) unstable; urgency=low
86
87   * /etc/skel/.zshrc: add functions for mercurial
88   * Added /etc/skel/.hgrc - configuration file for mercurial.
89   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
90     two directories recursively), taken from
91     http://www.vim.org/scripts/script.php?script_id=102
92
93  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
94
95 grml-etc-core (0.1-24) unstable; urgency=low
96
97   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
98     thanks for the patch - Frank Terbeck!
99
100  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
101
102 grml-etc-core (0.1-23) unstable; urgency=low
103
104   * Fix typo in /etc/zsh/zshrc.
105
106  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
107
108 grml-etc-core (0.1-22) unstable; urgency=low
109
110   * /etc/zsh/zshrc: update functions dchange and uchange - check
111     whether changelogs exist before trying to display them.
112
113  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
114
115 grml-etc-core (0.1-21) unstable; urgency=low
116
117   * /etc/zsh/zshrc: added some more checks so the config works
118     on AIX (powerpc-ibm-aix5.2.0.0) as well.
119
120  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
121
122 grml-etc-core (0.1-20) unstable; urgency=low
123
124   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
125     and set according $FPATH in /etc/zsh/zshrc.
126
127  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
128
129 grml-etc-core (0.1-19) unstable; urgency=low
130
131   * /etc/grml/screenrc: activated
132     termcapinfo xterm|xterms|xs|rxvt ti@:te@
133     for "more usual" buffer handling in xterm & CO.
134
135  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
136
137 grml-etc-core (0.1-18) unstable; urgency=low
138
139   * /etc/skel/.zshrc: update function getskype (new upstream release
140     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
141
142  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
143
144 grml-etc-core (0.1-17) unstable; urgency=low
145
146   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
147     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
148     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
149
150  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
151
152 grml-etc-core (0.1-16) unstable; urgency=low
153
154   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
155   * Move debian/postinst to debian/preinst, some minor fixes in
156     preinst and postrm.
157
158  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
159
160 grml-etc-core (0.1-15) unstable; urgency=low
161
162   * Set debian related functions + aliases only if /etc/debian_version
163     is present. Check for uid and set $SUDO according so normal
164     user can use functions + aliases as well.
165
166  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
167
168 grml-etc-core (0.1-14) unstable; urgency=low
169
170   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
171     to put job into foreground (thanks, wuehlmaus).
172
173  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
174
175 grml-etc-core (0.1-13) unstable; urgency=low
176
177   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
178
179  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
180
181 grml-etc-core (0.1-12) unstable; urgency=low
182
183   * Cleanup and update of /etc/apt/sources.list.grml.
184   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
185     package) and uchange (view upstream's changelog of specified package).
186
187  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
188
189 grml-etc-core (0.1-11) unstable; urgency=low
190
191   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
192     in environment files.
193
194  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
195
196 grml-etc-core (0.1-10) unstable; urgency=low
197
198   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
199     Worf for idea!
200   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
201
202  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
203
204 grml-etc-core (0.1-9) unstable; urgency=low
205
206   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
207     is present.
208   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
209     delete a word until its last '/'
210
211  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
212
213 grml-etc-core (0.1-8) unstable; urgency=low
214
215   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
216     as well.
217
218  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
219
220 grml-etc-core (0.1-7) unstable; urgency=low
221
222   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
223     Restore).
224
225  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
226
227 grml-etc-core (0.1-6) unstable; urgency=low
228
229   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
230
231  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
232
233 grml-etc-core (0.1-5) unstable; urgency=low
234
235   * /etc/zsh/zshrc:
236     - press "ctrl-e d" to insert the actual date in the form
237       yyyy-mm-dd (found in schulas zsh config :))
238     - complete manual pages by their section (hello schula,
239       again ;-))
240
241  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
242
243 grml-etc-core (0.1-4) unstable; urgency=low
244
245   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
246     status on right side of prompt.
247
248  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
249
250 grml-etc-core (0.1-3) unstable; urgency=low
251
252   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
253     for suggestion, Mark!
254   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
255     Mark!
256   * Added /etc/grml/script-functions meant for usage inside shell
257     scripts.
258
259  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
260
261 grml-etc-core (0.1-2) unstable; urgency=low
262
263   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
264
265  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
266
267 grml-etc-core (0.1) unstable; urgency=low
268
269   * Initial Release.
270
271  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
272