~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): Julien Cristau
  • Date: 2011-02-10 18:48:37 UTC
  • mto: (1.4.11 upstream) (11.1.24 sid)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: james.westby@ubuntu.com-20110210184837-zr6xtudedxk969gp
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.984 2010/10/25 00:33:56 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>
 
60
<LI><A HREF="#xterm_267">Patch #267 - 2010/11/20</A>
59
61
<LI><A HREF="#xterm_266">Patch #266 - 2010/10/24</A>
60
62
<LI><A HREF="#xterm_265">Patch #265 - 2010/10/22</A>
61
63
<LI><A HREF="#xterm_264">Patch #264 - 2010/10/14</A>
325
327
<LI><A HREF="#xterm_01">Patch #1 - 1996/1/6</A>
326
328
</UL>
327
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
 
 
370
<H1><A NAME="xterm_267">Patch #267 - 2010/11/20</A></H1>
 
371
<ul>
 
372
        <li>minor formatting changes to ctlseqs.ms to simplify a script which
 
373
            extracts the feature information.  See the results in
 
374
<a href="http://invisible-island.net/xterm/xterm.faq.html#compare_versions">Comparing versions, by counting controls</a> in the xterm FAQ.
 
375
 
 
376
        <li>add <code>docs-clean</code> makefile rule.
 
377
 
 
378
        <li>add <code>copy-selection</code> action (request by 
 
379
            Timo Juhani Lindfors, Debian #588785).
 
380
 
 
381
        <li>trim leading/trailing blanks from string used for "Selection"
 
382
            font-menu data.
 
383
 
 
384
        <li>trim leading/trailing blanks from color resource values.
 
385
 
 
386
        <li>configure script improvements:
 
387
        <ul>
 
388
        <li>add workaround for removal of X11 dependency from Xt's package
 
389
            file (report by Robert Hooker).
 
390
 
 
391
        <li>add workaround for removal of fontconfig dependency from Xft's
 
392
            package file (report by Jeremy Huddleston).
 
393
 
 
394
        <li>add workaround for removal of Xmu dependency from Xaw's package
 
395
            file (report by Jeremy Huddleston).
 
396
 
 
397
        <li>improve workaround in <code>CF_X_TOOLKIT</code> macro,
 
398
            checking for other
 
399
            possible packages where Xt's dependencies may be given.
 
400
 
 
401
        <li>prefer <code>${name:=value}</code> to <code>${name-value}</code>,
 
402
            since recent bash changes break legacy support for that feature.
 
403
        </ul>
 
404
</ul>
 
405
 
328
406
<H1><A NAME="xterm_266">Patch #266 - 2010/10/24</A></H1>
329
407
<ul>
330
408
        <li>add rpm and dpkg scripts, for testing.