diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-11-27 00:15:22 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-11-27 00:15:22 +0000 |
commit | a018feaf6575f32e6a75ce0f6f7eae0c9bb0e199 (patch) | |
tree | acf67adfe7ea7b0f750c0cc1aecfd955a593a1a8 /doc | |
parent | 7d8c2dbcdbbe657c6eee6a745f51c7e6f2deee32 (diff) | |
download | pkgsrc-a018feaf6575f32e6a75ce0f6f7eae0c9bb0e199.tar.gz |
Update xlockmore and xlockmore-lite to 5.14.1.
Changes:
5.14.1
Fixed PAM goof.
5.14
fadeplot,laser: do not clear so much with erase modes
(void *) for (caddr_t *) in argtype to get rid of most gcc warnings.
g++ cleanups for xglock, xmlock, flow, life, marqee, apollonian, pacman
configure cleanups.
Goof for random placement of labeling for life and life3d i.e.
the S could burn in on those old monitors.
flow mode improvements added thanks to Tim Auckland
Replace 2D rendering of Periodic Attractors with a 3D
'interrupted' rendering. Replace "-/+allow2d" with "-/+periodic"
Replace all ODE formulae with completely generic forms.
Add '-search' option to perform background high-speed discovery
for completely new attractors without impacting rendering
performance.
Use gaussian distribution for initial point positions and for
parameter search.
Add "+dbuf" option to allow Double-Buffering to be turned off on
slow X servers.
Remove redundant '-zoom' option. Now automatically zooms if both
rotation and riding are permitted.
Replace dynamic bounding box with static one pre-calculated
during discovery phase.
Simplify and fix bounding box clipping code. Should now be safe
to run without double buffer on all XFree86 servers if desired.
Sync'd up with xscreensaver version
Orbital camera (-/+rotate)
specify following bee (-/+ride)
zoom between bee and orbit (-/+zoom)
Bounding Box (-/+box)
disable 2D Poincare' section flows (-/+allow2d).
Also added basic double-buffering to avoid XFree86 'debris' problems
when lines go out of bounds.
A few more fixes from Eric Lassauge <lassauge AT users.sourceforge.net>.
gtk2/gtk detection in configure, automatically does a make for xglock
xglock now uses GTK2
genlauncher fix for noof (used by xglock).
life1d repeating patterns have a better chance of being caught.
compile dependencies for ImageMagick for VMS thanks to Jouk Jansen.
NICE_ONLY build option added. --enable-nice-only or --enable-blank-only
nice modes also reevaluated thanks to Tom Schmidt.
config.sub and config.guess updated from GNU.
Changed PAM to USE_PAM to be consistent with imake.
loop is more random when run as a single mode. -langton option added
if one just wants Langton's Loops.
atunnels resync with xsreensaver for new textures
thanks to Eric Lassauge <lassauge AT users.sourceforge.net>.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 2cbd35cc319..f1fc950845c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8034 2004/11/27 00:07:37 epg Exp $ +$NetBSD: CHANGES,v 1.8035 2004/11/27 00:15:22 hubertf Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5471,4 +5471,5 @@ Changes to the packages collection and infrastructure in 2004: Updated cambeva to 2.2 [abs 2004-11-26] Updated fvwm-devel to 2.5.12 [epg 2004-11-26] Updated gnuserv to 3.12.7 [epg 2004-11-27] - + Updated xlockmore to 5.14.1 [hubertf 2004-11-26] + Updated xlockmore-lite to 5.14.1 [hubertf 2004-11-26] |