]> www.fi.muni.cz Git - evince.git/log
evince.git
17 years agoAdds a paper size field to the properties dialog. Fixes bug #307315. Patch
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).

17 years agoUpdated Dutch translation by Wouter Bolsterlee.
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.

17 years agoMove screensaver handling to application. No more message on startup.
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.

17 years agoAllow printing to PDF when suppoted by the backend.
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.

17 years agoUse always "Document Viewer" in about dialog.
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.

17 years agoDisplay a warning message when get_pageinfo fails.
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.

17 years agoMake pdf compilation optional. See bug #38007.
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.

17 years agoMake 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.

17 years agoFix CVE-2006-5864.
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.

17 years agoUpdated Greek translation
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

17 years agoDo not call g_type_class_peek_parent twice.
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.

17 years agoAdd 24x24 icon. Thanks to Michael Monreal <infernux@web.de>.
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>.

17 years agoFix typo in configure.ac. Thanks to dmacks@netspace.org for notification.
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.

17 years agoDrop dbus include, fixes compilation with older dbus.
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.

17 years agocut-n-paste/totem-screensaver/.cvsignore
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.

17 years agoUpdated Swedish translation.
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.

17 years agoBump gnome-icon-theme requirements. We use the rotation icons that
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.

17 years agoUpdated French translation.
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.

17 years agoUpdated Norwegian bokmål 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.

17 years agoUse page labels instead of numbers.
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.

17 years agoPreliminary history implementation
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

17 years ago2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
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:

17 years agoUpdated Dutch translation by Wouter Bolsterlee.
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.

17 years agoAdd reference to subfont. Fixes bug #374277.
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.

17 years agoFix a race condition when creating symlink. Increase the counter avoiding
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).

17 years agoUse always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition in
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.

17 years agoAllow opening a copy of the current document in a new window. Fixes bug
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

17 years agoUpdated Spanish translation.
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.

17 years agoAdd cvsignore to test subdir
Nickolay V. Shmyrev [Sat, 11 Nov 2006 20:34:52 +0000 (20:34 +0000)]
Add cvsignore to test subdir

17 years agoAdd rotate right and rotate left to available items for toolbar.
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.

17 years agoUse "object-rotate-{left,right}" stock icons. Fixes bug #373863.
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.

17 years agoRemove temp file created when evince is used by GTK+ in preview mode.
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.

17 years agoFixed build error with newer gnome-doc-utils.
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.

17 years agoFixes bug #372474 - Side pane disabled when entering and leaving
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.

17 years agoFixes bug #364364 - toolbar editor shows zoom actions again.
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.

17 years agoDo not take margins into consideration for paper size when printing.
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.

17 years agoAdd myself
Wouter Bolsterlee [Thu, 9 Nov 2006 09:56:27 +0000 (09:56 +0000)]
Add myself

17 years agoUpdated Swedish translation.
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.

17 years agoAdd page setup settings for printing. Fixes bugs #363860 and #350491.
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.

17 years agoRevert my previuos commit, since printing to PDF is not supported by
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.

17 years agoEnable print to a PDF. Fixes bug #332121.
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.

17 years agoUpdate dialog name and corrected use of 'File' to 'Document'. Patch from
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

17 years agoUpdated Catalan translation by Gil Forcada.
Josep Puigdemont i Casamajó [Sat, 4 Nov 2006 16:32:33 +0000 (16:32 +0000)]
Updated Catalan translation by Gil Forcada.

17 years agoUpdated 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.

17 years agoAdd support for multiscreen systems. Fixes bug #316206.
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.

17 years agoAllow printing only odd/even pages. Fixes bug #367289.
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.

17 years agoUpdated Czech translation.
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.

17 years agoindent fix
Wouter Bolsterlee [Sun, 29 Oct 2006 13:48:13 +0000 (13:48 +0000)]
indent fix

17 years agoFixed mismatched plural forms.
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.

17 years agoRe-add locale settings to test files.
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.

17 years agoRemoved garbage from code and ui.
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.

17 years agoShamelessly add my name to the list of contributors.
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.

17 years agoCleaned up the dogtail scripts.
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.

