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

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-30 22:47:24 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070730224724-3jcs7t9t5ymuj6os
Tags: 0.9.3-0ubuntu1
* New upstream release:
  - New Features and UI Improvements:
    - Use new GTK+ tootlips 
    - Printing multiple pages per sheet
    - Added UNIX-like key bindings hjkl
  - Bug fixes:
    - Do not block while enumerating printers in preview mode
    - Show new pages as soon as they are rendered even if other page 
      elements like forms, images or links are not ready yet 
    - Provide different options in the print dialog depending on document 
      type backend capabilities 
  - Translations:
    - es, eu, fi, hu, mk, nl, zh_CN
* debian/patches/02_autoconf.patch:
  - configure update

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
BACKEND_LIBS = @BACKEND_LIBS@
97
97
CAIRO_PDF_CFLAGS = @CAIRO_PDF_CFLAGS@
98
98
CAIRO_PDF_LIBS = @CAIRO_PDF_LIBS@
 
99
CAIRO_PS_CFLAGS = @CAIRO_PS_CFLAGS@
 
100
CAIRO_PS_LIBS = @CAIRO_PS_LIBS@
99
101
CATALOGS = @CATALOGS@
100
102
CATOBJEXT = @CATOBJEXT@
101
103
CC = @CC@