summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2006-10-20 12:38:48 +0000
committerhubertf <hubertf@pkgsrc.org>2006-10-20 12:38:48 +0000
commit944ca80782d708cdcea39b3d91aa7f86b078a8ed (patch)
tree65aa75cccc8f4716f3d4f0fac330992bb9dd87ba /doc
parent8fe838ec6beb2f71424e48a54f569f69c8e6b641 (diff)
downloadpkgsrc-944ca80782d708cdcea39b3d91aa7f86b078a8ed.tar.gz
Update xlockmore and xlockmore-lite to 5.23.
Changes: * Fixed core for toneclock (fixed similar code in ico). Remove XSetFont on global GC dclock, marquee, nose, puzzle, xjack, bomb. image now can handle messages xlock -mode image -message "unicycle" If message is too big for little window it will randomly move around. solitare draw line errors fixed. dclock to handle user defined messages (nothing really to do with a clock, actually, but the man page already says "Shows a floating digital clock or message"). nose mode tried to simplify talking code and fix small bugs like do not print tabs (it prints a box char for me) or not handling linefeeds correctly at end of message. * DirectColor fix thanks to Jouk Jansen. Mallocing for error should check success pointed out by Dan Lukes. Using method in xlock.c, with some changes, did similar changes for passwd.c and resources.c PAM checking allocation fix and null resistant ReadXString thanks to Dan Lukes <dan AT obluda.cz>. Added stipples to life3d. Noticed ant3d would probably leak if in mono... fixed. thick option for maze thanks to Alex Austin <circuitsoft.alex AT gmail.com>. Also changed MINGRIDSIZE to 2. Removed extra pixel space to the right and bottom of path... some people may like this so its an option... threed (not really 3D, a better name would be nice). fzort fix for uninitialized memory read thanks to Mauro Persano <mauro_persano AT yahoo.com> Fix to avoid running OpenGL on a StaticGray, GrayScale, and StaticColor on Sun. Sun's glxCreateContext core dumps on Solaris 10. Turned off XRaiseWindow for Cygwin as it was stopping me from logging in. Added -DSYNCHRONIZE option to config.h.in for help in debugging X errors. Fixed a problem with random colors from petri mode PseudoColor.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES-20064
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES-2006 b/doc/CHANGES-2006
index 82a1f2eba99..c03dcdcddac 100644
--- a/doc/CHANGES-2006
+++ b/doc/CHANGES-2006
@@ -1,4 +1,4 @@
->$NetBSD: CHANGES-2006,v 1.1573 2006/10/20 08:16:40 dsainty Exp $
+>$NetBSD: CHANGES-2006,v 1.1574 2006/10/20 12:39:05 hubertf Exp $
Changes to the packages collection and infrastructure in 2006:
@@ -4905,3 +4905,5 @@ Changes to the packages collection and infrastructure in 2006:
Added sysutils/hddtemp [christos 2006-10-19]
Added sysutils/xentools30-hvm version 3.0.3 [bouyer 2006-10-19]
Updated mail/exmh to 2.7.2 [dsainty 2006-10-20]
+ Updated x11/xlockmore to 5.23 [hubertf 2006-10-20]
+ Updated x11/xlockmore-lite to 5.23 [hubertf 2006-10-20]