]>
 
 
www.fi.muni.cz Git - evince.git/log 
 
 
 
 
 
 
 
Jens Granseuer  [Mon, 18 Dec 2006 18:46:06 +0000  (18:46 +0000)] 
 
Fix compilation with older compilers like gcc 2. Fixes bug #387237. 
 
2006-12-18  Jens Granseuer  <jensgr@gmx.net> 
	* shell/ev-view.c: (draw_loading_text): 
	Fix compilation with older compilers like gcc 2. Fixes bug #387237. 
 
Carlos Garcia Campos  [Mon, 18 Dec 2006 17:42:13 +0000  (17:42 +0000)] 
 
Release 0.7.0 
 
2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* configure.ac: 
	* NEWS: 
	Release 0.7.0 
 
Carlos Garcia Campos  [Mon, 18 Dec 2006 17:01:34 +0000  (17:01 +0000)] 
 
Make cairo-pdf depedency optional. 
 
2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* configure.ac: 
	* pdf/ev-poppler.cc: (pdf_print_context_free), 
	(pdf_document_file_exporter_begin), 
	(pdf_document_file_exporter_do_page): 
	Make cairo-pdf depedency optional. 
 
Carlos Garcia Campos  [Mon, 18 Dec 2006 16:24:31 +0000  (16:24 +0000)] 
 
Use ev_file_exporter instead of ev_ps_exporter in ev-print-job. 
 
2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print): 
	Use ev_file_exporter instead of ev_ps_exporter in ev-print-job. 
 
Carlos Garcia Campos  [Mon, 18 Dec 2006 15:26:40 +0000  (15:26 +0000)] 
 
Use an specific lock for FontConfig. Hopefully it fixes some crashes 
 
2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* backend/ev-document.[ch]: (ev_document_get_fc_mutex), 
	(ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock): 
	* pdf/ev-poppler.cc: (make_thumbnail_for_size): 
	* shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run): 
	* shell/ev-view.c: (draw_loading_text): 
	* shell/ev-window.c: (ev_window_cmd_file_properties): 
	Use an specific lock for FontConfig. Hopefully it fixes some crashes 
	related to using FontConfig from different threads. 
 
Carlos Garcia Campos  [Mon, 18 Dec 2006 13:55:05 +0000  (13:55 +0000)] 
 
Acquire lock document when drawing "Loading..." text so that only one 
 
2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-view.c: (draw_loading_text): 
	Acquire lock document when drawing "Loading..." text so that only one 
	thread will use FontConfig at the same time. Fixes bug #374750. 
 
Djihed Afifi  [Mon, 18 Dec 2006 01:38:30 +0000  (01:38  +0000)] 
 
Updated Arabic Translation. Sync for gnome-2-18 
 
Nickolay V. Shmyrev  [Sun, 17 Dec 2006 19:38:45 +0000  (19:38 +0000)] 
 
Updated Russian translation. 
 
2006-12-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* ru.po: Updated Russian translation. 
 
Gabor Kelemen  [Sun, 17 Dec 2006 13:51:08 +0000  (13:51 +0000)] 
 
Translation updated. 
 
2006-12-17  Gabor Kelemen  <kelemeng@gnome.hu> 
 
	* hu.po: Translation updated. 
 
Carlos Garcia Campos  [Fri, 15 Dec 2006 10:18:38 +0000  (10:18 +0000)] 
 
Check if text inserted in page entry is a valid page number when it 
 
2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-page-action.[ch]: (activate_cb): 
	* shell/ev-window.c: (activate_label_cb): 
	Check if text inserted in page entry is a valid page number when it 
	doesn't match to any document page label. Fixes bug #383165. 
 
Ilkka Tuohela  [Fri, 15 Dec 2006 09:50:21 +0000  (09:50 +0000)] 
 
Updated Finnish Translation 
 
Kjartan Maraas  [Fri, 15 Dec 2006 08:56:29 +0000  (08:56 +0000)] 
 
Updated Norwegian bokmål translation. 
 
2006-12-15  Kjartan Maraas  <kmaraas@gnome.org> 
 
	* nb.po: Updated Norwegian bokmål translation. 
 
Francisco Javier F. Serrador  [Thu, 14 Dec 2006 23:24:29 +0000  (23:24 +0000)] 
 
Updated Spanish translation. 
 
2006-12-15  Francisco Javier F. Serrador  <serrador@openshine.com> 
 
	* es.po: Updated Spanish translation. 
 
Julien Rebetez  [Thu, 14 Dec 2006 22:29:15 +0000  (22:29 +0000)] 
 
Tabs in Changelog 
 
Julien Rebetez  [Thu, 14 Dec 2006 22:27:21 +0000  (22:27 +0000)] 
 
GTK_STOCK_SELECT_ALL is used in menu definition, but isn't available with 
 
2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org> 
	* shell/ev-window.c: 
  GTK_STOCK_SELECT_ALL is used in menu definition, but isn't 
  available with GTK < 2.10. Added an ifdef to avoid compilation 
  error. 
 
Carlos Garcia Campos  [Thu, 14 Dec 2006 16:23:06 +0000  (16:23 +0000)] 
 
