~ubuntu-branches/ubuntu/trusty/gtkhtml3.14/trusty-proposed

« back to all changes in this revision

Viewing changes to gtkhtml/htmlundo.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2010-11-02 14:34:48 UTC
  • mfrom: (1.6.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101102143448-3cxzy1h4oh5v7igz
Tags: 1:3.32.0-0ubuntu1
* New upstream release 3.32.0
  - Crash after closing inline view of text attachment (LP: #178959, #284060)
  - Translations not working in Emoticons, Find/Replace dialogs (LP: #562633)
* debian/patches/gtkhtml3.14_ftbfs.patch: dropped.
* debian/rules: append API_VER for libgtkhtml-editor chrpath as well
* debian/libgtkhtml-editor-dev.install: append api version to pkgconfig
  file name.
* debian/*.shlibs: update shlibs files for new version with same soname, also
  rename libgtkhtml-editor to libgtkhtml-editor-3.14
* debian/control: Replaces/Conflicts gtkhtml3.14 (<< 3.32.0)
* debian/control: bump libgtk2.0-dev and libgail-dev Build-Depends to 2.20
* debian/rules: disable deprecation warnings so the build completes

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                                      HTMLEngine        *engine);
42
42
void      html_undo_discard_redo     (HTMLUndo          *undo);
43
43
void      html_undo_add_undo_action  (HTMLUndo          *undo,
 
44
                                      HTMLEngine        *engine,
44
45
                                      HTMLUndoAction    *action);
45
46
void      html_undo_add_redo_action  (HTMLUndo          *undo,
46
47
                                      HTMLUndoAction    *action);
47
48
void      html_undo_add_action       (HTMLUndo          *undo,
 
49
                                      HTMLEngine        *engine,
48
50
                                      HTMLUndoAction    *action,
49
51
                                      HTMLUndoDirection  dir);
50
52
gboolean  html_undo_has_undo_steps   (HTMLUndo          *undo);
52
54
void      html_undo_level_begin      (HTMLUndo          *undo,
53
55
                                      const gchar       *undo_description,
54
56
                                      const gchar       *redo_description);
55
 
void      html_undo_level_end        (HTMLUndo          *undo);
 
57
void      html_undo_level_end        (HTMLUndo          *undo,
 
58
                                      HTMLEngine        *engine);
56
59
gint      html_undo_get_step_count   (HTMLUndo          *undo);
57
60
void      html_undo_freeze           (HTMLUndo          *undo);
58
61
void      html_undo_thaw             (HTMLUndo          *undo);