2007-01-08 Behdad Esfahbod <
[email protected]>
Released vte-0.15.1.
* NEWS: Updated.
* configure.in: Bumped version to 0.15.1.
* src/Makefile.am: Bumped libtool version to 10:8:1.
2006-12-29 Ryan Lortie <
[email protected]>
Small fix to the previous patch.
* src/vtetc.c (_vte_termcap_find_string_length): 'int' is not the same
as 'gssize' on 64bit platforms, causing compile errors.
2006-12-27 Ryan Lortie <
[email protected]>
Bug 354061 – Excessive use of strlen by _vte_termcap_create
* src/vtetc.c: near-complete rewrite to use a GMappedFile rather than
reading a line at a time with excessive strlen/realloc use.
* str/matcher.c: this shouldn't be calling the strip code as the
strings it has are already unescaped.
2006-12-27 Ryan Lortie <
[email protected]>
Bug 387475 – Gtk-Warning spew in gnome-terminal
Problem introduced by fix to bug 356552.
* src/vte.c (vte_invalidate_cursor_periodic): Add a temporary backward
compatibility hack to prevent GObject from spewing warnings about
missing GtkSettings properties in old GTK versions.
2006-12-20 Behdad Esfahbod <
[email protected]>
Bug 387482 – Variable modified in signal handler should be volatile
Patch from Bastien Nocera
* gnome-pty-helper/gnome-pty-helper.c: Make variable "done" volatile.
2006-12-08 Behdad Esfahbod <
[email protected]>
Red Hat Bug 218626: "last -ad" print junk in last column
* gnome-pty-helper/gnome-utmp.c (write_logout_record),
(write_login_record): Don't gettimeofday directly into ut.ut_tv.
That overruns on x86_64.