~ubuntu-branches/ubuntu/gutsy/irssi/gutsy

« back to all changes in this revision

Viewing changes to src/fe-text/textbuffer-view.h

  • Committer: Bazaar Package Importer
  • Author(s): Christian Bjälevik
  • Date: 2007-04-28 02:52:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070428025201-2c4swxnpn4wr7fpg
Tags: 0.8.11-0ubuntu1
* New upstream release:
  - http://www.irssi.org/news/ChangeLog
* debian/{control,compat}:
  - Bump Standards.
* debian/patches/00list:
  - Disable 05upgrade-check-binary.patch, applied upstream.
  - Disable 08doublefree.patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
void textbuffer_view_remove_line(TEXT_BUFFER_VIEW_REC *view, LINE_REC *line);
127
127
/* Remove all lines from buffer. */
128
128
void textbuffer_view_remove_all_lines(TEXT_BUFFER_VIEW_REC *view);
 
129
void textbuffer_view_remove_lines_by_level(TEXT_BUFFER_VIEW_REC *view, int level);
129
130
 
130
131
/* Set a bookmark in view */
131
132
void textbuffer_view_set_bookmark(TEXT_BUFFER_VIEW_REC *view,