evince r2851 - in trunk: . data shell



Author: wbolster
Date: Thu Jan 24 15:02:27 2008
New Revision: 2851
URL: http://svn.gnome.org/viewvc/evince?rev=2851&view=rev

Log:
2008-01-24  Wouter Bolsterlee  <wbolster svn gnome org>

	* NEWS:
	* data/evince.schemas.in:
	* shell/ev-window.c: (ev_window_setup_action_sensitivity):

	Override PDF restrictions by default. Fixes bug #382700.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/data/evince.schemas.in
   trunk/shell/ev-window.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Jan 24 15:02:27 2008
@@ -6,6 +6,12 @@
 20080124. This NEWS file should be updated again before a release (including
 the version number right above this message)!
 
+Important notice for distributors:
+
+    * This release overrides document permissions by default. See
+      http://bugzilla.gnome.org/show_bug.cgi?id=382700 for more information
+      about this.
+
 New features and UI improvements:
 
     * Scroll pages in page entry with mouse wheel (#324122, David Turner)
@@ -13,6 +19,7 @@
     * New plugin system for backends (#351348, Carlos Garcia Campos)
     * Allow saving images (#500209, Carl-Anton Ingmarsson, Nickolay V. Shmyrev)
     * Add support for page transitions (Carlos Garnacho)
+    * Override document restrictions by default (#382700, Wouter Bolsterlee)
 
 Bug fixes:
 
@@ -22,7 +29,7 @@
       Carlos Garcia Campos)
     * Use libspectre, if available, for the ps backend. (#317106, #499787,
       #501235, #421879, #445797, #443859, #486547, #386005, #507705, Carlos Garcia Campos)
-	* Put RTL marker in recent file list (#509076, Djihed Afifi)
+    * Put RTL marker in recent file list (#509076, Djihed Afifi)
     * Put Nautilus extension in right place (#505359, Matthias Clasen, Brian
       Pepple, Damien Carbery, Wouter Bolsterlee)
     * Avoid filename quoting issues (#502500, Tom Parker)

Modified: trunk/data/evince.schemas.in
==============================================================================
--- trunk/data/evince.schemas.in	(original)
+++ trunk/data/evince.schemas.in	Thu Jan 24 15:02:27 2008
@@ -5,7 +5,7 @@
       <applyto>/apps/evince/override_restrictions</applyto>
       <owner>evince</owner>
       <type>bool</type>
-      <default>false</default>
+      <default>true</default>
       <locale name="C">
         <short>Override document restrictions</short>
         <long>Override document restrictions, like restriction to copy or to print.</long>

Modified: trunk/shell/ev-window.c
==============================================================================
--- trunk/shell/ev-window.c	(original)
+++ trunk/shell/ev-window.c	Thu Jan 24 15:02:27 2008
@@ -311,7 +311,7 @@
 	gboolean ok_to_print = TRUE;
 	gboolean ok_to_copy = TRUE;
 	gboolean has_properties = TRUE;
-	gboolean override_restrictions = FALSE;
+	gboolean override_restrictions = TRUE;
 	gboolean can_get_text = FALSE;
 	gboolean has_pages = FALSE;
 	gboolean can_find = FALSE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]