Include particleman in window manager completion of zsh
[grml-x.git] / debian / changelog
1 grml-x (0.3.36) unstable; urgency=low
2
3   * Include particleman in window manager completion of zsh.
4
5  -- Michael Prokop <mika@grml.org>  Sat, 17 Nov 2007 18:59:31 +0100
6
7 grml-x (0.3.35) unstable; urgency=low
8
9   * Deactivate "AlwaysCore" from Synaptics devive by default.
10     This should fix a pending bug in current Xorg which avoids a working
11     Synaptics device.
12   * Load "xtrap" extension. 
13
14  -- Michael Prokop <mika@grml.org>  Wed, 14 Nov 2007 12:41:28 +0100
15
16 grml-x (0.3.34) unstable; urgency=low
17
18   * Add awesome, larswm and xmonad to zsh completion.
19
20  -- Michael Prokop <mika@grml.org>  Mon, 05 Nov 2007 23:28:42 +0100
21
22 grml-x (0.3.33) unstable; urgency=low
23
24   * Replace /usr/X11R6/lib/ with /usr/lib/xorg in the comments.
25     Thanks for the patch, Alexander Steinböck! [Closes: issue325]
26
27  -- Michael Prokop <mika@grml.org>  Sun, 04 Nov 2007 23:40:37 +0100
28
29 grml-x (0.3.32) unstable; urgency=low
30
31   * Add two more checks to bailout if a tempfile isn't available.
32
33  -- Michael Prokop <mika@grml.org>  Sun, 28 Oct 2007 01:40:13 +0200
34
35 grml-x (0.3.31) unstable; urgency=low
36
37   * Check for writeable /tmp before executing hardware detection.
38
39  -- Michael Prokop <mika@grml.org>  Tue,  4 Sep 2007 12:51:22 +0200
40
41 grml-x (0.3.30) unstable; urgency=low
42
43   * Some further error handling regarding Xinerama.
44     We still don't have a reliable way to find the maximum resolution
45     of an external monitor, needs some further investigation.
46
47  -- Michael Prokop <mika@grml.org>  Sat, 28 Jul 2007 01:20:54 +0200
48
49 grml-x (0.3.29) unstable; urgency=low
50
51   * Mention http://wiki.debian.org/XStrikeForce/FAQ in the xorg.conf
52     header.
53
54  -- Michael Prokop <mika@grml.org>  Tue, 17 Jul 2007 16:24:11 +0200
55
56 grml-x (0.3.28) unstable; urgency=low
57
58   * Initial support for Xinemera setup using -xinerama option.
59     Added 'bc' to Depends. [Testing: issue241]
60   * Support activating composite extension on cmdline using
61     the -composite option. (By default it's deactivated.)
62   * Remove some blank lines in generated xorg.conf.
63   * Switch from manually written nroff manpage to asciidoc
64     instead. Adjusted Build-Depends therefore (asciidoc, xsltproc,
65     docbook-xsl). The manual page is available online as well now:
66     http://grml.org/grml-x/
67
68  -- Michael Prokop <mika@grml.org>  Thu, 12 Jul 2007 01:20:52 +0200
69
70 grml-x (0.3.27) unstable; urgency=low
71
72   * /etc/zsh/completion.d/_grml-x: support openbox
73
74  -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:31:52 +0200
75
76 grml-x (0.3.26) unstable; urgency=low
77
78   * Added some more comments to the X modules.
79
80  -- Michael Prokop <mika@grml.org>  Wed, 06 Jun 2007 13:02:18 +0200
81
82 grml-x (0.3.25) unstable; urgency=low
83
84   * Drop -xserver option from zsh completion as it's not supported
85     anymore (X.org is available on any Debian system now :)).
86
87  -- Michael Prokop <mika@grml.org>  Sun, 27 May 2007 21:54:37 +0200
88
89 grml-x (0.3.24) unstable; urgency=low
90
91   * Update /etc/X11/xorg.conf.vmware, allowing higher resolutions
92     by default and use evdev.
93
94  -- Michael Prokop <mika@grml.org>  Sun,  6 May 2007 16:27:34 +0200
95
96 grml-x (0.3.23) unstable; urgency=low
97
98   * Add grml-shlib to depends as we use one function from
99     /etc/grml/sh-lib.
100
101  -- Michael Prokop <mika@grml.org>  Fri, 27 Apr 2007 01:32:15 +0200
102
103 grml-x (0.3.22) unstable; urgency=low
104
105   * Updated zsh completion for grml-x. Thanks, ft!
106
107  -- Michael Prokop <mika@grml.org>  Tue, 17 Apr 2007 09:15:38 +0200
108
109 grml-x (0.3.21) unstable; urgency=low
110
111   * Big rewrite of grml-x: heavy use of evdev. Thanks for idea
112     to gebi! Now the options -nousb and -nops2 have been dropped
113     and were replaced by -ps2 and -usb. More details in the manpage.
114
115  -- Michael Prokop <mika@grml.org>  Wed,  4 Apr 2007 16:26:43 +0200
116
117 grml-x (0.3.20) unstable; urgency=low
118
119   * Avoid presence of two CorePointers, disable the PS/2 entry then.
120     [Testing: issue184]
121
122  -- Michael Prokop <mika@grml.org>  Tue,  3 Apr 2007 21:20:21 +0200
123
124 grml-x (0.3.19) unstable; urgency=low
125
126   * Mention package libgl1-mesa-dri in comments for DRI.
127
128  -- Michael Prokop <mika@grml.org>  Sat, 31 Mar 2007 00:25:19 +0200
129
130 grml-x (0.3.18) unstable; urgency=low
131
132   The 'I'm sure that many changes break anything'-release.
133
134   * Big code cleanup. Removed several comments used inside
135     xorg.conf. Dropped a lot from fontpath...
136   * Check for fonts.dir inside "X11R6 backwards compatibilty
137     font stuff", otherwise we use the old font patch always...
138   * Use 'id -u' instead of $UID.
139   * Use colors only if not booted with nocolor bootoption.
140   * Work around the 'intel' driver problem [Closes: issue177]
141   * Support fallback option [Closes: issue169]
142   * Do not run hwinfo if not really necessary [Closes: issue168]
143   * Check whether $WINDOWMANAGER is executable at all before using
144     it in $XINITRC.
145
146  -- Michael Prokop <mika@grml.org>  Mon, 26 Mar 2007 19:40:15 +0200
147
148 grml-x (0.3.17) unstable; urgency=low
149
150   * Added xcursor-themes to recommends.
151
152  -- Michael Prokop <mika@grml.org>  Sun, 18 Mar 2007 15:39:34 +0100
153
154 grml-x (0.3.16) unstable; urgency=low
155
156   * Add xserver-xorg-input-vmmouse to recommends.
157   * Change version schema from x.y-z to x.y.z.
158
159  -- Michael Prokop <mika@grml.org>  Sun, 18 Mar 2007 14:57:35 +0100
160
161 grml-x (0.3-15) unstable; urgency=low
162
163   * Add 'us' to XkbLayout no matter which language is detected.
164
165  -- Michael Prokop <mika@grml.org>  Sat, 20 Jan 2007 10:43:04 +0100
166
167 grml-x (0.3-14) unstable; urgency=low
168
169   * Use "Architecture: all" in debian/control to support architectures
170     not running on x86 as well.
171   * Bumb Standard Version to 3.7.2 (no further changes).
172   * Remove configure stuff in debian/rules.
173
174  -- Michael Prokop <mika@grml.org>  Sat, 11 Nov 2006 21:21:23 +0100
175
176 grml-x (0.3-13) unstable; urgency=low
177
178   * Update /etc/X11/xorg.conf.vmware: use vmmouse.
179   * grml-x: use /bin/zsh as intepreter
180
181  -- Michael Prokop <mika@grml.org>  Thu, 26 Oct 2006 00:41:45 +0200
182
183 grml-x (0.3-12) unstable; urgency=low
184
185   * Add gnome-session (but leave gnomesession as fallback option)
186     to /etc/zsh/completion.d/grml-x.
187
188  -- Michael Prokop <mika@grml.org>  Sat, 12 Aug 2006 10:26:22 +0200
189
190 grml-x (0.3-11) unstable; urgency=low
191
192   * Take only one line from monitor parsed output. Thanks to Nico
193     for help investigating the problem.
194
195  -- Michael Prokop <mika@grml.org>  Sat,  5 Aug 2006 08:38:53 +0200
196
197 grml-x (0.3-10) unstable; urgency=low
198
199   * Updated hsync/vsync documentation (thanks for hint, Martin
200     Wuertele!) and improved usage information.
201
202  -- Michael Prokop <mika@grml.org>  Thu, 27 Jul 2006 21:57:23 +0200
203
204 grml-x (0.3-9) unstable; urgency=low
205
206   * Added dwm to /etc/zsh/completion.d/grml-x.
207
208  -- Michael Prokop <mika@grml.org>  Fri, 21 Jul 2006 00:42:53 +0200
209
210 grml-x (0.3-8) unstable; urgency=low
211
212   * Fixed missing whitespace in manpage, thx for info - Manuel Fuhr.
213   * Updated header information of /etc/zsh/completion.d/grml-x.
214
215  -- Michael Prokop <mika@grml.org>  Thu, 25 May 2006 13:09:52 +0200
216
217 grml-x (0.3-7) unstable; urgency=low
218
219   * Removed old-grml-x.
220   * Updated zsh completion:
221     - adjusted module listing for new Xorg
222     - dynamically create list of available window managers
223
224  -- Michael Prokop <mika@grml.org>  Sun, 30 Apr 2006 13:35:18 +0200
225
226 grml-x (0.3-6) unstable; urgency=low
227
228   * It's 1280x1024 and not 1200x1024, adjusted in usage example.
229     Thanks for reporting, Gebi!
230
231  -- Michael Prokop <mika@grml.org>  Fri, 21 Apr 2006 01:22:45 +0200
232
233 grml-x (0.3-5) unstable; urgency=low
234
235   * Updated Xserver version recognition for Xorg 7.0.
236
237  -- Michael Prokop <mika@grml.org>  Sat, 15 Apr 2006 13:16:58 +0200
238
239 grml-x (0.3-4) unstable; urgency=low
240
241   * Deactivate RgbPath "/usr/X11R6/lib/X11/rgb" and
242     ModulePath   "/usr/X11R6/lib/modules" for Xorg 7.0.
243   * Updated URLs to Xorg 7.0.
244   * Added (not activated) Option "MonitorLayout" "LVDS, CRT".
245   * Removed all the ModeLine stuff.
246   * Reworked list of modules which should be loaded.
247     See #346408 for details.
248   * Use FontPath /usr/share/fonts/X11/... instead of
249     /usr/X11R6/lib/X11/fonts/... if directory
250     /usr/share/fonts/X11 is present.
251
252  -- Michael Prokop <mika@grml.org>  Thu, 13 Apr 2006 13:39:33 +0200
253
254 grml-x (0.3-3) unstable; urgency=low
255
256   * Fixed typo in Suggests (xfonts-base-transcoded), thanks for
257     hint, Hecka!
258
259  -- Michael Prokop <mika@grml.org>  Mon, 10 Apr 2006 11:48:38 +0200
260
261 grml-x (0.3-2) unstable; urgency=low
262
263   * Added deactivated 'Option "MonitorLayout" "LVDS"' to xorg.conf.
264
265  -- Michael Prokop <mika@grml.org>  Fri,  7 Apr 2006 19:06:43 +0200
266
267 grml-x (0.3-1) unstable; urgency=low
268
269   * New grml version.
270
271  -- Michael Prokop <mika@grml.org>  Thu,  6 Apr 2006 16:22:49 +0200
272
273 grml-x (0.2-14) unstable; urgency=low
274
275   * Updated /etc/X11/xorg.conf.vmware - don't use higher
276     resolutions than 1024x768.
277
278  -- Michael Prokop <mika@grml.org>  Thu, 23 Feb 2006 14:05:30 +0100
279
280 grml-x (0.2-13) unstable; urgency=low
281
282   * Added evilwm to zsh completion.
283   * Ship grml-x of grml 0.5 release as old-grml-x to be able to
284     compare reliability.
285
286  -- Michael Prokop <mika@grml.org>  Sun, 22 Jan 2006 00:50:21 +0100
287
288 grml-x (0.2-12) unstable; urgency=low
289
290   * Mouse-detection requires root permissions. Fixed that.
291
292  -- Michael Prokop <mika@grml.org>  Mon, 16 Jan 2006 11:43:17 +0100
293
294 grml-x (0.2-11) unstable; urgency=low
295
296   * Updated /etc/X11/xorg.conf.example and /etc/X11/xorg.conf.vmware.
297
298  -- Michael Prokop <mika@grml.org>  Sat, 14 Jan 2006 13:14:26 +0100
299
300 grml-x (0.2-10) unstable; urgency=low
301
302   * Added several comments to xorg.conf.
303   * Deactivated loading of speedo module as it got deprecated upstream,
304     see http://wiki.x.org/wiki/DeprecatedInX11R7
305
306  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2006 23:00:55 +0100
307
308 grml-x (0.2-9) unstable; urgency=low
309
310   * Updated manpage (added some details about implementation).
311   * Added - not yet activated - '# Load evdev' to X config file.
312   * Updated URL for xorg in X config file.
313
314  -- Michael Prokop <mika@grml.org>  Fri, 13 Jan 2006 12:37:01 +0100
315
316 grml-x (0.2-8) unstable; urgency=low
317
318   * Applied patch for "AlpsPS/2 ALPS GlidePoint" detection,
319     thanks Timo Boettcher!
320
321  -- Michael Prokop <mika@grml.org>  Tue, 10 Jan 2006 14:47:46 +0100
322
323 grml-x (0.2-7) unstable; urgency=low
324
325   * Use vesa-module if hwinfo does not find anything and bootparam
326     xmodule isn't specified either.
327
328  -- Michael Prokop <mika@grml.org>  Sun,  1 Jan 2006 14:22:08 +0100
329
330 grml-x (0.2-6) unstable; urgency=low
331
332   * Use new zsh completion mechanism via /etc/zsh/completion.d.
333
334  -- Michael Prokop <mika@grml.org>  Sat, 10 Dec 2005 12:09:42 +0100
335
336 grml-x (0.2-5) unstable; urgency=low
337
338   * Adjusted zsh-completion.
339
340  -- Michael Prokop <mika@grml.org>  Tue,  6 Dec 2005 18:04:03 +0100
341
342 grml-x (0.2-4) unstable; urgency=low
343
344   * Added options '-novref' and '-nohsync'.
345   * Modified infotext (let's use 'Warning' instead of 'Error' as
346     it does not fail).
347
348  -- Michael Prokop <mika@grml.org>  Tue,  6 Dec 2005 14:56:58 +0100
349
350 grml-x (0.2-3) unstable; urgency=low
351
352   * Lets' drop:
353
354      InputDevice    "Synaptics" "CorePointer"
355
356     and use:
357
358      InputDevice    "Synaptics"  "AlwaysCore"
359
360     instead.
361
362  -- Michael Prokop <mika@grml.org>  Sat, 12 Nov 2005 22:59:16 +0100
363
364 grml-x (0.2-2) unstable; urgency=low
365
366   * Updated zsh-completion (removed ion2).
367
368  -- Michael Prokop <mika@grml.org>  Fri, 11 Nov 2005 00:46:43 +0100
369
370 grml-x (0.2-1) unstable; urgency=low
371
372   * grml-x seems to be quite stable.
373     Let's release version 0.2 for grml 0.5 therefore.
374
375  -- Michael Prokop <mika@grml.org>  Sun, 23 Oct 2005 19:14:52 +0200
376
377 grml-x (0.1-24) unstable; urgency=low
378
379   * Updated zsh-completion: added jwm, w9wm and windowlab to list
380     of available window managers.
381
382  -- Michael Prokop <mika@grml.org>  Sun,  9 Oct 2005 13:06:13 +0200
383
384 grml-x (0.1-23) unstable; urgency=low
385
386   * Options -nousb and -nosynaptics don't require arguments, fixed
387     zparseopts therefore.
388   * Added /etc/X11/xorg.conf.vmware and /etc/X11/xorg.conf.example.
389   * Added Options -nops2 (disable PS2/ mouse) and -genmouse (create
390     generic mouse entry).
391   * Added /etc/zsh/grml-x.completion and fixed some minor issues
392     with parameter parsing.
393
394  -- Michael Prokop <mika@grml.org>  Sat,  8 Oct 2005 23:07:18 +0200
395
396 grml-x (0.1-22) unstable; urgency=low
397
398   * Added option '-nousb' so we can deactivate the default entry
399     for /dev/input/mice (useful for example for VMware).
400
401  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 22:40:56 +0200
402
403 grml-x (0.1-21) unstable; urgency=low
404
405   * Use /dev/input/mice instead of /dev/psaux for PS2-mouse.
406     Should work nowadays as expected.
407
408  -- Michael Prokop <mika@grml.org>  Wed,  5 Oct 2005 19:18:05 +0200
409
410 grml-x (0.1-20) unstable; urgency=low
411
412   * Adjusted path for zsh.
413   * Let's point $HWINFO to /usr/sbin/hwinfo.
414   * Big update of debian/control: recommends, depends and suggests...
415
416  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:57:13 +0200
417
418 grml-x (0.1-19) unstable; urgency=low
419
420   * Added sudo to depends.
421
422  -- Michael Prokop <mika@grml.org>  Sat,  1 Oct 2005 00:37:18 +0200
423
424 grml-x (0.1-18) unstable; urgency=low
425
426   * Do not set resolution modes by default. Let the X server
427     deside which resolutions fits best.
428
429  -- Michael Prokop <mika@grml.org>  Fri, 30 Sep 2005 16:47:37 +0200
430
431 grml-x (0.1-17) unstable; urgency=low
432
433   * Improved ddc-handling and added option '-noddc':
434     - by default ddc probing is used
435     - if monitor does not support ddc, mode values are set
436     - if option -noddc' is set, mode values are set
437
438  -- Michael Prokop <mika@grml.org>  Fri, 30 Sep 2005 13:02:03 +0200
439
440 grml-x (0.1-16) unstable; urgency=low
441
442   * Updated grml-x-manpage to fix mandb-parsing-problem:
443     mandb: warning: /usr/share/man/man1/grml-x.1.gz: whatis parse for grml-x(1) failed
444
445  -- Michael Prokop <mika@grml.org>  Sun, 25 Sep 2005 13:00:16 +0200
446
447 grml-x (0.1-15) unstable; urgency=low
448
449   * Make sure the xconfig has the right permissions (root.root:644).
450
451  -- Michael Prokop <mika@grml.org>  Sat, 24 Sep 2005 18:28:11 +0200
452
453 grml-x (0.1-14) unstable; urgency=low
454
455   * Ok, we definitely need hsync and vsync on some computer.
456     Therefore we now have a '-nosync'-option which deactivates
457     hsync and vsync values.
458   * Updated manpage (mention -nosync and -nosynaptics).
459
460  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 16:11:14 +0200
461
462 grml-x (0.1-13) unstable; urgency=low
463
464   * Upps, conflicts with grml-scripts 0.4-4 and not 0.4.4.
465
466  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 14:20:17 +0200
467
468 grml-x (0.1-12) unstable; urgency=low
469
470   * Bumbed Standards-Version to 3.6.2.
471   * Added conflicts for grml-scripts <= 0.4.4.
472
473  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 14:10:28 +0200
474
475 grml-x (0.1-11) unstable; urgency=low
476
477   * The "let's use X.org to detect present hardware support" release.
478   * Don't use hsync/vsync settings if not provided manually.
479   * Don't use Modes (1024x768 and so on) if not provided manually.
480
481  -- Michael Prokop <mika@grml.org>  Thu, 22 Sep 2005 11:51:58 +0200
482
483 grml-x (0.1-10) unstable; urgency=low
484
485   * Some fixes for being able to run 'grml-x' with root-permissions
486     on harddisk installation.
487
488  -- Michael Prokop <mika@grml.org>  Thu, 15 Sep 2005 17:46:35 +0200
489
490 grml-x (0.1-9) unstable; urgency=low
491
492   * Added option '-nosynaptics' for disabling synaptics touchpad (but
493     the touchpad itself should work anyway).
494   * Some small improvements regarding informational output, added
495     support for parsing '-h', -help' and '--help' as well.
496
497  -- Michael Prokop <mika@grml.org>  Thu, 15 Sep 2005 12:57:54 +0200
498
499 grml-x (0.1-8) unstable; urgency=low
500
501   * Removed /etc/X11/Xresources/ and /etc/X11/Xsession.d/.
502   * Improved cleanup of tmp-files in grml-x.
503
504  -- Michael Prokop <mika@grml.org>  Sun, 31 Jul 2005 11:42:56 +0200
505
506 grml-x (0.1-7) unstable; urgency=low
507
508   * startx/xinit started with options like ':8' (set specific
509     display) cause strange side effects on setup of fonts. :-/
510     Therefore don't use $DISPLAY as default but use it only if
511     specified via '-display #'.
512
513  -- Michael Prokop <mika@grml.org>  Sat, 30 Jul 2005 12:05:51 +0200
514
515 grml-x (0.1-6) unstable; urgency=low
516
517   * Updated manpage.
518   * Updated control-file (added Recommends:).
519   * Added README.Debian (provide info for Recommends:).
520
521  -- Michael Prokop <mika@grml.org>  Tue, 19 Jul 2005 15:08:47 +0200
522
523 grml-x (0.1-5) unstable; urgency=low
524
525   * Removed /usr/X11R6/lib/X11/xkb, should be fixed
526     upstream now.
527
528  -- Michael Prokop <mika@grml.org>  Wed, 13 Jul 2005 20:51:12 +0200
529
530 grml-x (0.1-4) unstable; urgency=low
531
532   * Fixed problem with synaptic touchpad.
533
534  -- Michael Prokop <mika@grml.org>  Sun, 10 Jul 2005 13:04:32 +0200
535
536 grml-x (0.1-3) unstable; urgency=low
537
538   * Slightly improved copyright file.
539
540  -- Michael Prokop <mika@grml.org>  Sun,  3 Jul 2005 17:09:57 +0200
541
542 grml-x (0.1-2) unstable; urgency=low
543
544   * Added '-nodpms'-option so we are able to disable 'Display Power Management
545     Signaling'.
546   * Added example entry for elo touchscreen.
547   * Fixed handling of '-xserver'-option.
548   * Update manpage.
549   * Don't ship /etc/init.d/xfree86-common anymore (let's trust on
550     xorg-common or xfree86-common that they ship a working version).
551   * Now we support startx-options via variable XOPTS, e.g.:
552       XOPTS='-depth 16' grml-x fluxbox
553
554  -- Michael Prokop <mika@grml.org>  Wed, 15 Jun 2005 12:58:37 +0200
555
556 grml-x (0.1-1) unstable; urgency=low
557
558   * Initial release.
559
560  -- Michael Prokop <mika@grml.org>  Mon, 23 May 2005 23:39:39 +0200
561