~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): Muharem Hrnjadovic
  • Date: 2009-06-03 13:00:55 UTC
  • mfrom: (1.1.15 upstream) (11.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090603130055-1cs2n0skvpk00pw2
Tags: 243-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Enabled URL highlighting
  - rm -rf for .pc patches

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.731 2009/02/16 00:26:07 tom Exp $
 
23
  $XTermId: xterm.log.html,v 1.744 2009/03/29 00:29:55 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_243">Patch #243 - 2009/3/28</A>
48
49
<LI><A HREF="#xterm_242">Patch #242 - 2009/2/15</A>
49
50
<LI><A HREF="#xterm_241">Patch #241 - 2009/1/26</A>
50
51
<LI><A HREF="#xterm_240">Patch #240 - 2009/1/25</A>
290
291
<LI><A HREF="#xterm_01">Patch #1 - 1996/1/6</A>
291
292
</UL>
292
293
 
 
294
<H1><A NAME="xterm_243">Patch #243 - 2009/3/28</A></H1>
 
295
<ul>
 
296
        <li>revert change to default for <code>allowTcapOps</code> (request by
 
297
            Bram Moolenaar).
 
298
 
 
299
        <li>reallocate result returned by <code>xtermEnvLocale()</code> to
 
300
            avoid reference to freed memory after handling
 
301
            <code>menuLocale</code> resource.
 
302
 
 
303
        <li>fix an old (X11R5) bug in tek4014 for switching fontsizes.
 
304
 
 
305
        <li>add resource <code>defaultString</code> to make configurable the
 
306
            use of "#" when pastes of UTF-8 text fail due to limitations in
 
307
            the current locale settings.
 
308
 
 
309
        <li>make the set of selection target Atom's configurable by two new
 
310
            resources <code>eightBitSelectTypes</code> and
 
311
            <code>utf8SelectTypes</code>, e.g., to use the <code>TEXT</code>
 
312
            Atom in preference to <code>UTF8_STRING</code> (discussion with
 
313
            Stanislav Sedov regarding koi8rxterm and the FreeBSD port).
 
314
 
 
315
        <li>modify handling of <code>TARGETS</code> Atom by making it return
 
316
            exactly the set of targets as those which xterm is currently
 
317
            providing.
 
318
 
 
319
        <li>set <code>MANPAGER</code> and <code>PAGER</code> explicitly to
 
320
            /bin/cat in <code>minstall.sh</code> to work around /etc/man.conf's
 
321
            with those variables already set
 
322
            (report by &#1052;&#1072;&#1088;&#1100;&#1103;&#1089;&#1080;&#1085;
 
323
            &#1057;&#1077;&#1084;&#1105;&#1085;).
 
324
        <li>improve error-checking of tcap-query parser.
 
325
 
 
326
        <li>add check for keyboard <code>tcap</code>), which ensures that
 
327
            terminal descriptions containing the same string for
 
328
            shifted/unshifted keys will be seen by tcap-query as only the
 
329
            unshifted key.  (This would only happen with an incorrect terminal
 
330
            description).
 
331
 
 
332
        <li>fix conversion for input event-state to modifier-parameter which
 
333
            made tcap-query feature not work with <code>tcapFunctionKeys</code>
 
334
            (keyboard type <code>tcap</code>).
 
335
 
 
336
        <li>add "DEF_ALLOW_<em>XXX</em>" definitions to main.h to allow
 
337
            overriding the default compiled-in values for
 
338
            "allow<em>xxx</em>" resources.
 
339
 
 
340
        <li>remove check on bell-percentage added in
 
341
            <a href="#xterm_242">patch #242</a>,
 
342
            which disallowed zero/negative values (Redhat Bugzilla #487829).
 
343
</ul>
 
344
 
293
345
<H1><A NAME="xterm_242">Patch #242 - 2009/2/15</A></H1>
294
346
<ul>
295
347
        <li>fix configure check for <code>XkbBell</code> and provide