Author: branden Date: 2004-12-07 15:52:15 -0500 (Tue, 07 Dec 2004) New Revision: 2046
Modified: trunk/debian/CHANGESETS trunk/debian/TODO trunk/debian/changelog trunk/debian/patches/000_stolen_from_author_xterm.diff trunk/debian/patches/823_gnu-freebsd_xterm.diff trunk/debian/patches/907_debian_xterm.diff Log: Update XTerm to patch #197 (2004-09-30) from Thomas Dickey's website. + Change default translations so a BtnDown which is not recognized is simply ignored rather than emitting a bell. That makes it less obtrusive when the user tries to use a mouse which provides more capabilities than the X mouse driver supports, e.g., one with a horizontal scroll wheel. (Closes: #265133) + Note in xterm's manpage that "translations" is not specific to xterm. (Closes: #278897) + Modify uxterm script to use locale program to verify if the derived locale is installed. (Closes: #246398) + Modify the criteria for disowning primary selection. Previously, this happened anytime the cursor was moved before the end of the selection. That would ensure that any insert/delete of char or line, as well as scrolling, would disown the selection. The new criteria change this to checking if the operations would modify the data which is highlighted. (Closes: #277832) + Correct handling selection of tabs over cleared space in UTF-8 mode. In this special case, xterm represents the whitespace with a null rather than a space character. (Closes: #276447) + Amend fix for infinite loop from patch #192 to check if there is wrapped text to output in a following iteration. (Closes: #273202) + Amend solution for Debian #252873, #260471 from patch #194 by making the cursor not explicitly colored if only the foreground color is set, and the cursor is on a blank space. (Closes: #275473) Including diff would make mail exceed size limit of 250000 bytes. Use "svn diff -r 2045:2046" to view diff.