* /etc/skel/.zshrc: add functions for mercurial
[grml-etc-core.git] / debian / changelog
1 grml-etc-core (0.1-25) unstable; urgency=low
2
3   * /etc/skel/.zshrc: add functions for mercurial
4   * Added /etc/skel/.hgrc - configuration file for mercurial.
5   * Added /etc/skel/.vim/plugin/DirDiff.vim (plugin to diff and merge
6     two directories recursively), taken from
7     http://www.vim.org/scripts/script.php?script_id=102
8
9  -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 21:24:39 +0200
10
11 grml-etc-core (0.1-24) unstable; urgency=low
12
13   * Code improvements to /etc/zsh/zshrc and /etc/skel/.zshrc,
14     thanks for the patch - Frank Terbeck!
15
16  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 19:29:59 +0200
17
18 grml-etc-core (0.1-23) unstable; urgency=low
19
20   * Fix typo in /etc/zsh/zshrc.
21
22  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:36:54 +0200
23
24 grml-etc-core (0.1-22) unstable; urgency=low
25
26   * /etc/zsh/zshrc: update functions dchange and uchange - check
27     whether changelogs exist before trying to display them.
28
29  -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:20:40 +0200
30
31 grml-etc-core (0.1-21) unstable; urgency=low
32
33   * /etc/zsh/zshrc: added some more checks so the config works
34     on AIX (powerpc-ibm-aix5.2.0.0) as well.
35
36  -- Michael Prokop <mika@grml.org>  Tue, 17 Oct 2006 12:12:52 +0200
37
38 grml-etc-core (0.1-20) unstable; urgency=low
39
40   * Add /etc/zsh/site-functions/_hg, zsh completion for mercurial
41     and set according $FPATH in /etc/zsh/zshrc.
42
43  -- Michael Prokop <mika@grml.org>  Sun, 15 Oct 2006 23:19:03 +0200
44
45 grml-etc-core (0.1-19) unstable; urgency=low
46
47   * /etc/grml/screenrc: activated
48     termcapinfo xterm|xterms|xs|rxvt ti@:te@
49     for "more usual" buffer handling in xterm & CO.
50
51  -- Michael Prokop <mika@grml.org>  Sat, 14 Oct 2006 22:56:23 +0200
52
53 grml-etc-core (0.1-18) unstable; urgency=low
54
55   * /etc/skel/.zshrc: update function getskype (new upstream release
56     which does not require s/libqt3c102-mt/libqt3-mt/ workaround anymore.
57
58  -- Michael Prokop <mika@grml.org>  Mon,  9 Oct 2006 14:48:22 +0200
59
60 grml-etc-core (0.1-17) unstable; urgency=low
61
62   * /etc/zsh/zshrc: don't check whether we can read xorg.conf but if it
63     exists. Check for /usr/X11R6/bin/startx if /usr/bin/startx does not exist
64     and check for /usr/X11R6/bin/xinit if /usr/bin/xinit is not present.
65
66  -- Michael Prokop <mika@grml.org>  Sun,  8 Oct 2006 01:43:24 +0200
67
68 grml-etc-core (0.1-16) unstable; urgency=low
69
70   * /etc/zsh/zshrc: don't use colors on dumb terminals (like emacs)
71   * Move debian/postinst to debian/preinst, some minor fixes in
72     preinst and postrm.
73
74  -- Michael Prokop <mika@grml.org>  Mon,  2 Oct 2006 23:46:55 +0200
75
76 grml-etc-core (0.1-15) unstable; urgency=low
77
78   * Set debian related functions + aliases only if /etc/debian_version
79     is present. Check for uid and set $SUDO according so normal
80     user can use functions + aliases as well.
81
82  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:35:32 +0200
83
84 grml-etc-core (0.1-14) unstable; urgency=low
85
86   * /etc/zsh/zshrc: instead of our predict-function use ctrl-z
87     to put job into foreground (thanks, wuehlmaus).
88
89  -- Michael Prokop <mika@grml.org>  Fri, 29 Sep 2006 14:09:30 +0200
90
91 grml-etc-core (0.1-13) unstable; urgency=low
92
93   * /etc/zsh/zshrc: added alias truec - thanks, Mark!
94
95  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 23:06:41 +0200
96
97 grml-etc-core (0.1-12) unstable; urgency=low
98
99   * Cleanup and update of /etc/apt/sources.list.grml.
100   * /etc/zsh/zshrc: add functions dchange (Debian's changelog of specified
101     package) and uchange (view upstream's changelog of specified package).
102
103  -- Michael Prokop <mika@grml.org>  Thu, 28 Sep 2006 15:42:43 +0200
104
105 grml-etc-core (0.1-11) unstable; urgency=low
106
107   * /etc/zsh/zshenv: don't set $LC_ALL anymore if it isn't set
108     in environment files.
109
110  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 14:20:42 +0200
111
112 grml-etc-core (0.1-10) unstable; urgency=low
113
114   * /etc/zsh/zshrc: improved startx + xinit alias, thanks to
115     Worf for idea!
116   * /etc/skel/.zshrc: set browser to firefox if $DISPLAY is set
117
118  -- Michael Prokop <mika@grml.org>  Sat, 23 Sep 2006 12:21:32 +0200
119
120 grml-etc-core (0.1-9) unstable; urgency=low
121
122   * /etc/zsh/zshenv: add /cdrom/addons/ to $PATH if the directory
123     is present.
124   * /etc/zsh/zshrc: "complete 'cd -<tab' with menu", press esc-v to
125     delete a word until its last '/'
126
127  -- Michael Prokop <mika@grml.org>  Thu, 21 Sep 2006 19:29:02 +0200
128
129 grml-etc-core (0.1-8) unstable; urgency=low
130
131   * Depend on 'vim | nvi' so we can use grml-etc-core on grml-small
132     as well.
133
134  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 19:42:16 +0200
135
136 grml-etc-core (0.1-7) unstable; urgency=low
137
138   * /etc/skel/.zshrc: added function getair (get AIR - Automated Image and
139     Restore).
140
141  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 18:55:01 +0200
142
143 grml-etc-core (0.1-6) unstable; urgency=low
144
145   * Remove /etc/grml/script-functions, ship it with package grml-scripts.
146
147  -- Michael Prokop <mika@grml.org>  Mon, 18 Sep 2006 00:46:00 +0200
148
149 grml-etc-core (0.1-5) unstable; urgency=low
150
151   * /etc/zsh/zshrc:
152     - press "ctrl-e d" to insert the actual date in the form
153       yyyy-mm-dd (found in schulas zsh config :))
154     - complete manual pages by their section (hello schula,
155       again ;-))
156
157  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 16:46:44 +0200
158
159 grml-etc-core (0.1-4) unstable; urgency=low
160
161   * /etc/zsh/zshrc: support 'BATTERY=1 zsh' (display battery
162     status on right side of prompt.
163
164  -- Michael Prokop <mika@grml.org>  Sun, 17 Sep 2006 14:19:09 +0200
165
166 grml-etc-core (0.1-3) unstable; urgency=low
167
168   * /etc/zsh/zshrc: added alias ll (ls -hAl --color=auto'), thanks
169     for suggestion, Mark!
170   * /etc/apt/sources.list.grml: added entry for xfce sources, thanks
171     Mark!
172   * Added /etc/grml/script-functions meant for usage inside shell
173     scripts.
174
175  -- Michael Prokop <mika@grml.org>  Sat, 16 Sep 2006 10:39:52 +0200
176
177 grml-etc-core (0.1-2) unstable; urgency=low
178
179   * /etc/skel/.zshrc: updated function wodeb(), thanks wuehlmaus!
180
181  -- Michael Prokop <mika@grml.org>  Fri, 15 Sep 2006 17:53:35 +0200
182
183 grml-etc-core (0.1) unstable; urgency=low
184
185   * Initial Release.
186
187  -- Michael Prokop <mika@grml.org>  Tue, 12 Sep 2006 15:45:23 +0200
188