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