Fix ps backend in multihead systems. 
 
2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* configure.ac: 
	* ps/ps-document.c: (start_interpreter), (ps_document_next_page): 
	Fix ps backend in multihead systems. 
 
Carlos Garcia Campos  [Thu, 14 Dec 2006 11:45:40 +0000  (11:45 +0000)] 
 
Take screen DPI into account when zooming. Fixes bug #318285. 
 
2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* ps/ps-document.c: (setup_page), (ps_document_get_page_size): 
	* shell/ev-window.c: (ev_window_get_screen_dpi), 
	(ev_window_update_actions), (setup_view_from_metadata), 
	(ev_window_zoom_changed_cb), (zoom_control_changed_cb): 
	Take screen DPI into account when zooming. Fixes bug #318285. 
 
Theppitak Karoonboonyanan  [Thu, 14 Dec 2006 09:59:58 +0000  (09:59 +0000)] 
 
Updated Thai translation. 
 
2006-12-14  Theppitak Karoonboonyanan  <thep@linux.thai.net> 
 
	* th.po: Updated Thai translation. 
 
Wouter Bolsterlee  [Wed, 13 Dec 2006 23:11:05 +0000  (23:11 +0000)] 
 
Cleaned up/slightly refactored Makefile.am. Added GConf schemas 
 
2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* data/Makefile.am: 
 
	Cleaned up/slightly refactored Makefile.am. Added GConf 
	schemas uninstallation as well. 
 
Wouter Bolsterlee  [Wed, 13 Dec 2006 23:09:03 +0000  (23:09 +0000)] 
 
Fight with autotools to fix make check. Make distcheck works fine as well 
 
2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* Makefile.am: 
	* test/Makefile.am: 
 
	Fight with autotools to fix make check. Make distcheck 
	works fine as well now! 
 
Wouter Bolsterlee  [Wed, 13 Dec 2006 21:54:49 +0000  (21:54 +0000)] 
 
Updated Dutch translation by Wouter Bolsterlee. 
 
2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* nl.po: Updated Dutch translation by Wouter Bolsterlee. 
 
Wouter Bolsterlee  [Wed, 13 Dec 2006 21:51:06 +0000  (21:51 +0000)] 
 
Corrected "end of presentation" string. 
 
2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* shell/ev-view.c: (draw_end_presentation_page): 
 
	Corrected "end of presentation" string. 
 
Wouter Bolsterlee  [Wed, 13 Dec 2006 21:47:12 +0000  (21:47 +0000)] 
 
Correctly propagate key press event so that up/down keys work as expected 
 
2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* shell/ev-view.c: (ev_view_key_press_event): 
 
	Correctly propagate key press event so that up/down keys 
	work as expected (correct behaviour was broken by 
	black/white screen key bindings for presentations). 
 
Carlos Garcia Campos  [Wed, 13 Dec 2006 12:14:56 +0000  (12:14 +0000)] 
 
Add "static" to some private functions. 
 
2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* pdf/ev-poppler.cc: (pdf_document_find_get_n_results), 
	(pdf_document_find_get_result), (pdf_document_find_page_has_results), 
	(pdf_document_find_get_progress), (pdf_selection_render_selection), 
	(pdf_selection_get_selection_region), 
	(pdf_selection_get_selection_map): 
	Add "static" to some private functions. 
 
P. Henrique Silva  [Wed, 13 Dec 2006 06:13:47 +0000  (06:13 +0000)] 
 
Fixes CHACK type in class casts. See bug #385343 for details. 
 
2006-12-13  P. Henrique Silva  <ph.silva@gmail.com> 
 
	* lib/ev-tooltip.h: 
	* properties/ev-properties-view.h: 
	* shell/ev-jobs.h: 
	* shell/ev-properties-dialog.h: 
	* shell/ev-properties-fonts.h: 
	* shell/ev-sidebar-links.h: 
	* shell/ev-sidebar-thumbnails.h: 
	* shell/ev-sidebar.h: 
	* shell/ev-window.h: 
 
	Fixes CHACK type in class casts. See bug #385343 
	for details. 
 
Francisco Javier F. Serrador  [Mon, 11 Dec 2006 10:17:46 +0000  (10:17 +0000)] 
 
Updated Spanish translation. 
 
2006-12-11  Francisco Javier F. Serrador  <serrador@openshine.com> 
 
	* es.po: Updated Spanish translation. 
 
Daniel Nylander  [Mon, 11 Dec 2006 07:01:58 +0000  (07:01 +0000)] 
 
Updated Swedish translation. 
 
2006-12-11  Daniel Nylander <po@danielnylander.se> 
 
	* sv.po: Updated Swedish translation. 
 
Kjartan Maraas  [Mon, 11 Dec 2006 00:21:47 +0000  (00:21  +0000)] 
 
Updated Norwegian bokmål translation. 
 
2006-12-11  Kjartan Maraas  <kmaraas@gnome.org> 
 
	* nb.po: Updated Norwegian bokmål translation. 
 
Carlos Garcia Campos  [Sun, 10 Dec 2006 20:49:12 +0000  (20:49 +0000)] 
 
