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