~ubuntu-branches/ubuntu/precise/xterm/precise-updates

« back to all changes in this revision

Viewing changes to xterm.log.html

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2011-02-12 15:58:09 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: james.westby@ubuntu.com-20110212155809-vxve6aexyvm7aoh3
Tags: upstream-268
ImportĀ upstreamĀ versionĀ 268

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *****************************************************************************
4
4
 * this file is part of xterm                                                *
5
5
 *                                                                           *
6
 
 * Copyright 1997-2009,2010 by Thomas E. Dickey                              *
 
6
 * Copyright 1997-2010,2011 by Thomas E. Dickey                              *
7
7
 *                                                                           *
8
8
 * All Rights Reserved                                                       *
9
9
 *                                                                           *
31
31
 * sale, use or other dealings in this Software without prior written        *
32
32
 * authorization.                                                            *
33
33
 *****************************************************************************
34
 
  $XTermId: xterm.log.html,v 1.995 2010/11/21 23:40:00 tom Exp $
 
34
  $XTermId: xterm.log.html,v 1.1009 2011/02/10 09:36:17 tom Exp $
35
35
  -->
36
36
<HTML>
37
37
<HEAD>
56
56
is the latest version of this file.
57
57
 
58
58
<UL>
 
59
<LI><A HREF="#xterm_268">Patch #268 - 2011/02/10</A>
59
60
<LI><A HREF="#xterm_267">Patch #267 - 2010/11/20</A>
60
61
<LI><A HREF="#xterm_266">Patch #266 - 2010/10/24</A>
61
62
<LI><A HREF="#xterm_265">Patch #265 - 2010/10/22</A>
326
327
<LI><A HREF="#xterm_01">Patch #1 - 1996/1/6</A>
327
328
</UL>
328
329
 
 
330
<H1><A NAME="xterm_268">Patch #268 - 2011/02/10</A></H1>
 
331
<ul>
 
332
        <li>fix an inconsistency of the "Enable Reverse Video" checkbox in
 
333
            the VT Options menu.
 
334
            This also removes a special case
 
335
            added in <a href="#xterm_217">patch #217</a>
 
336
            which limited the effect of the <code>reverseVideo</code> resource
 
337
            (Debian #603808).
 
338
 
 
339
        <li>amend decoding of misformed UTF-8 sequences to avoid absorbing
 
340
            valid characters as documented in Unicode 6.0 section 3.9
 
341
            (report by Keith Winstein).
 
342
 
 
343
        <li>do not set urgency hint when window already has focus
 
344
            (patch by Dimitrios Christidis).
 
345
 
 
346
        <li>amend extended mouse-coordinate mode from
 
347
            <a href="#xterm_262">patch #262</a> changes to include
 
348
            the <em>Cb</em> button-code, which also may be greater than 127
 
349
            (report by Ailin Nemui).
 
350
 
 
351
        <li>ensure that underline-cursor is visible when an application happens
 
352
            to set the background color (report by Christian Weisgerber).
 
353
 
 
354
        <li>add feature for
 
355
            <a href="http://www.davidsimmons.com/soft/xtermhacks/xterm-fullscreen.patch">full-screen toggling</a>
 
356
            using either Alt-Enter
 
357
            or a menu selection
 
358
            (integrated patch by Dave Simmons).
 
359
 
 
360
        <li>add missing logic to handle reallocation of FIFO index for the
 
361
            "UTF-8" menu entry (report by David Holland, NetBSD #44344).
 
362
            
 
363
        <li>add makefile rules <code>docs-ctlseqs</code>,
 
364
            <code>docs-xterm</code>, etc.
 
365
 
 
366
        <li>correct typo in description of DECRPM in control sequences
 
367
            document (report by Ailin Nemui).
 
368
</ul>
 
369
 
329
370
<H1><A NAME="xterm_267">Patch #267 - 2010/11/20</A></H1>
330
371
<ul>
331
372
        <li>minor formatting changes to ctlseqs.ms to simplify a script which