2004-06-07 Martin Kretzschmar * configure.in, NEWS: Version 2.7.2. 2004-06-07 Martin Kretzschmar * xpdf/gpdf-control.cc (gpdf_control_setup_view_widgets): set a step_increment for the gtk_scrolled_window's [hv]adjustments. Workaround for bug #132489 (see also bug #96546). (Makes the scrollbar buttons work.) 2004-06-06 Martin Kretzschmar * xpdf/gpdf-control.cc: include gpdf-control-private.h for prototypes. (gpdf_control_private_error_dialog): add ref_parent parameter: whether to _ref the parent control. (destroy_widget_unref_control): signal handler for the alert's "response" signal: destroy the dialog, unref the parent control. (gpdf_control_private_display_help) (gpdf_control_no_postscript_printer_alert): update error_dialog calls. (persist_file_loading_failed_cb): ditto, with ref_parent = TRUE, thus the control never auto-exits before the user can ack the "Loading failed" message. Fixes bug #137262. * xpdf/gpdf-control-private.h: update prototype. * xpdf/gpdf-view.cc (gpdf_view_link_action_uri): update error_dialog argument list. * shell/gpdf.c (gw_control_load_pdf): s/error_stream:/error_persist_file:/ * xpdf/tests/test-gpdf-view.cc (view_implements_ggv_document): fix build. 2004-06-06 Remi Cohen-Scali * xpdf/gpdf-control.cc (gpdf_control_setup_view_widgets): Use new way to allocate a gpdf-view. * xpdf/gpdf-view.h: Removed gpdf_view_new proto. * xpdf/gpdf-view.cc (gpdf_view_set_pdf_doc) (gpdf_view_get_property, gpdf_view_set_property) (gpdf_view_constructor, gpdf_view_class_init): Change the way view is allocated to use the g_object_new way. Added props for pdf doc and for parent control. (gpdf_view_link_entered_cb): Init some var to NULL. (gpdf_view_bookmark_selected): Added case for actionURI to handle bookmarks that are URIs. * xpdf/gpdf-thumbnails-view.cc (gpdf_thumbnails_view_class_init): Removed params spec desc strings as a some translated ones. * xpdf/gpdf-bookmarks-view.cc (gpdf_bookmarks_view_class_init): Removed params spec desc strings as a some translated ones. (gpdf_bookmarks_view_construct): Loaded a new (network) stock icon for bookmarks wearing an actionURI link. (gpdf_bookmarks_view_update_bkvisual): Got item object from tree model to be able to discriminate icons to update. actionURI associated icons and actionNamed associated icons need no update. (gpdf_bookmarks_view_flat_recurse_outlines): Added new LinkURI local instances. Init others to NULL to avoid warnings. Changed strings when action is unknown to make it more interpretable. Add code to handle LinkURI actions instances. * xpdf/gpdf-annots-view.cc (gpdf_annots_view_class_init): Removed params spec desc strings as a some translated ones. 2004-06-05 Martin Kretzschmar * xpdf/Makefile.am: drop support for building xpdf, pdfto*. * configure.in: simplify more. Drop --enable-no-text-select and --enable-multithreaded options. Bug #111404. 2004-06-03 Martin Kretzschmar * configure.in: post release version bump. Reorder a bit, add some section header comments. Remove OS/2 check. Remove checks that were only necessary for the Xpdf build system. * fofi/Makefile.dep, splash/Makefile.dep: cvs remove. Remainings of the Xpdf non-automake build system. * shell/gpdf.c (verb_HelpAbout_cb): s/translator_credits.../translator-credits/ as requested some months ago.