17 years agoDon't render "loading..." text in presentation mode. Temporary workaround
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.

17 years agoUpdated Finnish translation
Ilkka Tuohela [Thu, 26 Oct 2006 05:18:27 +0000 (05:18 +0000)]
Updated Finnish translation

17 years agoUse print settings scale, copies, collate and reverse which were ignored.
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.

17 years agoAdd automated UI tests for evince with dogtail. See bug #300948.
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.

17 years agoFix whitespace
Wouter Bolsterlee [Mon, 23 Oct 2006 08:07:16 +0000 (08:07 +0000)]
Fix whitespace

17 years agoHide fullscreen toolbar when switching to another desktop workspace. Fixes
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

17 years agoAdded Malagasy translation. Added 'mg'.
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'.

17 years agoDutch translation updated by Wouter Bolsterlee.
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.

17 years agofix typo
Wouter Bolsterlee [Fri, 20 Oct 2006 15:39:54 +0000 (15:39 +0000)]
fix typo

17 years agoTest for .dvi in title of pdf documents.
Nickolay V. Shmyrev [Thu, 19 Oct 2006 21:35:04 +0000 (21:35 +0000)]
Test for .dvi in title of pdf documents.

2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-window-title.c:

Test for .dvi in title of pdf documents.

17 years agoPage Up/Down should do page jumps in "Best fit" mode. If a user has
Wouter Bolsterlee [Thu, 19 Oct 2006 16:06:17 +0000 (16:06 +0000)]
Page Up/Down should do page jumps in "Best fit" mode. If a user has

2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

* shell/ev-view.c: (ev_view_scroll):
Page Up/Down should do page jumps in "Best fit" mode.
If a user has explicitly chosen to view exactly one page
at a time, scrolling just a part of the page when
pressing Page Up/Down is not right. Fixes bug #323107.

17 years agoAdd impress/zip.c Updated Norwegian bokmål translation.
Kjartan Maraas [Tue, 17 Oct 2006 11:54:47 +0000 (11:54 +0000)]
Add impress/zip.c Updated Norwegian bokmål translation.

2006-10-17  Kjartan Maraas  <kmaraas@gnome.org>

* POTFILES.in: Add impress/zip.c
* nb.po: Updated Norwegian bokmål translation.

17 years agoAdd documentation notes EVINCE_0_6_1 GNOME_2_16_BRANCHPOINT
Nickolay V. Shmyrev [Sun, 8 Oct 2006 22:54:30 +0000 (22:54 +0000)]
Add documentation notes

17 years agoUpdate for 0.6.1
Nickolay V. Shmyrev [Sun, 8 Oct 2006 21:53:05 +0000 (21:53 +0000)]
Update for 0.6.1

2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Update for 0.6.1

17 years agoCorrectly disconnect from job signals on destroy.
Nickolay V. Shmyrev [Sun, 8 Oct 2006 21:34:28 +0000 (21:34 +0000)]
Correctly disconnect from job signals on destroy.

2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
(job_fonts_finished_cb), (ev_properties_fonts_set_document):

Correctly disconnect from job signals on destroy.

17 years agoFixes bug #343199, current page now follows find page.
Nickolay V. Shmyrev [Sun, 8 Oct 2006 18:23:39 +0000 (18:23 +0000)]
Fixes bug #343199, current page now follows find page.

2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-view-private.h:
* shell/ev-view.c: (view_set_adjustment_values),
(view_update_range_and_current_page),
(ensure_rectangle_is_visible), (ev_view_size_allocate):

Fixes bug #343199, current page now follows find page.

17 years agoRevery UNLIKELY
Nickolay V. Shmyrev [Sun, 8 Oct 2006 17:32:41 +0000 (17:32 +0000)]
Revery UNLIKELY

17 years agoAssigned OpenDocument presenation MIME type to the Impress backend. Added
Wouter Bolsterlee [Sun, 8 Oct 2006 14:51:55 +0000 (14:51 +0000)]
Assigned OpenDocument presenation MIME type to the Impress backend. Added

2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>

* backend/ev-document-factory.c:
* configure.ac:
Assigned OpenDocument presenation MIME type to the
Impress backend. Added some missing (but harmless)
#ifdefs in the document factory as well to make things
consistent again. Fixes bug #360658.

