source: trunk/third/vte/NEWS @ 18695

Revision 18695, 1.3 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18694, which included commits to RCS files with non-trunk default branches.
Line 
10.10: Rewrote selection to better integrate dingus and autoscroll support.  The
2      previous implementation was just a mess.  Changed the APIs so that callers
3      have to decide whether or not to log (NOTE: this breaks gnome-terminal
4      versions before 2.1.1 and 2.0.2).
50.9: Added integration with gnome-pty-helper.  This makes the lastlog/utmp/wtmp
6     stuff work.
70.8: Added iso-2022 and national replacement character substitutions.  Line
8     drawing characters are now represented as Unicode code points internally,
9     so if you select a graphical line, you'll get the right results when you
10     paste it.
110.7: Broke rendering code up into a couple of pieces to take advantage of
12     Xft2 and Xlib APIs for drawing more than one character at a time.
130.6: Replaced the trie parser with a table-driven parser which is faster but
14     only accurate enough for ANSI-compatible terminal types.  At some point
15     I'll add a redirection layer to use the older code for other terminals.
160.5: Store characters as gunichars internally instead of wchar_t's.  Most of
17     the internal processing is performed on gunichars anyway.
180.4: Support for Xft2 (which lets us do things faster than Xft1), and python
19     bindings.
200.3: Initial accessibility peer implementation.
21
22prehistory
Note: See TracBrowser for help on using the repository browser.