~ubuntu-branches/ubuntu/karmic/rxvt-unicode/karmic-updates

Viewing all changes in revision 6.

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-01-02 12:12:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060102121228-6urv8u0wlrz1i6h6
Tags: 6.2-0ubuntu1
* New upstream release:
  - Attempt to use sched_yield() for vast improvement in terminal
    data transfer efficiency.
  - Fix callback.h (using gvpe's version) to correctly return the
    callback result (affects new -pty-fd semantics in urxvtc on a few
    architectures).
  - Move ISO14755 character feedback box if it obscures the mouse
    cursor position.
  - Include one trailing space in rectangular selections to indicate
    the inserted newline for aesthetics.
  - Implement intensityStyles option to enable/disable bold/blink
    selecting high intensity foreground/background colours.
* Version 6.1:
  - Update ISO8859-7 (Euro and Drachma round-trip, etc.) table.
  - Fix a crash when the selection scrolls beyond the scrollback
    while the user is dragging.
  - Fix drawing of selections that are partially scrolled out of the
    window.
  - Properly initialise lines that are newly scrolled in (led to
    extremely long lines and crashes).
  - Use Unicode whitespace class instead of hardcoded values for
    stripping whitespace, and use it on rectangular selections.
* Version 6.0:
  - Enable slow link support by default.
  - Fix relative cursor positioning to properly respect scrolling
    regions (also a bug in original rxvt).
  - Zero out initial termios struct if fetching it fails.
  - Pass the urxvtc fd to urxvtd if -pty-fd is used.
  - Don't link against -l{nsl,socket,xpg4} unless necessary.
  - Don't buffer partial screen scrolls in the backscroll.
  - Rewrite internal buffer handling:
    + Reflow when resizing lines, and wrap them instead of winging.
    + Use a circular line buffer (substantial scrolling speedup).
    + Reduce code size, data memory usage; improve code clarity.
* Version 5.9:
  - Fix a bug in the menu code.
  - Make signal handling global instead of per-terminal.
  - Don't crash when broken Xft/Fontconfig/Freetype versions return
    bogus data; ignore the Xft font instead.
  - Fix typo in rxvt.1.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: