[ANNOUNCE] xsm 1.0.6

2024-03-03 Thread Alan Coopersmith
X Session Manager (xsm) --- This release adds -help and -version options and removes ifdefs in the code for platforms that haven't been supported in the build system since the switch from imake to autoconf. Alan Coopersmith (8): unifdef -UUSG unifdef -UMOTOROLA

[ANNOUNCE] xrefresh 1.1.0

2024-03-03 Thread Alan Coopersmith
xrefresh - refresh all or part of an X screen - This release adds two new command-line options: -delay ms & -help Alan Coopersmith (3): gitlab CI: stop requiring Signed-off-by in commits Add -help option xrefresh 1.1.0 Andrew

[ANNOUNCE] xpr 1.2.0

2024-03-03 Thread Alan Coopersmith
xpr takes as input a window dump file produced by xwd and formats it for output on various types of printers. This release adds new command line arguments -papertype, -pheight, and -pwidth in order to support paper sizes other than 8.5 x 11 inches. For those building for 32-bit platforms, it

[ANNOUNCE] xmh 1.0.5

2024-03-03 Thread Alan Coopersmith
The xmh program provides a graphical user interface to the MH Message Handling System. To actually do things with your mail, it makes calls to the MH package. This release adds -help & -version options, and has a number of code cleanups. For those building for 32-bit platforms, it also enables

[ANNOUNCE] xmessage 1.0.7

2024-03-03 Thread Alan Coopersmith
xmessage displays a message or query in a window. The user can click on an "okay" button to dismiss it or can select one of several buttons to answer a question. xmessage can also exit after a specified time. This release adds a -version option and improves handling of unknown arguments. For

[ANNOUNCE] xfontsel 1.1.1

2024-03-03 Thread Alan Coopersmith
xfontsel application provides a simple way to display the X11 core protocol fonts known to your X server, examine samples of each, and retrieve the X Logical Font Description ("XLFD") full name for a font. Alan Coopersmith (5): Use gettext() to localize messages if available include

[ANNOUNCE] xev 1.2.6

2024-03-03 Thread Alan Coopersmith
xev prints the contents of X events it receives. Alan Coopersmith (4): gitlab CI: stop requiring Signed-off-by in commits Mark global variables as "static" since there's only one source file Mark graceful_exit as noreturn xev 1.2.6 Mikael Magnusson (1): Fix overflow

[ANNOUNCE] xauth 1.1.3

2024-03-03 Thread Alan Coopersmith
The xauth program is used to edit and display the authorization information used in connecting to the X server. This is a minor bugfix release, including fixes for compiler warnings. For those building for 32-bit platforms, it also enables use of the "large file" APIs - while Xauthority files

[ANNOUNCE] mkfontscale 1.2.3

2024-03-03 Thread Alan Coopersmith
mkfontscale creates the fonts.scale and fonts.dir index files used by the legacy X11 font system. Since version 1.2.0, it also includes the mkfontdir script previously distributed separately for compatibility with older X11 versions. This release switches to the use of pkg-config to find the

[ANNOUNCE] listres 1.0.6

2024-03-03 Thread Alan Coopersmith
The listres program prints a list of X resources for a widget in an X client written using a toolkit based on libXt. Alan Coopersmith (4): gitlab CI: stop requiring Signed-off-by in commits Print which argument was unknown before giving usage message Add -help and -version

[ANNOUNCE] editres 1.0.9

2024-03-03 Thread Alan Coopersmith
Editres is a tool that allows users and application developers to view the full widget hierarchy of any Xt Toolkit application that speaks the Editres protocol. Alan Coopersmith (6): Ensure all *.c files include config.h before any other headers Re-enable code to use XKB Bells