meld 3.20.3

2021-02-12 Thread Kai Willadsen
News


  Fixes:

   * Fix folder comparison sensitivity breaking when cancelling a scan (Kai
 Willadsen)
   * Fix Subversion comparsion on Python 3.9 (Kai Willadsen)
   * Retain clipboard contents after exiting Meld (Kai Willadsen)
   * Fix wrapping in notification bars (Kai Willadsen)
   * Fix border width in our file selection dialog (Kai Willadsen)
   * Fix occasional traceback when closing comparisons (Kai Willadsen)
   * Update links to reflect move to Discourse (Kai Willadsen)

   * Issues fixed: 432, 451, 482, 499, 502, 526


  Translations:

   * Andika Triwidada (id)
   * Daniel Șerbănescu (ro)
   * Sabri Ünal (tr)
   * Stephan Woidowski (de)
   * Yuri Chornoivan (uk)
   * Мирослав Николић (sr)


Download

https://download.gnome.org/sources/meld/3.20/meld-3.20.3.tar.xz (601K)
  sha256sum: f0e32b29bdb3aeb10060265042fd3541b1ecd38410c87a40b1456ef8d416051a

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-maps 3.36.6

2021-02-12 Thread Marcus Lundblad
News


Changes since 3.36.5
 - Fix a bug resulting in writing a broken last view position on exit in some
   circumstances

All contributors to this release
Marcus Lundblad 



Download

https://download.gnome.org/sources/gnome-maps/3.36/gnome-maps-3.36.6.tar.xz 
(3.82M)
  sha256sum: 50aa3c7b5b1f326c5237cf5a2c051c86d286f179d714edce8eb367e3d8a4eb62

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-maps 3.38.4

2021-02-12 Thread Marcus Lundblad
News


Changes since 3.38.3
 - Fix a bug resulting in writing a broken last view position on exit in
   some circumstances
 - Fix a bug preventing wrapping around at the date line with dark tiles
 - Fix a bug causing hanging in cases when dragging around route markers

Added/updated/fixed translations
 - Norwegian Bokmål

All contributors to this release
Kjartan Maraas 
Marcus Lundblad 



Download

https://download.gnome.org/sources/gnome-maps/3.38/gnome-maps-3.38.4.tar.xz 
(3.84M)
  sha256sum: d5641e91ffe478fb2aa9ca4896225ccf18ec2ea4d98e35765179818a7dbe44a3

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-maps 40.beta

2021-02-12 Thread Marcus Lundblad
News


Changes since 40.alpha
 - Made place bubble adaptive for use on phones
 - Show native name of places in addition to translated one
 - Avoid building some Flatpak dependencies which are now in the SDK
 - Fix a bug resulting in writing a broken last view position on exit in
   some circumstances
 - Fix a bug preventing wrapping around at the date line with dark tiles
 - Increased width of layers thumbnails to avoid empty margins in some 
translations
 - Update copyright year

Added/updated/fixed translations
 - Swedish
 - German
 - Turkish
 - Slovenian
 - Portuguese
 - Spanish
 - Galician
 - Czech
 - Romanian
 - Ukrainian
 - Vietnamese
 - Norwegian Bokmål
 - Catalan

All contributors to this release
Daniel Mustieles 
Daniel Șerbănescu 
Emin Tufan Çetin 
Fran Dieguez 
Hugo Carvalho 
James Westman 
Jordi Mas 
Kjartan Maraas 
Luna Jernberg 
Marcus Lundblad 
Marek Černocký 
Matej Urbančič 
Ngọc Quân Trần 
Philipp Kiemle 
Yuri Chornoivan 



Download

https://download.gnome.org/sources/gnome-maps/40/gnome-maps-40.beta.tar.xz 
(3.86M)
  sha256sum: e0c7ca54c05d99be82cfdd1ff3f37500f0871643d71359a48ff51422ad8a64e7

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


vala 0.51.1

2021-02-12 Thread Rico Tzschichholz
News


 * Highlights:
  - Support "binding" to bind GtkCallback to class of given property [#1093]
  - Add support for type narrowing [#894]
  - Support chain up to simple generics constructor [#342]
  - Perform runtime version check of libvala [#88]
  - girparser: Handle anonymous delegate not backed by virtual-method or signal
  - Add support for 'opaque' compact classes [#1129]
  - Add further support for params arrays in constructors [#128]
  - Improve handling of "NoWrapper" attribute
  - Improve support of SimpleType struct constructors
  - Use __attribute__ instead of G_GNUC_* in POSIX profile
  - Add SDL 2.x bindings [#1032] amd drop SDL 1.x

 * Various improvements and bug fixes:
  - codegen:
+ Improve GValueModule.visit_cast_expression()
+ Drop obsolete dedicated handling of property value-parameter
+ Apply CCodeModifiers.PRINTF to "string_printf" (POSIX)
+ Allow CCode.type_cname for classes and use get_ccode_type_name()
+ Always use G_TYPE_INSTANCE_GET_CLASS/INTERFACE for external symbols
+ Also check array type of variable argument for ref parameters
+ Don't leak array memory after it was implicitly copied
+ Use g_boxed_free in free-wrapper for heap-allocated GLib.Value
+ Don't leak GLib.Value when implicitly unboxing it
+ Don't leak memory moving heap-allocated struct to stack
+ Chain up to base struct destroy function
+ Use g_memdup2 if target glib >= 2.68 is set
+ Replace "g_memdup" with "_vala_memdup2" for target glib < 2.68
+ Correctly retrieve symbol_reference of nested cast expressions [#1134]
+ Strip all nested occurances of CCodeCastExpression [#1134]
  - vala:
+ Improve detection of duplicate package source files
+ GtkChild fields/properties must be declared as unowned [#1121]
+ Don't allow assigning GtkChild fields/properties [#1121]
+ Apply stricter condition for lambda to delegate assignment
+ Don't allow disposable SimpleType structs
+ Rename Loop to LoopStatement and introduce a common base class
+ GLib.Value unboxing returns unowned value
+ Don't allow GLib.Value casting to nullable struct/simple types
+ Add Block.unreachable_exit and have it set by FlowAnalyzer [#838]
+ Convert Report.*() to real printf-like functions
+ Avoid taking extra reference of foreach collection for index iteration
+ Make sure parent_symbol for special async parameters is available
+ Require a valid DataType instance for every TargetValue
  - girparser:
+ Minor improvement to field getter detection
+ Apply "delegate_target" metadata for methods and parameters
+ Apply "destroy_notify_cname" metadata for fields
+ Apply "type_get_function" metadata for classes and inferfaces
+ Set CCode.type_cname for classes if it doesn't match our default
  - girwriter: Infer gir_namespace/version from target GIR filename [#606]
  - girwriter: Write instance-parameter elements [#1128]
  - libvaladoc/html: Don't sort struct fields to keep their original order
  - libvaladoc: Correctly retrieve value for Api.Class.is_compact
  - libvaladoc: Add wrapper for "agedge" of graphviz
  - valadoc: Correctly set verbose flag on CodeContext
  - valadoc: Replace png icons with elementary's svg version

 * Bindings:
  - Add enchant-2 bindings for Enchant 2.x
  - Add gnu.vapi with binding for getopt_long() and some other GNU APIs
  - Add libunwind-generic binding
  - Fix several bindings which lead to invalid code by using them in:
cairo, gobject-2.0, pango, goocanvas-2.0, curses, alsa, bzlib, sqlite3,
libgvc, posix, gstreamer-1.0, gdk-3.0, gdk-x11-3.0, gtk+-3.0, gtk4,
fuse, libxml-2.0
  - curses: Remove initial “w” from some Window method names for consistency
  - gdk-pixbuf-2.0: Fix Pixbuf.save_to_streamv_async()
  - gdk-pixbuf-2.0: Update to 2.42.3~
  - gio-2.0: Fix binding of PollableOutputStream.write*_nonblocking()
  - gio-2.0,gtk+-3.0,gtk4: Drop explicit c-type attributes of va_list parameters
  - gio-2.0: Pick up missing invoker for some AppInfo/File.*() methods
  - gio-2.0: Update to 2.67.3
  - glib-2.0: Add GLib.[S]List.is_empty() convenience methods for non-null
  - glib-2.0: Add new symbols from 2.68
  - glib-2.0: Bind assert_cmp* functions [#395]
  - glib-2.0: Improve type of OptionEntry.flags field
  - glib-2.0: Make PtrArray a subclass of GenericArray
  - gobject-2.0: Add new symbols from 2.68
  - gstreamer-1.0: Set CCode.type_id of MiniObject to G_TYPE_BOXED [#1133]
  - gstreamer: Update from 1.19.0+ git master
  - gtk+-2.0,javascriptcoregtk-4.0: Wrong usage of CCode.type_cname attribute
  - gtk+-3.0,gtk4: Fix some delegate return values and parameters
  - gtk4: Update to 4.1.0+2712f536
  - posix: Add POSIX, GNU and BSD Regex APIs
  - webkit2gtk-4.0: Update to 2.31.1


ChangeLog
=
https://download.gnome.org/sources/vala/0.51/vala-0.51.1.changes  (10.3K)

Download

https://download.gnome.org/sources/vala/0.51/vala-0.51.1.tar.xz (3.39M)
  sha256sum: 

gtksourceview 4.99.0

2021-02-12 Thread Christian Hergert
News


GtkSourceView 4.99.0 is a beta release targeting GTK 4 and will eventually
become GtkSourceView 5.0.

It is the largest release of GtkSourceView in many releases and contains new
subsystems and performance improvements. More than 300 commits are part of this
release touching everything from syntax highlighting to a new snippet engine.

As GtkSourceView 4.99 moves to using PCRE2, it is possible that some language
definitions will need tweaking for differences between PCRE and PCRE2. So far,
very few changes were necessary within the GtkSourceView codebase but external
language specifications may require some tweaks. In particular, improper
escaping is the only incompatability seen thus far.

* Improvements when converting Pango styling to CSS
* Build system improvements
* GObject modernization
* A new completion engine has been added that reduces overhead and fits with
  GTK 4 lazy lists more closely. It is largely based on the code and design
  from GNOME Builder.
* GtkSourceGutterRenderers are now a GtkWidget allowing more interesting
  features to be implemented by applications.
* Undo management was moved into GTK 4 directly and is no longer part of
  GtkSourceView.
* Syntax highlighting has moved to PCRE2 and utilizes a JIT when available.
* GtkSourceBuffer has a new "cursor-moved" signal.
* A new font "Builder Blocks" from GNOME Builder has been bundled for use
  in the GtkSourceMap.
* To speed up gutter operations, a new GtkSourceLines abstraction has been
  added which allows fewer passes across the source buffer to extract features
  for display.
* A new snippet engine based originally upon GNOME Builder's but with a
  new snippet language based on XML similar to language-specs and
  style-schemes.
* A new "Assistant" abstraction which can be used for tooltips and eventually
  hover providers.
* Updates to go.lang, cmake.lang, meson.lang, csharp.lang.
* Translation updates



Download

https://download.gnome.org/sources/gtksourceview/4.99/gtksourceview-4.99.0.tar.xz
 (1.13M)
  sha256sum: a2ae510d94a7fc3374f2f24d3f2ed9bd2bb89b1ad5605c974e2bec8d7ae951f7

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gtk+ 3.24.25

2021-02-12 Thread Matthias Clasen
News


* Settings:
 - Make cursor aspect ratio setting work

* Broadway:
 - Fix touchscreen event handling
 - Support Android / Chrome on-screen keyboard

* Windows:
 - Fix issues with Intel graphics drivers
 - Avoid UAC for gtk-update-icon-cache

* Wayland:
 - Avoid crashes with tablet input
 - Add api to support clients with subsurfaces better

* Inspector:
 - Make the inspector available in non-debug builds

* Theme:
 - Make scrollbars larger
 - Disable shadows on maximized, fullscreen and tiled windows

* Printing:
 - Support Avahi-discovered printers better

* Input:
 - Show preedit for compose sequences
 - Support long compose sequences
 - Support compose sequences producing multiple characters

* Translation updates
 Belarusian
 British English
 Catalan
 Friulian
 Galician
 Japanese
 Persian
 Serbian




Download

https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.25.tar.xz (20.4M)
  sha256sum: 87e26b111d3b8a85ff218980a56f3e814257b8dd11e5c4d9a2803b423b08297c

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-autoar 0.3.0

2021-02-12 Thread Ondrej Holy
News


* Recognize MIME type aliases of extractable archives (Hernawan Fa'iz Abdillah)
* Add extraction support for password-protected archives (Felipe Borges)
* CVE-2020-36241: Prevent extraction outside the destination dir (Ondrej Holy)



Download

https://download.gnome.org/sources/gnome-autoar/0.3/gnome-autoar-0.3.0.tar.xz 
(290K)
  sha256sum: f2c112c0120cca2bf5a82c5b0ac8cba90ce10d21fec78f50a3bc513fdd64586b

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gvfs 1.47.90

2021-02-12 Thread Ondrej Holy
News


* google: Add Shared drives folder
* google: Add Shared with me folder
* google: Improve performance for folders with large number of files
* daemon: Set filesystem::use-preview explicitly and consistently
* daemon: Unify and shorten strings for prompt dialog titles
* Translation updates



Download

https://download.gnome.org/sources/gvfs/1.47/gvfs-1.47.90.tar.xz (1.17M)
  sha256sum: 85c73b78c134738ff92a380c848e0ba04dcf376b138127a194f639d90c79b249

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


gnome-screenshot 40.beta

2021-02-12 Thread Alexander Mikhaylenko
News


- Move sound effects to gnome-shell [Brion Vibber, Jonas Dreßler]
- Focus the filename entry by default
- Remember delay for area screenshots
- Remove compulsory_for_desktop [Michael Catanzaro]
- Translation updates:
  Chinese (Taiwan), Croatian, Danish, Friulian, Hebrew, Latvian,
  Norwegian Bokmål, Portuguese



Download

https://download.gnome.org/sources/gnome-screenshot/40/gnome-screenshot-40.beta.tar.xz
 (349K)
  sha256sum: ba6865a84365dd7f570c8734f10a052c4162905a15c71653f27787a8c9e88b14

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


libhandy 1.1.90

2021-02-12 Thread Adrien Plazas
News


- Add HdyFlap, allowing to have adaptive tab bars and header bars.
- Add HdyTabBar and HdyTabView, offering a modern tab bar.
- Add HdyStatusPage, a convenient widget for welcome pages, empty state
  pages, or error pages.
- HdyAvatar:
  - Add the loadable-icon property to allow setting a GLoadableIcon as
the avatar picture.
  - Deprecate hdy_avatar_set_image_load_func() in favor of the
loadable-icon property.
  - Add hdy_avatar_draw_to_pixbuf() and
hdy_avatar_draw_to_pixbuf_async() to export the avatar as a
GdkPixbuf.
  - Take CSS sizing properties into account.
- HdyPreferencesWindow:
  - Use HdyStatusPage as the empty search result page to standardize the
page's look.
- HdyPreferencesPage:
  - Propagate the natural height of the scrolled content.
  - Make the scrolled window automatically follow the focus.
  - Implement the margins via CSS so applications can override them.
  - Make the margins adapt to the available width.
- HdyPreferencesGroup:
  - Allow navigating out of the listbox.
  - Wrap labels on words or characters, preventing long words from
breaking the UI.
  - Take CSS sizing properties into account.
  - Implement the margins via CSS so applications can override them.
  - Refine the spacing.
  - Protect against gtk_widget_show_all().
  - Fix a leak when destroying the widget.
  - Add accessibility relationships for the title.
- HdyClamp:
  - Fix measuring the widget even without a child.
  - Take CSS sizing properties into account.


Download

https://download.gnome.org/sources/libhandy/1.1/libhandy-1.1.90.tar.xz (461K)
  sha256sum: b396ac085fe16c2bddcfe74925d0210c10575ba04c4f8e1fe5db6136e025fa36

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


evolution-ews 3.38.4

2021-02-12 Thread Milan Crha
News


Bug Fixes:
I#140 - Calendar: Do not add organizer as the only attendee in Import 
(Milan Crha)
I#141 - Mail: Drop to account name hides dragged folder (Milan Crha)

Miscellaneous:
e-ews-notification: Add thread safety around get_events thread (Milan 
Crha)

Translations:
Мирослав Николић (sr)



Download

https://download.gnome.org/sources/evolution-ews/3.38/evolution-ews-3.38.4.tar.xz
 (636K)
  sha256sum: fd90bcefe4f9d46947ddacf9cd400b67df02803fe8faaeb285da22ce7f72fd98

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


evolution-data-server 3.38.4

2021-02-12 Thread Milan Crha
News


Bug Fixes:
I#293 - IMAPx: Ignore unexpected untagged LIST/LSUB responses (Milan 
Crha)
I#296 - CamelMime*: Annotate the data arrays with element-type uint8 
(Corentin Noël)
I#298 - Flatpak: Share NSS database with the system (Milan Crha)
I#299 - e_xml_is_element_name: Can fail to match a namespaced node 
(Milan Crha)
I#300 - Camel: Conversion between UTF-8 and UTF-7 misbehaves for emoji 
(Milan Crha)

Miscellaneous:
alarm-notify: Stop using g_application_register() (Milan Crha)
alarm-notify: The XDG_CURRENT_DESKTOP env is a list (Sebastien Bacher)
CamelFolder: Cancel save of the changes early in the dispose() (Milan 
Crha)
AlarmNotify: The e_alarm_notify_activate() can be called multiple times 
(Milan Crha)

Translations:
Мирослав Николић (sr)



Download

https://download.gnome.org/sources/evolution-data-server/3.38/evolution-data-server-3.38.4.tar.xz
 (4.45M)
  sha256sum: ac53f16b2d51f3e7ff8025f9ca19f4a2d4ce3841d72ae9fe2bb897dc8099d705

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


evolution 3.38.4

2021-02-12 Thread Milan Crha
News


Bug Fixes:
I#1157 - Composer: Quoted text visually changes linewrap after paste 
(Milan Crha)
I#1314 - templates: Quoted body shown incorrectly in Plain Text mode 
(Milan Crha)
I#1330 - Composer: Invalid wrapping with a space at the end of the line 
(Milan Crha)

Miscellaneous:
e-editor.js: Correct variable name in EvoEditor.InsertSignature() 
(Milan Crha)
Fix a memory leak when quoting headers for message replies (Milan Crha)

Translations:
Kjartan Maraas (nb)
Boyuan Yang (zh_CN)



Download

https://download.gnome.org/sources/evolution/3.38/evolution-3.38.4.tar.xz 
(11.6M)
  sha256sum: 341f92d24e2b44c2789b0037f1a894ff165487daa4b00b80fae3138a2e05afd4

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


evolution-mapi 3.39.2

2021-02-12 Thread Milan Crha
News


Miscellaneous:
Sync GLibTools.cmake with Evolution-Data-Server (Milan Crha)

Translations:
Jordi Mas (ca)
Мирослав Николић (sr)



Download

https://download.gnome.org/sources/evolution-mapi/3.39/evolution-mapi-3.39.2.tar.xz
 (412K)
  sha256sum: cf9c30319e70c98a84d600598aa4633d8caac1eed287ba93ded59600d12bb106

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


evolution-ews 3.39.2

2021-02-12 Thread Milan Crha
News


Bug Fixes:
I#140 - Calendar: Do not add organizer as the only attendee in Import 
(Milan Crha)
I#141 - Mail: Drop to account name hides dragged folder (Milan Crha)

Miscellaneous:
Sync GLibTools.cmake with Evolution-Data-Server (Milan Crha)
e-ews-notification: Add thread safety around get_events thread (Milan 
Crha)

Translations:
Jordi Mas (ca)
Anders Jonsson (sv)
Мирослав Николић (sr)



Download

https://download.gnome.org/sources/evolution-ews/3.39/evolution-ews-3.39.2.tar.xz
 (648K)
  sha256sum: 6407763c531d2b075cab2aa061132e9040e0ebf91f7fbb987552454fcf455680

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


evolution-data-server 3.39.2

2021-02-12 Thread Milan Crha
News


Bug Fixes:
I#196 - Use default OAuth2 services on scratch sources (Milan Crha)
I#283 - CamelNetworkSettings: Unset default value for the 'user' 
property (Milan Crha)
I#288 - Adapt to libgweather 40.alpha API changes (Milan Crha)
I#293 - IMAPx: Ignore unexpected untagged LIST/LSUB responses (Milan 
Crha)
I#295 - Calendar: Use ACKNOWLEDGED VALARM property (Milan Crha)
I#296 - CamelMime*: Annotate the data arrays with element-type uint8 
(Corentin Noël)
I#297 - CalDAV: Support calendar-order property (Milan Crha)
I#298 - Flatpak: Share NSS database with the system (Milan Crha)
I#299 - e_xml_is_element_name: Can fail to match a namespaced node 
(Milan Crha)
I#300 - Camel: Conversion between UTF-8 and UTF-7 misbehaves for emoji 
(Milan Crha)
M!49 - vala: Make webdav_discover_sources E.Source methods ][ (Corentin 
Noël)
M!64 - Fix variable reference in 
e_source_mail_identity_set_signature_uid docs (Michael McClurg)
M!65 - Correct typos in a/an (Дилян Палаузов)

Miscellaneous:
camel-debug: Cache symbol resolution to speed up backtrace demangle 
(Milan Crha)
Fix variable type to calls of g_once_init_enter() (Milan Crha)
Fix some compiler warnings (Milan Crha)
alarm-notify: Stop using g_application_register() (Milan Crha)
Remove OnlyShowIn from org.gnome.Evolution-alarm-notify.desktop (Milan 
Crha)
alarm-notify: Guard new glib symbol usage by a version check (Milan 
Crha)
alarm-notify: The XDG_CURRENT_DESKTOP env is a list (Sebastien Bacher)
CamelFolder: Cancel save of the changes early in the dispose() (Milan 
Crha)
AlarmNotify: The e_alarm_notify_activate() can be called multiple times 
(Milan Crha)
Correct few typos in the developer comments (Milan Crha)

Translations:
Daniel Mustieles (es)
Marek Černocký (cs)
Balázs Meskó (hu)
Fabio Tomat (fur)
Мирослав Николић (sr)
Fran Dieguez (gl)
Matej Urbančič (sl)
Rafael Fontenelle (pt_BR)
Marek Černocký (cs)
Kukuh Syafaat (id)
Emin Tufan Çetin (tr)
Luna Jernberg (sv)



Download

https://download.gnome.org/sources/evolution-data-server/3.39/evolution-data-server-3.39.2.tar.xz
 (4.46M)
  sha256sum: ef805b2f16785e0981430b76e7c28ea7617a725b9d1f9cb258e30ac4156598e6

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list


evolution 3.39.2

2021-02-12 Thread Milan Crha
News


Bug Fixes:
I#262 - Calendar: Ability to change RSVP response (Milan Crha)
I#992 - CompEditor: Allow editing meetings if not owner (Milan Crha)
I#1157 - Composer: Quoted text visually changes linewrap after paste 
(Milan Crha)
I#1269 - Composer: Paste plain text as Preformatted (Milan Crha)
I#1311 - templates: Prefer message body selection as Reply does (Milan 
Crha)
I#1314 - templates: Quoted body shown incorrectly in Plain Text mode 
(Milan Crha)
I#1317 - HTMLEditor: Add "Preserve ratio" into image properties dialog 
(Milan Crha)
I#1319 - Address book: Provide feedback when searching in the List View 
(Milan Crha)
I#1320 - Adapt to libgweather 40.alpha API changes (Milan Crha)
I#1328 - Calendar: Event tooltip can be misplaced (Milan Crha)
I#1330 - Composer: Invalid wrapping with a space at the end of the line 
(Milan Crha)
I#1336 - Calendar: Preserve time when creating events with double-click 
(Milan Crha)
eds-I#297 - CalDAV: Support calendar-order property (Milan Crha)
eds-I#298 - Flatpak: Share NSS database with the system (Milan Crha)
M!75 - The XDG_CURRENT_DESKTOP env is a list (Sebastien Bacher)
M!76 - Correct typos in a/an (Дилян Палаузов)

Miscellaneous:
Sync GLibTools.cmake with Evolution-Data-Server (Milan Crha)
e-editor.js: Correct variable name in EvoEditor.InsertSignature() 
(Milan Crha)
Fix a memory leak when quoting headers for message replies (Milan Crha)
EMailConfigAssistant: Prefill user name for the new accounts (Milan 
Crha)
message-list: Remove unneeded code (Milan Crha)
Composer: Add an option to prefer PRE on paste of a plain text (Milan 
Crha)
EAddressbookView: Call e_table_set_info_message() only on ETable (Milan 
Crha)
ESourceSelector: Update GtkTreeStore values only if changed (Milan Crha)
Fix invalid cast in e_calendar_item_get_date_for_cell() (Milan Crha)
Flatpak: Enable smart card support in the Flatpak manifests (Milan Crha)
Add an alternative shortcut to show the WebKit inspector (Milan Crha)
action_event_popup_rsvp_response_cb: Always initialize local variable 
(Milan Crha)
EWebDAVBrowser: Support calendar-order property (Milan Crha)
help: Describe the regex type supported in vfolder search (Andre 
Klapper)

Translations:
Hugo Carvalho (pt)
Boyuan Yang (zh_CN)
Yuri Chornoivan (uk)
Kjartan Maraas (nb)
Daniel Șerbănescu (ro)
Matej Urbančič (sl)
Daniel Mustieles (es)
Fabio Tomat (fur)
Philipp Kiemle (de)
Fran Dieguez (gl)
Rafael Fontenelle (pt_BR)
Florentina Mușat (ro)
Anders Jonsson (sv)
Andika Triwidada (id)



Download

https://download.gnome.org/sources/evolution/3.39/evolution-3.39.2.tar.xz 
(11.6M)
  sha256sum: 0f20d3e6d2f38e2efc03545d56e3979070a9590b7cca201eed5c1a5a60cef02d

___
ftp-release-list mailing list
ftp-release-list@gnome.org
https://mail.gnome.org/mailman/listinfo/ftp-release-list