From http://www.jwz.org/xscreensaver/xscreensaver-5.33.tar.gz
[xscreensaver] / README
1
2                               XScreenSaver
3
4                              a collection of
5                             free screen savers
6                             for X11 and MacOS
7
8                             By Jamie Zawinski
9                              and many others
10
11                      http://www.jwz.org/xscreensaver/
12
13 ===============================================================================
14
15 This is the XScreenSaver source code distribution.  It is strongly recommended
16 that you install a binary release rather than trying to compile it yourself.
17 Binaries are available for almost all platforms, including MacOS X.  See the
18 XScreenSaver web site for details.
19
20 To compile on a Unix system with X11:
21
22     ./configure
23     make
24     make install
25
26 To compile on MacOS X:
27
28     Use the included XCode project.  Requires XCode 4 and MacOS X 10.5
29     or newer.
30
31 Interested in writing a new screen saver?
32
33     See the README.hacking file.
34
35 ===============================================================================
36
37 XScreenSaver has an extensive manual -- please read it!
38
39 ===============================================================================
40
41 5.33    * New hacks, `splitflap' and `romanboy'.
42         * Better detection of user activity on modern GNOME systems.
43         * Sonar now does asynchronous host name resolution.
44         * Improved Unicode support.
45         * Updated `webcollage' for recent changes.
46         * Various minor fixes.
47
48 5.32    * Fixed some X11 compilation problems.
49         * Fixed display size and shake gestures on iOS.
50         * OSX/iOS Performance improvements.
51
52 5.31    * New hacks, `geodesicgears', `binaryring' and `cityflow'.
53         * UTF-8 text support (instead of only Latin1) and antialiased text
54           on X11 with Xft (instead of only on OSX/iOS) in `fontglide',
55           `noseguy', `fliptext', `starwars', and `winduprobot'.
56           The other text-displaying hacks (`apple2', `phosphor', `xmatrix',
57           and `gltext') also now accept UTF-8 input, though they convert it
58           to Latin1 or ASCII.
59         * `glplanet' now has both day and night maps, and a sharp terminator.
60         * Fixed `webcollage' on OSX.
61         * Fixed a transparency glitch in `winduprobot'.
62         * `lockward' works on iOS.
63         * Text and image loading work on OSX 10.10.
64         * Rotation works properly on iOS 8.
65         * Added a search field on iOS.
66         * Preliminary, unfinished support for Android.
67
68 5.30    * New hack, `winduprobot'.
69         * Many improvements to `lament', including Leviathan.
70         * Fixed the normals in `flyingtoasters': shading is correct now.
71         * Implemented TEXTURE_GEN in GLES: flying toast is now toasted on iOS.
72         * Make cel-shading sort-of work in `skytentacles' on iOS.
73         * Fixed dragging-to-rotate on rotated iOS devices, I think.
74         * Dragging has inertia now.
75         * Most hacks respond to mouse-clicks, double-taps and swipes as
76           meaning "do something different now".
77         * Reworked OpenGL fonts.
78         * The OSX auto-update installer wasn't working. This time for sure?
79         * Various minor fixes.
80
81 5.29    * Downgraded to Xcode 5.0.2 to make it possible to build savers
82           that will still run on 10.6 and 10.7.  Sigh.
83         * Updated `webcollage' for recent changes.
84
85 5.28    * Fixed some compilation problems and intermittent crashes.
86         * Turned off the OSX 10.6 enable_gc hack. It didn't work.
87
88 5.27    * New hacks, `tessellimage' and `projectiveplane'.
89         * Added support for pthreads, because Dave Odell is a madman.
90         * Updated `webcollage' for recent changes.
91         * Minor iOS tweaks to the `analogtv' hacks.
92         * X11: Don't assume Suspend = 0 implies "No DPMS".
93         * Minor updates to `boxed' and `klein'.
94         * Fixed possible crash in `apple2', `noseguy', `xmatrix', `shadebobs'.
95         * Fixed possible crash in OSX preferences.
96         * OSX Performance improvements.
97         * Plugged some leaks.
98
99 5.26    * More auto-updater tweaks.
100
101 5.25    * Try harder to bypass Quarrantine and Gatekeeper in OSX installer.
102         * Some files were missing from the tarball.
103
104 5.24    * Added "Automatically check for updates" option on OSX.
105         * Updated feed-loading for recent Flickr changes.
106         * Updated `webcollage' for recent Google changes.
107         * Added Instagram and Bing as `webcollage' image sources.
108         * Updated to latest autoconf.
109         * Bug fixes.
110
111 5.23    * New hack, `geodesic'.
112         * iOS and OSX: huge XCopyArea performance improvements.
113         * More heuristics for using RSS feeds as image sources.
114         * Improved Wikipedia parser.
115         * Updated `webcollage' for recent Flickr changes.
116         * Added Android to `bsod'.
117         * OSX: Added a real installer.
118         * iOS and OSX: fixed a font-metrics bug.
119         * iOS: Fixed aspect ratio bug in non-rotating apps when launched in
120           landscape mode.
121         * Made `quasicrystal' work on weak graphics cards.
122         * iOS: fixed `ifs'.
123         * Better compression on icons, plists and XML files: smaller
124           distribution and installation footprint.
125         * Reverted that DEACTIVATE change. Bad idea.
126         * `Phosphor' now supports amber as well as green.
127
128 5.22    * New hacks, `kaleidocycle', `quasicrystal', `unknownpleasures' and
129           `hexadrop'.
130         * Performance improvements for `interference'.
131         * Fixed possible crashes in `apple2', `maze', `pacman', `polyominoes',
132           `fireworkx', `engine'.
133         * Fix for `bumps' in 64 bit.
134         * Fixed preferences crash on old iOS 5 devices.
135         * Fixed "Shake to Randomize"; display name of saver.
136         * Fixed weirdness with "Frame Rate" sliders on iOS.
137         * Fixed rotation problems with `pacman', `decayscreen'.
138         * Better dragging in `fluidballs'.
139         * Ignore rotation in hacks that don't benefit from it.
140         * Ignore DEACTIVATE messages when locked, instead of popping up the
141           password dialog box.
142
143 5.21    * Changed default text source from Twitter to Wikipedia, since Twitter
144           now requires a login to get any feeds.
145         * New version of `fireworkx'.
146         * Minor fixes to `distort', `fontglide', `xmatrix'.
147         * New MacOS crash in `bsod'.
148         * New mode in `lcdscrub'.
149
150 5.20    * Support for iPhone 5 screen size.
151         * Fixed modifier key handing in Apple2.app and Phosphor.app on MacOS.
152         * Various minor bug fixes.
153
154 5.19    * MacOS 10.8.0 compatibility.
155         * iOS performance improvements.
156
157 5.18    * iOS responds to shake gestures to randomize.
158         * iOS can load images from your Photo Library.
159         * iOS has clickable Wikipedia links in Settings panels.
160         * Made `pipes' be ridiculously less efficient, but spin.
161         * Added better mouse control to `rubik', `cube21', `crackberg', and
162           `julia'.
163         * Cosmetic improvements to `queens' and `endgame'.
164         * `sonar' can now ping local subnet on DHCP.
165         * Most savers now resize/rotate properly.
166         * Various fixes.
167
168 5.17    * More iOS tweaks.
169         * Fixed some compilation problems.
170         * Enlarged the texture image for `lament'.
171
172 5.16    * Ported to iPhone and iPad.
173         * XInput devices now also ignore small mouse motions.
174         * Loading images via RSS feeds is much improved.
175         * Various minor fixes.
176
177 5.15    * New hacks, `hilbert', `companioncube' and `tronbit'.
178         * Image-manipulating hacks can now load from RSS or Atom feeds:
179           `imageDirectory' may contain a URL.
180         * Updated `webcollage' for recent search engine changes.
181         * `phosphor' and `apple2' can now be run as standalone terminal
182           emulator applications on MacOS.
183         * `photopile' sped up.
184         * New molecule in `molecule'.
185         * "Upgraded" to XCode 4.0, which means that MacOS 10.4 PPC builds are
186           impossible, and Intel is now required.
187         * Turned on LC_CTYPE on Linux; maybe Japanese password entry works
188           now?
189
190 5.14    * Fixed crash in Blank Only Mode when DPMS disabled.
191         * Added "Quick Power-off in Blank Only Mode" option.
192         * BSOD GLaDOS.
193
194 5.13    * Optionally enabled full-scene OpenGL antialiasing.  Set the resource
195           `*multiSample' to true if doing so doesn't kill performance with
196           your video hardware.
197         * New version of `glhanoi'.
198         * Image-loading hacks that display the file name now also display the
199           sub-directory (xscreensaver-getimage now returns relative paths
200           under imageDirectory).
201         * Passwords that contain UTF-8 non-Latin1 chars are now typeable.
202         * Numerous minor stability fixes.
203
204 5.12    * Big speed improvement on OSX for heavy XCopyArea users (`xmatrix',
205           `moire2', `phosphor', etc.)
206         * Plugged a bad OSX-only Pixmap leak.
207         * Kludged around the OSX pty bug that caused text to be truncated in
208           phosphor, starwars, apple2, etc.
209         * New molecule in `molecule'.
210         * `glhanoi' now supports an arbitrary number of poles.
211         * Turned on "New Login" button by default.
212         * Added support for XInput-style alternate input devices.
213
214 5.11    * New versions of `photopile', `strange'.
215         * Worked around MacOS 10.6 garbage collector bug that caused the
216           screen saver process to become enormous.
217         * Fixed flicker in `pipes', `cubestorm', and `noof'.
218         * Fixed EXIF rotation on MacOS 10.6.
219         * Fixed desktop-grabbing when screen locked on MacOS.
220         * Minor fixes to `circuit', `polyhedra', `tangram', `gears', `pinion',
221           `substrate', `xanalogtv'.
222         * Fixed some leaks in `xanalogtv' and `apple2'.
223         * Better seeding of the RNG.
224
225 5.10    * Fixed some crashes and color problems on MacOS 10.6.
226         * Retired `hypercube' and `hyperball', which are redundant with
227           `polytopes'.
228
229
230 5.09    * Ported to MacOS 10.6, including various 64-bit fixes.
231         * New hack, `rubikblocks'.
232         * Fixed another potential RANDR crash.
233         * Use correct proxy server on MacOS.
234         * `molecule' now correctly displays PDB 3.2 files.
235         * Updates to `mirrorblob', `glhanoi', and `sonar'.
236         * Rewritten version of `klein' hack.
237         * New hack, `surfaces', incorporating objects from old `klein' hack,
238           plus new ones.
239         * Merged `juggle' and `juggler3d' hacks.
240         * Fixed compilation under gcc 4.4.0 (strict aliasing).
241         * Fixed intermittent failure in `xscreensaver-command'.
242
243 5.08    * New hack, `photopile'.
244         * Rewrote `sonar' and `jigsaw' as OpenGL programs.
245         * Minor tweaks to `maze', `m6502', `hypnowheel', and `timetunnel'.
246         * Savers that load images now obey EXIF rotation tags.
247         * Arrgh, more RANDR noise!  Fixes this time for rotated screens, and
248           for systems where RANDR lies and says the screen size is 0x0.
249         * When the password dialog has timed out or been cancelled, don't pop
250           it right back up a second time.
251         * Password timeouts/cancels don't count as "failed logins".
252         * Retired some of the older, less interesting savers: say goodbye to
253           `bubbles', `critical', `flag', `forest', `glforestfire', `lmorph',
254           `laser', `lightning', `lisa', `lissie', `rotor', `sphere', `spiral',
255           `t3d', `vines', `whirlygig', and `worm'.
256         * Merged `munch' and `mismunch'.
257         * Updated `webcollage' to use twitpic.com as well.
258
259 5.07    * Xinerama/RANDR tweaks for old-style multi-screen.
260         * Added bumpy skin and cel shading to `skytentacles'.
261         * `flipflop' can load images onto the tiles.
262         * Fixed the bouncing ball in `stairs'.
263         * Added the missing Utah Teapotahedron to `polyhedra'.
264         * `blitspin' works with color images on MacOS now.
265         * Added transparency to `stonerview'.
266         * Improved layout of the preferences dialogs: they should all now be
267           usable even on ridiculously tiny laptop screens.
268         * MacOS preferences text fields now prevent you from entering numbers
269           that are out of range.
270         * Added "Reset to Defaults" button on X11.
271         * Added relevant Wikipedia links to many of the screen saver
272           descriptions.
273         * All hacks support the `-fps' option, not just GL ones.
274         * The `-fps' option now shows CPU load.
275
276 5.06    * Xinerama/RANDR fixes: this time for sure.  It should now work to
277           add/remove monitors or resize screens at any time.
278         * New hack, `skytentacles'.
279         * New version of `gleidescope'.
280         * Added the `-log' option to the xscreensaver daemon, since a truly
281           shocking number of Linux users seem to have no idea how to redirect
282           output to a file.
283         * Added `-duration' arg to most image-loading hacks, so that they pick
284           a new image every few minutes.
285         * Added an ATM crash to `bsod'.
286
287 5.05    * New hacks, `cubicgrid', `hypnowheel', and `lcdscrub' (which isn't
288           really a screen saver).
289         * Updates to `m6502' and `gears'.
290         * Fixed double-buffering problems in `cubestorm' and `noof'.
291         * Better handling of horizontal scroll wheels.
292         * Attempt to work around latest Xinerama braindamage: if the server
293           reports overlapping screens, use the largest non-overlapping
294           rectangles available.
295         * Don't warning about receipt of bogus ClientMessages, since Gnome's
296           just never going to stop sending those.
297         * Worked around MacOS 10.5 perl bug that caused the text-displaying
298           hacks to fail on some systems.
299         * Hopefully fixed font-related System Preferences crashes in MacOS
300           savers.
301         * The recent PAM changes broke the "Caps Lock" warning in the password
302           dialog, the failed login warnings, and syslogging.  Fixed all that.
303
304 5.04    * Fixed a possible crash in the unlock dialog (more fallout from the
305           recent PAM changes...)
306         * New hacks, `moebiusgears', `abstractile', and `lockward'.
307         * Rewrote `gears' to use better (involute) gear models, and to be more
308           random.
309         * Minor updates to `cwaves', `voronoi', `deco', `glcells', `rd-bomb',
310           `fireworkx' and `webcollage'.
311         * `pong' can now display the current time as the score.
312         * `xmatrix -mode pipe' works better.
313         * Minor tweaks for compilation on MacOS 10.5.0.
314
315 5.03    * New hacks, `cwaves', `glcells', `m6502', and `voronoi'.
316         * Minor fixes to `bsod'.
317         * Fixed possible crash with PAM USB-dongle auth.
318         * Updated `webcollage' to track recent Google Images and Flickr
319           changes.
320
321 5.02    * Reworked PAM code to support fingerprint readers, etc.
322         * Ported 'webcollage' to MacOS.
323         * Added MacOS 10.2 and 10.3 kernel panics to `bsod'.
324         * Fixed a Xinerama crash when changing the screen count.
325         * New blobbier `mirrorblob'.
326         * Minor updates to `lisa', `bsod', `ifs', `hypertorus', `polytopes',
327           `circuit', `endgame', `crackberg', `flipflop', `flipscreen3d',
328           `fliptext', and `carousel'.
329         * Enabled multi-threaded OpenGL on MacOS.
330
331 5.01    * Backed out recent locale-related changes, since they broke far more
332           things than they fixed.
333         * Fail gracefully with ridiculously small window sizes.
334         * `xflame' and `flag' ignore bitmap option on MacOS.
335         * `speedmine' prefs work on MacOS.
336         * Better explosions in `boxed'.
337         * More dynamic motion in `sproingies'.
338         * More options in `flipflop'.
339         * Minor updates to `topblock'.
340         * Various other minor fixes.
341
342 5.00    * Ported to MacOS X! (10.4.0 or newer)
343         * API change: instead of providing a single screenhack() function that
344           does not return, screen savers using the screenhack.h framework must
345           now provide "init" and "draw one frame" functions instead.  All
346           bundled savers have been updated; third-party patches will need
347           work.
348         * All image-loading happens asynchronously.
349         * xscreensaver-getimage-file caches the contents of the image
350           directory for a few hours, so consecutive runs won't have to re-list
351           the whole directory tree.
352         * New hacks, `topblock' and `glschool'.
353         * Removed `xteevee' (superceded by `xanalogtv').
354         * Added variable-sized puzzle pieces to `jigsaw'.
355         * Changes to the defaults and command-line options of many hacks to
356           make the .xml files more consistent.
357         * Reap zombies in `glslideshow' and `carousel'.
358         * `sonar' works without setuid on MacOS (dgram icmp).
359         * `xmatrix -mode pipe' displays the text of a subprocess.
360         * `endgame' has higher resolution chess-piece models.
361         * `webcollage' takes a -directory option to get images from a local
362           directory.
363         * The RPM spec file no longer auto-restarts xscreensaver when a new
364           version is installed.  Restart it manually.
365
366 4.24    * New versions of `cube21', `glsnake', `celtic'.
367         * Backed out a DPMS-related patch that cause desktop flickering with
368           some X servers.
369         * Fixed startup crash in getgroups() when running setuid.
370         * Default to not displaying stderr on the saver window.
371         * Fixed bad free() in "Documentation" button.
372         * Don't try to run hacks that aren't installed.
373         * Minor fixes to various XML config files and man pages.
374
375 4.23    * New hacks, `glhanoi', `cube21', `timetunnel', `juggler3d', and
376           `celtic'.
377         * New versions of `tangram', `webcollage', `hypertorus', `polytopes',
378           and `ripples'.
379         * `sonar' is now quiet about unresolvable hosts.
380         * Minor corrections to BASIC code in `apple2'.
381         * xscreensaver-demo now provides an RPM clue when none of the hacks
382           seem to be installed.
383         * Don't install `ant' by default, since there is some Java tool of
384           that name, which was causing confusion.  And also it's boring.
385         * Made screen grabbing work again on MacOS 10.4.2.
386         * No longer prints bogus warnings about ClientMessages intended for
387           the window manager.
388         * Ignore unprintable characters in passwd entry field.
389         * Fixed yet another cross-host-display image-loading endian problem.
390         * `xscreensaver-command -watch' and `-time' now work on 64-bit
391           machines.
392
393 4.22    * Fixed a bug in the new mouse-motion code that caused the screen to
394           never blank on multi-head non-Xinerama systems.  Oops.
395         * New hacks, `interaggregate', `antmaze', `tangram', and `crackberg'.
396         * Minor tweaks to `fiberlamp', `ifs', `slidescreen', `zoom', `sonar',
397           `fireworkx', `whirlwindwarp', `bubble3d', and `rd-bomb'.
398         * Added motion blur to `blinkbox'.
399         * `bsod' now includes Longhorn's "RSOD", and OS/2.
400         * Fixed `-wireframe' usage in most hacks and man pages.
401
402 4.21    * New hack: `fliptext'.
403         * Changed default configure installation directories: /usr/bin/ for
404           xscreensaver, etc.; /usr/libexec/xscreensaver/ for hacks;
405           /usr/share/xscreensaver/config/ for xml files.
406         * All the text-manipulating screen savers can have their text source
407           configured via `xscreensaver-demo' now.
408         * xscreensaver.spec now builds three RPMs: base (no hacks); extras (2d
409           hacks); and gl-extras.
410         * Added `-program' and `-front' option to `gltext'.
411         * Added `-shells' to `molecule'.
412         * Fixed text-alpha glitch in `carousel'.
413         * New `pacman': the ghosts can be killed now.
414         * Fixed a bug in screen-grabbing GL hacks where images would be tiled
415           instead of scaled on machines that can't do large textures.
416         * `webcollage' can hit Flickr now.
417         * New (rewritten) implementation of `ifs'.
418         * The unlock dialog can be made to have a "New Login" button that will
419           run `gdmflexiserver'.  Experimental!
420         * Fixed non-ASCII display bug in `starwars'.
421         * Configure finds a default for imageDirectory.
422         * "xscreensaver-command -lock" now works even if in "screensaver
423           disabled" mode.
424         * If a bad password is typed while CapsLock is on, the unlock dialog
425           says "CapsLock?" instead of "Sorry".
426         * Mouse motion only counts as activity if the mouse moved more than 10
427           pixels (so the screen won't unblank every time you bump your desk.)
428         * New mode option "random-same": if you have multiple monitors, this
429           will run the *same* randomly chosen hack on each screen, instead of
430           different ones on each.
431
432 4.20    * New hacks, `fiberlamp', `boing', `boxfit', and `carousel'.
433         * Rewrote `glslideshow' again: should be faster now.
434         * Sped up loading of images in GL programs.
435         * `starwars' uses texture-mapped fonts now.
436         * New `bsod' modes: tru64, hppa, and nvidia.
437         * Updates to `webcollage', `juggle', `pinion', `fireworkx', `sonar',
438           `extrusion', `substrate', and `pong'.
439
440 4.19    * New hacks, `substrate', `intermomentary', `fireworkx', and `pinion'.
441         * New version of `flow'.
442         * Made /proc/interrupts work again on Linux 2.6.
443         * Made `analogtv' not hog the CPU.
444         * Made analogtv-based hacks work properly on PPC/ARM.
445         * Fixed a bad memory leak in `piecewise'.
446         * Minor updates to `sonar', `molecule', `glmatrix', `galaxy', and
447           `webcollage'.
448         * Removed support for GTK 1.x (everyone uses 2.x now.)
449
450 4.18    * Oops, pay no attention to the man behind the curtain.
451
452 4.17    * New hacks, `anemotaxis' and `memscroller'.
453         * Fixed a bad bug that caused `vidwhacker' to never die.
454         * Fixed normals and lighting in `polyhedra'.
455         * Don't reuse the window when changing hacks (to work around bugs in
456           some GL implementations.)
457         * Made `xscreensaver-getimage-file' skip thumbnail-sized images.
458         * Fixed endian problem in `barcode' on non-x86.
459         * Updates to `webcollage', `apple2', `fuzzyflakes', `atunnel', and
460           `pacman'.
461         * Timing tweaks to `bubble3d', `bouncingcow', `engine', `gltext',
462           `lavalite', `molecule', `spotlight', `sballs', `boxed', `blinkbox',
463           and `circuit'.
464         * Configure updates for Fedora core 2 / xorg 6.7.0.
465         * Compile without warnings under gcc 3.3.3.
466         * I give up: don't blank or lock the screen if we can't get a keyboard
467           grab.  In that case, both choices are bad.
468
469 4.16    * New hacks, `polyhedra', `fuzzyflakes', `antinspect', and
470           `providence'.
471         * Minor updates to `webcollage', `bsod', `endgame', `antspotlight',
472           `xmatrix', and `glmatrix'.
473         * Added support for the RANDR (Resize and Rotate) extension to detect
474           when the size of the desktop has been changed while xscreensaver is
475           already running.
476         * Possibly-futile attempt to work around "rdesktop" focus/grab idiocy.
477         * Made `xscreensaver-getimage -file' still work even if imageDirectory
478           is unset.
479         * Convert Latin1 to ASCII in `starwars' and `phosphor' (since the GLUT
480           font only has ASCII glyphs.)
481         * Fixed randomization in `noof'.
482         * Added "GetViewPortIsFullOfLies" preference to work around
483           longstanding XFree86 bug #421.
484         * Made `sonar' subnet pinging work properly on bigendian machines
485           (e.g., PPC.)
486
487 4.15    * New hacks, `wormhole', `mismunch', `noof', and `pacman'.
488         * `phosphor' and `apple2' include vt100 emulators now: this means you
489           can do "phosphor -program top", or can use either program as an
490           xterm replacement: "apple2 -text -fast -program 'xemacs -nw'".
491         * `analogtv' (and related) fill the screen better.
492         * The '-gradient' option works in `atlantis' now.
493         * Minor updates to `blinkbox', `queens', `endgame', `glmatrix',
494           `mirrorblob', `blocktube', and `molecule'.
495         * Integrated SuSE's "external passwd helper" support.
496         * Marginally better /tmp handling in various programs.
497         * Updated config defaults for xplanet 1.0.3.
498         * Portability fixes.
499
500 4.14    * New hacks, `fontglide', `apple2', `xanalogtv', `pong',
501           `gleidescope', `mirrorblob', and `blinkbox'.
502         * New version of `glsnake' (with many more models.)
503         * Another Windows crash in `bsod'; also HVX/GCOS6/TPS6.
504         * New version of `endgame'.
505         * Screen grabbing works on MacOS X.
506         * Various minor fixes.
507
508 4.13    * On Xinerama systems, xscreensaver now runs one hack on each monitor
509           (just like in "real" multi-head mode) instead of running one hack
510           stretching across all the screens.  Note that for this to work with
511           any 3rd party screensavers, they must update their "vroot.h" file.
512         * `webcollage' and `vidwhacker' display images using
513           `xscreensaver-getimage' now.
514         * Added `ljlatest' script for use with `starwars' and `phosphor'.
515
516 4.12    * New GL hacks, `flipflop', `antspotlight', and `polytopes'.
517         * Added VMS to `bsod'.
518         * Compile without warnings in "gcc -pedantic".
519         * Updates to `webcollage' and `queens'.
520         * Fixed a bug that could cause PAM to hang.
521
522 4.11    * New hacks, `hypertorus', `cubestorm', `glknots', `blocktube', and
523           `glmatrix'.
524         * Updates to `cloudlife', `engine', `xmatrix', and `sonar'.
525         * Rewrote `glslideshow': it should work on somewhat wimpier video
526           cards now.
527         * Various portability tweaks.
528
529 4.10    * New hacks, `cloudlife' and `klein'.
530         * Added Apple ][+, HPUX, and OS/390 sessions to `bsod'.
531         * Added some Matrix Reloaded text to `xmatrix'.
532         * Updates to `webcollage', `eruption', `jigglypuff', `metaballs', and
533           `endgame'.
534         * Completely ignore the `memoryLimit' setting now, since it was still
535           causing people GL grief.
536         * Various minor fixes.
537
538 4.09    * New hacks, `flyingtoasters', `bouncingcow', `jigglypuff', and
539           `glslideshow'.
540         * More models in `engine'.
541         * Rewrote `xscreensaver-getimage' to remove reliance on external image
542           loaders (xv, chbg, xloadimage, etc.)  and to reduce flicker when
543           loading files.
544         * Made `gflux' and `flipscreen3d' be mouse-spinnable.
545
546 4.08    * New hacks, `atunnels' and `piecewise'.
547         * Physics improvement in `fluidballs'.
548         * Various fixes for XDarwin systems (X11 on MacOS X.)
549         * Added -clock option to `barcode'.
550         * Minor fixes to `endgame', `flurry', `flipscreen3d', and `gflux'.
551
552
553 4.07    * New hacks, `flurry', `metaballs', `eruption', `popsquares', and
554           `barcode'.
555         * Minor updates to `maze' for high density mazes.
556         * Added double buffering to `fluidballs' and `whirlygig'.
557         * Bug fixes for running xscreensaver to a remote XFree86 display
558           (which nobody would ever do...)
559         * Updated `webcollage' (faster Alta Vista searching.)
560         * Updated `glplanet' so the sun sets in the west.
561         * Updated `sproingies' with smooth, unsegmented surfaces.
562         * Fixed Perl version-sensitivity in `xscreensaver-getimage-file'.
563         * Fixed GTK2 scrolling bug in `xscreensaver-demo'.
564
565 4.06    * New hack, `glblur' (disabled by default, since it requires fast
566           OpenGL texture support.)
567         * New hack, `halftone'.
568         * Updates to `endgame', `queens', `bumps', `glplanet', `engine', and
569           `circuit'.
570         * New version of `menger' that uses far fewer polygons.
571         * Fixed minor bug in `critical' that could cause some bogus X servers
572           to crash.
573         * Better labels in `molecule': the labels now appear to be attached to
574           the atoms, instead of floating in front of the whole scene.
575         * Fixed bug that could rarely cause GL hacks to fail to double-buffer
576           (causing intermittent flickering.)
577         * Fixed a relative-URL-parsing bug in `webcollage'.
578         * Fixed a bug that (sometimes) caused the window manager close box to
579           kill `xscreensaver-demo' with a crash instead of a graceful exit.
580         * Updated xscreensaver.pam to the Red Hat 7.3 way.
581         * More Gnome2-related configure crap.
582         * Updated to latest `config.guess' and `config.sub'.
583         * Fixed occasional core dump in `distort'.
584         * Added a Linux fsck failure and kernel panic to `bsod'.
585         * Added MacOS X kernel panic to `bsod'.
586         * Fixed a bug in `bsod' (all bsod bugs are ironic.)
587         * Fixed a bug that caused `xscreensaver-gl-helper' to print a nonsense
588           visual ID with some versions of `printf': this could cause GL
589           programs to display incorrectly (e.g., flickery.)
590
591 4.05    * More `configure' tweaks to try and get things working on systems
592           that both Gtk 1.x and 2.x installed.
593         * New hack, `endgame'.
594         * Minor updates to `gltext'.
595
596 4.04    * Support for GTK 2.x / GNOME 2.x.
597         * The `configure' script will now use `pkg-config' if you have it, in
598           preference to `gtk-config', etc.
599         * New hacks, `lavalite', `queens', and `anemone'.
600         * Minor updates to `spheremonics', `gltext', `xmatrix'.
601         * You can use the mouse to manually spin most of the GL hacks now
602           (when they are displaying in a window.)
603         * Fixed a bug in `webcollage' (due to recent Alta Vista url changes)
604           that was causing it to try and load incorrect image URLs.
605         * Made `xscreensaver-getimage' use gdk_pixbuf if it is available: this
606           means that those hacks that load images will no longer rely on "xv",
607           "xloadimage", etc.  This will close a race condition that could
608           sometimes cause your desktop background to be changed; and also
609           makes it possible for those programs to operate on image files when
610           running in windowed mode.
611         * `webcollage' can now be used in conjunction with `driftnet' to
612           display images snooped from your local ethernet instead of obtained
613           from search engines.
614         * Added man pages for all the hacks that didn't have them.
615
616 4.03    * New hack, `spheremonics'.
617         * Minor updates to `webcollage', `cage', `moebius', `morph3d',
618           `boxed', `circuit', and `helix'.
619         * `pulsar' and `extrusion' can now load texture JPEGs.
620         * `rubik' now does non-square cubes.
621         * `fluidballs' now does various sizes of balls.
622         * `menger' and `sierpinski3d' now also show polygon counts in -fps
623           mode.
624         * `molecule' displays real subscripts in the formulae.
625         * GTK internationalization/localization support.
626         * Better detection of the various versions of libxml.
627         * Upgraded to autoconf 2.53 (from 2.13.)
628
629 4.02    * Plugged a few minor leaks in `xscreensaver' and `xscreensaver-demo'.
630         * New hacks, `cubenetic' and `fluidballs'.
631         * Sped up `pipes'.
632         * Fixed sphere projection error in `glplanet'; installed a better
633           image of earth.
634         * Added Win2K and MacOS 1 crashes to `bsod'.
635         * Put back previous (better) version of `forest' that was
636           accidentially downgraded in the last release.
637         * New version of `bumps'.
638         * Made FPS computation in GL hacks more efficient: it will influence
639           the results less, thus resulting in higher (but more accurate)
640           reported frame rates.
641
642 4.01    * New hacks: `twang', `glsnake', `boxed', `sballs', and
643           `glforestfire'.
644         * New hacks `apollonian', `euler2d', `juggle', `polyominoes' and
645           `thornbird', from xlockmore.
646         * Merged recent xlockmore changes into `ant', `braid', `demon',
647           `discrete', `drift', `fadeplot', `forest', `grav', `hopalong',
648           `ifs', `laser', `lightning', `lisa', `lissie', `loop', `mountain',
649           `penrose', `rotor', `sierpinski', `slip', `sphere', `spiral',
650           `strange', and `vines'.
651         * Fixed the `gltext' bug that sometimes caused horizontal lines to
652           vanish again.  This time for sure.
653         * Sped up `webcollage' by adding a C helper program to replace the PPM
654           pipeline.  It also pastes images semi-transparently now.
655         * Added support for the gdk_pixbuf library: if this lib is available,
656           then `blitspin', `xflame', and `flag' can load GIF, JPEG, and PNG
657           images in addition to XPM and XBM.
658         * Fixed a rare race condition where the desktop-grabbing hacks could
659           sometimes leave the screen wedged, if the user moved the mouse
660           exactly when they were grabbing the screen image (it would un-wedge
661           the next time the saver timed out or was activated.)
662         * Fixed incorrect colors in the screen-grabbing GL hacks (`gflux' and
663           `flipscreen3d'.)
664         * Made SIGHUP restart the daemon process (though using
665           `xscreensaver-command -restart' is still the preferred way.)
666         * Tweaks to `xspirograph'.
667         * Minor configure and portability tweaks.
668
669 4.00    * Redesigned `xscreensaver-demo' GUI: it now includes small-preview
670           and per-hack configuration dialogs.
671         * Added three new modes of operation: `One Screen Saver', `Blank
672           Screen', and `Don't Blank' (in addition to the historical `Random
673           Screen Saver').
674         * Configure now defaults to installing the hacks in
675           <prefix>/lib/xscreensaver/ instead of <prefix>/bin/.  (Most distros
676           already did it this way.)
677         * New GL hacks, `menger', `engine', `flipscreen3d'.
678         * Made `sierpinski3d' be more colorful.
679         * New versions of `xmatrix' and `nerverot'.
680         * Fixed a bug in `starwars' that made the font be drawn with thin
681           lines in -root mode.
682         * Fixed a bad colormap bug in `crystal' that could make *subsequent*
683           hacks malfunction!
684         * Made `gflux' able to grab screen images (`-mode grab').
685         * Updated `webcollage' for recent search engine changes.
686         * Removed most command-line options to `xscreensaver': just edit the
687           ~/.xscreensaver file instead.
688         * Improved behavior on multi-screen and Xinerama systems: the mouse
689           now stays on the screen where the user left it, and the password and
690           splash dialogs always appear on the screen that has the mouse.
691         * Made the splash dialog use more Gtk-like colors; made it have only
692           two buttons, "Settings" and "Help".
693         * Made `sonar' understand `.ssh/known_hosts2' format files, and be
694           better about stripping out illegal addresses.
695
696 3.34    * Turned `memoryLimit' off by default, sigh.  Apparently some versions
697           of the GL libraries (appear to) allocate hundreds of megs for every
698           GL program, so `memoryLimit' was causing GL programs to malfunction
699           or crash on those systems.
700         * Improved fading on TrueColor XFree86 4.1.x systems.
701         * New GL hack, `circuit'.
702         * Added `fuzz' mode to `decayscreen'.
703         * New version of `whirlygig'.
704         * Added links to `xplanet' and `sphereEversion'.
705         * Fixed rare race condition that could make `sonar' hang.
706         * Fixed potential crash in `speedmine'.
707         * Made `xscreensaver-demo' not crash when imageDirectory was set to a
708           non-existent directory.
709         * Made `xscreensaver-getimage-video' invoke XawTV's `streamer' program
710           better.
711         * Made `phosphor' and `starwars' deal with CR, LF, or CRLF line
712           endings.
713         * Changes for Cygwin compilation environments.
714         * Made `sonar' compile on systems that can't ping.
715         * Configure changes for HPUX 10.20.
716         * Made PAM code work on Red Had 4.2 systems.
717         * Made `xscreensaver-command -deactivate' work when the saver is not
718           active: what that does is reset the idle timer, as if keyboard input
719           had been detected.  This was added for the benefit of people writing
720           DVD-playing software: they can now prevent the screensaver from
721           kicking in by sending a -deactivate message once a minute while the
722           movie is playing and not paused.
723         * Various minor portability tweaks.
724
725 3.33    * New hacks, `speedmine' and `whirlygig'.
726         * Sped up `pyro', made the explosions look a bit better.
727         * Added better stars to `glplanet' and `starwars'.
728         * Many internal changes to `webcollage'.
729         * Some new options to `attraction'.
730         * Minor fix to `noseguy' to avoid un-erased pixels.
731         * Rewrote the screen-eraser effects so that they complete in the same
732           amount of time regardless of how slow your X server is (some of them
733           were glacial on servers with slow blitting.)
734         * Fixed a potential free memory reference that could sometimes cause a
735           crash at startup.
736         * Possibly fixed a problem that could cause the daemon to crash with
737           an X error.  I was never able to reproduce this problem, but I think
738           I might have figured out what caused it.
739         * Worked around a problem that caused PAM authentication to fail on
740           some Red Hat 7.x systems.
741         * Added a `memoryLimit' parameter that controls the amount of memory a
742           graphics hack may allocate: if they try to allocate more than this,
743           malloc() will fail (and they will exit or (safely) crash, rather
744           than hogging memory.)  Default is 50M.
745         * Made `gnome-help-browser' be the default way to display man pages in
746           `xscreensaver-demo', if running on a GNOME system.
747
748 3.32    * The image-manipulating hacks (`slidescreen', etc.) can now operate
749           on randomly chosen image files from disk, or on frames captured from
750           the system's video input, instead of (or in addition to)
751           manipulating images of the desktop.
752         * Rewrote `vidwhacker' to use the new image-grabbing mechanism.
753         * Made fading work on TrueColor XFree86 4.x systems.
754         * Fixed a subtle rendering bug in `atlantis' (the fish were inside
755           out!)
756         * Made `atlantis' have a texture simulating light reflections from the
757           surface of the ocean.
758         * Fixed up label placement in `molecule'.
759         * Better color bars in `xteevee'.
760         * Made `install-strip' not try to strip scripts.
761
762 3.31    * Put in more sensible defaults for DPMS, and updated the
763           documentation to reflect the fact that all your DPMS settings are
764           now belong to xscreensaver.
765         * Fixed the `xscreensaver.spec' file so that `--force' is no longer
766           needed.
767         * New versions of `rotzoomer' and `nerverot'.
768         * Fixed an OSF/1 compilation problem in `molecule'.
769
770 3.30    * New hacks, `molecule', `dangerball', and `rotzoomer'.
771         * New version of `gflux'.
772         * Made `gltext' able to display the current time.
773         * Fixed a floating-point-precision problem in `gltext' that sometimes
774           caused horizontal lines to vanish.
775         * Removed the `-window-id' option from the hacks: it never worked
776           right, and was unnecessary.
777         * Made the `starwars' hack use thicker lines, antialias the text, and
778           fade out at the far edge instead of just dropping off.
779         * Fixed an SHM segment leak in `moire'.
780
781 3.29    * Better rendering of the new logo.
782         * New hack, `gltext'.
783         * Added `-planetary' option to `gears', to draw a different kind of
784           gear system.
785         * Made motion and rotation be smoother in `gears', `glplanet',
786           `moebius', `rubik', and `sierpinski3d'.
787         * Improved coloration in `sierpinski3d'.
788         * Made the GL hacks react to window size changes.
789         * Made most of the GL hacks take a -fps option (like `pulsar' did), so
790           you can use them to benchmark your 3D hardware.
791         * Fixed the previous fix to `sonar'.
792         * Minor fix to `nerverot'.  Made sonar able to ping hosts on DEC OSF1.
793         * Eliminated a bogus "didn't get enough colors" warning in some of the
794           hacks.
795
796 3.28    * New logo for xscreensaver!
797         * New hacks, `starwars' and `stonerview'.
798         * Made the motion of the bouncing ball in `stairs' be a little less
799           jerky.
800         * Made newly-added screenhacks be added to .xscreensaver
801           automatically: if there are hacks in the app-defaults file that are
802           not also in ~/.xscreensaver, they will be added to the end of the
803           list.
804         * Redid the `Screensaver Options' part of the control panel;
805           xscreensaver now lets you configure your DPMS settings.
806         * Fixed some Makefile problems with non-GL builds.
807         * Fixed detection of MesaGL for version 3.3.
808         * Better workaround to Red Hat 7.0's broken gcc.
809         * Added Sparc Solaris kernel panic to `bsod'.
810
811 3.27    * New hacks: `zoom' and `whirlwindwarp'.
812         * Fixed a free-memory-reference bug in `sonar'.
813         * Better error handling when there are no suitable GL visuals.
814         * Added diagnostic dialog when xscreensaver-demo is unable to launch
815           xscreensaver (e.g., when running as root.)
816         * Fixed a bug that caused screenhack argument changes to be ignored
817           when xscreensaver-demo was running as root (if "root" and "nobody"
818           have different home directories.)
819         * Made the programs default to ":0" if $DISPLAY is unset.
820         * Made the `-verbose' output include information about which server
821           extensions were supported at compile time.
822         * Worked around Red Hat 7.0's broken gcc 2.96.
823         * Updated default delays on the GL hacks to look better on machines
824           with super-fast 3D hardware.
825         * Install `screensaver-properties-capplet' to work around the usual
826           egregious GNOME lossage.
827
828 3.26    * Added "enabled" checkboxes in the list of hacks in xscreensaver-demo
829           (Gtk version only.)
830         * New hacks `hyperball', `xrayswarm', and `gflux'.
831         * New versions of `nerverot', `galaxy', and `hypercube'.
832         * Small fixes to `phosphor', `shadebobs', `xflame', and `sonar'.
833         * Added external helper program `xscreensaver-gl-helper' to figure out
834           which X visual to use for OpenGL programs.
835         * Configure updates for XFree86 4.0, and for BSD.
836         * Made it be more tolerant of bogus /etc/group files.
837         * When installing the PAM config file, first try to just copy an
838           existing "xdm" or "login" config file, so that xscreensaver does
839           authentication in the same way as the rest of the system.
840
841 3.25    * New hack, `nerverot'.
842         * Added BSD kernel panic to `bsod'.
843         * New version of `shadebobs'.
844         * New version of `petri'.
845         * Updated `webcollage' to handle recent Altavista URL format changes;
846           made it search the AP photo gallery.
847         * Revamped command-line options of `sonar' and made it properly handle
848           subnets.
849         * The `bubbles' hack can now trickle up or down the screen.
850         * The `xsublim' hack can now read its text from programs.
851         * Support for GLE version 3 in `extrusion'.
852         * Fixed compilation problems in `maze'.
853         * Fixed a rare crash in `flow'.
854         * Fixes for minor installation problems.
855
856 3.24    * Added `-ignorant' option to `maze' hack.
857         * Updates to `critical', `bsod', `xflame', and `flow'.
858         * Added support for Kerberos 5 (via its Kerberos 4 compatibility
859           layer.)
860         * Fixed a bad leak in `xteevee'.
861         * Updated `webcollage' to handle recent Altavista URL format changes.
862         * Removed xscreensaver-demo's `Ok' and `Cancel' buttons, since they
863           were confusing people: all changes are now instantanious.
864         * Made xscreensaver-demo install itself into the Gnome Control Center.
865
866 3.23    * Fixed some misplaced text fields in the Motif version of
867           xscreensaver-demo; fixed a crash in the Gtk version that would
868           happen if the programs list was empty.
869         * Fixed a recently-introduced bug in `pulsar'.
870         * Made `sierpinski3d' use solid tetrahedrons instead of points.
871         * Added `-trace' option to `xmatrix'.
872         * Added new hacks `xteevee' and `xspirograph'.
873
874 3.22    * Fixed some bugs in xscreensaver-demo.
875         * Rewrote the Motif version of xscreensaver-demo to match the new Gtk
876           version.
877         * The Athena toolkit is no longer supported.
878
879 3.21    * Tweaked the xscreensaver-demo UI (Gtk only.)
880         * Fixed a few visual selection bugs.  I think the proper GL visual
881           should be used with nVidia systems now.
882         * Made the Makefiles obey $install_prefix.
883         * Made the `xscreensaver.spec' file able to generate both GL and
884           non-GL packages simultaneously.
885
886 3.20    * Added new hacks `ripples' and `sierpinski3d'.
887         * Made `xscreensaver-command -exit' be silent when no screen saver was
888           running (instead of complaining.)
889         * Made `webcollage' and `vidwhacker' use `xloadimage' when available
890           (in addition to `xli' and `xv'.)
891         * Improved memory usage in `petri' and gave it a hard cap on how much
892           memory it can allocate.
893         * Added `-watch' option to `xscreensaver-command'.
894         * Made `xscreensaver-demo' come up with the most-recently-run hack
895           selected by default.
896         * Rewrote the Gtk version of `xscreensaver-demo'.  It's a lot easier
897           to use now.
898         * Extended the format of the programs list in the .xscreensaver file,
899           for the benefit of the new capabilities of `xscreensaver-demo'.
900           NOTE: you might want to delete your ~/.xscreensaver file and allow
901           it to be re-created!  The old one should still work, but
902           xscreensaver-demo won't be as pretty.
903
904 3.19    * Fixed gcc dependencies in `bumps' and `ccurve'.
905         * New hack, `extrusion'.
906         * Some of the web sites that `webcollage' was using as its sources
907           changed formats; tweaked it to understand the current layouts.
908         * Added typeahead in the password dialog: if the screen is locked, and
909           you unlock it by typing a character, that key will be automatically
910           inserted in the password dialog (unless it is Return, Enter, Space,
911           or a non-printing key like Shift.)
912         * Made `xmatrix' take a `-small' option, since some folks with tiny
913           screens prefer a smaller font.
914
915 3.18    * New versions of `shadebobs', `lmorph', and `distort'.
916         * Added `ccurve', `blaster', and `bumps' hacks.
917         * Replaced `forest' hack with a rewritten version.
918         * Worked around a Xinerama server bug.
919         * Fixed a bug I introduced in 3.10 that caused some hacks to print out
920           superfluous warnings about not having gotten enough colors.
921         * Made `sproingies' obey the `-delay' option.
922         * Fixed a portability bug in `shadebobs'.
923         * Made `webcollage' and `vidwhacker' use `xli' in preference to `xv',
924           if it is available.
925         * Added a new source of images to `webcollage'.
926         * If running under KDE, xscreensaver will add itself to KDE's list of
927           screensavers (via xscreensaver.kss.)
928         * Improved detection of GL libraries.
929         * Made the password dialog include the date and time.
930
931 3.17    * New version of `webcollage' -- deals better with corrupted images,
932           and can use an http proxy.
933         * New hack, `xsublim' (run it in the background, rather than adding it
934           to the programs list.)
935         * The xscreensaver daemon was leaking a file descriptor each time you
936           edited your .xscreensaver file.  Fixed.
937
938 3.16    * New version of `shadebobs'.
939         * Improved image selection in `webcollage', and sped it up slightly.
940         * Made configure find the right version of perl.
941         * Rewrote the CGI part of `webcollage'.
942         * `make clean' was deleting some things it shouldn't.
943         * Fixed a typo in the default programs list.
944
945 3.15    * Added `webcollage' and `shadebobs' hacks.
946         * Added a `-stdout' arg to `vidwhacker' so that it can be used in a
947           pipeline.
948         * Made `petri' use less memory.
949
950 3.14    * Various improvements to the Gtk port.
951         * Turned off PAM by default on Solaris, since PAM seems generally to
952           be misconfigured out-of-the-box.
953         * Made the `--without-gtk' configure option work.
954         * Made configure check the Gtk version number, since it requires 1.2.
955         * Fixed a bug in the code that attempted to prevent changes of screen
956           resolution while the screen is locked.
957         * Fixed a race condition in `xscreensaver-demo' that could cause an X
958           error at startup.
959         * Added `-transparent' option to `deluxe'.
960         * Added `petri' hack.
961
962 3.13    * Ported `xscreensaver-demo' to Gtk.
963         * Made it possible to build Motif, Gtk, and Athena versions of
964           `xscreensaver-demo' in the same directory without reconfiguring.
965         * Made `xscreensaver-demo' chase symlinks before writing the
966           .xscreensaver file, so that if .xscreensaver is itself a symlink,
967           the underlying file will be replaced instead.
968         * Some Makefile and configure tweaks for Solaris and FreeBSD.
969         * Made it possible to set the fire color in `xflame'.
970         * Made transparency work in TrueColor (for `goop' and `qix'.)
971         * Fixed a multi-head bug introduced by the virtual viewports stuff.
972
973
974 3.12    * Made it so that you can't scroll the screen while the lock dialog is
975           up (with XFree86 virtual viewports.)
976         * Fixed a bug in `flag' that caused bob's chin to get cut off after a
977           few iterations.
978
979 3.11    * Made `xjack' be black-on-white-ish, so that it looks less like a
980           computer screen and more like the typewritten paper it's supposed to
981           be.
982         * New version of `pulsar'.
983         * Fixed Solaris compilation problem in `phosphor'.
984         * Made xscreensaver notice XFree86's virtual root window hack, so that
985           if the X server's root window is larger than the monitor's
986           displayable resolution, the screen saver will limit itself to the
987           area that actually appears on the screen.
988         * Made the xscreensaver daemon do a better job of picking the visual
989           class that should be used for GL programs.  Less user intervention
990           should be needed now: you can use the logical visual name `GL'
991           instead of having to figure out by hand which one to use.
992         * Oops, the visual was defaulting to "best" instead of
993           "default", because the .xscreensaver file was not being
994           loaded quite early enough.
995         * Made configure figure out how to build icmp ping support into the
996           `sonar' hack automatically.
997         * Made warnings about not being able to read shadow passwords not be
998           printed if compiled with PAM support.
999         * Improved PAM startup diagnostics.
1000         * Worked around the Solaris PAM bug that was causing crashes there, so
1001           now PAM is turned on by default.
1002         * Made configure detect the number of arguments that pam_strerror()
1003           takes, since on Linux, this apparently changed between 2.0 and 2.2,
1004           sigh.
1005         * Made the /proc/interrupts kludge look for "PS/2 Mouse" as well as
1006           "keyboard".
1007         * Made xscreensaver notice when there has been a sudden large jump in
1008           wall-clock time, and if so, lock right away, instead of waiting for
1009           "lockTimeout" to expire first.  (Laptops need this for safer
1010           recovery from ``hibernation.'')
1011         * Added `-throttle' option to `xscreensaver-command'.
1012
1013 3.10    * Added `phosphor', `xmatrix', and `pulsar' hacks.
1014         * Fixed a bug in the color allocator that sometimes caused `starfish'
1015           to fall back to monochrome.
1016         * Reduced the amount of code that runs before root privileges are
1017           disavowed: "normal" and "shadow" passwords now do some
1018           initialization as root, but the PAM and Kerberos authorization
1019           schemes will be initialized while running as "nobody".  Supposedly
1020           this closes a potential security hole when using Kerberos.
1021         * Added some more sanity checking to configure.
1022
1023 3.09    * Added `compass', `squiral', `xflame', `wander', `spotlight', and
1024           `critical' hacks.
1025         * Added some new modes to `decayscreen'.
1026         * Made `deluxe' work in monochrome.
1027         * Generalized usage of the Double-Buffer server extension in several
1028           hacks (`compass', `deluxe', `interference', `kumppa', and `moire2'.)
1029         * Fixed another visual-depth problem in `rd-bomb'.
1030         * The screen saver will now defer blanking if neither the keyboard nor
1031           the mouse could be grabbed.  Instead, it will just try again in a
1032           few minutes.  This fixes a bad interaction between xscreensaver and
1033           programs like VMware that hold the mouse and keyboard grabbed for a
1034           long time.
1035         * Added a new erase mode (expanding spiral.)
1036
1037 3.08    * Fixed some bugs in my port of `t3d'.
1038         * Added `penetrate' and `deluxe' hacks.
1039         * When linking against Motif 2.x, also link against XPM.
1040         * Added support for using /proc/interrupts for idle detection on
1041           Linux.  Now xscreensaver shouldn't kick in when the user is active
1042           on a non-X virtual console.
1043         * Upgraded to autoconf 2.13.
1044
1045 3.07    * Configure tweaks (sometimes -lXmu wasn't getting linked in properly;
1046           check for _Xsetlocale in -lXintl.)
1047         * Portability fixes for sonar.c.
1048         * Fixed a compilation problem when you have GL but don't have XPM.
1049         * Made configure notice when MesaGL requires -lpthread.
1050         * Made `flame' ignore SIGFPE (not sure if this is the right fix; it
1051           seems only to be needed on FreeBSD.)
1052         * Kludged `rd-bomb' work on visuals that are of depth 24 but that *do
1053           not* support pixmaps of depth 32.
1054         * Fixed `halo' to work properly in TrueColor.
1055         * Changed `xscreensaver.spec' to install the hacks in
1056           /usr/X11R6/lib/xscreensaver/ by default, since that's where recent
1057           Red Hat distributions put them.
1058         * Added `t3d' hack.
1059         * Updated versions of `crystal', `hopalong', and `flow' from
1060           xlockmore.
1061         * Imported `demon' and `loop' modes from xlockmore.
1062
1063 3.06    * Oops, the "default-n" visual descriptor was broken; it was always
1064           installing a colormap if the `installColormap' preference was set,
1065           meaning that `xearth', `xv' and friends were using the wrong colors
1066           on 8-bit systems.
1067         * Turned off HAVE_PING in `sonar', since it compiles on some Linux
1068           systems, but not others of similar vintage...
1069
1070 3.05    * Fixed an off-by-1 in `distort'.
1071         * Added `sonar' hack.
1072         * New version of `glplanet' (with stars.)
1073         * Made all hacks exit when you type `q' or `ESC' at them, and made
1074           them obey the WM_DELETE_WINDOW ClientMessage.
1075         * Fixed a nonfatal buffer overrun in lament (note: lament still
1076           doesn't work with MesaGL 3.0: it dies in
1077           lambda_textured_triangle1(), which is Mesa's bug, not mine.)
1078
1079 3.04    * Added an `xscreensaver.spec' file, to make it easier for other folks
1080           to generate RPMs.
1081         * Made the password code work on HPUX in the situation where:
1082           ``enhanced security'' is available; but not used; but the user typed
1083           a password more than 8 characters long anyway.  FTSOHPUX.
1084
1085 3.03    * Made locking work when passwd aging is enabled.
1086         * Added support for PAM (Pluggable Authentication Modules.)  It is
1087           still turned off by default, though, since it doesn't seem to work
1088           on Solaris 2.6, and has been behaving erratically on Red Hat 5.1.
1089         * Made each possible authentication method be tried in turn until one
1090           succeeds; this means that Kerberos is being used, we will first
1091           check Kerberos, and if that fails, will then consult the local
1092           password file.  Likewise with PAM.
1093         * Save and restore the bits under the passwd dialog, to avoid leaving
1094           a black rectangle behind when unlocking is cancelled.
1095
1096 3.02    * Not everyone has sys/select.h, sigh...
1097
1098 3.01    * Some fixes to `reflect'.
1099         * Configure tweaks.
1100         * Made it log unsuccessful attempts to unlock the screen to syslog.
1101         * Fixed a bug where `xscreensaver-demo' could be seeing a different
1102           programs list than `xscreensaver' did.
1103
1104 3.00    * The xscreensaver daemon no longer links against Motif or Athena:
1105           demo-mode and the preferences panel are no longer built in to the
1106           daemon, but are now handled by an external program,
1107           `xscreensaver-demo'.  (I decided that this, along with the recent
1108           addition of the `.xscreensaver' config file, justified bumping the
1109           version number to 3.00, since this is a fairly major architectural
1110           change.)
1111         * Lines in the `*programs' resource may now begin with the character
1112           "-", meaning "don't run this hack."  In this way, it's possible to
1113           disable a hack without throwing away the information about it
1114           (making it easier to change your mind later.)  Eventually the
1115           preferences/demo mode GUI should represent this as a checkbox or
1116           something.
1117         * Fixed a short race condition where it was possible for xscreensaver
1118           to die with a BadWindow error if it was blanking the screen just as
1119           another window was being deleted.
1120         * Made it possible to disable specific modes in `bsod'.
1121
1122 2.34    * Fixed a bug that was making `pipes' generate way too many valves.
1123           Made the viewpoint in `pipes' be selected randomly instead of always
1124           being -10 degrees.
1125         * Fixed a bug in the XSHM code, in the case where the server supports
1126           the XSHM extension but is not the same machine as the client.
1127         * Made `rd-bomb' default to taking up the whole screen.
1128         * Made it not try to do fading/unfading if no PseudoColor visuals
1129           exist.
1130         * Initial attempt at supporting VT-locking (doesn't work yet.)
1131         * Eliminated the `captureStdout' resource; now `captureStderr'
1132           controls both streams.
1133         * Added `-capture-stderr' and `-no-capture-stderr' command-line
1134           arguments.
1135         * Added `glplanet' hack.
1136         * When a hack is selected with `xscreensaver-command -select', that
1137           hack will be used until further notice (until the saver turns off,
1138           or another activation command is issued.)
1139
1140 2.33    * Made `xscreensaver-command' print error messages: the xscreensaver
1141           daemon now responds to ClientMessage events by writing a response
1142           message on a window property, instead of just writing to its stderr.
1143         * Made the ~/.xscreensaver file be automatically reloaded when the
1144           file date changes.
1145         * The password dialog and splash screen no longer depend on Motif or
1146           Athena.  This should clear up a number of focus problems, and is the
1147           first step on the path toward moving all of the
1148           Motif/Athena/whatever code out of the xscreensaver daemon, and into
1149           external processes.
1150         * Don't complain about LessTif 0.86 any more, since the new password
1151           dialog makes that problem go away.
1152         * Configure tweaks for Irix 6.5, SunOS 5.something.
1153         * New `-reflect' option to `distort'.
1154
1155 2.32    * Added reading and writing of a ~/.xscreensaver file, so that the
1156           Preferences panel can save its settings.
1157         * New version of `rubik'.
1158         * Added `-select N' argument to `xscreensaver-command'.
1159         * Oops, left out some of the `bubbles3d' files...
1160
1161 2.31    * The cursor was invisible in the password dialog. Fixed.
1162         * Made configure warn against MesaGL 2.6.
1163         * Fixed X error at startup when using non-default visual.
1164         * New version of `crystal', `ant', and `atlantis' from xlockmore.
1165         * New hack, `bubble3d'.
1166         * Added some new modes to `bsod'.
1167
1168 2.30    * Changed the order in which -lSM and -lICE are linked to be after
1169           Motif instead of before (Lesstif on Irix needs this.)
1170
1171 2.29    * Work around a bash bug in configure.
1172         * Tweaked HPUX paths again.  FTSOHPUX.
1173         * Made configure recommend against LessTif 0.86, due to a bug in that
1174           version that causes a security hole in the screen locking code.
1175           LessTif 0.87 will fix it.
1176         * Made all of the `--with' options to `configure' accept a directory
1177           option as well (so that --with-motif=/FOO will add -I/FOO/include
1178           -L/FOO/lib).  I believe this is the Configure Party Line of how do
1179           to such things.
1180         * Fixed a bug where the mouse was left un-grabbed after the first time
1181           the graphics hack was changed (simplified all of the mouse-grabbing
1182           logic.)
1183         * Maybe possibly perhaps made `vidwhacker' really not leave stray xv
1184           windows around.  This time for sure.
1185         * Added a new erase mode (random dots fizzling out.)
1186         * Added `-prefs' argument to `xscreensaver-command', that brings up
1187           the Preferences dialog directly (it seems that nobody ever noticed
1188           the `Preferences' button on the Demo Mode dialog, maybe this will
1189           help.)
1190         * Added a splash screen.  Turn it off with *splash:false.
1191
1192 2.28    * Better macsbug text in `bsod'.
1193         * New version of `distort' with many new modes.
1194         * Plugged a leak in `coral'.
1195         * Tweaked configure for HPUX.
1196         * Removed some compiler warnings.
1197         * More consistent usage of stderr versus stdout.
1198         * More diagnostics should an X error occur.
1199         * Fixed a possible crash in SGI-specific unfading code.
1200
1201 2.27    * Improved version of `distort'.
1202         * Made `lament' compile against OpenGL 1.0 (though it still requires
1203           1.1 to work properly.)
1204         * Updated my email address and home page.
1205
1206 2.25    * Improved motion in `rd-bomb'.
1207         * Added XSHM (shared memory extension) support to the `distort',
1208           `interference', `moire', `rd-bomb', and `swirl' hacks, which speeds
1209           them up a bit.
1210         * Added `lament' hack.
1211
1212 2.24    * Tweaked the order of the -L options again.
1213         * Cleaned up configure's `--help' message.
1214         * Added `kumppa' hack.
1215         * Smarter maze-solving algorithm in `maze'.
1216         * Took `xlyap' out of the default list of hacks, since it's just
1217           incredibly buggy (and slow.)  Maybe someday someone will fix it...
1218         * Added `distort' hack, but didn't add it to the default list (yet)
1219           because it's still too slow.
1220         * Made the Athena demo dialog look more like the Motif version; it has
1221           a text-entry field now, too.
1222         * Made the Athena password dialog echo asterisks, like Motif does,
1223           instead of using a flyspeck font.
1224         * Some random configure tweaks.
1225         * Added a `timestamp' resource that makes the `-verbose' messages
1226           include the time at which they were printed.
1227
1228 2.23    * The fix for SGI's ``scheme'' nonsense broke things, and let the
1229           user's "*background" resource show through.  Fixed it in a different
1230           way.
1231
1232 2.22    * Added support for the DPMS server extension (Display Power
1233           Management System.)
1234         * Made configure advertize the `--enable-subdir' option a little more,
1235           since that seemed to cause some people stress.  Also, made that
1236           directory be built into the xscreensaver executable, as a hardcoded
1237           prefix to $PATH.  (Might help, shouldn't hurt.)
1238         * Made configure prefer the two-arg gettimeofday to the one-arg
1239           version, since AIX doesn't have any prototypes.
1240         * Made it work with Xaw3d (the 3D Athena library.)
1241         * Made `make install' create directories as necessary.
1242         * New version of lmorph from Sverre.
1243         * Added `crystal' and `discreet' hacks from xlockmore.
1244         * Added a new mode to `bsod'.
1245
1246 2.21    * Made `xscreensaver-command -time' use different words.  (It now
1247           describes the two states as "screen blanked since..."  and "screen
1248           non-blanked since..." instead of "active since..." and "inactive
1249           since..." which a lot of people interpreted as meaning the opposite
1250           of what was intended.)
1251         * Improved some error messages, in the hopes of making the distinction
1252           between the xscreensaver and xscreensaver-command programs more
1253           obvious.
1254         * Rewrote (and reorganized) parts of the xscreensaver and
1255           xscreensaver-command manual pages.
1256         * Renamed xscreensaver's `-lock' command-line option to be
1257           `-lock-mode', to avoid confusion with the `-lock' option to
1258           xscreensaver-command, which does a totally different thing.
1259         * Removed xscreensaver's `-demo' command-line option for a similar
1260           reason; use `xscreensaver-command -demo' instead.
1261         * Disabled SGI's ``scheme'' nonsense in a better way than
1262           fully-qualifying the background colors in every single hack.
1263         * Fixed some other minor cosmetic problems when *sgiMode is turned on.
1264         * Fixed an X error in `bsod -root' (how ironic...)
1265
1266 2.20    * Fixed a bug that caused the mouse to sometimes not be grabbed
1267           properly (meaning the window manager menu could pop up over the
1268           demo-mode display.)
1269         * Fixed a bug that made the stderr output sometimes get printed twice.
1270         * Fixed a bug that made the demo-mode scrollbar move too fast.
1271         * Protected against a possible buffer overflow.
1272         * Made `vidwhacker' not leave stray xv windows around.
1273         * New version of `ant' so that Bagley doesn't calve.
1274         * Make configure on AIX get XShm from the right library.
1275
1276 2.19    * One file was missing from the tar file.
1277
1278 2.18    * Oops, atlantis wasn't being built by default.
1279         * Added `epicycle' hack.
1280         * Added `interference' hack.
1281         * Added `truchet' hack.
1282         * Added `bsod' hack.
1283         * Added some new modes to `vidwhacker'.
1284
1285 2.17    * Added a -window-id argument to most hacks, so that they can draw on
1286           arbitrary externally-provided windows.
1287         * Synched with xlockmore 4.11a01.
1288         * Added `flow' hack.
1289         * Added `atlantis' GL hack.
1290         * Renamed `puzzle' hack to `jigsaw', since xlock already had a
1291           different mode called `puzzle'.
1292         * Made it self-configure properly when Motif 2.1.0 is being used
1293           (requires -lXp now, sigh...)
1294
1295 2.16    * Made `flag' able to do XPM images.
1296         * New look for the xscreensaver logo (`xroger').
1297         * Fixed compilation error on Suns with adjunct passwords.
1298         * Got multi-architecture builds working again.
1299         * Some configure tweaks for building on HPUX and Solaris.
1300         * Fixed bug in decayscreen.
1301         * Fixed typo in passwd.c.
1302         * Made `cynosure' not die when colormap is full.
1303
1304 2.15    * Added `cynosure' hack.
1305         * Added `moire2' hack.
1306         * Tweaked `erase.c' some more.
1307         * Made unfading a bit smoother.
1308         * Added `vidwhacker' hack (not installed by default.)
1309         * Added `stairs' hack.
1310         * Split `escher' into `cage' and `moebius', as per xlockmore.
1311         * Changed subprocess handling to use sigaction() instead of signal()
1312           if it's available (this is necessary for SCO but should work fine on
1313           other systems too.)
1314         * Various other tweaks.
1315
1316 2.14    * Better fix for the Motif drag-and-die lossage.
1317         * Put in some kludges to work around a LessTif bug.
1318         * XScreenSaver is known to work with LessTif 0.82 now.
1319         * Made fading work on high-end SGI video hardware.
1320         * Fixed another SGI-specific bug in screen grabbing; will the madness
1321           never cease?
1322         * Fixed another crash in `xlyap'.
1323
1324 2.13    * Made `decayscreen' do directions other than down.
1325         * Improved `puzzle'.
1326         * Fixed a crash in `xlyap'.
1327         * Added CDE info to the man page, removed `cde.txt'.
1328         * Configure tweaks for Zippy.
1329         * Turned off the signal handling in `bubbles' because it was sometimes
1330           failing to die.
1331         * Added `hacks/xscreensaver-sgigl.c' to make it possible to run SGI's
1332           ElectroPaint hack (/usr/demos/bin/ep) with xscreensaver.  Finally!
1333         * Fixed a buffer overrun in the locking code that some wily, malicious
1334           cracker must have slipped in.
1335         * Disabled Motif drag-and-drool in the dialog box buttons, since it's
1336           broken in some old versions of Motif.
1337
1338 2.12    * Added `README.debugging'.
1339         * Added `puzzle' hack.
1340         * Added `xlyap' hack.
1341         * Added `default-n' as a visual name, so that one can have -install on
1342           by default, but turn it off for certain poorly-behaved hacks (like
1343           xv.)
1344         * Added support for grabbing frames of external video (on SGI) to the
1345           screen-grabbing hacks (decayscreen, slidescreen, slip, blitspin, and
1346           puzzle.)
1347         * Improved look of tiles in `slidescreen'; fixed its color allocation
1348           problem.
1349
1350 2.11    * Tweaked `blitspin', added it to the default list.
1351         * Added `lissie', `mountain', `triangle', `worm', `rotor', and `ant'
1352           from xlockmore.
1353         * Updated `sierpinski', `galaxy', and `lisa'.
1354         * Thickened the lines in `braid' and `lmorph'.
1355         * Updated VMS makefiles.
1356         * Renamed `fract' to `vines'.
1357         * Added `xjack' hack.
1358         * Made a few more hacks use erase.c, and added a few more wipe styles.
1359         * Fixed compilation problem with Sun's version of OpenGL.
1360         * Added ability to use sigaction() instead of signal()
1361           to work around a SCO kernel bug.
1362
1363 2.10    * Fixed colormap bugs in `rd-bomb'; sped up `coral'.
1364         * Configure tweaks for *BSD.
1365
1366 2.08    * New hacks `rd-bomb' and `coral'.
1367         * New version of `maze' with some new algorithms.
1368         * New colorized version of `rocks'.
1369         * Fixed a bug in qix on 64-bit machines.
1370         * Fixed a bug in the -time option.
1371         * Fixed a bug in configure related to LessTif.
1372
1373 2.07    * Minor header tweaks in windows.c and flag.c.
1374         * Made multi-architecture ($VPATH) builds work properly.
1375         * Merged new GL stuff from xlockmore (rubik, morph3d.)
1376         * Fixed intermittent crashes in `imsmap' and `munch'.
1377         * Added `fadeplot' hack from xlockmore.
1378
1379 2.06    * Merged in VMS support from Patrick Moreau.
1380
1381 2.05    * Fixed a MIT-SCREEN-SAVER-related crash, and tweaked
1382           configure to detect the extra-random -Xss library.
1383
1384 2.04    * HP configure tweaks.  Detect and warn about LessTif.
1385         * Fixed low-color behavior of `goop', `pyro', `starfish',
1386           `greynetic', `flame', `halo', and `moire'.
1387
1388 2.03    * Fixed flicker in `pipes'.  Fixed 3d in `bouboule'.
1389         * Added `munch' hack.
1390         * Added basic dependencies to the Makefile.in files.
1391
1392 2.02    * Fixes for compiling with the MIT saver extension.
1393         * Made the yow/fortune program be a configure option.
1394         * Various configure tweaks.
1395
1396 2.01    * Added `goop' and `starfish' hacks.
1397         * Added colomap cycling to `halo'.
1398         * Made `attraction' use the new colormap allocator.
1399         * Added better $PATH diagnostics.
1400         * There was a bug in frand!  Color selection should be much improved
1401           now.
1402
1403 2.00    * Converted to use `configure' instead of `imake'.
1404         * ANSI C is now required.
1405         * Added Kerberos locking support, from Nat Lanza.
1406         * Made the stderr text use overlay planes, if possible.
1407         * Reworked the xlockmore compatibility stuff again.
1408         * Added `gears', `superquadrics', `escher', `pipes', and `sproingies'
1409           hacks (depend on OpenGL.)
1410
1411 1.34    * Fixed some bugs, made fading be a little smoother.
1412
1413 1.33    * Made it work with multi-headed displays.
1414         * Generalized sub-process management (Unix sucks!)
1415         * Added interactive mouse frobbing to Julia.
1416         * Added (untested) support for HPUX shadow passwords.
1417         * Made normal non-shadow passwords be checked if the shadow passwords
1418           aren't accessible for some reason.
1419
1420 1.32    * Removed *colorPrograms and *monoPrograms resources: made it possible
1421           to specify the desired visual on a per-hack basis.
1422         * Cleaned up / restructured the driver: no more globals.
1423         * Made the Motif and Athena dialogs share more code.
1424         * Probably fixed some Athena colormap-installation bugs.
1425         * Fixed screen grabbing (cmap) on SGI 12-bit PseudoColor.
1426         * Fixed divide-by-zero in bright random colormaps.
1427         * Added an improved version of xlock's `flag' hack.
1428         * Made unfading work better, and not flicker on SGIs.
1429         * Added `sphere', `forest', `lisa' hacks from xlockmore.
1430         * Added (untested) support for SunOS Adjunct passwords.
1431
1432 1.31    * Improved colors and colormap cycling of many hacks.
1433         * Cleaned up xlockmore compatibility layer.
1434         * Made `blitspin' able to grab an image off the screen.
1435         * Ported `swirl' and `bouboule' hacks from xlockmore.
1436         * Made the driver more careful about not leaving bits on the screen,
1437           or allowing other windows to raise themselves: it now re-blanks the
1438           screen every so often.
1439         * Added `-time' option to `xscreensaver-command'.
1440         * Improved SGI screen-grabbing some more: now it can grab TrueColor
1441           screens into PseudoColor windows and have the colors still come out
1442           semi-reasonably.
1443
1444 1.30    * Made `slidescreen' and `decayscreen' work better on SGIs when
1445           windows of different visuals are present, by using the
1446           XReadDisplay() extension to get a true 24-bit image out of the frame
1447           buffer.
1448         * Made `noseguy' be in color, if compiled with XPM.
1449         * Ported `braid', `drift', `fract', `galaxy', `grav', `ifs', `julia',
1450           `laser', `lightning', `penrose', `sierpinski', `slip', `spiral', and
1451           `strange' hacks from xlockmore.
1452         * Merged `hopalong' hack with a more recent version.
1453         * Added `cde.txt'.
1454
1455 1.28    * Added `deco', `moire', and `kaleidescope' hacks.
1456         * Merged in support for non-Motif locking and demo mode.
1457         * Made `blitspin' and `bubbles' work in TrueColor.
1458         * Fixed a stupid bug I introduced in `imsmap'.
1459         * Added `poly' and `gravity' options to `qix'.
1460
1461 1.27    * Added support for SGI SCREEN_SAVER extension.
1462         * Made `fade' and `unfade' work on 8-bit SGIs.
1463         * Made the dialog boxes more Motify.
1464         * Added `bubbles' hack.
1465
1466 1.26    * Added `lmorph' hack.
1467         * Added viscosity and mouse-control to attraction.
1468         * Fixed possible bad color choices in qix and attraction.
1469         * Added ramp-mode to halo.
1470         * Added a new RNG, which is faster and more portable than using the
1471           RNG in libc.
1472         * Made locking work on SCO.
1473         * Various other minor tweaks that I don't remember.
1474
1475 1.25    * Made it capture the stdout/stderr of its subprocesses and present
1476           them on the screensaver window itself.
1477         * Made demo mode work correctly with non-default visuals and color
1478           maps, instead of always using the defaults.
1479         * Added -visual argument to all included screenhacks.
1480         * Support for the R6 MIT-SCREEN-SAVER server extension.
1481         * Made the demo mode list scroll properly.
1482         * Added `pedal' hack.
1483
1484 1.24    * Fixed some private-colormap oddities in slidescreen, decayscreen,
1485           and xroger.  Fixed apparent conservation- of-mass problem in pyro;
1486           made the shrapnel round.
1487
1488 1.23    * Minor tweaks for IRIX5; fixed locking race condition.
1489
1490 1.22    * Minor tweaks for X11R6.
1491         * Fixes for non-default visuals.
1492
1493 1.21    * Fixed bug in color blitspin; added default image.
1494         * Added diagnostics to noseguy.  Fixed off-by-one error in flame.
1495         * Added some missing casts.
1496
1497 1.19    * Added `flame' hack.
1498         * Fixed a minor Motif dialog text field bug.
1499         * Fixed yet another XPointer-not-defined-in-R4 bug.
1500
1501 1.18    * Added support for shadow password files.
1502         * Fixed some Motif-related locking bugs.
1503         * Added diagnostics when locking is disabled.
1504         * Made blitspin able to use the XPM library.
1505         * Added `decayscreen' hack.
1506
1507 1.17    * Added `halo' hack.
1508
1509 1.16    * Portability fixes.
1510
1511 1.15    * Broke the driver up into more source files.
1512         * Moved the hacks into their own directory.
1513         * Made all `time' parameters accept the 00:00:00 syntax, so that even
1514           the parameters which are normally read as minutes can be specified
1515           in seconds.
1516         * Added colormap cycling to `imsmap'.
1517         * Made hyper work with K&R compilers.
1518
1519 1.14    * Added `orbit' option to `attraction' hack.
1520         * Added `lock-timeout' option.
1521         * Cleaned up options of `maze' hack.
1522
1523 1.09    * Added demo mode, and locking.
1524         * Added `maze' hack.
1525         * Added `norotate' option to `rocks' hack.
1526
1527 1.05    * Works when run from XDM before anyone logs in.
1528         * Sped up `imsmap'.
1529         * Can use `xv' as a slideshow without using up colormap entries while
1530           the screen is not blanked.
1531         * Fixed a BadDrawable error in non-XIdle mode.
1532         * Added `blitspin' and `imsmap'.
1533
1534 1.01    * Current list of included hacks is now: qix, helix, rorschach,
1535           attraction, greynetic, rocks, pyro, hopalong, and noseguy.