~ubuntu-branches/ubuntu/jaunty/xterm/jaunty

« back to all changes in this revision

Viewing changes to xterm.log.html

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Kavanagh
  • Date: 2008-11-23 17:15:10 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20081123171510-4p00ocwunl6367gk
Tags: upstream-237
ImportĀ upstreamĀ versionĀ 237

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   *
21
21
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.            *
22
22
 *****************************************************************************
23
 
  $XTermId: xterm.log.html,v 1.674 2008/04/20 22:31:01 tom Exp $
 
23
  $XTermId: xterm.log.html,v 1.690 2008/09/14 23:43:15 tom Exp $
24
24
  -->
25
25
<HTML>
26
26
<HEAD>
45
45
is the latest version of this file.
46
46
 
47
47
<UL>
 
48
<LI><A HREF="#xterm_237">Patch #237 - 2008/09/14</A>
 
49
<LI><A HREF="#xterm_236">Patch #236 - 2008/07/27</A>
48
50
<LI><A HREF="#xterm_235">Patch #235 - 2008/04/20</A>
49
51
<LI><A HREF="#xterm_234">Patch #234 - 2008/03/02</A>
50
52
<LI><A HREF="#xterm_233">Patch #233 - 2008/02/24</A>
283
285
<LI><A HREF="#xterm_01">Patch #1 - 1996/1/6</A>
284
286
</UL>
285
287
 
 
288
<H1><A NAME="xterm_237">Patch #237 - 2008/09/14</A></H1>
 
289
<ul>
 
290
        <li>improve usability of TrueType fonts by making the font-size
 
291
            switching for shifted keypad plus/minus use the
 
292
            <code>faceSize</code> resources to determine the order of fonts
 
293
            (when TrueType fonts are used) rather than the bitmap fonts, since
 
294
            their sizes may not be in the same order (report by H Merijn
 
295
            Brand)
 
296
 
 
297
        <li>remove an optimization of <code>ConfigureNotify</code> events
 
298
            from <a href="#xterm_236">patch #236</a>
 
299
            which seems to interfere with passing <code>SIGWINCH</code> to 
 
300
            applications (GenToo #233836).
 
301
 
 
302
        <li>modify handling of <code>altSendsEscape</code> to reset the
 
303
            <code>eightBitInput</code> mode, like <code>metaSendsEscape</code> 
 
304
            (patch by Ted Phelps).
 
305
 
 
306
        <li>add feature to show the text-cursor as an underline rather than a
 
307
            box, plus command-line options <code>-uc</code> and
 
308
            <code>+uc</code> and resource <code>cursorUnderLine</code> to
 
309
            control the feature (patch by Paul Lampert).
 
310
 
 
311
        <li>update config.guess, config.sub
 
312
</ul>
 
313
<H1><A NAME="xterm_236">Patch #236 - 2008/07/27</A></H1>
 
314
<ul>
 
315
        <li>correct memory reallocation when handling a paste of UTF-8 text
 
316
            from <a href="#xterm_225">patch #225</a> changes
 
317
            (report/patch by Max Mikhanosha).
 
318
 
 
319
        <li>correct allocation of temporary buffer in
 
320
            <code>xtermFindShell</code> in case the user's <code>$PATH</code>
 
321
            contains no ":" (report/analysis by Victor Stinner,
 
322
            Freedesktop.Org Bugzilla #16790).
 
323
 
 
324
        <li>modify CF_XOPEN_SOURCE to add case for DragonFly BSD, to fix
 
325
            new compile problem exposed by fix for fd_mask (patch by
 
326
            Hasso Tepper).
 
327
 
 
328
        <li>add configure-check for ncurses <code>use_extended_names</code>,
 
329
            (report by Martin Mokrejs).
 
330
 
 
331
        <li>correct computation for toolbar height; layout manager already
 
332
            takes into account <code>borderWidth</code> resource.
 
333
 
 
334
        <li>implement VT320-style SCS (select character set) for ISO Latin-1
 
335
            supplemental.
 
336
 
 
337
        <li>fixes for vt100-style character sets in UTF-8 mode (Ubuntu #230919).
 
338
 
 
339
        <li>fix to make <code>luit</code> work with xterm's <code>-ls</code>
 
340
            option (report/patch by Marius Tolzmann).
 
341
 
 
342
        <li>update config.guess, config.sub
 
343
</ul>
 
344
 
286
345
<H1><A NAME="xterm_235">Patch #235 - 2008/04/20</A></H1>
287
346
<ul>
288
347
        <li>add control sequences for some of the recent resource/menu