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