~ubuntu-branches/ubuntu/trusty/bluefish/trusty

« back to all changes in this revision

Viewing changes to src/doc_text_tools.h

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2012-06-27 22:28:39 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120627222839-5g0f5s6gpaezfhve
Tags: 2.2.3-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed.
  (Maintainer): Set to my new address.
  (Suggests): Calculate browsers depending on distribution.
  (Depends): Added python depends for newly shipped Python scripts.
* debian/copyright: Minor update. Link to GPLv2 text.
* debian/rules: Enabled hardening. Added python2 module. Calculate brwoser
  dependencies via dpkg-vendor.
* debian/patches/LP810663_blacklist_from_appmenu.patch: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
void select_between_matching_block_boundaries(Tdocument *doc);
31
31
void duplicate_line(Tdocument *doc);
32
32
void delete_line(Tdocument *doc);
 
33
void doc_move_selection(Tdocument *doc, gboolean up);
 
34
void doc_insert_filename(Tdocument *doc, gboolean relative);
33
35
#endif                                                  /* __DOC_TEXT_TOOLS_H_ */