summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2004-04-30 02:59:39 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2004-04-30 02:59:39 +0000
commitff40403f43fb72f296dfd3a4237ed69fd61fcdef (patch)
tree57fb8fe7db1bb0f420860844e12e723166563351 /NEWS
parent8646f68a8f2b35005082482173b15e5e95b9dc01 (diff)
documentation updates. note that we just proxy for glib 2.4 child_watch
* src/vte.c, NEWS, doc/reference/vte-sections.txt, doc/reference/tmpl/vte-unused.sgml: documentation updates. * doc/reference/tmpl/reaper.sgml: note that we just proxy for glib 2.4 child_watch functionality, if present. * NEWS: update summary.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c5983de..e7ddc1e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.11.11: Add APIs for setting font with/without antialiasing, cursor color,
+ hilite color, and a forkpty()-alike. Fix meta-space. Use glib 2.4's
+ child watch API if available.
+ Add a configure switch for setting the default emulation instead of
+ hard-coding it to be "xterm".
+ Tweak autowrapping of text to handle cases where the terminal has
+ both LP and xn capabilities.
+ Truncate empty lines when copying text to mimic xterm.
+ Internally abstract out matching APIs, though we still use POSIX regex.
+ Try to set UTF8 line editing mode under sufficiently-new Linux.
+ Obey Pango's specified attributes when displaying pre-edit text.
+ Never steal modifier keys which might affect the input method from
+ the input methods.
+ Fix python binding so that help() lists the terminal class.
0.11.10: Fix cases where the application sets the encoding. Adjust display of
way-too-wide characters to better comply with openi18n.
0.11.9: Accessibility improvements. Multihead fixes. Revert to the 0.10 way