]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Fixes bug #542924. Makes enums static to fix Solaris build.
[evince.git] / ChangeLog
index 8eaf21fef7746cb1d8c3fa4859c2e0a687f38b63..782e3dc175cf0ee71e8e757d8429017123bd2332 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,141 @@
+2008-07-15   Darren Kenny  <darren.kenny@sun.com>
+
+       * libdocument/ev-transition-effect.c
+       (ev_transition_effect_type_get_type),
+       (ev_transition_effect_alignment_get_type),
+       (ev_transition_effect_direction_get_type):
+       
+       Fixes bug #542924. Makes enums static to fix Solaris build.
+
+2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (ev_view_key_press_event):
+
+       Add '.' keybinding for blanking the screen in presentation
+       mode. Fixes bug #542001.
+       
+2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * libdocument/ev-document-misc.c:
+       (ev_document_misc_pixbuf_from_surface):
+
+       Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
+       #540950.
+       
+2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * backend/comics/comics-document.c (comics_document_load):
+       * backend/comics/comicsdocument.evince-backend.in:
+       * configure.ac:
+       * thumbnailer/evince-thumbnailer-comics.schemas.in:
+       
+       Added support for 7-zip based cb7 comic book. Patch by
+       Kartik Rustagi. Fixes bug #532312.
+
+2008-06-24  Bastien Nocera  <hadess@hadess.net>
+
+       * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
+       to rotate right. Ctrl+R (as EOG uses) is already used for reload.
+       Fixes bug #539972.
+
+2008-06-24  Bastien Nocera  <hadess@hadess.net>
+
+       * shell/Makefile.am:
+       * shell/ev-application.c (ev_application_init),
+       (ev_application_get_media_keys):
+       * shell/ev-application.h:
+       * shell/ev-marshal.list:
+       * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
+       (proxy_destroy), (on_media_player_key_pressed),
+       (ev_media_player_keys_init), (ev_media_player_keys_focused),
+       (ev_media_player_keys_finalize), (ev_media_player_keys_new):
+       * shell/ev-media-player-keys.h:
+       * shell/ev-window.c (ev_window_go_previous_page),
+       (ev_window_go_next_page), (ev_window_go_first_page),
+       (ev_window_go_last_page), (ev_window_start_presentation),
+       (ev_window_dispose), (view_actions_focus_in_cb):
+       * shell/ev-window.h: When building with D-Bus support, listen
+       for multimedia key events from gnome-settings-daemon. This allows
+       to go to the next/previous/first/last pages using, respectively,
+       Next/Previous/Rewing/Fast Forward. The Play button is used to start
+       a presentation. Fixes bug #539971.
+
+2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
+
+       * configure.ac:
+       
+       Update for release 2.23.4.
+
+2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * NEWS:
+
+       Update news for 2.23.4 release.
+       
+2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
+       * shell/ev-sidebar-thumbnails.c:
+       (ev_sidebar_thumbnails_set_loading_icon),
+       (ev_sidebar_thumbnails_refresh):
+       * shell/ev-window.c: (ev_window_error_message),
+       (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
+       (ev_window_set_document):
+
+       Do not crash opening documents with no pages and show a warning
+       message in the message area. Fixes bugs #537574 and #171588.
+       
+2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/Makefile.am:
+       * shell/ev-file-monitor.[ch]:
+       * shell/ev-window.c: (ev_window_document_changed),
+       (ev_window_clear_reload_job), (ev_window_load_job_cb),
+       (ev_window_reload_job_cb), (ev_window_open_uri),
+       (ev_window_reload_document), (ev_window_cmd_view_reload),
+       (ev_window_dispose):
+
+       Automaticly reload the document when the file has changed on
+       disk. Bug #304249.
+       
+2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
+
+       * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
+       * libdocument/ev-image.c: (ev_image_save_tmp):
+       * libdocument/ev-module.c: (ev_module_load):
+       * shell/ev-application.c: (ev_application_shutdown),
+       (ev_application_get_print_settings):
+       * shell/ev-sidebar-attachments.c:
+       (ev_sidebar_attachments_button_press),
+       (ev_sidebar_attachments_drag_data_get):
+       * shell/ev-window.c: (window_save_file_copy_ready_cb),
+       (ev_window_print_finished), (ev_window_print_send),
+       (ev_window_print_job_cb), (ev_window_cmd_help_contents),
+       (ev_window_preview_print_finished), (ev_window_do_preview_print),
+       (ev_window_cmd_preview_print):
+       * shell/main.c: (load_files_remote):
+       Fix some build warnings under GCC 4.3.0. (#537535).
+
+2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-jobs.c: (ev_job_render_dispose):
+
+       Fix a crash in debug mode. Patch by Daniel M German.
+       
+2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c:
+
+       Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
+       
+2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-window.c: (ev_window_print_send),
+       (ev_window_do_preview_print):
+
+       Use the window title as print job name instead of just
+       "evince-print". Fixes bug #534493.
+       
 2008-05-19  Frederic Peters  <fpeters@0d.be>
 
        * libdocument/Makefile.am: fixed typo in ev-debug.h filename.