Path to this page:
Subject: CVS commit: pkgsrc/x11/libXaw
From: Thomas Klausner
Date: 2021-03-29 22:57:08
Message id: 20210329205708.4047DFA95@cvs.NetBSD.org
Log Message:
libXaw: update to 1.0.14.
Changes in libXaw-1.0.14:
Alan Coopersmith (26):
editres can trigger sigsegv in inspected application (Debian bug 790325)
Fix xload crashes if the window is wider than 2048 pixels
Fix misleading indentation in TextAction.c
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
specs: suggest XtOpenApplication instead of XtAppInitialize
specs: Convert troff .IN macros to docbook <indexterm> tags
specs: Add olinks to libXt spec
specs: Add olinks to libX11 spec
specs: Add olinks to ICCCM spec
specs: Add missing subsections of CH4 and reorder to match X11R6.6 spec
specs: Reorder subsections of CH5 to match X11R6.6 spec
specs: update credits for DocBook conversion
specs: show libXaw version instead of X11R7.7
specs: use glossary list markup for Terminology section
specs: restore missing list terms in "Underlying Model"
specs: fixup some more xrefs & links
specs: fixup remaining troff \fI & \fP escapes
specs: Convert ``quotes'' to <quote>
specs: misc. manual fixes
specs: replace nroff 1/6th-em space (\|) with Unicode entity ( )
specs: replace nroff hair space (\^) with Unicode entity ( )
specs: move trailing punctuation to behind </function> tag
specs: remove excess spaces between < > and header names
specs: app-defaults & rgb.txt are in /usr/share now, not /usr/lib
Pass correct number of atoms from SelectSave to _XawTextSaltAwaySelection
Emil Velikov (1):
autogen.sh: use quoted string variables
Jeremy Huddleston Sequoia (1):
darwin: Remove incorrect export of vendorShellClassRec and \
vendorShellWidgetClass
Jon Turney (1):
Avoid warning about missing getpagesize() prototype on Windows
Matt Turner (1):
libXaw 1.0.14
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Roberto Branciforti (1):
Scrollbar.c: Add Btn4 & Btn5 to default translations
Thomas E. Dickey (57):
build-fixes when _CONST_X_STRING is defined
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add casts to quiet gcc conversion-warnings, no object change
add --disable-const option, from libXt
trim some stray backslashes leftover from nroff, and fix some whitespace \
in code samples
quiet some more type-conversion warnings, as well as unused-parameters
change variables to/from char* vs String to reduce compiler warnings (no \
object change)
fix a missing struct-initializer, and quiet unused-parameter warnings
change a couple of variable-types to reduce compiler warnings (no object \
change)
fix some type/comparison compiler warnings (no object change)
fix some type/conversion compiler warnings (no object change)
fix some type/conversion compiler warnings (no object change)
fix some type/conversion compiler warnings (no object change)
fix misleading indentation, which gave a compiler warning
fix some type/conversion warnings (no object change)
fix some type/conversion warnings (no object change)
fix some compiler warnings in MenuButton.c by changing the menu name from \
String to char*
use _X_UNUSED to quiet unused-parameter warnings
change COMMON_CFLAGS and COMMON_CPPFLAGS to AM_CFLAGS and AM_CPPFLAGS
fix compiler warning by updating parameter type for call to XtDisplayInitialize
reduce compiler warnings using casts, no object change
compiler-warning fixes for const-mismatches, no object-change
Tobias Stoeckmann (1):
NULL pointer dereference in XawAsciiSinkInitialize
Files: