~ubuntu-branches/ubuntu/hardy/evince/hardy-proposed

« back to all changes in this revision

Viewing changes to libdocument/ev-document.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-07-10 23:50:59 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20070710235059-qwycayuufgbi0nhd
Tags: 0.9.2-0ubuntu1
* New Features and UI Improvements:
  * Forms support
  * Toolbar editor icons on dragging
* Bug fixes:
  * Program description translation issue fixed
  * Do not change page after presentation
  * Fix LP: #49340 bug : Forgets "Fit Page Width" option on each click on
    the index
* debian/rules: add DEB_DESTDIR_evince-gtk to clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 *  along with this program; if not, write to the Free Software
17
17
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
18
 *
19
 
 *  $Id: ev-document.h 2499 2007-06-13 08:54:53Z carlosgc $
 
19
 *  $Id: ev-document.h 2560 2007-07-08 20:09:36Z carlosgc $
20
20
 */
21
21
 
22
22
#ifndef EV_DOCUMENT_H
134
134
 
135
135
gint            ev_rect_cmp                   (EvRectangle    *a,
136
136
                                               EvRectangle    *b);
137
 
 
138
 
 
139
137
G_END_DECLS
140
138
 
141
139
#endif /* EV_DOCUMENT_H */