~ubuntu-branches/ubuntu/quantal/xterm/quantal

« back to all changes in this revision

Viewing changes to xterm.log.html

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-06 05:13:35 UTC
  • mfrom: (1.1.14 upstream) (11.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090506051335-wq7afxwrm5ir33xr
Tags: 242-1ubuntu1
* Merge from debian unstable, remaining changes: LP: #372492
  - Enabled URL hilighting
  - 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.718 2009/01/27 00:59:07 tom Exp $
 
23
  $XTermId: xterm.log.html,v 1.731 2009/02/16 00:26:07 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_242">Patch #242 - 2009/2/15</A>
48
49
<LI><A HREF="#xterm_241">Patch #241 - 2009/1/26</A>
49
50
<LI><A HREF="#xterm_240">Patch #240 - 2009/1/25</A>
50
51
<LI><A HREF="#xterm_239">Patch #239 - 2009/1/8</A>
289
290
<LI><A HREF="#xterm_01">Patch #1 - 1996/1/6</A>
290
291
</UL>
291
292
 
 
293
<H1><A NAME="xterm_242">Patch #242 - 2009/2/15</A></H1>
 
294
<ul>
 
295
        <li>fix configure check for <code>XkbBell</code> and provide
 
296
            appropriate parameter for it.
 
297
 
 
298
        <li>fix a caching problem with double-size fonts versus reverse video
 
299
            that could cause core dump.
 
300
 
 
301
        <li>repair double-size fonts from workaround
 
302
            used in <a href="#xterm_240">patch #240</a>.
 
303
 
 
304
        <li>add new section to the VT Fonts menu which allows enabling or
 
305
            disabling the font, termcap (tcap-query), title and window
 
306
            operations.
 
307
 
 
308
        <li>add <code>fontWarnings</code> resource, to control whether to show
 
309
            warnings on failure to load a font.
 
310
 
 
311
        <li>improve warnings for unloadable fonts introduced in
 
312
            <a href="#xterm_240">patch #240</a>
 
313
            by limiting those to the cases where a font would be specified
 
314
            directly by a resource setting rather than a derived fontname.
 
315
 
 
316
        <li>further amend fix for Debian #252873
 
317
            from <a href="#xterm_197">patch #197</a> to
 
318
            treat a blank cell which does not have both foreground and background
 
319
            colored as a non-colored cell.
 
320
            This improves a special case where the cursor is on a blank
 
321
            cell which had foreground color scrolled in
 
322
            (report by Miroslav Lichvar).
 
323
            <p>
 
324
            Also add the same logic when hiding cursor, so the outline matches
 
325
            the in-focus cursor.
 
326
 
 
327
        <li>modify internals to reduce places PAIRED_CHARS() is used, making
 
328
            WriteText() and ScrnWriteText() accept IChar array, as well as
 
329
            providing a wrapper for drawXtermText().
 
330
 
 
331
        <li>change default XIM font from "*" to "fixed" to improve startup
 
332
            time in zh_CN.UTF-8 locale (Mike Fabian, SuSE Bugzilla #464930).
 
333
 
 
334
        <li>typo in #240 log (Slava Semushin)
 
335
</ul>
 
336
 
292
337
<H1><A NAME="xterm_241">Patch #241 - 2009/1/26</A></H1>
293
338
<ul>
294
339
        <li>improve checks for missing bitmap fonts, fallback to "fixed" as
310
355
            than prepend.
311
356
 
312
357
        <li>add <code>install-scripts</code> rule to makefile, to allow
313
 
            roi8xterm and uxterm scripts to be altered independently of
 
358
            koi8rxterm and uxterm scripts to be altered independently of
314
359
            <code>install-bin</code> 
315
360
 
316
361
        <li>add <code>-maximized</code> command-line option and corresponding