While here:
- sprinkle stdlib.h widely to avoid undefined behavior calling malloc
- fix randomizer setup (was calling srand() and then using random())
- avoid installing a csh script, since we were replacing the entire
contents of the file anyhow
- add missing libXt and libX11 bl3.mk
- add patch comments
PKGREVISION -> 4.
(2) Some pkglint flags cleared, (comment on patches, INSTALATION_DIRS)
(3) (No change) Consider dropping to support gcc-2.95 (huge patches).
1.9 (2012-05-02)
Fix file descriptor leaks.
Fix directory resource leaks and segfaults on opening errors.
Reset the umask before creating the temporary directory.
Rewrite showttf to use XCB instead of X11.
1.8 (2010-11-09)
Remove the obsolete `--multi' option.
Bump gettext dependency to 0.18.
-- Use --previous in msgmerge to help translators.
Blank unused fields of the fsError struct when sending an error.
Fix segfaults on font open errors (thanks to Edward Welbourne).
Handle mmap failures which might end up as segfaults otherwise.
Fix crashes with fortify support when:
-- Listing fonts (thanks to Erik Devriendt).
-- Setting info file magic and type fields (thanks to Niall Creech).
Fix segfault on fonts with unknown cmap format.
Add SIGHUP handler to re-sync fonts cache.
Do not hardcode any path component in the man page.
Code cleanup:
-- Fixed several compiler warnings.
-- Constify types.
-- Refactor client state into a new struct.
-- Refactor font protocol error reply handling.
-- Remove unused or duped includes.
-- Switch more C `char *' strings to C++ strings.
-- Use C++ algorithm instead of custom code.
-- Always include "config.h" first.
-- Use <stdint.h> instead of our own types.
Build system cleanup:
-- Detect system endianness at build time.
-- Enable silent rules by default if support is available.
-- Do not use AM_MAINTAINER_MODE.
-- Make X11 usage selectable at configure time (new `--with-x11').
-- Always build (but not install) extra tools.
-- Use pkg-config to get fontsproto and x11 module flags.
-- Fix `make distcheck'.
1.7 (2005-11-30)
Made gettext external.
Use autoreconf instead of `autogen.sh'.
Changed mail address.
Generate the manpage at build time, to use variable paths and version.
Remove win32 obsolete code.
Use new error, warning and info functions.
Changed some data types names.
Fix hyphen used as minus sign in manpage.
Fix build failure on Irix with gcc 3.2 (thanks to Dirk Tilger).
Add IPv6 support.
Update FSF's address.
1.0.7:
This release features a lot of cleanups, portability & build configuration
improvements, and some fixes for building on BSD releases, especially
recent versions of FreeBSD.
1.0.6:
This release mostly covers build fixes, including one needed for building
on FreeBSD 9.0, and minor janitorial cleanups.
1.0.5:
A minor release featuring documentation improvements and janitorial cleanups.
sessreg is used by display managers such as xdm and gdm to record X sessions
in utmp, wtmp, and lastlog files.
1.0.4:
Alan Coopersmith:
X_NOT_POSIX bits for pre-POSIX-1990 systems not needed any more
Version bump: 1.0.4
David Nusinow:
Require xproto instead of libX11 for building (bug #9631)
James Cloos:
Add missing PHONY line for automatic ChangeLog generation
2.4.35:
Alex Deucher (3):
radeon: add new pci ids
radeon: fall back to 1D tiling only with broken kernels
configure: bump version for release
Ben Widawsky (2):
intel: sanitize i915_drm.h
intel: wait render header updates
Inki Dae (1):
libdrm: add exynos drm support
Michel Dänzer (1):
radeon: Add Southern Islands PCI IDs.
2.4.34:
Anisse Astier (1):
radeon: Add new R600 PCI ids for surface manager
Ben Skeggs (3):
lists: add nicer+unsafe foreach, and list join macros
nouveau: pull in major libdrm rewrite
nouveau: init nvc0 channel alloc req structure fully
Christoph Bumiller (1):
nouveau: expose notifier handle on nvc0 as well
Daniel Vetter (1):
intel/decode: decode MI_WAIT_FOR_EVENT
Eugeni Dodonov (1):
intel: add Ivy Bridge GT2 server variant
Marcin Slusarz (2):
nouveau: remove unnecessary EAGAIN loops
nouveau: fix channel closing
Paul Berry (2):
intel: Add the ability to supply annotations for .aub files.
configure: Bump version for 2.4.34.
Paulo Zanoni (4):
modetest: fix some compiler warnings
modetest: fix drmModeGetConnector memory leak
modetest: call drmModeFreePlaneResources
modetest: print more about our properties
Rob Clark (7):
omap: fix license header
modetest: add drm_plane support
modetest: add YUV and multi-planar support
modetest: add AR15/XR15 (RGB-1555) formats
modetest: fix typo
libdrm: update drm headers from kernel for prime/dmabuf
omap: add dmabuf support
Víctor Manuel Jáquez Leal (1):
omap: fix compiler warning
This minor maintenance release mostly provides the usual collection of
janitorial cleanups and build configuration improvements.
It also changes the installation path for the pkg-config xbitmaps.pc from
$(libdir) to $(datadir), as no libraries or compiled code are found via
this pkg-config file, only platform-independent image files (which double
as C source code headers that programs may #include at compile time).
This command is very raw and is therefore only partially implemented;
we present it here as a rough prototype for developers, not as a
general purpose tool for end users.
The xkbevd event daemon listens for specified XKB events and executes
requested commands if they occur. The configuration file consists
of a list of event specification/action pairs and/or variable
definitions.
xkbutils is a collection of small utilities utilizing the XKeyboard (XKB)
extension to the X11 protocol.
It includes:
xkbbell - generate XKB bell events
xkbvleds - display the state of LEDs on an XKB keyboard in a window
xkbwatch - reports changes in the XKB keyboard state
transset is an utility for setting opacity property.
Features:
* select window by clicking (as transset)
* select actual focused X11 window
* select window by pointing
* select by window name or id
* force toggle
* increase or decrease opacity
This is the first release of transset originally written by Keith
Packard a long time ago. Daniel Forchheimer added many features and
released it as transset-df. This release includes all the patches
written by Daniel Forchheimer and provides some compiler warning fixes,
cleanup and build improvements.
I've reduced the patch to configure further.
7.0.23:
This release continues our documentation improvements, defines new keysyms
needed for input of various langugages, and fixes a couple compliation errors
in software that includes these headers when building either in C89 mode
(without C99 varargs macros) or in the Cygwin environment.
7.0.22:
This release provides a number of documentation improvements, a few new
macros and new keysyms.
7.0.21:
This release contains the addition of Sinhala Unicode keysysm and a
couple of compiler fixes and additions.
7.0.20:
This release provides two code changes - an additional #include <sys/types.h>
on Solaris machines to fix build issues in the X server, and the addition of
new XF86XK_TouchpadOn & XF86XK_TouchpadOff keysyms to the keysym definition
headers.
It also now includes the definitions of the ServerInterpreted families of
addresses that have been registered for use with the xhost +si:* syntax,
that were previously found in the xorg-docs module, since the X11 Protocol
spec defines the ServerInterpreted method and provides for those definitions.
The rest of the changes are further refinements of the DocBook/XML conversion
of the protocol spec which was introduced in xproto 7.0.19. The HTML & PDF
versions should both feature greatly improved internal hyperlinking to allow
easier navigation and following of references between the interconnected
requests and events in the spec. The conversion of the documentation is a
work in progress, and we appreciate all proof-reading to find errors (this
release fixes a couple spots where nroff markup didn't get properly converted
and appeared in the resulting text) as well as feedback on formatting or other
changes that would make the documentation more useful to developers. Of course,
we are being very careful to not change the actual formal specification of the
protocol in these changes, just the formatting and usability.
7.0.19:
No code nor headers were changed in this release - this solely consists
of the move of the X11 Protocol specification from xorg-docs to this
module, and it's conversion from troff to DocBook XML by Matt Dew
(with some followup markup massaging by yours truly). There is of course
still room for improvement as there are over a hundred pages to be proofread
- patches accepted if you see ways to make the output better.
The standard xorg-macros options are provided in configure to control
the generation of text, html, postscript, and/or pdf versions of the
documents from the XML sources, via the xmlto frontend and it's associated
backends such as fop.
Alan Coopersmith (2):
config: Add missing AC_CONFIG_SRCDIR
xineramaproto 1.2.1
Gaetan Nadon (9):
.gitignore: use common defaults with custom section # 24239
configure.ac: AM_MAINTAINER_MODE missing #24238
configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
Makefile.am: INSTALL file is missing or incorrect #24206
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
README: file created or updated #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: remove the pkgconfig pc.in file from EXTRA_DIST
config: update AC_PREREQ statement to 2.60
1.2.2:
Alan Coopersmith (3):
spec: Fix section titles/nesting
specs: change othercredit tags to author tags
scrnsaverproto 1.2.2
Gaetan Nadon (9):
config: HTML file generation: use the installed copy of xorg.css
Documentation: add Docbook external references support
Install target dbs alongside generated documents
Install xml versions of specs even if HAVE_XMLTO is false
docbook.am: global maintenance update - entities, images and olinking
docbook.am: embed css styles inside the HTML HEAD element
docs: remove <productnumber> which is not used by default
docs: use the &fullrelvers; entity to set X11 release information
specs: fix markup for single license dual holder
Matt Dew (3):
add id attributes to funcsynopsis to allow other docs to olink to them.
Fix id attributes, linkend and olinks
informaltable cleanup
1.2.1:
Release features: Protocol spec moved from xorg-docs, converted to DocBook
Version 1.2 of XResource protocol adds two requests: XResQueryClientIds
and XResQueryResourceBytes. They can be used for more exactly determining
which resources are used by which clients.
Support for these requests is planned for integration in the 1.11 X server
release cycle.
Alan Coopersmith (3):
specs/record.xml: Fix section titles/nesting
specs/record.xml: Pair copyright notices with matching license notices
recordproto 1.14.2
Gaetan Nadon (10):
config: HTML file generation: use the installed copy of xorg.css
Documentation: add Docbook external references support
Install target dbs alongside generated documents
Install xml versions of specs even if HAVE_XMLTO is false
docbook.am: global maintenance update - entities, images and olinking
docbook.am: embed css styles inside the HTML HEAD element
specs: use more appropriate docbook element to get "Edited by"
docs: remove <productnumber> which is not used by default
docs: use the &fullrelvers; entity to set X11 release information
specs: refactor copyright license text for multi licening
Matt Dew (1):
informaltable cleanup
1.3.2:
This minor maintenance provides a release of changes accumulated in git over the
last year, so as to deliver the usual recent collection of build configuration
improvements and janitorial cleanups of the package.
2.1.2:
Alan Coopersmith (2):
spec: Fix section titles/nesting
fontsproto 2.1.2
Gaetan Nadon (12):
config: HTML file generation: use the installed copy of xorg.css
Documentation: add Docbook external references support
Install target dbs alongside generated documents
Install xml versions of specs even if HAVE_XMLTO is false
docbook.am: global maintenance update - entities, images and olinking
docbook.am: embed css styles inside the HTML HEAD element
docs: remove <productnumber> which is not used by default
docs: use the &fullrelvers; entity to set X11 release information
specs: fix author affiliation markup
specs: fix multi licensed copyright notice and license text
specs: The strandard name is still "X Consortium Standard"
specs: use <copyright> for the first holder in multi licensing
Matt Dew (1):
1 - fix the capitolization of the ID attriutes to match either the
2.1.1:
This release features the Font Server Protocol spec move from xorg-docs
to this module, and converted to DocBook XML.
In addition to the great build system cleanup, this release of applewmproto
clarifies some ambiguity in the protocol by refering the caller to the
Xplugin API for some constants rather than relying on values and meaning
within AppleWM (which is just exposing parts of the Xplugin API to X11
clients.
1.2.7:
This release features a lot of cleanups, both from manual inspection and
from automated static code analysis, along with a couple bug fixes and
various documentation & build configuration improvments.
1.2.6:
This minor release converts the libxtrans API documentation from troff
to DocBook/XML and updates it for the current state of the code.
It also includes some minor bug fixes, and of course, the usual recent
collection of build configuration improvements and janitorial cleanups.
Alan Coopersmith (1):
xextproto 7.2.1
Gaetan Nadon (23):
Documentation: add Docbook external references support
Install target dbs alongside generated documents
Install xml versions of specs even if HAVE_XMLTO is false
docbook.am: global maintenance update - entities, images and olinking
docbook.am: embed css styles inside the HTML HEAD element
Use more appropriate docbook element to get "Edited by"
docs: remove <productnumber> which is not used by default
docs: use the &fullrelvers; entity to set X11 release information
sync: fix author name and authors affiliation
appgrp: use <copyright> markup and minor titlepage fixes
dbe spec: fix author affiliation and copyright notices
dpms spec: fix author affiliation
evi spec: fix copyright and orphan markup
geproto: fix author's e-mail
lbx: complete the authors name
multibuf spec: refactor copyright legal text for multi licensing
security: fix X Consortium copyrigh legal text and minor markups
shape spec: fix author affiliation and copyright text
shm spec: fix author affiliation and copyright text
sync spec: fix copyright markup for multiple authors
top-cup spec: remove orphan corpname markup
xtest spec: fix copyright markup
geproto spec: add missing copyright with the author's permission
Matt Dew (3):
Add id attributes to funcsynopsis to allow other docs to olink to them.
#1 - fix the capitalization of the ID attriutes to
informaltable cleanup
1.2.2:
Alan Coopersmith (1):
xcmiscproto 1.2.2
Gaetan Nadon (10):
config: HTML file generation: use the installed copy of xorg.css
Docbook: change the book id to match the xml file basename
Documentation: add Docbook external references support
Install target dbs alongside generated documents
Install xml versions of specs even if HAVE_XMLTO is false
docbook.am: global maintenance update - entities, images and olinking
docbook.am: embed css styles inside the HTML HEAD element
docs: remove <productnumber> which is not used by default
docs: use the &fullrelvers; entity to set X11 release information
specs: fix author affiliation
Matt Dew (1):
1 - fix the capitalization of the ID attriutes to match either the
Paulo Zanoni (1):
Use docbookx.dtd version 4.3 for all docs
1.2.1:
This release includes a DocBook XML conversion of the protocol spec
previously found in xorg-docs, as well as the usual recent collection of
build configuration improvements and janitorial cleanups.
Adam Jackson (3):
Clarify alpha-map loop prevention (#23581)
Make recursive alpha maps undefined
renderproto 0.11.1
Gaetan Nadon (8):
.gitignore: use common defaults with custom section # 24239
configure.ac: AM_MAINTAINER_MODE missing #24238
configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
Makefile.am: INSTALL file is missing or incorrect #24206
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
README: file created or updated #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: remove the pkgconfig pc.in file from EXTRA_DIST
Peter Hutterer (1):
Update date/version on Render protocol spec to match last update (0.11)
Rémi Cardona (1):
Use $(docdir) for renderproto.txt install path
Sami Farin (1):
Bug 12578 - renderproto-0.9.3: render.h does not compile
Alan Coopersmith (3):
Add spec images to dist_spec_DATA for distribution & installation
specs: Fix formatting of last item in KEYPAD key type list
kbproto 1.0.6
Gaetan Nadon (10):
specs: convert images from gif to svg format.
Documentation: add Docbook external references support
Install target dbs alongside generated documents
Install xml versions of specs even if HAVE_XMLTO is false
docbook pdf: add xsl parameter to locate images
docbook.am: global maintenance update - entities, images and olinking
docbook.am: embed css styles inside the HTML HEAD element
xkbproto doc: remove empty revision history and set specs version
docs: use the &fullrelvers; entity to set X11 release information
specs: fix copyright markup
Jesse Adkins (1):
Purge cvs tags.
Matt Dew (5):
specs: convert xkbproto from Framemaker to DocBook/XML
Fix bad link anchors.
Remove duplicate 'See see' text in docs - take 2
1 - fix the capitolization of the ID attriutes to match either the
informaltable cleanup
1.1.2:
Alan Coopersmith (1):
bigreqsproto 1.1.2
Gaetan Nadon (10):
config: HTML file generation: use the installed copy of xorg.css
Docbook: change the book id to match the xml file basename
Documentation: add Docbook external references support
Install target dbs alongside generated documents
Install xml versions of specs even if HAVE_XMLTO is false
docbook.am: global maintenance update - entities, images and olinking
docbook.am: embed css styles inside the HTML HEAD element
docs: remove <productnumber> which is not used by default
docs: use the &fullrelvers; entity to set X11 release information
specs: fix author affiliation
Matt Dew (4):
Add olinks to functions decribed in libX11 documentation.
Add id attribute to funcsynopsis to allow other docs to olink
1 - fix the capitolization of the ID attriutes to match either the
informaltable cleanup
Paulo Zanoni (1):
Use docbookx.dtd version 4.3 for all docs
1.1.1:
This release features the move of the protocol spec from xorg-docs, and its
conversion from troff to DocBook XML.
1.0.4:
Alan Coopersmith (2):
Replace malloc(strlen) + strcpy() with strdup()
xwud 1.0.4
Gaetan Nadon (3):
man: remove trailing spaces and tabs
man: replace hard coded man page section with substitution strings
config: move man pages into their own directory
Jeremy Huddleston (1):
Mark Error as _X_NORETURN
1.0.3:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.0.5:
This minor bugfix release fixes a crash on 64-bit systems when transparent
overlay visuals are used (https://bugs.freedesktop.org/show_bug.cgi?id=14321)
and contains various other code & build configuration cleanups.
1.0.4:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.1.2:
This bug-fix release corrects two more issues introduced in the xcb port
in the 1.1.0 release: false matching of window names when using -name
and invalid frees when windows have a _NET_WM_NAME property.
It also updates the optional support for the xcb-icccm library to work
with the recent xcb-util-wm 0.3.8 release at the expense of dropping
support for xcb-util 0.3.7 and older. This support is still only
enabled when specifically requested via configure --with-xcb-icccm.
1.1.1:
This bug-fix release corrects two issues introduced in the xcb port
in the 1.1.0 release: a build issue with the optional support for
the xcb-icccm library, and a runtime issue with reporting coordinates
for windows extending into the negative parts of the coordinate space.
1.1.0:
The major new feature of this release is the rewrite to use libxcb instead
of libX11, batching requests for information to reduce waiting on round-trips
in gathering the client information from the X server. Testing over a
high-latency connection from California to China and back resulted in an
improvement from 8 minutes to 45 seconds to output the complete window tree
via xwininfo -root -all of a GNOME desktop session with 114 windows.
This release thus libxcb to build, (though it still requires some libX11
headers as well). It also requires a minimum xproto version of 7.0.17.
Should anyone need to maintain the libX11 version, a 1.0.x branch can be
created in git from the 1.0.5 release base as needed.
This release also adds support for reporting some EMWH window manager hints,
including UTF-8 localized window names from the _NET_WM_NAME property.
(This version does not correctly display names for windows with the WM_NAME
property set using the COMPOUND_TEXT encoding. Most current desktops &
toolkits will set the _NET_WM_NAME, which is used in preference to WM_NAME
if it is set.)
Patch #279 - 2012/05/10
fill in missing cases in the save/restore modes feature (report by Thomas Wolff).
add check to ensure that combining characters are precomposed in the order given (report/analysis by Andries E Brouwer).
improve workability check for posix_openpt(), to take into account BSD systems which do not complete initialization until both sides of the pseudoterminal are opened (report by Christian Weisgerber).
amend fix for Debian #650291 in patch #277 changes to account for different data returned by vnc4server (Debian #670638).
add check in DECCRA operation to make copies of blinking text also blink by updating a line-level flag.
modify rectangle operations to work with DECOM.
modify DECSERA to use the current protected state rather than preserving it.
add precompose resource to allow storing character data in Normalized Form D as described in http://unicode.org/reports/tr15/ (report/discussion with Andries E Brouwer).
modify CBT, other ISO-6429 controls which are used by VT520 to work with DECOM.
add HPR and VPR controls, ISO 6429 cursor movement used in VT520.
remove "linux" restriction for IUTF8 ifdef in main.c (prompted by Matthew Dempsky posting on mailing.openbsd.tech).
implement the remaining VT420-level device status reports.
change DECXCPR to return page 1, rather than 0.
improve VT-level checks on reporting functions, such as DECXCPR.
change limit on decTerminalID to 525.
fixes to improve vttest vt52 screen when running as a VT420:
add checks for some VT2xx and up controls for consistency: DECSCL, S1C8T, S1C7T.
modify DECRQSS return for DECSCL to only return that when running as VT2xx and up.
when exiting from VT52-mode, resume in VT100 level rather than the level before starting VT52-mode.
implement DECLRMM, DECSLRMM and DECNCSM (prompted by discussions with Ailin Nemui and Paul LeoNerd Evans). This modifies several controls to obey top/bottom and left/right margins.
correct macro definition used for testing modes used in ANSI/DEC request-mode controls introduced in patch #262.
modify x_getlogin to check $LOGNAME and $USER before fallback to getlogin, so that user's choice for these variables can be carried forward to the xterm process (Debian #611487).
document DECSCUSR response for DECRQSS in ctlseqs.ms
add zIconTitleFormat resource to allow customizing the "*** " prefixed to the icon title when the zIconBeep feature is activated (request by Thomas Adam).
modify DECSCUSR to update the same internal variable as RM/SM 12, and document in manpage the two variables used for controlling blinking cursor (report by Paul LeoNerd Evans).
correct response data for DECSCUSR in reply for DECRQSS response, which had inverted the blink-value (reports by Ailin Nemui, Paul LeoNerd Evans).
add a null-pointer check in OkPasswd macro to fix a problem in resize with Fedora 17 and a serial console (report/patch by Daniel Drake).
add workaround for Mac OS X, which loses the window size of a pseudo-terminal when the tty device is opened (report/analysis by Egmont Koblinger).
updated configure check for workable posix_openpt versus grantpt, from luit fixes.
modify DECIC/DECDC/DECBI/DECFI implemented in patch #277 to enable them only in VT4xx mode and up (report by Ailin Nemui).
update config.guess, config.sub
Patch #278 - 2012/01/18
correct initialization for eightBitMeta resource (FreeBSD #164101).
make special check for Darwin 9 (and lower) to not use posix_openpt (report by Christian Ebert).
minor fixes (adding ".ne" directives) to reduce the cases where groff's utility for generating images for tables dumps core. Most versions of groff (I've found 1.19.2 to be the most stable) dump core when attempting to report that there are too few lines on a page for a table to be shown.
Patch #277 - 2012/01/07
remove special case for ISC pseudo-terminals which attempts to open the pty in two different ways.
move call to grantpt before asking utempter to add a record, to work with kFreeBSD which does not update the terminal's ownership until this point (Debian #652907).
document limitation of XIM interface in manpage (Debian #230787).
cleanup error reporting with new xtermWarning function.
add configure option --disable-selection-ops to make the new actions optional.
add four new actions for making the selection or data directly copied from the screen (prompted by discussion in Debian #637001, as well as report by Arjen van Tol):
exec-formatted
exec-selectable
insert-formatted
insert-selectable
add visualBellLine resource to allow visualBell to flash only the current line (prompted by patch by Gertjan Halkes).
add eightBitMeta resource to control the features which modify or interpret the eighth bit of a key when the meta modifier key is pressed (prompted by Debian #326200).
improve discussion of eightBitInput in the manpage (prompted by Debian #326200).
correct logic for alt-sends-escape action, overlooked when implementing altSendsEscape resource, which still used eightBitInput resource value.
add a workaround for XAllocColor(), which does not actually allocate "a read-only colormap entry corresponding to the closest RGB value supported by the hardware", but rather a rough approximation (Debian #650291).
undo parameter checks for RequestResize() added in patch #251 and amended in patch #270, because zeros also are special cases (report by John S Urban).
modify some test-scripts to use /bin/echo rather than the shell's possibly-builtin echo, to work around broken configuration on Mac OS X, i.e., neither honoring the option nor flagging an error.
add SGR 1006, as a better technical solution than SGR 1015:
the responses will not be confused with line-deletion and scrolling controls.
the button encoding is a little simpler, since it does not add an unnecessary 32 because the integer parameter does not have to be represented as a printable character.
the control responses for pressing and releasing a mouse button differ, allowing an application to tell which button was released.
Besides these improvements, in discussion, it was noted that urxvt's implementation of 1005 is incorrect, relying upon a locale that provides UTF-8 encoding. In contrast, vttest demonstrates a correct decoding, independent of locale.
add support for urxvt SGR 1015 to address shortcoming of SGR 1005 with luit (patch by Egmont Koblinger).
add ISO and DEC controls useful for left/right scrolling.
add some changes for OpenBSD and MirBSD (adapted from patch by Thorsten Glaser):
disable search for non-Unix96 ptys.
fix a gcc warning in timestamp_filename
modify Imakefile to install xterm setgid to utmp.
add/use/prefer posix_openpt() for opening pseudo-terminal.
modify special errno handling case in ptydata.c from patch #158 to allow for the possibility that any platform may have special cases where "/dev/tty" is absent. For example, this can happen in a FreeBSD jail (patch by David Wolfskill).
add keyboard logic to map shift-tab into XK_ISO_Left_Tab, which is usually, not always, done by the X keyboard configuration.
portability fixes for some configure macros: CF_XOPEN_SOURCE
Patch #276 - 2011/10/10
modify clipping limits for TrueType fonts to account for the scaleHeight resource setting, to work around another problem due to recent FreeType changes. In this case, the DejaVu Sans Mono set to pixelsize=13.5 is truncated because the font descent is reduced by FreeType to match an incorrect height metric (report by Adam Lee).
improve recovery when bitmap fonts are not installed, e.g., so that switching font-sizes works for TrueType fonts.
modify lookup for XTERM_SHELL feature to allow relative pathnames.
modify abbreviation disambiguation check for command-line parameters to account for -geometry, whose parameter may begin with "+" or "-" (report by Scott Bertilson).
Patch #275 - 2011/09/11
add ash, zsh to known shells for resize.
modify resize to reuse the logic from xterm which determines the actual logon-user's shell if $SHELL is not set.
revert the unsetenv("SHELL") added in patch #272.
an unsetenv("SHELL") added in patch #272 to help ensure that luit would get the user's shell consistently did not work as expected for cases where multiple names are in the password-file for a given uid. That was because changes in patch #157 to handle this situation did not take into account that repeated calls to getpwnam and getpwuid return a pointer to the same static buffer. Fixed the older logic to work as intended, by ensuring that the passwd-data from each call is stored separately (report by Paul Keusemann).
adjust ifdef's for putenv and unsetenv in case only one of those is provided on a given platform.
correct comparison used in ExposeContains macro from patch #274 changes, to handle window-dragging (patch by Todd Eigenschink).
Patch #274 - 2011/09/05
portability fixes for cygwin: do not define SVR4, and work around nonstandard header location.
ifdef'd use of unsetenv from patch #273 changes to work with Solaris 9 (report by Waldemar Rachwal).
modify logic for XtAppPending to merge adjacent Expose and ConfigureNotify events which are redundant (report by Edward McGuire).
fix an unneeded warning message when -r option is given.
remove a few redundant entries from table used for helping abbreviation-checking of command-line options, makes -geom work again after patch #272 changes as an abbreviation of -geometry.
add scaleHeight resource and command-line option -sh as workaround for some font-configurations broken by changes in FreeType 2.4.6 (report by Miroslav Hodak).
portability fixes for some configure macros: CF_FUNC_TGETENT, CF_XOPEN_SOURCE, CF_X_ATHENA_LIBS.
add configure option --with-freetype-config to improve selection over the plethora of configuration options which freetype has so far provided.
build-fix for configure --enable-load-vt-fonts when --enable-widec is not specified.
build-fixes for suppressing various features, needed after changes in patches 270, 271 and 272 (report by Brian Lindholm)
Patch #273 - 2011/08/25
build-fix for out-of-tree "make docs" rule.
correct a typo in x_strdup, from patch #198 changes.
correct initialization for -e option, broken in patch #272 changes (report by Gabriele Balducci).
build-fix for out-of-tree builds to address minstall script changes in patch #272 (patch by Thierry Reding).
Patch #272 - 2011/08/24
document limitation of Gtk in connection with xterm's -into option, in the manpage (Ubuntu #806969).
improve -into by checking for and using the size of the window within which xterm is embedded, overriding other clues.
modify logic for localeFilter resource to allow that to include command-line options of luit.
improve -into by checking for invalid window-id, and allowing hexadecimal/decimal/octal values.
improve keepSelection, adding the case where the highlighting is cleared, overlooked in patch #230 (patch by Marco Peereboom).
improve command-line parsing to make abbreviate options work consistently across xterm-specific versus standard X toolkit options, and report cases where an abbreviated option happens to be ambiguous. In particular, -d now works as an abbreviation for -display.
fix regression in command-line parsing introduced in patch #271 changes for Debian #629358, (Debian #637910).
split-out new termcap/terminfo building block xterm+kbs for configurability.
modify terminfo file to reflect changes in ncurses for xterm-16color and xterm-256color.
modify minstall.sh, etc., to reflect the default default class, $TERM and decTerminalID values.
reword resize manpage to reflect the fact that $TERMCAP is not set on all systems (patch by Alan Coopersmith).
work around combined Xaw6/Xaw7 package in DragonFlyBSD which omits the usual symbolic link to the preferred library name.
further improve build-fix for termcap systems by checking for some which are only partial implementations, e.g., termcap 2.08 in CentOS 5.2
Patch #271 - 2011/07/14
omit permissions adjustments to pty on exit except for pre-Unix98 ptys, since modern implementations handle this (report by Sean C Farley).
modify logic for switching fonts between UTF-8 and non-UTF-8 encoding to not merge the derivable bold-, wide- and widebold values from the VT100 fonts. Also suppress warning when not using UTF-8 fonts if wide- and widebold-fonts cannot be derived or otherwise loaded (report by Werner Scheinast).
modify menu-creation to suppress entries which will never be used in the current configuration, rather than simply disabling them.
add resource printModeImmediate and menu item to allow print of screen plus saved lines to a file.
add menu item to allow runtime enable/disable of the printFileOnXError feature.
append a timestamp to filename used in printFileOnXError feature, and restrict its permissions (request by Vincent Lefevre).
add a check when cancelling cursor-blinking, in case the cursor is blinked off. Fix so that the cursor is repainted without waiting for other events, e.g., keypress (report by Ailin Nemui).
add configure --with-app-class option, to simplify building "xterm-dev" packages with filenames that do not conflict with conventional "xterm" packages.
corrected logic flow for DECSCL, which prevented the updated operating level from being reported via DECRQSS (report by Ailin Nemui).
corrected default for brokenStringTerm resource to match manpage.
add vttests/dynamic.pl
add runtime check for locale not supported by X libraries, and fallback to XA_STRING in this case (request by Bryan Henderson).
fix a special case in configure script after no FreeType libraries are found. The script was proceeding to check for a usable configuration.
add xterm+tmux building block to terminfo (adapted from changes proposed by Ailin Nemui and Nicholas Marriott).
improve discussion of faceName resource in manpage (adapted from suggestions by Jens Schweikhardt).
correct mapping of shifted up/down cursor-keys in termcap function-keys mode, i.e., resource tcapFunctionKeys (patch by Gertjan Halkes).
update AIX case in CF_XOPEN_SOURCE configure macro to add release 7.x.
modify ifdef's in xterm_io.h for __hpux to force that to use the hacked SYSV support in that file. This fixes a problem with a non-blocking socket call (patch by Paul Lampert).
improve filtering of desktop category scanning, to exclude XFCE.
modify configure script to work with systems that have both ncurses (or other terminfo) as well as a real termcap library, e.g., Slackware (report by Andrew Watts).
modify configure script to work around special case where user's environment adds compiler flags to the CC variable (prompted by report by Paul Lampert).
amend change for Debian #110226 so that "-h" or "-v" options cause an exit, rather than simply printing to stdout while the window is displayed (Debian #629358).
add response for DECRQSS which gives the setting for DECSCUSR.
modify AllocateTermColor() to handle XtDefaultForeground and XtDefaultBackground, which are not recognized by XParseColor. For example, this fixes the use of OSC 112 when no explicit cursor color was set (report by Ailin Nemui).
handle special-case of KeyPress translated to popup-menu action (Ubuntu #756273).
Patch #270 - 2011/04/26
build-fix, e.g., for using imake on platforms which use the termcap library.
modify utf8 resource to accept a name.
mention default for fontWarnings in manpage (report by Werner Scheinast).
split "UTF-8" menu entry into "UTF-8 Encoding" and "UTF-8 Fonts" (prompted by discussion with Werner Scheinast).
gray-out font-menu entries when a font fails to load, e.g., a bitmap font is not installed.
improve behavior when there is no app-defaults file:
set the toolBar resource to false
gray-out the font menu entries where no resource is found.
add configure option --with-desktop-category to allow customization of the ".desktop" files.
build-fix for the install-desktop makefile-rule, when the source/build directories differ (patch by Loïc Minier).
add menu entry and corresponding resource which can be used to suppress all bold-fonts (discussion with Jan Engelhardt).
make internal line-size value consistent with allocated sizes of character and related arrays to ensure that bulk copying of line data, e.g., in scrolling, accounts for the padding used for pointer alignment (adapted from patch by Rajesh Mandalemula, also reported by Ali Bahar).
widen ifdef for screen-resizing logic from patch #176 changes to send SIGWINCH to process group to include any system supporting ioctl(*,TIOCGPGRP,*) (prompted by linux-specific patch in OpenSUSE rpm package).
add printModeOnXError and printFileOnXError resources, which allow the user to specify that xterm will write the contents of its screen to a file if it is exiting due to an X error (Debian #280457).
restore logic that made reverse-video apply to the scrollbar's foreground/background, broken in patch #158 (report by Bryan Ischo).
amend some of the window operations parameter-checks added in patch #251 for the push/pop title feature, to allow the parameters used for window resizing to be -1's, which makes the corresponding values ignored rather than using the window's maximum width/height (report by Noah Friedman).
correct order of initialization for translations vs fullscreen resources to enable a special case which omits the Alt-Enter translation when fullscreen is disabled (Debian #612978).
update config.guess, config.sub
Patch #269 - 2011/02/19
build-fixes for imake (report by Heiko Berges).
modify autoconf macro CF_PKG_CONFIG to work with cross-compile environments (patch by Thierry Reding).
modify MapToColorMode() to favor bold over underline, matching the precedence used before patch #252 (report/analysis by Nicolas George).
add omitTranslation resource, which can be used to suppress the default translations for these features:
fullscreen
scroll-lock
shift-fonts
wheel-mouse
make the fullscreen feature configurable (Debian #612978)
add it to the configurable list disallowedWindowOps.
add command-line option -fullscreen to allow the feature to be enabled at startup.
add resource fullscreen to control whether the feature is active or may be enabled.
modify probe_netwm_fullscreen_capability for 64-bit machines. Contrary to XGetWindowProperty manpage, that function returns 32-bit data packed as long's.
eliminate copy of name resource, which was otherwise used only to give the terminal-description name for the tcap-query feature. Use the actual $TERM value instead, as derived from termName resource, etc.
eliminate an old inconsistency with error messages, some used the -name option, while others used argv[0]. The latter is now used consistently.
improve configure check for rpath-hack, to improve builds on systems where gcc will not search /usr/local/lib, etc.
build-fix for Xaw3d configuration (report by H Merijn Brand).
update config.guess, config.sub
Patch #268 - 2011/02/10
fix an inconsistency of the "Enable Reverse Video" checkbox in the VT Options menu. This also removes a special case added in patch #217 which limited the effect of the reverseVideo resource (Debian #603808).
amend decoding of misformed UTF-8 sequences to avoid absorbing valid characters as documented in Unicode 6.0 section 3.9 (report by Keith Winstein).
do not set urgency hint when window already has focus (patch by Dimitrios Christidis).
amend extended mouse-coordinate mode from patch #262 changes to include the Cb button-code, which also may be greater than 127 (report by Ailin Nemui).
ensure that underline-cursor is visible when an application happens to set the background color (report by Christian Weisgerber).
add feature for full-screen toggling using either Alt-Enter or a menu selection (integrated patch by Dave Simmons).
add missing logic to handle reallocation of FIFO index for the "UTF-8" menu entry (report by David Holland, NetBSD #44344).
add makefile rules docs-ctlseqs, docs-xterm, etc.
correct typo in description of DECRPM in control sequences document (report by Ailin Nemui).
Patch #267 - 2010/11/20
minor formatting changes to ctlseqs.ms to simplify a script which extracts the feature information. See the results in Comparing versions, by counting controls in the xterm FAQ.
add docs-clean makefile rule.
add copy-selection action (request by Timo Juhani Lindfors, Debian #588785).
trim leading/trailing blanks from string used for "Selection" font-menu data.
trim leading/trailing blanks from color resource values.
configure script improvements:
add workaround for removal of X11 dependency from Xt's package file (report by Robert Hooker).
add workaround for removal of fontconfig dependency from Xft's package file (report by Jeremy Huddleston).
add workaround for removal of Xmu dependency from Xaw's package file (report by Jeremy Huddleston).
improve workaround in CF_X_TOOLKIT macro, checking for other possible packages where Xt's dependencies may be given.
prefer ${name:=value} to ${name-value}, since recent bash changes break legacy support for that feature.
Patch #266 - 2010/10/24
add rpm and dpkg scripts, for testing.
more fixes for Debian #600707 (report by Cyril Brulebois).
Patch #265 - 2010/10/22
fix a regression in fontname logic from patch #263 changes (Debian #600707, reported by Vincent Lefevre).
revert modification of any-event/any-button protocol from patch #263 changes. It interferes with selection using a shifted mouse button (reports by Neil Bird, Bram Moolenaar).
Patch #264 - 2010/10/14
replace a null-pointer check with check for empty string in xtermOpenFont, to eliminate a warning message from patch #263 changes.
build-fix for patch #263 when toolbar is not configured (patch by Chris Clayton) (reports by Robby Workman, David Wood).
Patch #263 - 2010/10/13
corrected initialization of "misc" resource values, to ensure that xterm has allocated a copy of strings which may not have been malloc'd by the X library (Debian #600129).
modify handling of any-event/any-button mouse protocol; it now is active with any combination of key-modifiers.
add debugging feature showWrapMarks, which marks lines which xterm knows are wrapped, showing where a double-click will select past the end of a line.
build-fix to address change in include-guards for Xlib.h in ongoing Xorg edits (patch by Jeremy Huddleston).
improve pointerMode by continuing to watch for motion events after mouse tracking is disabled if the pointer is hidden (Debian #594856).
further extend initialization for active-icon font to check if the font was not loaded succesfully, to retry with font1, or as even (if TrueType fonts are used) to use a TrueType font. The retries are to help with cases as in patch #241 where the bitmap fonts are not available.
fix special case of active-icon used when TrueType font is specified for the xterm window, from patch #261 change. In that case, the default font's size was used for layout of the active icon's window (Debian #591265).
Patch #262 - 2010/8/30
fix a case where changing the cursor color via escape sequences did not immediately update the screen (report by Andreas Wagner).
implement ANSI and DEC request-mode control sequences. The latter includes the xterm-specific private modes such as the mouse mode. The feature is ifdef'd with the rectangle operations since its decoding overlaps that feature.
correct typo in ctlseqs.ms for response of OSC 21 (patch by Kevin Schoedel).
improve discussion of mouse tracking in ctlseqs.ms
increase an array limit used in reporting mouse events (report by Ryan Johnson).
add extended mouse-coordinates mode, allowing up to 2015x2015 windows, using UTF-8 encoding (patch by Ryan Johnson).
modify manpage hyphens to conform with Debian.
Patch #261 - 2010/6/28
fix regression in renderFont logic, from patch #260 changes (report by Joseph Quinsey).
Patch #260 - 2010/6/20
modify plink.sh to work around problem linking to recent PCRE libraries.
extend renderFont resource to allow deferred switch to TrueType fonts without affecting existing resource settings (Debian #585620).
modify configure macro CF_X_TOOLKIT to work around omission of ICE library from ".pc" file (report by Miroslav Lichvar).
change configure script default for --enable-broken-st i.e., the brokenStringTerm feature) to normally enable it. If the corresponding resource is enabled, this feature eliminates an apparent freeze of xterm when sending mis-encoded data to the screen (Debian #584801).
document in manpage some actions which were overlooked:
readline-button
scroll-lock
set-8-bit-control
undo a change to limit-check in ScrnRefresh in patch #257, which broke fastScroll feature (Debian #584841).
modify handling of brokenLinuxOSC and brokenStringTerm to also sound the bell.
add control/D and control/Q to controls which will cause early exit from control string per brokenStringTerm resource.
improve documentation of brokenStringTerm resource in manpage.
This release includes nearly 5 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.
This release adds the ability to load an arbitrary ARGB cursor file via
the new -xcf command line flag. In Keith's words:
Instead of having to construct a whole cursor theme and play with the
environment variables in Xlib to set a random ARGB cursor, this lets
the user set whatever they like directly from a file.
1.2.2:
This minor maintenance release improves output of pixel colors and errors,
as well as some build configuration improvements and janitorial cleanups.
1.2.1:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups, plus some more
unusual cleanups specific to xset.
1.3.5:
This minor bug fix release corrects several issues found by static
code analysis tools and cleans up some build configuration issues.
1.3.4:
This release corrects a mistake in the man page, and fixes the reporting
of missing RandR extension support when connecting to servers not supporting
it (such as Xorg releases with the Xinerama extension enabled).
1.2.1:
This minor maintenance release improves the man page, fixes issues
found by static code analysis, and provides other cleanups to the
code and build configuration.
1.2.0:
This release adds support for printing UTF8_STRING properties
as UTF-8 strings in appropriate locales, including a new "u"
specifier for the -format option.
1.0.7:
This quick fix release solves build problems on systems that need
definitions such as _GNU_SOURCE to expose asprintf() in their headers.
1.0.6:
Alan Coopersmith (4):
Fix gcc -Wwrite-strings warnings
Free copy of input line at end of process_line instead of leaking it
Replace chk_malloc + sprintf with asprintf
xmodmap 1.0.6
Gaetan Nadon (2):
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: replace hard coded section with __appmansuffix__
Jeremy Huddleston (4):
Dead code removal
Improve error handling in copy_to_scratch
Include strings.h for strcasecmp
Add missing _X_NORETURN to functions that need it
Jesse Adkins (1):
Purge cvs tags.
1.0.5:
This minor maintenance release features improvements to the man page,
as well as the usual recent rounds of build configuration improvements
and janitorial cleanups.
1.1.2:
This minor maintenance release consists mainly of cleanups to
the code and build configuration.
1.1.1:
This minor maintenance release provides the usual recent collection of
manually generated build configuration improvements and janitorial cleanups.
If you look closely at this tiny little release, you might find the usual
collection of recent build configuration improvements and janitorial cleanups.
1.1.2:
This release replaces the dependency on xcb-utils < 0.3.8 with
one on libxcb >= 1.6, so that it can be built on distros that
have upgraded to the new xcb utils releases.
1.1.1:
This minor maintenance release ensures the tarballs correctly include
the strnlen.h header for systems without that function provided in the
system libraries, and updates the build configuration to the latest
X.Org standards.
1.0.4:
This release consists of build fixes.
1.0.3:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.1.1:
This release includes a bug fix for 64-bit builds on Solaris SPARC and
a bunch of code cleanups and build configuration improvements for many
platforms.
It does drop support for some particularly ancient OS'es - the most recent
of which was released in 1998 (Solaris 7). Users of these old OS'es (if
there are still any) should stay with old versions of xload.
1.1.0:
This release includes several years worth of build improvements and cleanups,
including fixes for builds on case-insenstive filesystems, builds without the
Xaw8 macros, and other fixes needed for building on various platforms.
Support for displaying translated error messages via gettext is included,
but no translations have been (see the mail I just sent to xorg-devel about
translations if you're interested in localizing xload or other X.Org apps).
1.3.2:
Jeremy Huddleston (5):
darwin: Buildfix for Tiger which doesn't have posix_spawn
startx: Choose an unused $DISPLAY by default on all platforms
launchd: Add an option (--with-launchagent-xserver) to set the default X11 server
Use default clientargs, serverargs, and display if none were set
configure.ac: 1.3.2
Julien Cristau (1):
Include <sys/time.h> and <sys/resource.h> unconditionally
1.3.1:
For most users, the main changes in xinit-1.3.1 focus on build system cleanup,
but darwin has seen a fair number of other changes for the LaunchAgent and
LaunchDaemon, specifically with respect to logging to ASL. These changes
mirror similar changes coming in xorg-server-1.11.x (currently git master).
1.3.0:
This release adds support for an xinitrc.d directory to contain startup
script snippets on all systems. It also features a number of modernizations
and cleanups of the code base.
1.0.5:
This release improves usability through better documentation & error
reporting, as well as including fixes for compiler warnings, build
configuration improvements and other cleanups.
1.0.4:
This release updates the man page to clarify the /etc/X*.hosts files,
as well as delivering the usual recent collection of build configuration
improvements and janitorial cleanups.
1.0.5:
This minor maintenance release mainly improves the man page.
1.0.4:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
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.
1.2.0:
This feature release adds support for displaying RandR extension events,
contributed by Michael Thayer of the VirtualBox team. It also contains
various code cleanups and build configuration improvements to aid future
maintainability.
1.1.0:
This release adds the -root option to specify monitoring root window events.
This release removes the support for the Xprint extension. If anyone
needs to maintain such support, a new branch can be made from the 1.1.0
release in git.
This minor maintenance release includes several years of build improvements
and janitorial fixes, including support for building without libXaw8 macros.
1.0.6:
This minor maintenace release improves support for localized display of
time text in the digital form, along with build configuration improvements.
1.0.5:
This minor maintenance release of the classic non-shaped window clock fixes
a crash on startup on 64-bit architectures and includes the usual set of
recent build improvements/janitorial cleanups.
1.0.4.1:
This brown-paper-bag release just rebuilds the tarballs to include the
correct install-sh from the autotools instead of the broken one in the
1.0.4 tarballs. Sorry about that.
1.0.4:
This minor maintenance release provides the usual recent collection of
improvements to the calculation of the build configuration and other
janitorial cleanups.
1.0.7:
Alan Coopersmith (4):
convert strlen/malloc/strcpy combo to strdup
Strip trailing whitespace
Add const attributes to fix gcc -Wwrite-strings warnings
xauth 1.0.7
Andreas Schwab (1):
Remove alarm handler in get_hostname
1.0.6:
Gaetan Nadon (2):
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
config: move man pages into their own directory
Jeremy Huddleston (3):
Error out and avoid a call to malloc(0) if given a bad hex string
auth_finalize: Attempt to rename() if link() fails
configure.ac: Bump to 1.0.6
Jesse Adkins (1):
Purge cvs tags.
1.0.5:
This minor maintenance release fixes a couple bugs and includes the usual
recent build improvements/janitorial cleanups.
1.5.4:
This minor release adds support for testing ShmGetImage requests, cleans
up various issues in the helper scripts, and improves the build configuration.
1.5.3:
This minor bug fix release of the standard X11 tool for measuring
how many X requests can be made per second fixes a couple of issues
with modern machines that can process X requests in a fraction of
the time the tool was originally designed to expect, as well as a
couple build configuration improvements.
1.5.2:
This minor maintenance release of the standard X11 tool for measuring
how many X requests can be made per second mostly includes build-time
improvements, along with one small feature addition, the
"-falseprecision" command line flag.
1.3.0:
This release includes a good deal of refactoring and cleanup, along with
bug fixes and build configuration improvements. Thanks to the wide range
of contributors represented in the changelog below.
1.2.0:
This minor feature release adds the -query option to print the current
RLMVO layout in use by the X server.
1.1.1:
This release includes portability fixes for various platforms,
changes to resolve issues found static analysis and compiler warnings,
and build configuration cleanups.
1.1.0:
This release includes these changes from Thomas Dickey's luit-20100601:
* add -alias option to allow override of locale.alias pathname.
* improve fix waitForInput as suggested in Freedesktop #26383.
* fix warnings from clang --analyze
As well as many of the same build time & janitorial cleanups found in
the other recent X.Org module releases.
This minor maintenance release includes a bugfix for handling expose
events in multiple threads, along with multiple years worth of
accumulated build configuration improvements and janitorial cleanups.
1.0.5:
David Nusinow (1):
Make iceauth manpage describe commands. (fd.o bug#2354)
Gaetan Nadon (5):
config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
man: remove trailing spaces and tabs
config: move man pages into their own directory
Jeremy Huddleston (3):
Error out and avoid a call to malloc(0) if given a bad hex string
auth_finalize: Attempt to rename() if link() fails
configure.ac: Bump to 1.0.5
1.0.4:
In this minor maintenance release you may find the usual recent collection
of build configuration improvements and janitorial cleanups.
1.0.6:
This minor maintenance release fixes a some compiler warnings and
provides build configuration improvements and other code cleanups.
1.0.5:
This minor maintenance release just provides build configuration
improvements and other janitorial cleanups.
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups, plus a bunch
more from years past that had been sitting in git for a long time.
1.2.4:
Alan Coopersmith (3):
Make sure to leave room for trailing nil byte in yyGetNumber
Delete redundant redeclarations of extern Atoms in symbols.c
xkbcomp 1.2.4
Andreas Wettstein (1):
include resets group compatibility modifiers #43091
Jeremy Huddleston (6):
Include strings.h for strcasecmp and string.h for strdup
Add missing _X_NORETURN to uFatalError
Fix -Wformat warnings
Correct our zeroing out of the row in InitRowInfo
Silence -Wshadow warnings
Silence -Wparentheses-equality
Peter Hutterer (2):
Print version number on -version.
Add .pc file for version export
1.2.3:
There was a pretty bad problem with the 1.2.2 release, which quite
effectively crushed Any+AnyOfOrNone(All) interp mappings, in that
xkeyboard-config actually relied on an explicit Any+AnyOfOrNone(All)
mapping to function. 1.2.3 builds on the previous 1.2.2 fix to allow
explicit Any+AnyOfOrNone(All) mappings, while still ignoring interp
mappings whose keysyms could not be found.
I've regression-tested this against xkbcomp 1.1.1 by comparing the
results of compiling every layout (primary variants only) in
xkeyboard-config, and there were no differences at all.
Distributions are strongly recommended to push 1.2.3 instead of 1.2.2,
whose tarballs have been removed from the archive.
1.2.2:
This is an semi-urgent bugfix release for the two commits of mine, which
fix a particularly bad failure in the compat code. If you had a
SymInterpret definition (i.e. to map a keysym to an action, as used for
VT switch and others) with an unknown keycode, every key that wasn't
already mapped to an action would get mapped to your new action.
So, for example, if you had XF86LogWinTree mapped to the PrWins action,
and a libX11 that was unaware of the new symbol, every key aside from VT
switching, zapping, pointer keys and modifiers, would dump the window
tree to your X log, and do nothing else.
Distributions are strongly, strongly recommended to upgrade, including
in stable series.
1.2.1:
This release allows the uploading of keymaps per-keyboard using the -i flag
(which wasn't hooked up to anything before).
Example usage:
xkbcomp -i 12 qwerty.xkb :0
xkbcomp -i 13 azerty.xkb :0
The above will load a qwerty and azerty map in to the keyboards 12 and 13,
respectively. Watch out for bug 21859 though.
http://bugs.freedesktop.org/show_bug.cgi?id=21859
Aside from this new feature, we have the usual cleanups in the build system.
1.2.0:
This release provides performance improvements and bug fixes, mixed in
with the usual recent collection of build configuration improvements and
janitorial cleanups.
1.0.8:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.0.7:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.1.2:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.1.1:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.1.3:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.1.2:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.0.7:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.0.6:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.2.1:
This release builds on the DocBook/XML conversion of the API documentation
included in the previous release with cleanups & improvements to make the
documentation more useful and usable.
1.2.0:
This release adds the specification documents for the API's for both
extensions, converted from the original troff format to DocBook/XML.
It also includes the usual recent rounds of build configuration improvements
and janitorial cleanups.
1.0.6:
This minor maintenance release provides the latest set of the usual
build configuration improvements and janitorial cleanups.
1.0.5:
This minor maintenance release provides the latest set of the usual
build configuration improvements and janitorial cleanups.
1.3.2:
This minor maintenance release mainly makes the man pages less sucky.
The build configuration was also made to suck a little less too.
1.3.1:
This release includes several fixes to the error handling paths
in the library, as well as the usual set of recent build configuration
improvements and janitorial cleanups.
1.1.2:
This minor maintenance release of the Xlib-based library for the
Xinerama extension protocol provides the usual set of recent build
configuration improvements and janitorial cleanups.
1.1.1:
This minor maintenance release of the Xlib-based library for
the Xinerama extension protocol provides the usual set of
recent build configuration improvements and janitorial cleanups.
2.3.1:
This bug fix release corrects a regression in font emboldening introduced
in 2.3.0. Another bug against font appearance in 2.3.0 has been reported
but not yet resolved - since no progress was being made on it, I decided
to stop holding back the release of the fix we have.
2.3.0:
Notable changes in this release include:
- Subpixel LCD text rendering improvements
- Dropped support for building against versions of freetype2, fontconfig &
libXrender that pre-dated pkgconfig support.
- Raised minimum required versions to freetype2 2.1.6 & fontconfig 2.5.92.
plus of course assorted bug fixes and build configuration improvements.
2.2.0:
This release removes the deprecated xft-config script now that pkg-config
is well-established as it's replacement. It also updates the xft pkg-config
file to reduce unnecessary linking in users of libXft, but may cause issues if
used with versions of pkg-config older than the pkg-config 0.22 release from
2007.
It also includes the usual recent set of build configuration improvements and
janitorial cleanups.
(I wonder if patch-aa is really needed, and for what.)
This release provides the cleanups and build configuration improvements
that have been made since the last libXevie release in 2006.
1.1.13:
This release fixes a few bugs, including making the version number
reported in Xcursor.h match that reported in xcursor.pc & configure.
1.1.12:
This bug fix release fixes bugs.
1.1.11:
This minor maintenance release provides the usual recent set of
build configuration improvements and janitorial cleanups.
This minor maintenance release includes some bug fixes, some compiler
warning fixes, some documentation typo fixes, some build configuration
fixes, and some janitorial fixes - a little something for everyone to
fixate on.
1.0.11:
This release contains several memory management bug fixes, including
one that caused xedit to be "very unstable" when built with gcc 4.7.
1.0.10:
This release includes a number of buildtime and runtime bug fixes,
build configuration and documentation improvements, and general cleanups.
1.0.9:
This minor maintenance release fixes a number of build issues,
as well as some minor documentation cleanups.
1.0.8:
This minor maintenance release fixes some bugs, improves build
configuration, includes various janitorial cleanups, and delivers
for the first time the DocBook/XML conversion of the API docs that
were previously in troff format.
3.5.10:
This minor maintenance release includes compiler warning fixes,
build configuration improvements, and other janitorial cleanups.
3.5.9:
This minor maintenance release provides a large collection of
build configuration improvements and other janitorial cleanups.
1.1.1:
This release includes cleanups of code that causes compiler warnings;
improvements to the documentation, including cross linking to other
X.Org docs; and build configuration improvements.
1.1.0:
API documentation for this library has been added in this release in the
docs directory in DocBook format. If xmlto is installed, it will be
converted to supported formats and installed in $(docdir) unless
--disable-docs is passed to configure.
This release also includes the usual recent set of build configuration
improvements and janitorial cleanups.
1.1.3:
This regression repair release reverts a regrettable revision.
1.1.2:
This release includes a good number of bug fixes, some initial unit tests
for checking several recent fixes, compiler warning cleanups, and build
configuration improvements.
The included documentation for the libXt API has been transformed into the
DocBook/XML format, to allow processing with the same toolchain as the rest
of the X.Org docs, producing better and more modern output formats, and
providing support for cross-linking with the other X.Org docs.
1.1.1:
This release fixes a longstanding crash on 64bit sparc, and a nasty bug
in the new XtAsprintf function added in 1.1.0.
1.1.0:
This release includes several bug fixes, as well as the usual set of recent
build configuration improvements & janitorial cleanups. The minor version
was bumped to indicate addition of XtAsprintf to exported API.
1.0.9:
This release includes several bug fixes, as well as the usual set
of recent build configuration improvements & janitorial cleanups.
1.2.2:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups.
1.2.1:
This minor maintenance release provides the usual recent collection of
build configuration improvements and janitorial cleanups, with no
additional snarkiness beyond that provided in this announcement.
1.3.1:
While this release includes some minor cleanups for compiler warnings, the
bulk of the changes are improving the documentation & formatting for all
the extension API specs included in this package.
1.3.0:
(no changes found)
1.2.0:
This release of the catchall library for the X11 extensions without
their own libraries adds documentation for many more of the extension
API's, in the form of the documents formerly delivered in xorg-docs,
now moved here and translated from a variety of formats to DocBook/XML.
1.8.1:
Arnaud Fontaine (1):
Add xkb_internals and xkb_issues to EXTRA_DIST.
Jeremy Huddleston (2):
Revert "Fix include order with Xdmcp on WIN32"
darwin: Use read(2) rather than recv(2)
Jon TURNEY (2):
Fix build of xcb_auth.c with XDMCP on WIN32
Update use of error_connection under WIN32 to _xcb_conn_ret_error()
Julien Cristau (1):
Fallback to TCP if no protocol is specified and the UNIX connection fails
Julien Danjou (2):
Bump xcb-proto requirement
Release libxcb 1.8.1
Uli Schlachter (1):
Fix a busy loop on BSD and Mac OS
1.8:
Aaron Plattner (1):
xcb_disconnect: call shutdown() to force a disconnect
Alan Coopersmith (5):
Use special path to sockets when running under Solaris Trusted Extensions
Remove unused DECnet code
Add #include <sys/socket.h> to xcb_conn.c
Make launchd code in xcb_util.c match surrounding code indent levels
If protocol is "unix", use a Unix domain socket, not TCP
Arvind Umrao (1):
Added more error states and removed global error_connection
Carlos Garnacho (1):
Handle XGE events with the "send event" flag
Christoph Reimann (14):
added xcb_sumof() with restriction to uint8_t
xkb: updated configure.ac/Makefile.am
new and still preliminary functions for switch; feautures include - API compatibility with valueparam - r
xkb: added pkg config file
added generating code for _serialize() in case of variable sized structs (largely untested)
preliminary handling of further special cases in unserialize first attempts to unify serialize and unserializ
partial rewrite of serialize helper functions completed; _serialize() & _unserialize() have been tested for s
bug fixes for all kinds of 'special cases'
attempt to fix special case: variable fields followed by fixed size fields
renamed most _unserialize() functions to _sizeof() and fixed _unserialize() for the special case of intermixed va
special case 'intermixed variable and fixed size fields': fixed reply side, needs testing
added accessors for special cases major bugfixes include: rewrite of prefix related functions, merge of seria
small fix in the xkb pkg file
small fix to get rid of some compiler warnings also added very basic documentation for xkb
David Coles (1):
Add support for building with Python 3
James Jones (1):
Insert, not append explicit xcbgen dir python path
Jamey Sharp (15):
xcb_request_check: Sync even if an event was read for this sequence.
_xcb_conn_wait: Shut down the connection on unexpected poll() events.
xcb_send_request: Send all requests using a common internal send_request.
xcb_request_check: Hold the I/O lock while deciding to sync.
xcb_discard_reply: Simplify by re-using poll_for_reply helper.
xcb_in: Use 64-bit sequence numbers internally everywhere.
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcb
Include XKB in ./configure's summary output.
Enable AM_SILENT_RULES on automake 1.11 or newer.
Factor reader_list management out of wait_for_reply.
Dequeue readers that can't receive any new responses.
Introduce xcb_wait_for_event_until, for consuming responses in wire-order.
Delete the old c-client.xsl.
Revert "Introduce xcb_wait_for_event_until, for consuming responses in wire-order."
Keep ALIGNOF definition out of the public namespace.
Jeetu Golani (8):
Win32 code for xcb-1.5
windefs.h is now called xcb_windefs.h - changed all includes to reflect that.Replaced one instance ofWIN32 with _
changes in xcb_windefs.h - the flag _XCB_WINDEFS_H replaces WINDEFS_H
restablished inclusion of fcntl.h and netinet/tcp.h in xcb_util.c -- without these the code no longer compiled on
xcb_in.c #ifndef _WIN32 inside of #if USE_POLL redundant and removed
Set errno=0 in read_block. On Win32 there is no errno and this makes the do..while loop execute only once. Al
Replaced read() in read_block and _xcb_in_read() with recv for all platforms. MSG_WAITALL is undefined in Min
Don't validate FD_SETSIZE on Win32
Jeremy Huddleston (1):
darwin: Don't use poll() when expected to run on darwin10 and prior
Jon TURNEY (1):
Fix WIN32 compilation after commit 163c47bdc0d32785d831e4c93fea9ab7e023446b
Josh Triplett (1):
Allow disconnecting connections that are in error state.
Julien Danjou (1):
Release libxcb 1.8
Keith Packard (1):
Make xcb_take_socket keep flushing until idle
Markus Duft (1):
Support pre-IPv6 systems (without getaddrinfo)
Michael Stapelberg (1):
Drop AI_ADDRCONFIG when resolving TCP addresses
Nick Bowler (1):
xcb_auth: Fix memory leak in _xcb_get_auth_info.
Peter Harris (10):
Merge branch 'master' of git://github.com/topcat/xcb-win32
Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcb
Add xkb.* to gitignore
Don't emit out-of-module sizeof definitions
Fix memory leak in _sizeof implemented with _unserialize
Make *_unserialize safe to use on buffers in-place
Clean up a couple of warnings in xprint
Fix _unserialize of reply headers
Merge branch 'master' of git://anongit.freedesktop.org/~peterh/libxcb
Don't try to sizeof(void)
Rami Ylimäki (3):
Prevent reply waiters from being blocked.
Prevent theoretical double free and leak on get_peer_sock_name.
Introduce a variant of xcb_poll_for_event for examining event queue.
Ryan Pavlik (2):
Fix include order with Xdmcp on WIN32
Use WSAStartup()/WSACleanup() on WIN32
Uli Schlachter (3):
xcb_take_socket: Document sequence wrap requirements
Compute alignment correctly
Fix a dead-lock due to xcb_poll_for_reply
Vincent Torri (1):
fix Windows build and installation
Alex Plotnick (2):
Add missing padding bytes to ChangeKeyboardMapping request
Corrected type of FakeInput rootX & rootY fields
Christoph Reimann (9):
changed Exception message in case of unknown/unhandled XML tags
xcbgen: perform lenfield lookup within all anchestors
add support for new expr tags popcount, enumref, sumof
- changed handling of anchestor types (may be more than one now) - added SwitchType and BitcaseType
assign switch name to bitcases as well (important in case of switch that appear inside another switch)
xproto.xml: turned valueparam in CreateWindow request into switch
support name attribute for bitcases and set BitcaseType.has_name accordingly
small fix wrt bitcase type names
xcbgen: small fix to store anchestor objects more systematic xml: small fixes according to Xlib or the spec
David Coles (1):
Use absolute imports in xcbgen for Python 3 compatibility
Fredrik Höglund (1):
dri2: Update to version 1.3 (v2)
Ian Romanick (4):
glx: Replace some 'reserved' fields with explicit padding
glx: Use glx:CONTEXT for share_list parameter of CreateNewContext
glx: Use FBCONFIG type for fbconfig parameter of CreateNewContext and CreatePixmap
glx: Add protocol for GLX_ARB_create_context and GLX_ARB_create_context_profile
James Jones (1):
Add support for fence sync objects
Julien Cristau (2):
xf86dri: fix GetDrawableInfo reply
xproto: fix TranslateCoordinates reply
Julien Danjou (2):
Fix 9efd2ac87b9eca51d07173cf33d48f4d3b77509e field name
Release xcb-proto 1.7
Marcin Kościelnicki (3):
xcbgen: Add unop support
xf86vidmode: Fix padding expressions
dri2: Add proper padding before driver_name
Mike Frysinger (1):
add libdir/exec_prefix to xcb-xproto.pc
Mikhail Gusarov (1):
Revive support for hex literals in protocol
Peter Harris (9):
Add description of new protocol elements
Add XKEYBOARD protocol description
Collection of small fixes for xkb.xml
xkb: Fix opcode for Bell and GetState requests
Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/xcb_proto
Fix 'make check'
Revert "xproto.xml: turned valueparam in CreateWindow request into switch"
[xkb] Rename type, sequence, and length
Merge branch 'master' of git://anongit.freedesktop.org/~peterh/xcbproto
Robert Ancell (4):
Fix ChangeHosts address string
Fix SetFontPath path string encoding
Fix some fields name
Fix XKB GetState missing lookupMods field
Uli Schlachter (1):
Add RENDER 0.11 definitions
1.1.1:
This release builds on the DocBook/XML conversion of the XDMCP spec
included in the 1.1.0 release with cleanups & improvements to make
the documentation more useful and usable.
1.1.0:
This release features a major refactoring and cleanup of the code base,
and conversion of the XDMCP specification from troff to DocBook/XML,
along with the usual recent set of build configuration improvements and
janitorial cleanups.
1.2.1:
This release includes more documentation cleanups & improvements,
fixes for issues found by static analysis & compiler warnings, and
of course some build configuration improvements.
1.2.0:
This release fixes a couple of bugs and includes a lot of work
from multiple people on the documentation to convert the ancient
troff scrolls to DocBook/XML. It also includes the usual recent
rounds of build configuration improvements and janitorial cleanups.
1.0.8:
This release fixes a number of issues found by static analysis and
compiler warnings, and includes a large set of cleanups and improvements
to the DocBook format specs for the protocol and docs for the API.
1.0.7 (no short summary available):
Adam Jackson (1):
libICE 1.0.7
Alan Coopersmith (1):
Move ICE protocol & API specs from xorg-docs module
Gaetan Nadon (8):
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Deploy the new XORG_DEFAULT_OPTIONS #24242
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: move CWARNFLAGS from configure.ac to Makefile.am
config: remove the pkgconfig pc.in file from EXTRA_DIST
config: update AC_PREREQ statement to 2.60
Jeremy Huddleston (2):
This is not a GNU project, so declare it foreign.
Fix include ordering, so -I../include precedes $CPPFLAGS which could
Jesse Adkins (1):
Purge cvs tags.
Julien Cristau (1):
Set the close-on-exec flag for listening sockets
Matt Dew (1):
specs: convert ICE doc/specs from xorg-docs module to DocBook XML
This minor maintenance release fixes a pile of issues found by static
analysis & compiler warnings, along with build configuration improvements
and cleanup of the library's exported symbol list.
x11-links rejects xf86vidmodeproto because it's too old according
to the pkgsrc X xf86vidmodeproto bl3 file (which is at best dubious
logic) and doesn't link it. Then the .pc file isn't available, so
this package's configure script silently fails running pkg-config
and sets XVIDTUNE_LIBS to empty. The build then fails at link time
because no X libs at all have been requested. Fix it by feeding in
the result of running the same pkg-config invocation outside
pkgsrc. The fact that the native xf86vidmode is "too old" does not
itself break the package.
Alan Coopersmith (1):
damageproto 1.2.1
Gaetan Nadon (10):
.gitignore: use common defaults with custom section # 24239
configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
Makefile.am: INSTALL file is missing or incorrect #24206
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
NEWS: remove empty file #24206
README: file created or updated #24206
Revert "NEWS: remove empty file #24206"
Makefile.am: INSTALL file is missing or incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
config: remove the pkgconfig pc.in file from EXTRA_DIST
Rémi Cardona (1):
Use $(docdir) for damageproto.txt install path
Alan Coopersmith (7):
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Move Xprint protocol spec & overview man pages from xorg-docs
Sun's copyrights belong to Oracle now
config: Add missing AC_CONFIG_SRCDIR & AM_MAINTAINER_MODE
config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
Add README with pointers to mailing lists, git, bugzilla, the true status, etc.
printproto 1.0.5
Gaetan Nadon (1):
config: update AC_PREREQ statement to 2.60
Paulo Cesar Pereira de Andrade (1):
Janitor: Correct make distcheck and dont distribute autogen.sh
Paulo Zanoni (1):
Use docbookx.dtd version 4.3 for all docs
Patch provide by leot. Thank you.
Changes:
* Detects monitor based on input focus, not just pointer location.
* Token matching instead of just substrings.
* XIM composition support.
* Paste from clipboard with C-S-y.
* stest(1) replaces lsx(1).
* M-[Gghjkl] restored for vi-like navigation.
* New colour scheme, matching dwm-6.0.
* Couple of bug fixes.
Copy and paste cause segfault when UTF-8 character are hold in selection.
Reported on twitter and analysed by @oshimyja.
Use ext05 patch that does not contain UTF-8 specific copy/paste code.
* Over 100 functional improvements
* WebKit updated to version 2.2.2
* libpng updated to version 1.5.10
* Thirty improvements to documentation and tools
Add license and change homepage.
No changes file included in source distribution.
Changes can be seen at http://hg.suckless.org/slock/ (see changelog
for last few versions).
One important fix is:
added XRaiseWindow workaround when new clients are launched
See http://secunia.com/advisories/48700/ for the security issue.
Changes from 3.0.6 noted in doc/en/ReleaseNote:
ver 3.1.2
* Support extended mouse tracking mode.
(CSI ? 1006 h and CSI ? 1006 l / CSI ? 1015 h and CSI ? 1015 l)
* Support sixel graphics sequence partially. (DCS .. q .. ST)
(configure with --enable-sixel option.)
* Support FocusIn/FocusOut event tracking. (CSI ? 1004 h and CSI ? 1004 l)
* Support inputmethod/kbd in win32.
* Add "add_picture", "remove_picture" and "close_pty" commands to
configuration protocol.
* Add "hide_underline" option.
* Merge SF patches:
#3524577 (Thanks to Ahmed El-Mahmoudy)
#3524578 (Install mlterm tools to $(libexecdir)/mlterm instead of $(libexecdir))
(Thanks to Ahmed El-Mahmoudy)
patch-ae in NetBSD pkgsrc x11/mlterm.
* Bug fixes:
Fix a bug which disabled "bd_color" and "ul_color" options in reverse characters.
(Thanks to Andi Cristian Serbanescu)
Fix an ibus bug which causes segmentation fault if ibus daemon is not found.
Fix a bug which could cause failure of opening a new window over ssh connection.
Fix a bug which causes infinite loop if large OSC sequence is received.
(Thanks to Koie Hidetaka san)
Fix a bug which disabled mlconfig and mlterm-menu etc to start if multiple screens opened.
ver 3.1.1
* Fix a bug which caused segfault in 64bit Linux.
* Enable to change 0-15 colors by OSC 4 sequence.
* Enable to specify --sep, --button3, --clip, --restart and --logmsg options
for mlclient.
ver 3.1.0
* Support extended mouse tracking mode. (CSI ? 1005 h and CSI ? 1005 l)
* Support "use_variable_column_width" and "letter_space" options in win32.
* Support multiple numeric parameters of SM, RM, DECSET and DESRST sequence.
(Thanks to Iwamoto Kouichi san)
* Support BiDi mirroring. (Thanks to Khaled Hosny)
* Add "blink_cursor" option.
* Add "inner_border" option.
* Add "bd_color"(rxvt style) and "ul_color" options. (equivalent to colorBD and colorUL
options of xterm and rxvt.)
* Add "cipher_list" for ssh connection.
* Add java version. (experimental)
* Add VT52 emulation. (configure with --enable-vt52 option.)
* Remove IIIMF plugin.
* Bug fixes:
SF Bug #2878878 (Thanks to Kusanagi Kouichi san)
SF Bug #3481552 (Thanks to Kobayashi Hiroaki san)
SF Bug #3487163 (Thanks to raghavkrishna)
SF Bug #3509743 (Thanks to Thomas Wolff)
SF Bug #3509744 (Thanks to Thomas Wolff)
SF Bug #3512067 (Thanks to phcoder)
Fix a bug which didn't clear margin area after visual bell.
Fix a bug which disabled scrolling in vertical mode in win32.
Fix a bug which disabled wheel mouse in win32.
Fix a bug of reverse-video algorithm of highlighted cursor or selected text.
(Thanks to Andi Cristian Serbanescu)
ver 3.0.11
* Support CSI 8 t and CSI 4 t sequence partially.
* Change the file to output messages by --logmsg option
from ~/.mlterm/msg[pid].log to ~/.mlterm/msg.log.
* If ~/.config/mlterm exists, use it as a user config directory instead of ~/.mlterm.
* Support VtePty partially.
* Support mod_meta_mode option in win32.
* Support combination of Control+key in win32.
* Bug fixes:
Fix a bug which erased border of candidate or status screen of uim or kbd.
SF Bug #3464878 (Thanks to Daniel Lublin)
ver 3.0.10
* Fix a problem which could cause error in loading a picture file.
* Merge SF patches:
#3459267 (Thanks to Kusanagi Kouichi san)
ver 3.0.9
* Add auto-restart feature. ("auto_restart" option)
* Support OSC 52 sequence which is allowed by "allow_osc52=true" in ~/.mlterm/main
or SWITCH_OSC52 shortcut key.
* -V option is no longer necessary (and not automatically turned on) to show
indic characters.
* Improve performance of cairo module and libvte.
* Improve processing key events of ibus.
* Support iBUS 1.4.
* Add experimental support for GTK+-3.0. (configure --with-gtk=2.0|3.0)
* Reverse behavior of "alpha" option.
* Add "alpha" box to mlconfig.
* Bug fixes:
Fix strange behavior in selecting indic characters.
Fix a libvte's problem which gets gnome-terminal not to be resized even if font size is changed.
Fix a problem which disabled hinting of font metrics in cairo.
Fix a problem which could cause segv in selecting region.
Revive "Brightness", "Contrast" and "Gamma" boxes of mlconfig.
ver 3.0.8
* Change default value of "use_ind" option from true to false.
* Merge SF Patches:
#3412453 (Thanks to Ahmed El-Mahmoudy)
* Bug fixes:
Fix wrong origin setting by CSI ? 6 l. (Thanks to Konosuke Watanabe san)
Fix a problem which causes segmentation fault if both -J and -bi options are specified.
ver 3.0.7
* Support bracketed paste mode. (CSI ? 2004 h , CSI ? 2004 l)
* Support Button-event and Any-event mouse tracking.
(CSI ? 1002 h , CSI ? 1002 l , CSI ? 1003 h , CSI ? 1003 l)
* Support scp using libssh2.
(Add "SSH SCP" front-end to mlconfig and "mlscp.sh" command line tool.)
* Support DEC Special characters in win32. ("Tera Special" font is necessary.)
* Support application escape mode. (CSI ? 7727 h , CSI ? 7727 l)
* Support OSC 10, OSC 11 and OSC 12.
* Add "logging_msg" option whose default value is true.
* Support dynamic loading of BiDi and Indic modules.
* Support dynamic loading of xft and cairo modules.
* Integrate OSC 5384 - 5391 to OSC 5379 - 5383 and drop OSC 5382.
* Change format of "select_pty", "search_prev", "search_next" "snapshot" in
OSC 5379 sequence as follows.
select_pty=<pty dev name> => select_pty <pty dev name>
search_prev=<pattern> => search_prev <pattern>
search_next=<pattern> => search_next <pattern>
snapshot=<encoding name>:<file name> => snapshot <file name> <encoding name>
* Support mlconfig in connecting a ssh server by libssh2.
* Improve the way of determining width of cairo fonts.
* 'make uninstall' is available.
* Other bug fixes:
Fix a problem which causes leak of graphic context resource in libvte.
Fix a problem which can minimize window in some themes in win32. (Thanks to Iwamoto Kouichi san)
Fix wrong position in receiving WM_MOUSEWHEEL event in win32. (Thanks to Iwamoto Kouichi san)
Fix illegal mouse reports if mouse goes outside the window. (Thanks to Iwamoto Kouichi san)
Fix double free in bidi rendering. (Thanks to NODA, Kai san)
Remove "-lvte" in linking libvte.so.
In order to accomplish the given PLIST, gobject-introspection must be
at version 1.32 at least (rather than the specified version 0.10.1).
Revbump for the dependency change.
Also, two conftests were failing on DragonFly that should have passed
so these were overridden as successes to fix the 3.4.3 build on DragonFly.