Change logs for xterm source package in Squeeze

  • xterm (261-1) unstable; urgency=low
    
    
      * New upstream release
        + fix regression in renderFont logic, from patch #260 changes
          (closes: #587428)
    
     -- Julien Cristau <email address hidden>  Mon, 28 Jun 2010 21:53:28 +0100
  • xterm (259-1) unstable; urgency=low
    
    
      * README.Debian: drop obsolete content, including a link to the old Debian X
        FAQ (closes: #581647).  Thanks, Bob Proulx!
      * Add a NEWS entry about the changed default value for pointerMode (closes:
        #581653).  Request and wording from Bob Proulx, thanks!
      * Refresh 902_windowops.diff and 904_fontops.diff.
      * New upstream release
        + change default for allowScrollLock resource to false, noting that the
          supposedly unused key has been useful for various rebindings
          (closes: #580946)
      * Update copy of XTerm FAQ to revision 1.138 (dated 2010/05/15).
      * Bump copyright year in debian/copyright.
    
     -- Julien Cristau <email address hidden>  Sun, 06 Jun 2010 14:39:27 +0200
  • xterm (258-1) unstable; urgency=low
    
    
      * terminfo: derive xterm{16,256,88}-color from xterm-debian (patch by Sven
        Joachim), closes: #547443.
      * New upstream release
        + modify AllocateTermColor() to separate initialization from control
          sequences, fixing problem from patch #254 changes where enabling
          allowSendEvents resource prevents setting cursor color on command-line
          (closes: #572928)
    
     -- Julien Cristau <email address hidden>  Sat, 08 May 2010 13:48:12 +0200
  • xterm (256-1) unstable; urgency=low
    
    
      * New upstream release.
      * Delete patch 901_xterm_manpage.diff, the utmp/wtmp paths are now set in
        the manpage at build/install time thanks to upstream changes.
      * Refresh patches 902 and 904.
      * Add build dependency on xorg-docs-core to fix the reference to X(7) in
        xterm(1).
      * Also document the libxkbfile-dev and libutempter-dev build-deps.
    
     -- Julien Cristau <email address hidden>  Sun, 14 Mar 2010 20:15:13 +0100
  • xterm (255-1) unstable; urgency=low
    
    
      * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
        good reason.  Thanks, Colin Watson!
      * Add build-dep on libxkbfile-dev for XkbBell(3).
      * Remove myself from Uploaders
      * New upstream release
        + correct logic used to switch to alternate screen using FIFO-lines
          configuration (closes: #565772)
        + improve manpage by checking for actual locations of utmp/wtmp files
          (closes: #562640)
      * Refresh patches 900_debian_xterm.diff, 901_xterm_manpage.diff,
        902_windowops.diff, 904_fontops.diff.
      * Bump Standards-Version to 3.8.4.
    
     -- Julien Cristau <email address hidden>  Wed, 03 Mar 2010 14:38:17 +0100
  • xterm (253-1) unstable; urgency=low
    
    
      * New upstream release
        + parenthesize expression in MoreRows macro, fixing a limit check added in
          patch #251 (closes: #560039)
      * Update debian/copyright.
      * Add dependency on ${misc:Depends} (lintian).
      * Refresh patches 900_debian_xterm.diff and 901_xterm_manpage.diff.
    
     -- Julien Cristau <email address hidden>  Tue, 29 Dec 2009 12:31:52 +0000
  • xterm (251-1) unstable; urgency=low
    
    
      * New upstream release.
      * Update copy of XTerm FAQ to revision 1.107 (dated 2009/11/11).
      * Upstream introduced a new 'disallowedWindowOps' resource to fine-tune
        which operations are affected by the 'allowWindowOps' setting.  After
        discussion with the security team, change the default for the new resource
        to include all operations.
    
     -- Julien Cristau <email address hidden>  Sat, 28 Nov 2009 14:46:51 +0100
  • xterm (250-1) unstable; urgency=low
    
    
      * New upstream release
        + add check and error-message for fonts that have no printable values in
          the ISO-8859-1 range (closes: #542434)
        + limit minimum cell-width for packed font to maximum-advance
          reported by Xft.  Some fonts are wider than that, even in the Latin-1
          range (closes: #550497)
        + correct off-by-one in okPosition fix from patch #249 limit-checks which
          prevented double-click selection on the bottom line of the screen
          (closes: #550368)
        + document in xterm manpage the limited availability of resources color16
          to color255 as noted in patch #188 (LP: #438850)
    
     -- Julien Cristau <email address hidden>  Tue, 13 Oct 2009 20:20:08 +0200
  • xterm (248-1) unstable; urgency=low
    
    
      * New upstream release
        + correct logic used to improve performance of missing-glyph check, which
          did not handle line-drawing characters (closes: #545220)
    
     -- Julien Cristau <email address hidden>  Wed, 16 Sep 2009 15:53:07 +0200
  • xterm (247-1) unstable; urgency=low
    
    
      * New upstream release.
      * Bump Standards-Version to 3.8.3.
      * Remove David Martínez Moreno from Uploaders as he hasn't been active on
        this package lately.
      * Kill remaining subversion $Id$ tags from debian packaging files.
      * Use libutempter, remove setgid bit from the xterm binary (closes: #537867).
    
     -- Julien Cristau <email address hidden>  Fri, 04 Sep 2009 16:24:35 +0200
  • xterm (246-1) unstable; urgency=low
    
    
      * New upstream release
        + interaction between allowSendEvents and the various allowXXXOps
          resources clarified in manpage (closes: #531597)
        + remove obsolete logic for saving/restoring wrapping flags, which did not
          work on 64-bit platform.  Wrapping flags (stored in the line-index) are
          now copied with line-data (closes: #541160)
        + modify comments in app-defaults files to avoid problem with C
          preprocessor used by xrdb (closes: #541603)
        + restore special case in makeColorPair needed for colorBDMode resource
          (closes: #541089)
        + correct SetLineFlags() macro, broken in patch #244 when recoding to
          avoid gcc-specific bitfields (closes: #541236)
      * The issues with the fifo-lines code should now be fixed, so enable it
        again.
    
     -- Julien Cristau <email address hidden>  Sun, 23 Aug 2009 00:35:21 +0200
  • xterm (244-2) unstable; urgency=low
    
    
      * Configure with --disable-fifo-lines to work around a crash in the new
        saved-lines handling code (closes: #541236, #541160, #541132, #541109).
        Thanks to Thomas Dickey for the workaround.
    
     -- Julien Cristau <email address hidden>  Wed, 12 Aug 2009 22:25:16 +0200
  • xterm (243-1) unstable; urgency=low
    
    
      * New upstream release (closes: #526334)
        + fixes bell regression (closes: #520405)
      * Refresh patch stack.
      * Defaults for allow-{tcap,window,font}ops are now set from debian/rules
        instead of the relevant patches, which now only touch the manpage.
      * Update copy of XTerm FAQ to revision 1.105 (dated 2009/01/11).
    
     -- Julien Cristau <email address hidden>  Mon, 25 May 2009 19:58:19 +0200
  • xterm (242-1) unstable; urgency=low
    
    
      * New upstream release.
    
     -- Julien Cristau <email address hidden>  Wed, 18 Mar 2009 15:37:18 +0100
  • xterm (241-1) unstable; urgency=low
    
    
      * New upstream release.
      * Drop patch 905_tcapops.diff, allowTcapOps now defaults to false upstream.
      * Refresh patches 901_xterm_manpage.diff, 902_pointermode_never.diff,
        903_windowops.diff, 904_fontops.diff.
    
     -- Julien Cristau <email address hidden>  Sun, 01 Feb 2009 00:15:50 +0100