Blank screen in presentation mode when pressing 'b' (filling with black) 
 
2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-view-private.h: 
	* shell/ev-view.c: (draw_end_presentation_page), 
	(ev_view_expose_event), (ev_view_key_press_event), 
	(ev_view_class_init), (ev_view_init): 
	Blank screen in presentation mode when pressing 'b' (filling with 
	black) or 'w' (filling with white) keys. Fixes bug #358132. 
 
Gabriel Felipe Cornejo  [Sat, 9 Dec 2006 17:22:27 +0000  (17:22 +0000)] 
 
Use stock icon for Select All action. Fixes bug #382652. 
 
2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com> 
 
	* data/evince-toolbar.xml: 
	* shell/ev-window.c: 
 
	Use stock icon for Select All action. Fixes 
	bug #382652. 
 
Radoslav Dorcik  [Sat, 9 Dec 2006 16:45:22 +0000  (16:45 +0000)] 
 
Add links support in rotated documents. Fixes bug #343733. 
 
2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com> 
	* shell/ev-view.c: (get_doc_point_from_offset), 
	(ev_view_get_link_at_location), (ev_view_motion_notify_event): 
	Add links support in rotated documents. Fixes bug #343733. 
 
Carlos Garcia Campos  [Sat, 9 Dec 2006 16:32:04 +0000  (16:32 +0000)] 
 
Show a blank page after the last page in presentation mode with a message 
 
2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-view-private.h: 
	* shell/ev-view.c: (draw_end_presentation_page), 
	(ev_view_expose_event), (ev_view_init), (ev_view_set_presentation): 
	Show a blank page after the last page in presentation mode with a 
	message indicating that presentation has finished and how to exit. 
 
Thierry Randrianiriana  [Sat, 9 Dec 2006 14:00:49 +0000  (14:00 +0000)] 
 
Updated Malagasy translation 
 
* Updated Malagasy translation 
 
Carlos Garcia Campos  [Sat, 9 Dec 2006 12:36:34 +0000  (12:36 +0000)] 
 
Hide cursor after a while in presentation mode. 
 
2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-window.c: (fullscreen_timeout_cb): 
	Hide cursor after a while in presentation mode. 
 
Ilkka Tuohela  [Sat, 9 Dec 2006 03:14:53 +0000  (03:14  +0000)] 
 
Updated Finnish Translation 
 
Francisco Javier F. Serrador  [Thu, 7 Dec 2006 09:40:42 +0000  (09:40 +0000)] 
 
Updated Spanish translation. 
 
2006-12-07  Francisco Javier F. Serrador  <serrador@openshine.com> 
 
	* es.po: Updated Spanish translation. 
 
Luca Ferretti  [Tue, 5 Dec 2006 08:56:25 +0000  (08:56 +0000)] 
 
Updated Italian translation. 
 
2006-12-05  Luca Ferretti  <elle.uca@libero.it> 
 
	* it/it.po: Updated Italian translation. 
 
Wouter Bolsterlee  [Mon, 4 Dec 2006 11:54:02 +0000  (11:54 +0000)] 
 
Updated Dutch translation by Wouter Bolsterlee. 
 
2006-12-05  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* nl.po: Updated Dutch translation by Wouter Bolsterlee. 
 
Wouter Bolsterlee  [Mon, 4 Dec 2006 11:53:25 +0000  (11:53 +0000)] 
 
Adds a paper size field to the properties dialog. Fixes bug #307315. Patch 
 
2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* backend/ev-document-info.h: 
	* data/evince-properties.glade: 
	* pdf/ev-poppler.cc: 
	* properties/ev-properties-view.c: (ev_regular_paper_size), 
	(ev_properties_view_set_info): 
	* ps/ps-document.c: (ps_document_get_info): 
 
	Adds a paper size field to the properties dialog. Fixes 
	bug #307315. Patch by Kasper Svendsen (with some i18n 
	changes done by me). 
 
Wouter Bolsterlee  [Sun, 3 Dec 2006 23:10:54 +0000  (23:10 +0000)] 
 
Updated Dutch translation by Wouter Bolsterlee. 
 
2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* nl.po: Updated Dutch translation by Wouter Bolsterlee. 
 
Nickolay V. Shmyrev  [Sun, 3 Dec 2006 20:54:44 +0000  (20:54 +0000)] 
 
Move screensaver handling to application. No more message on startup. 
 
2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* cut-n-paste/totem-screensaver/totem-scrsaver.c: 
	(screensaver_init_dbus), (totem_scrsaver_new), 
	(totem_scrsaver_init): 
	* cut-n-paste/totem-screensaver/totem-scrsaver.h: 
	* shell/ev-application.c: (ev_application_register_service), 
	(ev_application_screensaver_enable), 
	(ev_application_screensaver_disable): 
	* shell/ev-application.h: 
	* shell/ev-window.c: (ev_window_run_presentation), 
	(ev_window_stop_presentation), (build_comments_string), 
	(ev_window_init): 
 
	Move screensaver handling to application. No more 
	message on startup. 
 
Carlos Garcia Campos  [Sun, 3 Dec 2006 20:35:46 +0000  (20:35 +0000)] 
 
