X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=42e73179e7a2b41f3a0cec397a7246cf5a47abea;hb=a30f0b53f8702f5acf38712e6c53ed0ca49dd219;hp=7102a73729515448175d56ad0b74281402f26979;hpb=a4f9ab1be8697d6d6a9ece6fb5c4dd9166b5456d;p=evince.git diff --git a/ChangeLog b/ChangeLog index 7102a737..42e73179 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2009-01-18 Christian Persch + + * help/reference/Makefile.am: + * help/reference/evince.types: Fix the API docs build. Bug #568171. + +2009-01-18 Tomeu Vizoso + + * libview/Makefile.am: + * libview/ev-view-type-builtins.c.template: + * libview/ev-view-type-builtins.h.template: + + Make EvJobPriority a proper GType. Fixes bug #567788. + +2009-01-18 Carlos Garcia Campos + + * configure.ac: + * cut-n-paste/*/Makefile.am: + * libdocument/Makefile.am: + + Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste + code. + +2009-01-18 Christian Persch + + * libview/ev-view.c: (ev_view_drag_data_get), + (ev_view_drag_motion), (ev_view_update_primary_selection), + (clear_link_selected): + * shell/ev-sidebar-attachments.c: + (ev_sidebar_attachments_drag_data_get), + (ev_sidebar_attachments_get_property), + (ev_sidebar_attachments_init): + * shell/ev-window.c: Update drag handling code to use the + gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of + hardcoding the targets lists. Bug #558084. + 2009-01-18 Carlos Garcia Campos * libdocument/Makefile.am: