X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=6268fcf2f87a03dde437ec1c2a90907f42146d2b;hb=8370e4fa6c0a90a4d10294e3a74ed87d90b8db94;hp=2542ef6ed0482cff92a2803be2c656b0c15e45a1;hpb=a6297b4a6510a3cce2e7da8c842aaa4c12847693;p=evince.git diff --git a/ChangeLog b/ChangeLog index 2542ef6e..6268fcf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,46 @@ +2007-08-15 Andreas Nilsson + + * data/icons/32x32/Makefile.am: + * data/icons/32x32/actions/Makefile.am: + * data/icons/32x32/actions/view-page-cont.svg: + * data/icons/32x32/actions/view-page-facing.svg: + * data/icons/48x48/Makefile.am: + * data/icons/48x48/actions/Makefile.am: + * data/icons/48x48/actions/view-page-cont.svg: + * data/icons/48x48/actions/view-page-facing.svg: + + Icons for a new sizes. + +2007-08-14 Justin Blanchard + + * shell/ev-page-cache.c: (build_height_to_page), + (ev_page_cache_get_height_to_page): + + Fixes invalid read, see bug #466401. + +2007-08-11 Carlos Garcia Campos + + * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: + (set_drag_cursor): + * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: + (configure_item_cursor), (new_pixbuf_from_widget): + + Fix multihead problems in toolbar editor. Fixes bug #382055. + +2007-08-11 Carlos Garcia Campos + + * shell/ev-window.c: (ev_window_cmd_file_open), + (ev_window_cmd_save_as): + + Use g_get_user_special_dir when available instead of + xdg_user_dir_lookup. + +2007-08-10 Nickolay V. Shmyrev + + * MAINTAINERS: + + Updated according to request on desktop-devel. + 2007-08-05 Carlos Garcia Campos * shell/ev-view.c: (ev_view_expose_event), (draw_one_page): @@ -5,7 +48,7 @@ Do not use cairo_rectangle and cairo_clip since we are not using cairo_fill but cairo_paint. Use the same cairo context for every page in the same expose event. - + 2007-07-31 Hiroyuki Ikezoe * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory