| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.1.1 * Use gettext() to localize messages if available * include config.h in xfontsel.c before checking for USE_GETTEXT * Print which arguments were unknown before giving usage message * Add -help and -version options * Fixed -Wshadow declaration warnings
- modernize spec-file, move license to %%licensedir - use gpg validation for sources
- Update to version 1.1.0:
* This release adds two small new features - a "Reset" button to reset
all the selections back to the initial values, and when given the "-scaled"
option fetch the actual screen resolution and add that to the list of
available resolutions for the resX and resY menus.
- Update to version 1.0.6 * Drop CRAY/WORD64 support (unifdef -UCRAY -UWORD64) * Replace TXT16 with XChar2b inline * config: Add missing AC_CONFIG_SRCDIR * configure: Drop AM_MAINTAINER_MODE * autogen.sh: Honor NOCONFIGURE=1 * Get rid of some extraneous ; at the end of C source lines * autogen.sh: use quoted string variables * autogen: add default patch prefix * autogen.sh: use exec instead of waiting for configure to finish
- fixed license to X11 in specfile
- Update to version 1.0.5:
+ Use C99 struct initializer for parseRec in GetFontNames().
+ When font fails to load, grey out text instead of unmapping
text widget.
+ Prevent memory leak in GetFontNames if no fonts are matched.
+ Combine usage message strings.
- Update to version 1.0.4: + Build system fixes.
- Split xfontsel from xorg-x11. Initial version: 1.0.3.