Allow printing to PDF when suppoted by the backend. 
 
2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* configure.ac: 
	* backend/Makefile.am: 
	* backend/ev-file-exporter.[ch]: 
	* pdf/ev-poppler.cc: (pdf_document_file_exporter_*): 
	* ps/ps-document.c: (ps_document_file_exporter_*): 
	* tiff/tiff-document.c: (tiff_document_document_file_exporter_*): 
	* shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run): 
	* shell/ev-window.c: (ev_window_setup_action_sensitivity), 
	(ev_window_print_dialog_response_cb), (ev_window_print_range): 
	Allow printing to PDF when suppoted by the backend. 
 
Carlos Garcia Campos  [Sun, 3 Dec 2006 16:02:34 +0000  (16:02 +0000)] 
 
Use always "Document Viewer" in about dialog. 
 
2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-window.c: (build_comments_string): 
	Use always "Document Viewer" in about dialog. 
 
Carlos Garcia Campos  [Sun, 3 Dec 2006 15:54:22 +0000  (15:54 +0000)] 
 
Display a warning message when get_pageinfo fails. 
 
2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* djvu/djvu-document.c: (djvu_document_get_page_size): 
	Display a warning message when get_pageinfo fails. 
 
Yevgen Muntyan  [Thu, 30 Nov 2006 20:58:58 +0000  (20:58 +0000)] 
 
Make pdf compilation optional. See bug #38007. 
 
2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu> 
 
	* Makefile.am: 
	* backend/Makefile.am: 
	* backend/ev-document-factory.c: (ev_document_factory_add_filters): 
	* configure.ac: 
	* shell/ev-window.c: (build_comments_string): 
 
	Make pdf compilation optional. See bug #38007. 
 
Yevgen Muntyan  [Thu, 30 Nov 2006 20:23:17 +0000  (20:23 +0000)] 
 
Make pdf compilation optional. See bug #38007. 
 
2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu> 
 
	* Makefile.am: 
	* backend/Makefile.am: 
	* backend/ev-document-factory.c: (ev_document_factory_add_filters): 
	* configure.ac: 
	* shell/ev-window.c: (build_comments_string): 
 
	Make pdf compilation optional. See bug #38007. 
 
Carlos Garcia Campos  [Thu, 30 Nov 2006 13:36:33 +0000  (13:36 +0000)] 
 
Fix CVE-2006-5864. 
 
2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* ps/ps.c: (get_next_text): 
	Fix CVE-2006-5864. 
 
Dimitris Glezos  [Wed, 29 Nov 2006 17:59:59 +0000  (17:59 +0000)] 
 
Updated Greek translation 
 
2006-11-29  Dimitris Glezos <dimitris@glezos.com> 
 
        * el.po: Updated Greek translation 
 
Carlos Garcia Campos  [Wed, 22 Nov 2006 12:14:16 +0000  (12:14 +0000)] 
 
Do not call g_type_class_peek_parent twice. 
 
2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-history.c: (ev_history_finalize), (ev_history_class_init): 
	* shell/ev-navigation-action.c: (connect_proxy), 
	(ev_navigation_action_finalize), (ev_navigation_action_class_init): 
	Do not call g_type_class_peek_parent twice. 
 
Nickolay V. Shmyrev  [Wed, 22 Nov 2006 02:20:20 +0000  (02:20  +0000)] 
 
Add 24x24 icon. Thanks to Michael Monreal <infernux@web.de>. 
 
2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* configure.ac: 
	* data/icons/24x24/.cvsignore: 
	* data/icons/24x24/Makefile.am: 
	* data/icons/24x24/evince.png: 
	* data/icons/Makefile.am: 
 
	Add 24x24 icon. Thanks to 
	Michael Monreal <infernux@web.de>. 
 
Nickolay V. Shmyrev  [Wed, 22 Nov 2006 02:10:13 +0000  (02:10  +0000)] 
 
Fix typo in configure.ac. Thanks to dmacks@netspace.org for notification. 
 
2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* configure.ac: Fix typo in configure.ac. Thanks 
	to dmacks@netspace.org for notification. 
 
Nickolay V. Shmyrev  [Wed, 22 Nov 2006 02:02:55 +0000  (02:02  +0000)] 
 
Drop dbus include, fixes compilation with older dbus. 
 
2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* cut-n-paste/totem-screensaver/totem-scrsaver.c: 
 
	Drop dbus include, fixes compilation with older dbus. 
 
Wouter Bolsterlee  [Tue, 21 Nov 2006 23:54:14 +0000  (23:54 +0000)] 
 
cut-n-paste/totem-screensaver/.cvsignore 
 
2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* configure.ac: 
	* cut-n-paste/Makefile.am: 
	* cut-n-paste/totem-screensaver/.cvsignore 
	* cut-n-paste/totem-screensaver/Makefile.am: 
	* cut-n-paste/totem-screensaver/README: 
	* cut-n-paste/totem-screensaver/totem-scrsaver.c: 
	* cut-n-paste/totem-screensaver/totem-scrsaver.h: 
	* shell/Makefile.am: 
	* shell/ev-window.c: (ev_window_run_presentation), 
	(ev_window_stop_presentation), (ev_window_cmd_help_about), 
	(ev_window_init): 
 
	Implemented screensaver enabling/disabling for 
	presentation mode (not fullscreen mode). Code stolen 
	from Totem (with some minor tweaks). Fixes bug #338889. 
 
