The following modules have a new version: - evolution (3.25.3 => 3.25.4) - gnome-builder (3.25.3 => 3.25.5) - gnome-chess (3.24.1 => 3.25.4) - gnome-recipes (1.4.4 => 1.4.6) (*) - gnome-sudoku (3.24.0 => 3.25.4) - gnome-tweak-tool (3.25.3 => 3.25.4) - nautilus-sendto (3.8.4 => 3.8.5) - polari (3.25.1 => 3.25.4) (*) No summarized news available The following modules weren't upgraded in this release: accerciser, aisleriot, dconf-editor, devhelp, empathy, five-or-more, four-in-a-row, ghex, gitg, glade, gnome-devel-docs, gnome-dictionary, gnome-klotski, gnome-mahjongg, gnome-mines, gnome-multi-writer, gnome-nettool, gnome-nibbles, gnome-robots, gnome-sound-recorder, gnome-taquin, gnome-tetravex, hitori, iagno, lightsoff, nemiver, quadrapassel, rygel, seahorse, swell-foop, tali ======================================== evolution ======================================== Evolution 3.25.4 2017-07-17 --------------------------- Bug Fixes: Bug 783905 - Drag in Minicard view stuck (Milan Crha) Bug 783968 - Mark Fwd and Re Subject attribution for translation (Milan Crha) Bug 783987 - Mail account assistant/editor too tall for small resolution (Milan Crha) Bug 339675 - Add option to Include signature in new messages only (Milan Crha) Bug 782210 - Divide message list and preview panel size proportionally (Milan Crha) Bug 772572 - Allow creating Receive-only mail accounts (Milan Crha) Bug 235022 - Can't use evolution before you create a mail account (Milan Crha) Bug 784246 - Unset encoding in text-highlight module output (Milan Crha) Bug 783908 - Prefill new contact lists with mails from selected contacts (Milan Crha) Bug 780934 - Component not moved when changing calendar in editor (Milan Crha) Bug 781744 - Support not storing sent messages (Milan Crha) Bug 784445 - [Wayland] Date chooser on Tasks is misplaced on screen (Milan Crha) Bug 784438 - Hyperlinks href changed to text when expanding the text (Milan Crha) Bug 781309 - Signature and import previews hard to read with dark theme (Milan Crha) Bug 781790 - Configure signature and start cursor position per account (Milan Crha) Bug 784664 - Avoid folding in ESourceMailIdentity::aliases property (Milan Crha) Bug 784665 - Reply/Forward fails to pair account alias with recipient (Milan Crha) Bug 784746 - Remove version number from gettext package name (Jeremy Bicha) Bug 784751 - Add mnemonics to Aliases editing buttons (Milan Crha) Bug 784776 - Don't change default view on middle-click of switcher button (Milan Crha) Bug 784663 - Sort aliases list on save of account Properties (Milan Crha) Bug 773550 - Do not use unstable WebKit DOM API (Milan Crha) Bug 771404 - Use OpenStreetMap or Google Maps to open maps (Milan Crha) Bug 784874 - Huge icons in Edit->Preferences sections column (Milan Crha) Bug 783363 - Explain how list of apps to open an attachment are determined (Andre Klapper) Bug 783504 - Link to junk folder location options from spam settings page (Andre Klapper) Bug 783533 - Link from 'cannot see some mail' to 'debugging filters' (Andre Klapper) Bug 744526 - Cover which column names the CSV addressbook importer expects (Andre Klapper) Bug 780329 - Cover how advanced users can customize keyboard shortcuts (Andre Klapper) Miscellaneous: Sort accounts in identity combo box (From: combo in mail composer) (Milan Crha) Make it possible to debug filters on stdout (Milan Crha) Use the fancy Unicode quotation marks in a new string (Piotr Drąg) Change --module-dir for gtkdoc-fixxref call (Milan Crha) Make it possible to change theme for text-highlight module (Milan Crha) Cannot focus contact list editor's list name (Milan Crha) Fix runtime warning on close from e_content_request_process() (Milan Crha) Use the fancy Unicode quotation marks in a new file (Piotr Drąg) Prefer gtk_clipboard_wait_for_targets() over gtk_clipboard_request_targets() (Milan Crha) Wrong folder URI used for message notifications (Milan Crha) AlertBar from ShellContent not freed (Milan Crha) Derive date from selected day when creating event/meeting in To Do bar (Milan Crha) Remove an obsolete comment (Andre Klapper) Fix a typo (Andre Klapper) Translations: Fabio Tomat (fur) Daniel Mustieles (es) Baurzhan Muftakhidinov (kk) Daniel Mustieles (es) Yuras Shumovich (be) Kukuh Syafaat (id) Gábor Kelemen (hu) Mario Blättermann (de) ======================================== gnome-builder ======================================== ============== Version 3.25.5 ============== We are releasing 3.25.5 as a quick followup to 3.25.4. It fixes a number of issues that were discovered and fixed shortly after merging the new layout branch. • HTML Preview shortcut is fixed • Various keybindings have been improved in libdazzle • We now bundle the proper libdazzle version as a subproject • IdeSourceViewMode now holds a reference to the view and copies all GValues when marshaling to the proxied closure • Focus tracking has been fixed for stacks in a single column • The focus-neighbor action works again, allowing ^w^w and other Vim style keybindings to work correctly • Activation of F-keys while in vim "normal mode" has been fixed • Builder now depends on the proper version of GLib for access to g_ptr_array_find_with_equal_func() • MIT/X11 license has been updated to include a missing stanza • Cross-architecture printf fixes Thanks to all our early testers who reported bugs! ============== Version 3.25.4 ============== This release of Builder contains the largest UI change since the creation of Builder. As this is mid-development cycle towards GNOME 3.26, we anticipate breakage in this release. However, we value the time that people put into testing things for us and doubly so for those that file bugs. Generally, we try to keep the master branch fairly stable and usable. This release will almost certainly have regressions due to the nature of the redesign. • A new keybinding engine is being used. It is very young but maturing quickly. Great pain has been experienced to merge the desires for features we need with the backwards compatability to keep existing features working such as the Vim compatability engine. • A new layout engine has been added. It has a few tricks up it's sleeve. It can animate widgets between grid locations. It also can highlight the view header to match the primary contents of the view. Under the hood, the implementation has been vastly simplified. • Over/under splits can now contain separate documents and you are no longer limited to two. • The project tree has been modified to look/feel more like a listbox. Future releases of Builder will keep the project-tree, but it will likely be disabled by default in favor of a DzlStackList-based navigation. • The TODO plugin has been ported to C. It goes through a reasonable amount of effort to keep memory allocations contiguous and footprint low. • Spellcheck has been moved into a plugin. • Color picker and spellcheck have been ported to use the new "transient sidebar". They come into focus when it makes sense for them to be visible based on context. • The symbol panel has been moved into the document header. It has also been styled to feel more like a listbox with hover state. • Devhelp browsing has been moved into the document header for the devhelp documentation view. It's a little bare at first, and we anticipate this to improve in future snapshots. • The terminal supports the "primary-color" feature to style the document header inline with the document content. • The build panel has been redsigned. It is placed on the left now to keep our workflow something like Left->Right. • The global search has been replaced to fit with the mockups, on the top-right corner of the window. We expect more improvements to search in upcoming releases. • The "new-document" button has been replaced with a menu for various types of new documents. • Manu previous extension points now use menus.ui to populate their menu content. This makes extending menus much more consistent across Builder. • Document preferences (tab size, spaces, language, etc) have been moved into a transient sidebar. You can activate this with the menu item from the document header. • An "Open Pages" section has been added to the panel. It's not yet clear if this will continue to be enabled by default or if it will be a plugin that can be enabled. • The beautifier plugin has yet to be ported to the new engine, and therefore is disabled by default in this release. Thanks in advance to all of our testers! ======================================== gnome-chess ======================================== 3.25.4 - July 15, 2017 ======================= * Update po/Makevars (Piotr Drąg) * Updated translations ======================================== gnome-sudoku ======================================== 3.25.4 - July 16, 2017 ======================= * Remove unnecessary css (Sahil Sareen) * Updated translations ======================================== gnome-tweak-tool ======================================== 3.25.4 ====== * Rename app to GNOME Tweaks (Alberto) * Rename binary to gnome-tweaks (Alberto) * Only allows numbers in Hi-DPI entry box (Jeremy) Contributors: Jeremy Bicha, Alberto Fanjul Translations: Mario Blättermann [de], Fabio Tomat [fr], Kukuh Syafaat [id], Dušan Kazik [sk] ======================================== nautilus-sendto ======================================== ============= Version 3.8.5 ============= - Add AppData to make it show up as a Files extension in Software - Fix crash when fast-content-type is unavailable - Updated translations ======================================== polari ======================================== 3.25.4 - "You're 21. You're Like Almost 30" =========================================== * Support NickServ bots that don't handle nick in identify command [Justyn, Florian; #772915] * Improve handling of temporarily unavailble networks [Florian; #784047] * Fix double-toggling of room checkboxes [mjash; #782969] * Misc. bug fixes [Piotr; #783747] Contributors: mjash, Piotr Drąg, Christian Kirbach, Florian Müllner, Justyn Temme Translations: Kukuh Syafaat [id], Mario Blättermann [de], Piotr Drąg [pl], Daniel Mustieles [es], Balázs Meskó [hu], Rafael Fontenelle [pt_BR], Marek Cernocky [cs], Jordi Mas [ca], Fabio Tomat [fur]