]> www.fi.muni.cz Git - evince.git/commitdiff
Release 0.3.3. Remove pdf icon. EVINCE_0_3_3
authorJonathan Blandford <jrb@redhat.com>
Tue, 16 Aug 2005 03:15:38 +0000 (03:15 +0000)
committerJonathan Blandford <jrb@src.gnome.org>
Tue, 16 Aug 2005 03:15:38 +0000 (03:15 +0000)
Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>

        * configure.ac:
        * NEWS: Release 0.3.3.
        * thumbnailer/evince-thumbnailer.c: Remove pdf icon.

ChangeLog
NEWS
configure.ac
shell/Makefile.am
thumbnailer/Makefile.am
thumbnailer/evince-thumbnailer.c
thumbnailer/pdf-icon.png [deleted file]

index f0a40b9e9038fac0265ffc1ec57f5dd10e981b3e..f32b1badf095709151efc0101b08a894081dedab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
+
+       * configure.ac:
+       * NEWS: Release 0.3.3.
+       * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
+
 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
 
        * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
diff --git a/NEWS b/NEWS
index 30df99d5eed0e1bfd734fa6fcaf8a4067517f48e..293d5c78090bb3f5875db4f5327ae899f3be013a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+==============
+Evince   0.3.3
+==============
+
+New Features:
+
+    * real text selection, complete with theming and I-Beam support
+    * Respect lockdown gconf keys
+    * Metadata support per document
+    * Font properties dialog
+    * dbus support to create a factory
+    * Implement nautilus plugin for properties.
+
+Interface Improvements:
+
+    * HIG Fixes 
+    * Hide menu entry in .desktop file
+    * Get the correct mime types in the open dialog
+
+Bug Fixes:
+
+    * Improved rotation support
+    * Backwards searching
+    * Use unzipped document when printing
+    * Persist the print settings
+    * Support pdf's with 0 pages
+    * Fix find flickering
+    * gnome-doc-utils for manual
+    * Add keypad accelerators for zooming. Fix for bug 308128.
+    * fix mem leaks
+    * MIME Fixes
+    * tiff/djvu backend fixes
+
+Translations:
+
+    * eu, gl, gu, he, hi, ne, pa, pl, sk, sr, st@Latn, tr
+
 ==============
 Evince   0.3.2
 ==============
index 7b83368cdd4c8acfc4d18ed21f8daad893864664..cd248cec773cc905187442cc6aad029b5ec1b490 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(evince, 0.3.2)
+AC_INIT(evince, 0.3.3)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 AM_CONFIG_HEADER(config.h)
index dffbb75025478d6bc9cf52980fed28fc7cee2aef..8ab40f903f2bb1a714e6bc625386b55e29a4b491 100644 (file)
@@ -93,9 +93,9 @@ ev-marshal.c: ev-marshal.list
        glib-genmarshal --prefix=ev_marshal ev-marshal.list --body >> ev-marshal.c
 
 if DBUS_TOOL_NO_PREFIX
-ev-application-service.h: ev-application-service.xml
+ev-application-service.h: $(srcdir)/ev-application-service.xml
        dbus-binding-tool --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
 else
-ev-application-service.h: ev-application-service.xml
+ev-application-service.h: $(srcdir)/ev-application-service.xml
        dbus-binding-tool --prefix=ev_application --mode=glib-server --output=ev-application-service.h $(srcdir)/ev-application-service.xml
 endif
index 04cb71c27b90e0520a7cc9dfe4cefe47ebab19d4..98a8b6309d693d3ba4af2a8e27436c53bd6d78fa 100644 (file)
@@ -19,9 +19,6 @@ evince_thumbnailer_LDADD=                             \
        $(FRONTEND_LIBS)                                \
        $(top_builddir)/lib/libev.la
 
-pixmapdir = $(pkgdatadir)
-pixmap_DATA = pdf-icon.png
-
 schema_files = \
        evince-thumbnailer-dvi.schemas.in  \
        evince-thumbnailer-djvu.schemas.in \
@@ -49,7 +46,6 @@ if GCONF_SCHEMAS_INSTALL
 endif
 
 EXTRA_DIST =           \
-       $(pixmap_DATA)  \
        $(schema_files)  
 
 DISTCLEANFILES = \
index b72eb7474bb501f488c3b33bd4167f5118ec5da6..513d9e2d9815ea4590ed672f5709a6bc0b573393 100644 (file)
@@ -91,10 +91,6 @@ evince_thumbnail_pngenc_get (const char *uri, const char *thumbnail, int size)
        if (pixbuf != NULL) {
                const char *overlaid_icon_name = NULL;
 
-               if (strcmp (mime_type, "application/pdf") == 0) {
-                       overlaid_icon_name = "pdf-icon.png";
-               }
-
                if (overlaid_icon_name) {
                        GdkPixbuf *overlaid_pixbuf;
 
diff --git a/thumbnailer/pdf-icon.png b/thumbnailer/pdf-icon.png
deleted file mode 100644 (file)
index 0768913..0000000
Binary files a/thumbnailer/pdf-icon.png and /dev/null differ