Changes since rxvt 2.4.8:
fixed paths for WINGs includes to work with latest Window Maker code.
many bugs fixed in patch from suse src.rpm.
utmp/wtmp, glibc, pty support etc...
fixed bugs fg/bg cursor color code
added wmaker app menu
fixed xpm-background compile errors
fixed misc config errors
changed --enable-xpm-background --enable-transparency
--enable-next scroll to defaults.
added transparent scroller trough
fixed 1 pixel border in main window
fixed updating for root bg change
added many advanced options to app menu for shading, font
color, shade color, font size, cloning, etc.
more speed fixes
fixed bug with restart killing terms.
changed NEXT_SCROLLBAR code to produce real NEXTSTEP scrollers
include:
* bug fixes
* added perl var changes event source: you can now get a callback
when the value of a perl variable changes.
* install more documentation (Gtk::cookbook)
* optimize both memory used and speed of loading/execution
* add the ability to query packages, signals and object arguments.
Changes include:
* portability fixes
* fix stuck grabs with dnd on the canvas
* fix bad memory corrupting bugs that should fix most theme related
crashes reported earlier
* i18n fixes
* memory leak fixes
* gnome-calculator can expand buttons vertically
* build fixes
* developer documentation for libart_lgpl
* fix crashes and memory problems in libart_lgpl
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
add a check for the distfile before descending into the urlget directory
and making urlget. This fixes the problem with abusing BUILD_DEPENDS to
ensure that urlget is installed prior to fetching the distfiles, noted in
pkg/13410 by Bernd Ernesti <bernd@arresum.inka.de>.
one specified by gnome_config doesn't work. In particular, if a help file
can't be viewed with gnome-help-browser (eg, because gnome-core isn't
installed), fall back to the user's web browser rather than silently
losing.
GetDmesgInfo():
- changed to support '^foobar' in the filter string
- the filter function is now supposed to add the appropriate stuff
to passed QListView immediatelly, opaque/final is not passed any more
Couple fixes to kcontrol Information stuff:
- fix the display of IRQs, simplify the AddIRQLine(), use the QListView sort
facilities instead separate QStrList
- remove the 'waiting x seconds for devices to settle' on SCSI display
- fix the display of audio devices
- include Total Size and Free Size on Partition display, remove parentheses
in Mount Options
The patch will be fed to KDE Team for inclusion in future KDE versions.
UID/GID of 0 reliably points to the root user and group across NetBSD,
Solaris and Linux. This fixes the problem noted in pkg/14034 by
Sen Nagata <sen@eccosys.com>.
Changes:
Bugfixes and further development of DtPrintSetupBox.
Support for XmTextFieldSetHighlight()
Bugfixes and an additional resource for XmSpinBox.
Enhancements for the docs (FAQ, Installation Docs, manpages)
mwm fixes/enhancements from Andrei Rezvov <rezvov@niisi.msk.ru>
Drop inter-library dependencies (any libtool 1.4 related features)
Add checks whether to link against -lXp -lXext when using 2.1 Motif libraries
(e.g. clients, in our test/ tree)
Fix dmalloc debugging support (within configure script)
Add some files missing from our test/ tree in the tarballs
Smaller configuration and Makefile issues (portability fixes)
Remove support for configuring and building Xlt and Xbae from within the
LessTif distribution; they will be treated as separate packages from
now on. We've been wasting entirely too much time on complexities
caused by this lately. No more, I hope.
Various fixes for (potential) memory corruption
pkg/13191. The changes suggested in the PR were applied, and one more
change to look for the appdefaults file under ${PREFIX} instead of under
${X11BASE}.
(whether 2.0 or 1.2-compatible) into one file, motif.buildlink.mk.
lesstif12/buildlink.mk now assumes that if you include it, then you
actually want lesstif12.
To select that you want a Motif-1.2-compatible installation, define
USE_MOTIF12 in the package Makefile. If MOTIF12BASE is also defined, then
assume it points to a valid Motif-1.2 installation. Otherwise, auto-detect
whether /usr/dt is valid, or if we need lesstif12.
xpkgwedge. Also, OpenMotif can actually be installed into ${LOCALBASE}
if xpkgwedge is installed. Use x11.buildlink.mk and mark as
USE_BUILDLINK_ONLY, and add a buildlink.mk file for use by other package
Makefiles.
This release provides the following fixes:
Security fixes:
KDEsu. The KDEsu which shipped with earlier releases of
KDE 2 writes a (very) temporary but world-readable file
with authentication information. A local user can
potentially abuse this behavior to gain access to the X
server and, if KDEsu is used to perform tasks that require
root-access, can result in comprimise of the root account.
Bug fixes:
kio_http. Fixed problems with "protocol for http://x.y.z
died unexpectedly" and with proxy authentication with
Konqueror.
kparts. Fixed crash in KOffice 1.1 when splitting views.
khtml. Fixed memory leak in Konqueror. Fixed minor
HTML rendering problems.
kcookiejar. Fixed minor problems with HTTP cookies.
kconfig. Fixed problem with leading/trailing spaces in
configuration values.
kdebug. Fixed memory leak in debug output.
klineedit. Fixed problem with klineedit emitting "return
pressed" twice.
(The security fix was already dealt with by patches.)