Daniel Nylander  [Sun, 19 Nov 2006 16:51:56 +0000  (16:51 +0000)] 
 
Updated Swedish translation. 
 
2006-11-19  Daniel Nylander <po@danielnylander.se> 
 
	* sv.po: Updated Swedish translation. 
 
Wouter Bolsterlee  [Sun, 19 Nov 2006 12:23:33 +0000  (12:23 +0000)] 
 
Bump gnome-icon-theme requirements. We use the rotation icons that 
 
2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* configure.ac: 
 
	Bump gnome-icon-theme requirements. We use the rotation 
	icons that appeared recently. 
 
Christophe Bliard  [Sun, 19 Nov 2006 10:32:22 +0000  (10:32 +0000)] 
 
Updated French translation. 
 
2006-11-19  Christophe Bliard  <christophe.bliard@trux.info> 
 
        * fr/fr.po: Updated French translation. 
 
Kjartan Maraas  [Sun, 19 Nov 2006 10:30:41 +0000  (10:30 +0000)] 
 
Updated Norwegian bokmål translation. 
 
2006-11-19  Kjartan Maraas  <kmaraas@gnome.org> 
 
	* nb.po: Updated Norwegian bokmål translation. 
 
Nickolay V. Shmyrev  [Sun, 19 Nov 2006 01:42:57 +0000  (01:42  +0000)] 
 
Use page labels instead of numbers. 
 
2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* shell/ev-history.c: (ev_history_add_page): 
	* shell/ev-history.h: 
	* shell/ev-window.c: (page_changed_cb): 
 
	Use page labels instead of numbers. 
 
Nickolay V. Shmyrev  [Sun, 19 Nov 2006 00:51:27 +0000  (00:51  +0000)] 
 
Preliminary history implementation 
 
2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* data/evince-toolbar.xml: 
	* po/POTFILES.in: 
	* shell/Makefile.am: 
	* shell/ev-navigation-action-widget.c: 
	(ev_navigation_action_widget_init), 
	(ev_navigation_action_widget_class_init), (menu_deactivate_cb), 
	(menu_detacher), (ev_navigation_action_widget_set_menu), 
	(menu_position_func), (popup_menu_under_arrow), 
	(ev_navigation_action_widget_toggled), 
	(ev_navigation_action_widget_button_press_event): 
	* shell/ev-navigation-action-widget.h: 
	* shell/ev-navigation-action.c: (ev_navigation_action_set_history), 
	(ev_navigation_action_set_window), (activate_menu_item_cb), 
	(new_history_menu_item), (new_empty_history_menu_item), 
	(build_menu), (menu_activated_cb), (connect_proxy), 
	(create_tool_item), (ev_navigation_action_init), 
	(ev_navigation_action_finalize), (ev_navigation_action_class_init): 
	* shell/ev-navigation-action.h: 
	* shell/ev-page-action-widget.c: (ev_page_action_widget_init), 
	(ev_page_action_widget_set_page_cache), 
	(ev_page_action_widget_finalize), 
	(ev_page_action_widget_class_init), (match_selected_cb), 
	(display_completion_text), (match_completion), (build_new_tree_cb), 
	(get_filter_model_from_model), 
	(ev_page_action_widget_update_model): 
	* shell/ev-page-action-widget.h: 
	* shell/ev-page-action.c: (activate_link_cb), (update_model), 
	(connect_proxy): 
	* shell/ev-page-action.h: 
	* shell/ev-stock-icons.c: 
	* shell/ev-stock-icons.h: 
	* shell/ev-window.c: (ev_window_setup_action_sensitivity), 
	(page_changed_cb), (ev_window_setup_document), (ev_window_dispose), 
	(register_custom_actions): 
	* shell/main.c: 
 
	Preliminary history implementation 
 
Nickolay V. Shmyrev  [Sun, 19 Nov 2006 00:48:20 +0000  (00:48  +0000)] 
 
