commit 08ee96f50c5053721c31a1eefa05bd6e92a368a7
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jan 13 20:21:38 2010 -0500

    Release 0.23.4

 NEWS         |    5 +++++
 configure.in |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

commit d9f1a47a2f14dd0404a7fc9bab7b24a3916922e8
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jan 13 19:48:59 2010 -0500

    [doc] Update list of symbols

 doc/reference/tmpl/vte.sgml    |   45 +++++++++++++-----
 doc/reference/vte-sections.txt |  105 +++++++++-------------------------------
 src/vte.c                      |    2 +-
 3 files changed, 57 insertions(+), 95 deletions(-)

commit ce4f4bc7e0157ff3fc3ce03ce7efb7ba5d4f9bd0
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jan 13 19:41:12 2010 -0500

    [doc] Update list of header files

 doc/reference/Makefile.am |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

commit 13000e1938ef4c0968f03503e892b939acfec3e2
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jan 13 19:40:49 2010 -0500

    Fix doc typo

 src/vte.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 38b6a46d413247d7acda50f7729048c635ffe23b
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jan 13 19:33:34 2010 -0500

    [ring] Only write_contents() the part of history that fits in the num rows

 src/ring.c           |   12 ++++++++++--
 src/vtestream-base.h |   12 +++++++++---
 src/vtestream-file.h |   19 +++++++++++++++----
 src/vtestream.h      |    4 +++-
 4 files changed, 37 insertions(+), 10 deletions(-)

commit 9d18ff3de3ff4ca36570d6872a079b8cd09d889d
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jan 13 19:33:21 2010 -0500

    [app] Fix signal connection

 src/vteapp.c |   30 +++++++++++++-----------------
 1 files changed, 13 insertions(+), 17 deletions(-)

commit f7920a159918b81286d5345ed83a7b5ce2c5668f
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jan 13 18:13:30 2010 -0500

    Initial implementation of vte_terminal_write_contents()
    
    Currently is buggy in that it writes parts of history still in the ring but
    before set number of history lines.  Fix coming.

 configure.in         |    5 +--
 src/Makefile.am      |    4 +-
 src/ring.c           |   64 +++++++++++++++++++++++++++++++++++++++++++++++++-
 src/ring.h           |   12 ++++++++-
 src/vte.c            |   38 +++++++++++++++++++++++++++++-
 src/vte.h            |   19 +++++++++++++-
 src/vteapp.c         |   55 +++++++++++++++++++++++++++++++-----------
 src/vtestream-base.h |   10 +++++++-
 src/vtestream-file.h |   31 +++++++++++++++++++++++-
 src/vtestream.c      |    7 ++---
 src/vtestream.h      |    4 ++-
 11 files changed, 217 insertions(+), 32 deletions(-)

commit 2e612fbb78b5a30ca57c4721743dc4d1a3f2884a
Author: Behdad Esfahbod <behdad@behdad.org>
Date:   Wed Jan 13 16:43:16 2010 -0500

    [ring] Don't xor attrs with basic_attrs
    
    Before we did that to better handle failed reads.  Now we explicitly handle
    read failure, so no need to do it anymore.

 src/ring.c |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)