]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Make sure the cursor is correctly restored after showing the right click
[evince.git] / ChangeLog
index f02cc459ffc5be62989de9d1a93bcd5112cf06d5..76004782479691987ed858a220c0aa440022e52a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-view.c: (ev_view_motion_notify_event):
+
+       Make sure the cursor is correctly restored after showing the right
+       click menu.
+       
+2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
+       (ev_attachment_open):
+       * shell/ev-sidebar-attachments.c:
+       (ev_sidebar_attachments_button_press):
+       * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
+
+       Use GdkAppLaunchContext when available to open attachments.
+       
+2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
+
+       Grab the mediakeys with a low priority. Fixes bug #547164. Patch
+       by Eric Piel.
+       
+2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * shell/ev-application.c: (ev_application_get_media_keys):
+       * shell/ev-media-player-keys.[ch]:
+       (ev_media_player_keys_class_init), (on_media_player_key_pressed),
+       (ev_media_player_keys_grab_keys),
+       (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
+       (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
+       * shell/ev-window.[ch]: (ev_window_dispose),
+       (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
+       (ev_window_init):
+
+       Clean up the media player keys stuff.
+       
+2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * NEWS:
+       * configure.ac:
+
+       Update for release 2.23.91.
+       
+2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * cut-n-paste/smclient/eggsmclient-xsmp.c:
+       (sm_client_xsmp_set_initial_properties):
+
+       Fix memory leak.
+       
 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * shell/ev-application.c: (ev_application_open_window),