X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=NEWS;h=1861479235f5c72c0f2c8374cdb1220e3b129299;hb=2dd348d6fe62d96589c81379bbd01314d6442dc0;hp=2d24aaf70c2f34320a2a20dce8648b5825c097a6;hpb=83a7dcb845ed773db1832cb0b189e8e931864ad9;p=evince.git diff --git a/NEWS b/NEWS index 2d24aaf7..18614792 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,392 @@ +================ +Evince 2.31.90 +================ + +Bug fixes: + + * Do not jump to link dest when clicking with GDK_CONTROL_MASK + (#626407, Carlos Garcia Campos) + * Use GDK_BLANK_CURSOR instead of creating our own empty cursor + (Carlos Garcia Campos) + * Improve findbar message when there are no matches (#626334, + Carlos Garcia Campos, José Aliste) + * Remove #ifdefs for old cairo versions (#626147, Juanjo Marín) + +Translation updates: + + * Paul Seyfert (de) + * Jorge González (es) + * Fran Dieguez (gl) + * Yaron Shahrabani (he) + * Torstein Adolf Winterseth (nn) + * A S Alam (pa) + * Matej Urbančič (sl) + * Xhacker Liu (zh_CN) + +================ +Evince 2.31.6.1 +================ + +New Features and UI Improvements: + + * Add --with-gtk=2.0|3.0 configure flag (#626030, Vincent Untz) + +Bug fixes: + + * Fix a crash with DVI files and empty glyphs (#600552, Marek Kasik) + * Fix a crash when a page is manually entered (#624936, Marek Kasik) + +Translation updates: + + * Jorge González (es) + * Fran Dieguez (gl) + * Yaron Shahrabani (he) + * Andika Triwidada (id) + * Kjartan Maraas (nb) + * Matej Urbančič (sl) + * Dr.T.Vasudevan (ta) + +================ +Evince 2.31.6 +================ + +New Features and UI Improvements: + + * Preliminary support for adding new annotations (#168304, Carlos + Garcia Campos) + * Add confirmation dialog on closing window when document has been + modified (Form fields have been filled out or annots have been + added/modified) (#168304, Carlos Garcia Campos) + * Add an action to edit menu to save current settings as + default. Default settings will be used only for new documents + that don't have metadata (#620325, Carlos Garcia Campos) + * Migrate lockdown to gsettings (Carlos Garcia Campos) + +Bug fixes: + + * Update synctex parser from TexLive SVN repository (#624532, + Marek Kasik) + * Fix a crash when loading document with inverted colors enabled + (Carlos Garcia Campos) + * Several build improvements (Hib Eris) + * Fix memory leaks when document is reloaded (Carlos Garcia Campos) + * Fix position of window annotations when moved by the user (Jose + Aliste, Carlos Garcia Campos) + * Fix build with poppler 0.14 (#624904, Carlos Garcia Campos) + * Use cairo instead of gdk_draw API (Carlos Garcia Campos) + * Only set text and text_layout flags in page cache when a11y + might be enabled (Carlos Garcia Campos) + +Translation updates: + + * Xandru Armesto (ast) + * Mario Blättermann (de) + * Jorge González (es) + * Ivar Smolin (et) + * Fran Diéguez (gl) + * Sweta Kothari (gu) + * Yaron Shahrabani (he) + * Shankar Prasad (kn) + * Sandeep Shedmake (mr) + * Kjartan Maraas (nb) + * Daniel Nylander (sv) + * Krishna Babu K (te) + * Eleanor Chen (zh_CN) + * Chao-Hsiung Liao (zh_HK) + * Chao-Hsiung Liao (zh_TW) + +================ +Evince 2.31.5 +================ + +New Features and UI Improvements: + + * Add a new sidebar page to show the list of annotations (Carlos + Garcia Campos) + * Finish DBus API for synctex support (#543503, Jose Aliste) + * Switch to GTK+ 3 + +Bug fixes: + + * Make sure annot popups never show up outside the main window + * (#604125, Carlos Garcia Campos) + * Set word wrapping mode for text in popup annotations (#623456, + gvlat@pochta.ru) + +Translation updates: + + * Baurzhan Muftakhidinov (kk) + * 朱涛 (zh_CN) + +================ +Evince 2.31.4.1 +================ + +Bug fixes: + + * Fix build when poppler_page_get_text_layout is not available + (#623080, Carlos Garcia Campos) + +================ +Evince 2.31.4 +================ + +New Features and UI Improvements: + + * Implement AtkText interface in EvView (#309015, Daniel Garcia) + * Add preliminary SyncTex support (#543503, Jose Aliste, Carlos + Garcia Campos) + +Bug fixes: + + * Don't save print document settings into global file (#530018, + Carlos Garcia Campos) + * Reload presentation view when document changes (#621750, Carlos + Garcia Campos) + * Remove hard-coded reason in totem-scrsaver (#621386, Bastien + Nocera) + * Fix opening cbz files with [] in archive (#619248, Juanjo Marín) + +Translation updates: + + * Carles Ferrando Garcia (ca) + * Kristjan SCHMIDT (eo) + * Fran Diéguez (gl) + * Kjartan Maraas (nb) + * Matej Urbančič (sl) + * 杨章 (zh_CN) + +================ +Evince 2.31.3 +================ + +New Features and UI Improvements: + + * Use a dynamic pixbuf cache size based on document page + size. It allows us caching more pages for lower scale factors + and increase zoom level by caching fewer pages. (#303365, Carlos + Garcia Campos) + +Bug fixes: + + * Fix fade animations (#619825, Carlos Garcia Campos) + * Fix a crash when starting animation in presentation mode + (#619948, Carlos Garcia Campos) + * Remove set_focus_on_map and set NOTIFICATION type hint for + loading window. It prevents focus stealing and skips taskbar and + pager hints (#620548, Carlos Garcia Campos) + * Fix build with GSEAL enabled (#605776, Carlos Garcia Campos) + * Remove circular dependencies in Makefiles and fix some compiler + warnings (Hib Eris) + +Translation updates: + + * Jorge González (es) + * Ivar Smolin (et) + * Fran Diéguez (gl) + * Yaron Shahrabani (he) + * Kjartan Maraas (nb) + * Sira Nokyoongtong (th) + * 甘露(Gan Lu) (zh_CN) + +================ +Evince 2.31.2 +================ + +New Features and UI Improvements: + + * Port to GDBus (Christian Persch, Carlos Garcia Campos) + * Do not use the gconf gsettings backend any more (#619335, + Matthias Clasen) + * Use cairo to draw search results (Carlos Garcia Campos) + * Use a loading window to show loading progress information + instead of the old 'Loading ...' text rendered on every page + (Carlos Garcia Campos) + +Bug fixes: + + * Fix localization on Windows (#610548, Hib Eris) + * Convert relative path to absolute path for evince-previewer + (Marek Kasik) + * Fix opening files with '#' in its name (#616515, Carlos Garcia + Campos) + * Accept keyboard focus in window annotations (Carlos Garcia + Campos) + * Fix most of the GSEAL build issues (#605776, Carlos Garcia + Campos) + * Add .c files to the introspection sources (#617736, Christian + Persch) + +Translation updates: + + * Thomas Thurman (en@shaw) + * Kjartan Maraas (nb) + * Wouter Bolsterlee (nl) + * Manoj Kumar Giri (or) + +================ +Evince 2.31.1 +================ + +New Features and UI Improvements: + + * Add saved documents with "save a copy" to recent file list + (#617580, Carlos Garcia Campos) + * Port override_restrictions gconf key to GSettings (Carlos Garcia + Campos) + * Add icons to the recent items, and always show them in menu + (#614400, Christian Persch) + +Bug fixes: + + * Invert colors of pages and thumbanils when loading in inverted + color mode (#616110, #616111, Juanjo Marín) + * Take default settings from last document opened. Fixes + regression caused by migration to gio metadata (#606090, + Carlos Garcia Campos) + * Ellipsise the recent action's label (Christian Persch) + * Make inverted colors mode work in presentation mode too + (#614693, Carlos Garcia Campos) + * Respect GNOME22_USER_DIR env variable (#613637, Ray Strode) + * Fix loading of local documents when uri contains a page + destination (#616515, Carlos Garcia Campos) + * Make gnome-doc-utils optional (Hib Eris) + * Update icons to match gnome-icon-theme appearance (#614747, + Hylke Bons, Carlos Garcia Campos) + * Make sure there's a new valid page range before updating caches + (fdo#27599, Carlos Garcia Campos) + * Fix .desktop file according to CorrectDesktopFiles GNIOME Goal + (#592733, Javier Jardón) + * Update FSF address everywhere (#514607, Arun Persaud) + * Fix loading of compressed password-protected documents (#613959, + Carlos Garcia Campos) + * Add command line option to open document at a given page index + (#613449, Daniel M. German) + * Fix build with GSEAL_ENABLE for libview and libdocument + (#605776, Hib Eris, Carlos Garcia Campos) + * Close previewer window with control + w (#612972, Carlos Garcia + Campos) + * Fix keybindings in previewer window (#612972, Carlos Garcia + Campos) + +Translation updates: + + * Runa Bhattacharjee (bn_IN) + * Gil Forcada (ca) + * Gil Forcada (ca@valencia) + * Jorge González (es) + * Fran Diéguez (gl) + * Shankar Prasad (kn) + * Ani Peter (ml) + * Sandeep Shedmake (mr) + * Wouter Bolsterlee (nl) + * Andrej Žnidaršič (sl) + +================ +Evince 2.30.0 +================ + +Bug fixes: + + * Fix scale calculation on rotated monitors in presentation mode + (José Aliste, Carlos Garcia Campos) + * Save current page when closing window in presentation mode + (#612656, Carlos Garcia Campos) + * Fix rendering of documents with non uniform page size when in + presentation mode (Carlos Garcia Campos) + * Use monitor height instead of screen height to calculate page + scale in presentation mode (#608924, Carlos Garcia Campos) + +Translation updates: + + * Sadia Afroz (bn) + * Lucas Lommer (cs) + * Kenneth Nielsen (da) + * Iñaki Larrañaga Murgoitio (eu) + * Tommi Vainikainen (fi) + * Gabor Kelemen (hu) + * Andika Triwidada (id) + * Francesco Marletta (it) + * Changwoo Ryu (ko) + * Badral (mn) + * Nils-Christoph Fiedler (nds) + * Wouter Bolsterlee (nl) + * A S Alam (pa) + * Duarte Loreto (pt) + * Daniel Nylander (sv) + * Maxim Dziumanenko (uk) + +================ +Evince 2.29.92 +================ + +Bug fixes: + + * Fix build with gtk+ >= 2.19.7 + +Translation updates: + + * Gil Forcada (ca) + * Bruce Cowan (en_GB) + * Iñaki Larrañaga Murgoitio (eu) + * Gabor Kelemen (hu) + * Gintautas Miliauskas (lt) + * Anita Reitere (lv) + * Umarzuki bin Mochlis Moktar (ms) + * Piotr Drąg (pl) + * Yuri Kozlov (ru) + * Miloš Popović (sr@latin) + * Милош Поповић (sr) + * Daniel Nylander (sv) + +================ +Evince 2.29.91 +================ + +New Features and UI Improvements: + + * DVI backend support on windows (#602910, Hib Eris) + +Documentation fixes: + + * Modernise API docs (Christian Persch) + +Bug fixes: + + * Fix dpi calculation (#608586, Juanjo Marín) + * Allow adding actions for more than one item in view popup menu + (#609497, Carlos Garcia Campos) + * Add gconf schemas for comic cbt files (#609501, Carlos Garcia + Campos) + * Update totem-scrsaver from totem sources (#610173, Carlos Garcia + Campos) + * Fix linking with pedantic linkers (#609895, Hib Eris) + * Do not link evince shell to poppler directly (#608832, Hib Eris) + * Several translatable messages fixed (#608698, Philip Withnall) + +Translation updates: + + * Khaled Hosny (ar) + * Krasimir \"Bfaf\" Chonov (bg) + * Sadia Afroz (bn) + * Christian Kirbach (de) + * nikosCharonitakis (el) + * Philip Withnall (en_GB) + * Jorge González (es) + * Ivar Smolin (et) + * Claude Paroz (fr) + * Fran Diéguez (gl) + * Hideki Yamane (Debian-JP) (ja) + * Kjartan Maraas (nb) + * Wouter Bolsterlee (nl) + * Henrique P. Machado (pt_BR) + * Adi Roiban (ro) + * Matej Urbančič (sl) + * Dr,T,Vasudevan (ta) + * Theppitak Karoonboonyanan (th) + * Chao-Hsiung Liao (zh_HK) + * Chao-Hsiung Liao (zh_TW) + ================ Evince 2.29.5 ================