summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-06-13Makefilemef2-3/+6
CHANGES file no longer exists, remove from install file list. PLIST Because of missing CHANGES, two files were not installed. Pick them up again.
2012-06-13(1) Bump version x11/xfstt 1.6 to 1.9 based on PR pkg/45478mef23-347/+513
(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.
2012-06-12Replace patch with upstream version. Found by obache.wiz2-8/+18
2012-06-12Add inet6 to default suggested options. It's 2012.wiz11-17/+24
2012-06-11As noted in changes in 1.0.4, "require xproto instead of libX11 for building".obache1-2/+3
Bump PKGREVISION.
2012-06-10Add upstream bug report URL.wiz2-3/+4
2012-06-10Update to 1.0.7.wiz4-10/+31
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
2012-06-10Update to 2.4.35.wiz3-20/+8
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
2012-06-10Update to 1.1.1:wiz3-8/+8
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).
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache1-1/+3
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache23-23/+69
2012-06-09--disable-docs configure option is not in this version.obache1-3/+1
2012-06-08regen patches with mkpatches(1).obache3-9/+8
2012-06-07Set appdefaultdir so the app-defaults don't end up in /usr/X11R[67] ifdholland1-1/+4
built against native X. (Copied from xclock.)
2012-06-06Recognize -Wl,-rpath spelling as well.joerg1-1/+6
2012-06-06Import xkbprint-1.0.3:wiz5-1/+32
xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description.
2012-06-06Add xkbevd-1.1.3:wiz5-1/+38
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.
2012-06-06Add xkbutils-1.0.3:wiz5-1/+43
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
2012-06-06Import viewres-1.0.3:wiz5-1/+36
viewres displays a tree showing the widget class hierarchy of the Athena Widget Set (libXaw).
2012-06-05Address PR 46544 using a patch from Gustau Pérez i Querol fromwiz2-1/+19
http://freebsd.1045724.n5.nabble.com/Xorg-1-12-td5642201.html via Francois Tigeot.
2012-06-05Remove transset-df, successor transset.wiz5-43/+1
2012-06-05+ transset.wiz1-1/+2
2012-06-05Initial import of transset-1.0.0:wiz4-0/+45
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.
2012-06-04Recursive bump for libmikmod shlib major ++wiz1-2/+2
Noted by dholland.
2012-06-04Disable asciidoc autodetection.wiz1-1/+2
2012-06-03Update to 7.0.23, based on Makoto Fujiwara's update to 7.0.23 in PR 45465.wiz8-6478/+187
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.
2012-06-03Update to 1.2.1:wiz2-6/+6
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
2012-06-03Update to 1.2.2:wiz3-9/+9
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
2012-06-03Update to 1.2.0:wiz3-8/+9
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.
2012-06-03Update to 1.14.2:wiz3-7/+8
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
2012-06-03Update to 1.3.2:wiz2-6/+6
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.
2012-06-03Update to 2.2:wiz2-6/+6
2.2: The X Input Extension protocol version 2.2 is now available. The main feature added in this version is support for multitouch devices and the ability for clients to register for and receive touch events. Multitouch support in XI 2.2 aims to - support a dynamic number of simultaneous touch points, - support devices that are both multitouch and traditional pointer devices, - allow touchpoints to be either grouped together or handled separately, - be backwards-compatible to pre-XI 2.2 clients through emulation of XI 2.x/XI 1.x and core pointer events. For a description of the new features see the following posts: - http://who-t.blogspot.com.au/2011/12/multitouch-in-x-getting-events.html - http://who-t.blogspot.com.au/2011/12/multitouch-in-x-pointer-emulation.html - http://who-t.blogspot.com.au/2012/01/multitouch-in-x-touch-grab-handling.html - http://who-t.blogspot.com.au/2012/02/multitouch-in-x-multitouch-touchpads.html Many thanks to all who have contributed to this protocol. 2.1: We haven't had any change requests to the 2.1 protocol changes and the 2.2 changes are about to be done soon too. Time for a release. inputproto contains the protocol specification and header files for the X Input Extension. This release introduces two new features: - smooth scrolling support allows devices to send scroll events through valuator information instead of the traditional button 4-7 clicks. - new raw event behaviour allows clients to listen to raw events from a device even if that device is currently grabbed For a description of the changes, see http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-smooth-scrolling.html http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-raw-events.html http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-xi2-defines.html http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-versioning.html Other changes include packaging fixes and miscellaneous fixes.
2012-06-03Update to 2.1.2:wiz3-7/+8
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.
2012-06-03Update to 0.4.2:wiz2-6/+6
0.4.2: This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups.
2012-06-03Update to 1.4.2:wiz2-6/+6
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.
2012-06-03Update to 1.2.7.wiz3-8/+8
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.
2012-06-03Update to 2.3.1:wiz2-6/+6
This minor maintenance release provides the usual collection of recent build configuration improvements and janitorial cleanups.
2012-06-03Update to 2.1.1:wiz2-7/+7
This minor maintenance release provides the usual collection of recent build configuration improvements and janitorial cleanups.
2012-06-03Update to 7.2.1:wiz2-6/+6
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
2012-06-03Update to 1.2.2.wiz3-8/+9
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.
2012-06-03Update to 0.11.1:wiz3-13/+13
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
2012-06-03Update to 1.0.6:wiz3-7/+40
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
2012-06-03Update to 1.4.15:wiz2-6/+6
Ian Romanick (1): glproto: Document GLX_ARB_create_context and GLX_ARB_create_context_profile protocol
2012-06-03Update to 1.1.2.wiz3-8/+9
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.
2012-06-03Update to 1.0.4.wiz2-6/+6
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.
2012-06-03Update to 1.0.5.wiz2-6/+6
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.
2012-06-03Update to 1.1.2.wiz2-6/+7
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.)
2012-06-03Update to 1.1.1:wiz2-6/+6
This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups.
2012-06-03Update to 279.wiz3-21/+7
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.
2012-06-03Update to 1.0.2:wiz2-7/+6
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.