2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* data/evince-toolbar.xml: 
	* po/POTFILES.in: 
	* shell/Makefile.am: 
	* shell/ev-navigation-action-widget.c: 
	(ev_navigation_action_widget_init), 
	(ev_navigation_action_widget_class_init), (menu_deactivate_cb), 
	(menu_detacher), (ev_navigation_action_widget_set_menu), 
	(menu_position_func), (popup_menu_under_arrow), 
	(ev_navigation_action_widget_toggled), 
	(ev_navigation_action_widget_button_press_event): 
	* shell/ev-navigation-action-widget.h: 
	* shell/ev-navigation-action.c: (ev_navigation_action_set_history), 
	(ev_navigation_action_set_window), (activate_menu_item_cb), 
	(new_history_menu_item), (new_empty_history_menu_item), 
	(build_menu), (menu_activated_cb), (connect_proxy), 
	(create_tool_item), (ev_navigation_action_init), 
	(ev_navigation_action_finalize), (ev_navigation_action_class_init): 
	* shell/ev-navigation-action.h: 
	* shell/ev-page-action-widget.c: (ev_page_action_widget_init), 
	(ev_page_action_widget_set_page_cache), 
	(ev_page_action_widget_finalize), 
	(ev_page_action_widget_class_init), (match_selected_cb), 
	(display_completion_text), (match_completion), (build_new_tree_cb), 
	(get_filter_model_from_model), 
	(ev_page_action_widget_update_model): 
	* shell/ev-page-action-widget.h: 
	* shell/ev-page-action.c: (activate_link_cb), (update_model), 
	(connect_proxy): 
	* shell/ev-page-action.h: 
	* shell/ev-stock-icons.c: 
	* shell/ev-stock-icons.h: 
	* shell/ev-window.c: (ev_window_setup_action_sensitivity), 
	(page_changed_cb), (ev_window_setup_document), (ev_window_dispose), 
	(register_custom_actions): 
	* shell/main.c: 
 
Wouter Bolsterlee  [Fri, 17 Nov 2006 13:23:43 +0000  (13:23 +0000)] 
 
Updated Dutch translation by Wouter Bolsterlee. 
 
2006-11-17  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* nl.po: Updated Dutch translation by Wouter Bolsterlee. 
 
Nickolay V. Shmyrev  [Thu, 16 Nov 2006 15:58:37 +0000  (15:58 +0000)] 
 
Add reference to subfont. Fixes bug #374277. 
 
2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize), 
	(dvi_document_class_init), (dvi_document_init_params): 
	* dvi/mdvi-lib/font.c: (font_reference): 
 
	Add reference to subfont. Fixes bug #374277. 
 
Carlos Garcia Campos  [Thu, 16 Nov 2006 14:41:38 +0000  (14:41 +0000)] 
 
Fix a race condition when creating symlink. Increase the counter avoiding 
 
2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-window.c: (ev_window_create_tmp_symlink), 
	(ev_window_cmd_file_open_copy_at_dest): 
	Fix a race condition when creating symlink. Increase the counter 
	avoiding an infinite loop. Really fixes bug #357472. (Based on patch by 
	Mathias Hasselmann). 
 
Carlos Garcia Campos  [Wed, 15 Nov 2006 11:33:09 +0000  (11:33 +0000)] 
 
Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition in 
 
2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* backend/Makefile.am: 
	* backend/ev-attachment.c: (ev_attachment_open): 
	* lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir), 
	(ev_tmp_dir), (ev_tmp_filename): 
	* shell/ev-sidebar-attachments.c: 
	(ev_sidebar_attachments_drag_data_get): 
	* shell/ev-window.c: (ev_window_clear_temp_file): 
	Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition 
	in ensure_dir_exists. Abort without crashing when we can't create 
	user's directory. 
 
Carlos Garcia Campos  [Tue, 14 Nov 2006 18:59:46 +0000  (18:59 +0000)] 
 
Allow opening a copy of the current document in a new window. Fixes bug 
 
2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* data/evince-ui.xml: 
	* shell/ev-window.c: (ev_window_setup_action_sensitivity), 
	(ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name), 
	(ev_window_cmd_file_open_copy_at_dest), 
	(ev_window_cmd_file_open_copy), (view_menu_popup_cb), 
	(ev_view_popup_cmd_open_link_new_window): 
	Allow opening a copy of the current document in a new window. Fixes bug 
	#357472 
 
Francisco Javier F. Serrador  [Sun, 12 Nov 2006 17:27:55 +0000  (17:27 +0000)] 
 
Updated Spanish translation. 
 
2006-11-12  Francisco Javier F. Serrador  <serrador@openshine.com> 
 
	* es/es.po: Updated Spanish translation. 
 
Nickolay V. Shmyrev  [Sat, 11 Nov 2006 20:34:52 +0000  (20:34 +0000)] 
 
Add cvsignore to test subdir 
 
Nickolay V. Shmyrev  [Sat, 11 Nov 2006 20:33:50 +0000  (20:33 +0000)] 
 
Add rotate right and rotate left to available items for toolbar. 
 
2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* data/evince-toolbar.xml: 
 
	Add rotate right and rotate left to available items for toolbar. 
 
	* data/evince-ui.xml: 
	* shell/ev-window.c: (ev_window_init): 
 
	Customize toolbar with right click. Fixes bug #372451. 
 
Claudio Saavedra  [Sat, 11 Nov 2006 14:53:52 +0000  (14:53 +0000)] 
 
Use "object-rotate-{left,right}" stock icons. Fixes bug #373863. 
 
2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl> 
 
        * shell/ev-window.c: Use "object-rotate-{left,right}" stock icons. 
        Fixes bug #373863. 
 
Carlos Garcia Campos  [Fri, 10 Nov 2006 17:46:18 +0000  (17:46 +0000)] 
 
Remove temp file created when evince is used by GTK+ in preview mode. 
 
2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-application.[ch]: (get_unlink_temp_file_from_args), 
	(ev_application_open_uri_at_dest), (ev_application_open_uri): 
	* shell/ev-window.[ch]: (ev_window_clear_temp_file), 
	(ev_window_open_uri): 
	* shell/main.c: (arguments_parse): 
	Remove temp file created when evince is used by GTK+ in 
	preview mode. Fixes bug #365282. 
 
