| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.1.4:
+ Ask groff for text instead of postscript on Solaris.
+ Fix typos & wording issues in source comments.
+ autogen.sh: Honor NOCONFIGURE=1.
+ configure: Drop AM_MAINTAINER_MODE.
+ config: Add missing AC_CONFIG_SRCDIR.
+ Fix shadow warning.
+ Fix tautology to the intended check.
+ Use same FORMAT command on cygwin as on linux in HANDLE_ROFFSEQ
case as well.
+ Ensure fgets read at least one byte before modifying string.
+ Fix "no search will be preformed" typo in dialog box message.
- Update to version 1.1.3:
+ COPYING: Remove notice for Xprint.
+ Check for CreateManpage returning NULL.
+ Check for InitPsuedoGlobals() returning NULL.
+ Close file pointer before setting it to NULL in Format().
Avoids more file leaks.
+ Fix file leak in ConstructCommand().
+ configure: check for groff and enable groff extensions if
found.
+ Provide a fallback mkstemp so we don't need to maintain 2 API
versions.
+ Fix scroll wheel when CapsLock, NumLock or other modifiers are
on.
+ Increase default text window sizes from 600 to 780 pixels.
+ Stop checking for OSMINORVERSION in list of Solaris man page
sections.
+ Replace StrAlloc with XtNewString.
+ Remove XConsortium/XFree86/XdotOrg RCS/CVS id tags.
+ Convert to X.Org standard code style.
+ Fix numerous typos & spelling errors in comments and message
strings.
+ Use <dirent.h> everywhere instead of checking for
X_NOT_POSIX/SYSV/USG/etc.
+ Eliminate use of tab stops. Use real TBL markup where
indicated.
+ Rename PIC to ROFF_PIC to avoid problems with "-DPIC"
compilations.
- Update to version 1.1.2:
+ Remove xmu dependency by inlining AssignMax macro.
+ Use snprintf to PATH_MAX sized buffers to construct filenames.
+ Convert more sprintf calls to snprintf.
+ Don't need to copy static strings to a buffer before calling
PopupWarning.
+ Mark string argument to PopupWarning as a const char *.
+ Build system fixes.
- Remove pkgconfig(xmu) BuildRequires.
- Split xman from xorg-x11. Initial version: 1.1.1.
- Update to version 1.1.5: * autogen: add default patch prefix * autogen.sh: use quoted string variables * autogen.sh: use exec instead of waiting for configure to finish * Update configure.ac bug URL for gitlab migration * Change fall through comment in ScrollByL.c to match gcc's requirements * Delete unused function Name() from tkfuncs.c * Make CreateManpageWidget use String type for name argument * Change fallback_resources from char * to String type * Pass -D_CONST_X_STRING to make libXt declare String as const char * * If we have man-db, don't try and emulate man's pipeline * Fix typo in manual page. * Update README for gitlab migration