This minor bugfix release finally fixes my long-festering pet peeve with
this tool - when a font fails to load, it will now continue to update the
text sample area instead of letting it accumulate menu images and other
failed repaint turds. There's a few other small changes too, but no one
will notice them.
Alan Coopersmith (6):
Combine usage message strings
Prevent memory leak in GetFontNames if no fonts are matched
Remove extraneous braces left from commit 1d6970a838d4ed42a
When font fails to load, grey out text instead of unmapping text widget
Use C99 struct initializer for parseRec in GetFontNames()
xfontsel 1.0.5
1.0.4:
Alan Coopersmith (4):
Convert sprintf calls to snprintf
Strip trailing whitespace
Add const attribute to fieldP fix a gcc -Wwrite-strings warning
xfontsel 1.0.4
Gaetan Nadon (5):
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Jesse Adkins (2):
Purge cvs tags.
Remove USE_TEXT_WIDGET (bug 8966)
1.0.3:
This release includes several years worth of build improvements and cleanups,
including fixes for builds on case-insensitive filesystems, builds without the
Xaw8 macros, and other fixes needed for building on various platforms.