Wouter Bolsterlee  [Fri, 10 Nov 2006 09:12:09 +0000  (09:12 +0000)] 
 
Fixed build error with newer gnome-doc-utils. 
 
2006-11-10  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* C/evince.xml: Fixed build error with newer 
	gnome-doc-utils. 
 
Nickolay V. Shmyrev  [Fri, 10 Nov 2006 01:23:56 +0000  (01:23  +0000)] 
 
Fixes bug #372474 - Side pane disabled when entering and leaving 
 
2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb): 
 
	Fixes bug #372474 - Side pane disabled when entering 
	and leaving fullscreen mode. 
 
Nickolay V. Shmyrev  [Fri, 10 Nov 2006 00:56:02 +0000  (00:56  +0000)] 
 
Fixes bug #364364 - toolbar editor shows zoom actions again. 
 
2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor): 
	* data/Makefile.am: 
	* data/evince-preview-toolbar.xml: 
	* data/evince-toolbar.xml: 
	* shell/ev-application.c: (ev_application_shutdown), 
	(ev_application_init), (ev_application_get_toolbars_model): 
	* shell/ev-application.h: 
	* shell/ev-window.c: (update_chrome_visibility), 
	(ev_window_create_fullscreen_popup), (ev_window_run_preview), 
	(ev_window_cmd_edit_toolbar), (ev_window_init): 
 
	Fixes bug #364364 - toolbar editor shows zoom actions again. 
 
Carlos Garcia Campos  [Thu, 9 Nov 2006 11:36:23 +0000  (11:36 +0000)] 
 
Do not take margins into consideration for paper size when printing. 
 
2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-window.c: (ev_window_print_dialog_response_cb): 
	Do not take margins into consideration for paper size when printing. 
	Really fixes bug #350491. 
 
Wouter Bolsterlee  [Thu, 9 Nov 2006 09:56:27 +0000  (09:56 +0000)] 
 
Add myself 
 
Daniel Nylander  [Wed, 8 Nov 2006 23:37:13 +0000  (23:37 +0000)] 
 
Updated Swedish translation. 
 
2006-11-08  Daniel Nylander <po@danielnylander.se> 
 
	* sv/sv.po: Updated Swedish translation. 
 
Carlos Garcia Campos  [Wed, 8 Nov 2006 18:40:20 +0000  (18:40 +0000)] 
 
Add page setup settings for printing. Fixes bugs #363860 and #350491. 
 
2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* data/evince-ui.xml: 
	* shell/ev-window.c: (ev_window_print_page_setup_done_cb), 
	(ev_window_cmd_file_print_setup), 
	(ev_window_print_dialog_response_cb), 
	(ev_window_setup_action_sensitivity): 
	Add page setup settings for printing. Fixes bugs #363860 and #350491. 
 
Carlos Garcia Campos  [Wed, 8 Nov 2006 13:53:43 +0000  (13:53 +0000)] 
 
Revert my previuos commit, since printing to PDF is not supported by 
 
2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-window.c: (ev_window_print_range): 
	Revert my previuos commit, since printing to PDF is not supported by 
	evince yet. 
 
Carlos Garcia Campos  [Wed, 8 Nov 2006 11:53:13 +0000  (11:53 +0000)] 
 
Enable print to a PDF. Fixes bug #332121. 
 
2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-window.c: (ev_window_print_range): 
	Enable print to a PDF. Fixes bug #332121. 
 
Joachim Noreiko  [Mon, 6 Nov 2006 10:04:44 +0000  (10:04 +0000)] 
 
Update dialog name and corrected use of 'File' to 'Document'. Patch from 
 
2006-11-06  Joachim Noreiko  <jnoreiko@yahoo.com> 
 
	* C/evince.xml: Update dialog name and corrected use of 'File' to 'Document'. Patch from Steve Willoughby. Fixes #371042 
 
Josep Puigdemont i Casamajó  [Sat, 4 Nov 2006 16:32:33 +0000  (16:32 +0000)] 
 
Updated Catalan translation by Gil Forcada. 
 
Josep Puigdemont i Casamajó  [Sat, 4 Nov 2006 12:50:28 +0000  (12:50 +0000)] 
 
Updated Catalan translation by Gil Forcada. 
 
Carlos Garcia Campos  [Tue, 31 Oct 2006 19:40:45 +0000  (19:40 +0000)] 
 
Add support for multiscreen systems. Fixes bug #316206. 
 
2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-application-service.xml: 
	* shell/ev-application.[ch]: (ev_application_open_window), 
	(ev_application_get_empty_window), (ev_application_open_uri_at_dest), 
	(ev_application_open_uri), (ev_application_open_uri_list): 
	* shell/ev-window.c: (file_open_dialog_response_cb), 
	(ev_window_cmd_recent_file_activate), (ev_window_setup_recent), 
	(drag_data_received_cb), (open_remote_link): 
	* shell/main.c: (arguments_parse), (load_files), (load_files_remote): 
	Add support for multiscreen systems. Fixes bug #316206. 
 
Carlos Garcia Campos  [Mon, 30 Oct 2006 15:45:15 +0000  (15:45 +0000)] 
 
Allow printing only odd/even pages. Fixes bug #367289. 
 
2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-jobs.[ch]: (ev_job_print_new), 
	(ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set), 
	(ev_job_print_do_page): 
	* shell/ev-window.[ch]: (ev_window_print_dialog_response_cb): 
	Allow printing only odd/even pages. Fixes bug #367289. 
 
Jakub Friedl  [Mon, 30 Oct 2006 14:54:35 +0000  (14:54 +0000)] 
 
Updated Czech translation. 
 
2006-10-30  Jakub Friedl <jfriedl@suse.cz> 
 
  * cs.po: Updated Czech translation. 
 
Wouter Bolsterlee  [Sun, 29 Oct 2006 13:48:13 +0000  (13:48 +0000)] 
 
indent fix 
 
Satoru SATOH  [Sun, 29 Oct 2006 13:35:43 +0000  (13:35 +0000)] 
 
Fixed mismatched plural forms. 
 
2006-10-29  Satoru SATOH <ss@gnome.gr.jp> 
 
	* ja.po: Fixed mismatched plural forms. 
 
Wouter Bolsterlee  [Sun, 29 Oct 2006 13:29:23 +0000  (13:29 +0000)] 
 
Re-add locale settings to test files. 
 
2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* test/test1.py: 
	* test/test2.py: 
 
	Re-add locale settings to test files. 
 
Nickolay V. Shmyrev  [Sun, 29 Oct 2006 13:25:25 +0000  (13:25 +0000)] 
 
Removed garbage from code and ui. 
 
2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* data/evince-ui.xml: 
	* shell/ev-window.c: (set_action_properties): 
 
	Removed garbage from code and ui. 
 
Wouter Bolsterlee  [Sun, 29 Oct 2006 12:50:56 +0000  (12:50 +0000)] 
 
Shamelessly add my name to the list of contributors. 
 
2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* shell/ev-window.c: (ev_window_cmd_help_about): 
 
	Shamelessly add my name to the list of contributors. 
 
Wouter Bolsterlee  [Sun, 29 Oct 2006 12:48:48 +0000  (12:48 +0000)] 
 
Cleaned up the dogtail scripts. 
 
2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* test/test1.py: 
	* test/test2.py: 
 
	Cleaned up the dogtail scripts. 
 
Wouter Bolsterlee  [Fri, 27 Oct 2006 09:51:46 +0000  (09:51 +0000)] 
 
Don't render "loading..." text in presentation mode. Temporary workaround 
 
2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* shell/ev-view.c: (draw_loading_text): Don't render 
	"loading..." text in presentation mode. Temporary 
	workaround for bug #320352. 
 
Ilkka Tuohela  [Thu, 26 Oct 2006 05:18:27 +0000  (05:18  +0000)] 
 
Updated Finnish translation 
 
Carlos Garcia Campos  [Tue, 24 Oct 2006 18:32:58 +0000  (18:32 +0000)] 
 
Use print settings scale, copies, collate and reverse which were ignored. 
 
2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run): 
	* shell/ev-window.c: (ev_window_print_dialog_response_cb): 
	Use print settings scale, copies, collate and reverse which were 
	ignored. Fixes bug #359032. 
 
Nickolay V. Shmyrev  [Mon, 23 Oct 2006 22:12:25 +0000  (22:12 +0000)] 
 
Add automated UI tests for evince with dogtail. See bug #300948. 
 
2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru> 
 
	* configure.ac: 
	* data/evince-password.glade: 
	* test/Makefile.am: 
	* test/test-encrypt.pdf: 
	* test/test-links.pdf: 
	* test/test1.py: 
	* test/test2.py: 
 
	Add automated UI tests for evince with dogtail. See 
	bug #300948. 
 
Wouter Bolsterlee  [Mon, 23 Oct 2006 08:07:16 +0000  (08:07 +0000)] 
 
Fix whitespace 
 
Carlos Garcia Campos  [Sun, 22 Oct 2006 15:32:50 +0000  (15:32 +0000)] 
 
Hide fullscreen toolbar when switching to another desktop workspace. Fixes 
 
2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org> 
	* shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init): 
	Hide fullscreen toolbar when switching to another desktop workspace. 
	Fixes bug #338871 
 
Thierry Randrianiriana  [Fri, 20 Oct 2006 21:05:45 +0000  (21:05 +0000)] 
 
Added Malagasy translation. Added 'mg'. 
 
* mg.po: Added Malagasy translation. 
* LINGUAS: Added 'mg'. 
 
Wouter Bolsterlee  [Fri, 20 Oct 2006 15:56:06 +0000  (15:56 +0000)] 
 
Dutch translation updated by Wouter Bolsterlee. 
 
2006-10-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org> 
 
	* nl/nl.po: Dutch translation updated by Wouter 
	Bolsterlee. 
 
Wouter Bolsterlee  [Fri, 20 Oct 2006 15:39:54 +0000  (15:39 +0000)] 
 
fix typo