xterm: Changes to 'refs/tags/xterm-271-1'

2011-07-23 Thread Julien Cristau
Tag 'xterm-271-1' created by Julien Cristau jcris...@debian.org at 2011-07-23 
13:16 +

Tagging upload of xterm 271-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJOKsmmAAoJEDEBgAUJBeQMoH0QANSIxYiJi+yqJM0+VlY6Wf53
HHAUmPYib5UYwoeg+tlyZJ6/xbGGGMFteqosgyUPLHoa6i0H3Hq2PXmvoqt1/oEp
zTetI+JJEEpXtTq7Jiz+Tk04H3MWjKG8EyRUhzzdsMPFQOX3KlbtSL1JXwNM91nQ
fNDR4ehNl5FSrlGzudjR3WwsXlJS7dDMZqDoMUiFuXVZhVIo1QEgxaYCQLwHSck2
xSGk8GNHuQHH8B8isIYvwUVmSAqZ57I3iU+IWTDm4VtgVAplxip+7b2c4IzGE5tN
J9cZZxDPWAoLVdQLLICUn28BBpFG+bzLKUsJ8o1pyhScakHM2HYZE3RbHBqaWt8W
NZMZwOEZVifTatQnPj2FUyev+hw74ygx41QmSz5o53vHIbYMH7RFH3e9Vc4ctHTg
qaeU04++cVMEBBMRZOiMyK6ut9S2ZWgkshJvbQcJEj+CnDAs5MmKmnzq2QVyP8py
n7SBXIQNE/GAdb3FZEXRg15aKcXTiQzbPWR9M5PYoAwVc05rzrM7B3+NUDYPN+sG
MupyQeMy/9wvXT6S/B2QuRZuofmah4eSbymvW+u9JnlDUqlpT6dyIQcK/5HLVEul
EtDiAYiaSKGYc+StTA2Pnqcn+9wR+BU71guibHS4oafhs3HJooOCBhzkGq23gaVe
iRR/jOx8R1DRLbmfR8Oq
=m5Sa
-END PGP SIGNATURE-

Changes since xterm-270-1:
Julien Cristau (5):
  Imported Upstream version 271
  Merge branch 'upstream-unstable' into debian-unstable
  Bump changelog
  Refresh patches
  Upload to unstable

---
 INSTALL  |7 
 Imakefile|7 
 MANIFEST |3 
 Makefile.in  |   48 
 Tekproc.c|4 
 XTerm.ad |4 
 aclocal.m4   |  138 +
 button.c |   30 
 charproc.c   |  151 +
 configure| 3004 ++-
 configure.in |   15 
 ctlseqs.ms   |   19 
 ctlseqs.txt  |   20 
 data.h   |6 
 debian/changelog |   11 
 debian/patches/900_debian_xterm.diff |   10 
 debian/patches/902_windowops.diff|6 
 debian/patches/904_fontops.diff  |2 
 df-install.in|   20 
 fontutils.c  |   61 
 main.c   |   59 
 menu.c   |  272 ++-
 menu.h   |   16 
 misc.c   |   52 
 os2main.c|   25 
 package/debian/changelog |6 
 package/debian/control   |4 
 package/debian/rules |9 
 package/xterm.spec   |   26 
 print.c  |  239 +-
 ptyx.h   |   40 
 terminfo |   30 
 trace.c  |   18 
 trace.h  |6 
 version.h|4 
 vttests/dynamic.pl   |  131 +
 xterm.h  |   11 
 xterm.log.html   |  102 +
 xterm.man|  388 +++-
 xterm_io.h   |6 
 xtermcap.c   |   10 
 xutf8.c  |   24 
 42 files changed, 3067 insertions(+), 1977 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qkc4t-0007ny...@vasks.debian.org



xterm-271

2011-07-14 Thread Thomas Dickey
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 Alan 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).

-- 
Thomas E. Dickey dic...@invisible-island.net
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature