X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=782e3dc175cf0ee71e8e757d8429017123bd2332;hb=f343927df4325959193353c52cff1ea4b20b2286;hp=f3457ca990e56218cf223b0fbcf609217cc753ba;hpb=e7cda02e573e3a87502cd9a0d26efc9716387654;p=evince.git diff --git a/ChangeLog b/ChangeLog index f3457ca9..782e3dc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2008-07-15 Darren Kenny + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * configure.ac: + + Update for release 2.23.4. + 2008-06-17 Carlos Garcia Campos * NEWS: