X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=8aace3186c830d4955d528bdec2337fe740fd9a3;hb=b97df17e5b2d540896e14398a6291a79440e7e2a;hp=fa91dddbb3df656b2c4189c4479c1aae6c51e89d;hpb=42136586e9d7f6b52c667eff258de8e649806778;p=evince.git diff --git a/ChangeLog b/ChangeLog index fa91dddb..8aace318 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2007-05-04 Ross Burton + + * shell/ev-sidebar-attachments.c: + Don't use libgnome to lookup icons for MIME types, instead copy + code from GTK+ to do it manually. + +2007-05-04 Ross Burton + + * configure.ac: + Add libxml to the dependencies for SHELL_CORE (#435818). + +2007-05-02 Ross Burton + + * configure.ac: + * Makefile.am: + Add --disable-thumbnailer (#434825) + +2007-05-02 Ross Burton + + * shell/ev-window.c: + Add missing includes, fix indentation. + + * shell/main.c: + Fix indentation. + +2007-04-30 Eduardo Lima + + * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use + ev_application_open_uri_at_dest instead of ev_application_open_uri + preventing new document always being opened in a new window even if there + is an empty window. + 2007-04-29 Nickolay V. Shmyrev * cut-n-paste/recent-files/egg-recent-view-uimanager.c: