2005-01-06 Jaka Mocnik * src/ps.c: add -dSAFER to ghostscript arguments. thanks to sammyhml at free dot fr for alerting me. * src/ggv-window.c: "translator_credits" -> "translator-credits". * src/recent-files/*: updated to latest libegg. * tagged as GGV_2_8_2; released a tarball. 2005-01-03 Jaka Mocnik * src/ggv-window.c: fixed document monitoring. tested. removed old code. 2005-01-02 Jaka Mocnik * src/ggv-window.c: changed to use gnome-vfs file monitoring capabilities instead of home-brewn code which proved to work poorly with remote URIs. it currently crashes on some systems: needs further investigation. old code is used if OLD_WATCH is #defined when building GGV. * src/ggv-window.c (ggv_window_reload): optimized in order to do only the necessary work instead of calling ggv_window_load(). * bonobo/ggv-sidebar.c (ggv_sidebar_page_changed): do not do anything if the document is unstructured; prevents a critical Gtk error. * ggv.desktop.in: changed name to "PostScript Viewer", changed comment to use the imperative verb form in order to comply with HIG.