17 years agoReduce relocations. Bug #360616.
Christian Persch [Sun, 8 Oct 2006 12:35:42 +0000 (12:35 +0000)]
Reduce relocations. Bug #360616.

2006-10-08  Christian Persch  <chpe@cvs.gnome.org>

* backend/ev-async-renderer.c: (ev_async_renderer_get_type):
* backend/ev-document-find.c: (ev_document_find_get_type):
* backend/ev-document-fonts.c: (ev_document_fonts_get_type):
* backend/ev-document-links.c: (ev_document_links_get_type):
* backend/ev-document-security.c: (ev_document_security_get_type):
* backend/ev-document-thumbnails.c:
(ev_document_thumbnails_get_type):
* backend/ev-document.c: (ev_document_get_type):
* backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
* backend/ev-selection.c: (ev_selection_get_type):
* cut-n-paste/recent-files/egg-recent-model.c:
(egg_recent_model_get_type):
* cut-n-paste/recent-files/egg-recent-view-uimanager.c:
(egg_recent_view_uimanager_get_type):
* cut-n-paste/recent-files/egg-recent-view.c:
(egg_recent_view_get_type):
* cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
(egg_editable_toolbar_get_type):
* cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
(egg_toolbar_editor_get_type):
* cut-n-paste/toolbar-editor/egg-toolbars-model.c:
(egg_toolbars_model_get_type):
* cut-n-paste/toolbar-editor/eggtreemultidnd.c:
(egg_tree_multi_drag_source_get_type):
* cut-n-paste/zoom-control/ephy-zoom-action.c:
(ephy_zoom_action_get_type):
* cut-n-paste/zoom-control/ephy-zoom-control.c:
(ephy_zoom_control_get_type):
* impress/r_back.c: (_imp_fill_back):
* properties/ev-properties-main.c:
(ev_properties_plugin_register_type):
* shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
* shell/ev-view-accessible.c: (ev_view_accessible_get_type),
(ev_view_accessible_factory_get_type):

Reduce relocations. Bug #360616.

17 years agoLoad document even if extension is wrong.
Nickolay V. Shmyrev [Sun, 8 Oct 2006 07:29:56 +0000 (07:29 +0000)]
Load document even if extension is wrong.

2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* backend/ev-document-factory.c:
(ev_document_factory_get_document):

Load document even if extension is wrong.

17 years agoAdded Swedish translation. Added screenshot. Added sv to DOC_LINGUAS.
Daniel Nylander [Sat, 7 Oct 2006 00:20:32 +0000 (00:20 +0000)]
Added Swedish translation. Added screenshot. Added sv to DOC_LINGUAS.

2006-10-07  Daniel Nylander <po@danielnylander.se>

* sv/sv.po: Added Swedish translation.
* sv/figures/*png: Added screenshot.
* Makefile.am: Added sv to DOC_LINGUAS.

17 years agoAdded Spanish translation
Francisco Javier F. Serrador [Tue, 3 Oct 2006 22:54:25 +0000 (22:54 +0000)]
Added Spanish translation

2006-10-04  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Added Spanish translation

17 years agoSet size according to the document size/page size ratio. That should
Nickolay V. Shmyrev [Mon, 2 Oct 2006 23:44:17 +0000 (23:44 +0000)]
Set size according to the document size/page size ratio. That should

2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-metadata-manager.c: (save_values):
* shell/ev-window.c: (setup_size_from_metadata),
(setup_view_from_metadata), (ev_window_setup_document),
(ev_window_xfer_job_cb), (window_configure_event_cb):

Set size according to the document size/page size ratio.
That should correct rather wierd behaviour of the previous
commit.

17 years agoSet size for new windows from previous window size. See bugs #354968 and
Nickolay V. Shmyrev [Mon, 2 Oct 2006 21:52:43 +0000 (21:52 +0000)]
Set size for new windows from previous window size. See bugs #354968 and

2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-window.c: (setup_view_from_metadata):

Set size for new windows from previous window size.
See bugs #354968 and #168450 for details. Thanks
to Meik Hellmund.

17 years agoFix memory leak.
Carlos Garcia Campos [Sun, 1 Oct 2006 10:57:07 +0000 (10:57 +0000)]
Fix memory leak.

2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
* djvu/djvu-links.c: (build_tree):
Fix memory leak.

17 years agoDon't make sidebar close button insensitive. Fixes bug #357871.
Nickolay V. Shmyrev [Sun, 1 Oct 2006 10:50:42 +0000 (10:50 +0000)]
Don't make sidebar close button insensitive. Fixes bug #357871.

2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):

Don't make sidebar close button insensitive. Fixes
bug #357871.

17 years agoDon't enable Splash on documents which don't support find. Fixes bug
Nickolay V. Shmyrev [Sun, 1 Oct 2006 09:13:59 +0000 (09:13 +0000)]
Don't enable Splash on documents which don't support find. Fixes bug

2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-window.c: (ev_window_setup_action_sensitivity),
(ev_window_set_view_accels_sensitivity):

Don't enable Splash on documents which don't support
find. Fixes bug #358648.

17 years agoMake the open dialog fall back to the current document uri if the
Wouter Bolsterlee [Sat, 30 Sep 2006 23:46:44 +0000 (23:46 +0000)]
Make the open dialog fall back to the current document uri if the

2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>

* shell/ev-window.c: (ev_window_cmd_file_open): Make the
open dialog fall back to the current document uri if the
filechooser hasn't been used before. Fixes bug #356980.

17 years agoIgnore generated files. Same here. Same here.
Wouter Bolsterlee [Sat, 30 Sep 2006 23:42:04 +0000 (23:42 +0000)]
Ignore generated files. Same here. Same here.

2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>

* fi/.cvsignore: Ignore generated files.
* fr/.cvsignore: Same here.
* it/.cvsignore: Same here.

17 years ago*** empty log message ***
Ignacio Casal Quinteiro [Thu, 28 Sep 2006 10:08:06 +0000 (10:08 +0000)]
*** empty log message ***

17 years agoEscape underscores in filenames of recent file items.
Mathias Hasselmann [Sun, 24 Sep 2006 13:35:38 +0000 (13:35 +0000)]
Escape underscores in filenames of recent file items.

2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>

        * shell/ev-window.c: (ev_window_setup_recent),
        (ev_window_get_recent_file_label):

        Escape underscores in filenames of recent file items.

17 years agoBumped poppler requirements, really 0.5.3 is very buggy, now we require
Nickolay V. Shmyrev [Sun, 24 Sep 2006 13:25:49 +0000 (13:25 +0000)]
Bumped poppler requirements, really 0.5.3 is very buggy, now we require

2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* configure.ac:

Bumped poppler requirements, really 0.5.3 is very
buggy, now we require 0.5.4

17 years agoUpdated Italian translation. Updated to match GNOME 2.16 default theme.
Luca Ferretti [Thu, 21 Sep 2006 10:20:49 +0000 (10:20 +0000)]
Updated Italian translation. Updated to match GNOME 2.16 default theme.

2006-09-21  Luca Ferretti  <elle.uca@libero.it>

* it/it.po: Updated Italian translation.
* it/figures/evince_start_window.png: Updated to match GNOME 2.16
default theme.

17 years agoUpdated Italian translation.
Alessio Frusciante [Wed, 20 Sep 2006 20:03:44 +0000 (20:03 +0000)]
Updated Italian translation.

17 years agoShut up CVS
Nickolay V. Shmyrev [Sun, 17 Sep 2006 17:49:03 +0000 (17:49 +0000)]
Shut up CVS

17 years agoAdd support for links and bookmarks in djvu documents. Thanks to Pauli
Nickolay V. Shmyrev [Sun, 17 Sep 2006 17:44:36 +0000 (17:44 +0000)]
Add support for links and bookmarks in djvu documents. Thanks to Pauli

2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* djvu/Makefile.am:
* djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
(djvu_document_find_iface_init), (djvu_document_links_get_links),
(djvu_document_document_links_iface_init):
* djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
(number_from_string_10), (get_djvu_link_dest),
(get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
(get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
(djvu_links_get_links), (djvu_links_find_link_dest),
(djvu_links_get_links_model):
* djvu/djvu-links.h:

Add support for links and bookmarks in djvu documents. Thanks
to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
patch.

17 years agoAdded Finnish translation Added fi to DOC_LINGUAS
Tommi Vainikainen [Sat, 16 Sep 2006 18:28:13 +0000 (18:28 +0000)]
Added Finnish translation Added fi to DOC_LINGUAS

2006-09-16  Tommi Vainikainen  <thv@iki.fi>
* fi/figures/evince_start_window.png, fi/fi.po: Added Finnish
translation
* Makefile.am: Added fi to DOC_LINGUAS

17 years agoReopen should reload document. Fixes bug 327951.
Nickolay V. Shmyrev [Thu, 14 Sep 2006 08:34:35 +0000 (08:34 +0000)]
Reopen should reload document. Fixes bug 327951.

2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* shell/ev-application.c: (ev_application_open_uri_at_dest):

Reopen should reload document. Fixes
bug 327951.

17 years agoel.po: Fixed typos by Dimitris Glezos <dimitris@glezos.com>
Kostas Papadimas [Tue, 12 Sep 2006 09:53:50 +0000 (09:53 +0000)]
el.po: Fixed typos by Dimitris Glezos <dimitris@glezos.com>

17 years agoUpdated Danish translation.
Ole Laursen [Sun, 10 Sep 2006 20:33:53 +0000 (20:33 +0000)]
Updated Danish translation.

2006-09-10  Ole Laursen  <olau@hardworking.dk>

* da.po: Updated Danish translation.

17 years agoUpdate Georgian translation
Vladimer Sichinava [Sun, 10 Sep 2006 20:29:45 +0000 (20:29 +0000)]
Update Georgian translation

17 years agoUpdated English (British) translation.
David Lodge [Sun, 10 Sep 2006 08:02:48 +0000 (08:02 +0000)]
Updated English (British) translation.

2006-09-10  David Lodge <dave@cirt.net>

* en_GB.po: Updated English (British) translation.

17 years agoInstall icons with correct names. Fixes bug #354429.
Nickolay V. Shmyrev [Thu, 7 Sep 2006 15:21:26 +0000 (15:21 +0000)]
Install icons with correct names. Fixes bug #354429.

2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* configure.ac:
* data/Makefile.am:
* data/evince-16.png:
* data/evince-22.png:
* data/evince.png:
* data/evince.svg:
* data/icons/16x16/Makefile.am:
* data/icons/16x16/evince.png:
* data/icons/22x22/Makefile.am:
* data/icons/22x22/evince.png:
* data/icons/48x48/Makefile.am:
* data/icons/48x48/evince.png:
* data/icons/Makefile.am:
* data/icons/scalable/Makefile.am:
* data/icons/scalable/evince.svg:

Install icons with correct names. Fixes
bug #354429.

17 years agoDon't open links with middle mouse button. Fixes bug #353649
Carlos Garcia Campos [Thu, 7 Sep 2006 11:44:13 +0000 (11:44 +0000)]
Don't open links with middle mouse button. Fixes bug #353649

2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
* shell/ev-view.c: (ev_view_button_release_event):
Don't open links with middle mouse button. Fixes bug #353649

17 years ago*** empty log message ***
Pema Geyleg [Wed, 6 Sep 2006 09:36:47 +0000 (09:36 +0000)]
*** empty log message ***

17 years agoUpdated Norwegian Nynorsk translation.
Åsmund Skjæveland [Mon, 4 Sep 2006 22:48:22 +0000 (22:48 +0000)]
Updated Norwegian Nynorsk translation.

2006-09-05  Åsmund Skjæveland  <aasmunds@fys.uio.no>

* nn.po: Updated Norwegian Nynorsk translation.

17 years agoUpdate for release 0.6.0 EVINCE_0_6_0
Nickolay V. Shmyrev [Mon, 4 Sep 2006 15:35:22 +0000 (15:35 +0000)]
Update for release 0.6.0

2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>

* NEWS:
* configure.ac:

Update for release 0.6.0