pango 1.40.7

2017-07-17 Thread Matthias Clasen
About pango
===

Internationalized text layout and rendering library

News


- Some fixes for meson build support
- Don't change fonts for variation selectors (#781123)
- Fix some bugs in the libthai glue layer
- Pass text along when calling into cairo (#784394)


ChangeLog
=
https://download.gnome.org/sources/pango/1.40/pango-1.40.7.changes  (6.88K)

Download

https://download.gnome.org/sources/pango/1.40/pango-1.40.7.tar.xz (822K)
  sha256sum: 517645c00c4554e82c0631e836659504d3fd3699c564c633fccfdfd37574e278

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


gjs 1.49.4

2017-07-17 Thread Philip Chimento
About gjs
=

GNOME JavaScript/Spidermonkey bindings

News


- New JavaScript features! This version of GJS is based on SpiderMonkey 52, an
  upgrade from the previous ESR (Extended Support Release) of SpiderMonkey 38.
  GJS now uses the latest ESR in its engine and the plan is to upgrade again
  when SpiderMonkey 59 is released in March 2018, pending maintainer
  availability. Here are the highlights of the new JavaScript features.
  For more information, look them up on MDN or devdocs.io.

  * New language features
+ ES6 classes
+ Async functions and await operator
+ Reflect - built-in object with methods for interceptable operations

  * New syntax
+ Exponentiation operator: `**`
+ Variable-length Unicode code point escapes: `"\u{1f369}"`
+ Destructured default arguments: `function f([x, y]=[1, 2], {z: z}={z: 3})`
+ Destructured rest parameters: `function f(...[a, b, c])`
+ `new.target` allows a constructor access to the original constructor that
  was invoked
+ Unicode (u) flag for regular expressions, and corresponding RegExp.unicode
  property
+ Trailing comma in function parameter lists now allowed

  * New APIs
+ New Array, String, and TypedArray method: includes()
+ TypedArray sort(), toLocaleString(), and toString() methods, to correspond
  with regular arrays
+ New Object.getOwnPropertyDescriptors() and Object.values() methods
+ New Proxy traps: getPrototypeOf() and setPrototypeOf()
+ [Symbol.toPrimitive] property specifying how to convert an object to a
  primitive value
+ [Symbol.species] property allowing to override the default constructor
  for objects
+ [Symbol.match], [Symbol.replace], [Symbol.search], and [Symbol.split]
  properties allowing to customize matching behaviour in RegExp subclasses
+ [Symbol.hasInstance] property allowing to customize the behaviour of
  the instanceof operator for objects
+ [Symbol.toStringTag] property allowing to customize the message printed
  by Object.toString() without overriding it
+ [Symbol.isConcatSpreadable] property allowing to control the behaviour of
  an array subclass in an argument list to Array.concat()
+ [Symbol.unscopables] property allowing to control which object properties
  are lifted into the scope of a with statement
+ New Intl.getCanonicalLocales() method
+ Date.toString() and RegExp.toString() generic methods
+ Typed arrays can now be constructed from any iterable object
+ Array.toLocaleString() gained optional locales and options arguments, to
  correspond with other toLocaleString() methods

  * New behaviour
+ The "arguments" object is now iterable
+ Date.prototype, WeakMap.prototype, and WeakSet.prototype are now ordinary
  objects, not instances
+ Full ES6-compliant implementation of let keyword
+ RegExp.sticky ('y' flag) behaviour is ES6 standard, it used to be subject
  to a long-standing bug in Firefox
+ RegExp constructor with RegExp first argument and flags no longer throws
  an exception (`new RegExp(/ab+c/, 'i')` works now)
+ Generators are no longer constructible, as per ES6 (`function* f {}`
  followed by `new f` will not work)
+ It is now required to construct ArrayBuffer, TypedArray, Map, Set, and
  WeakMap with the new operator
+ Block-level functions (e.g. `{ function foo() {} }`) are now allowed in
  strict mode; they are scoped to their block
+ The options.timeZone argument to Date.toLocaleDateString(),
  Date.toLocaleString(), Date.toLocaleTimeString(), and the constructor of
  Intl.DateTimeFormat now understands IANA time zone names (such as
  "America/Vancouver")

  * Backwards-incompatible changes
+ Non-standard "let expressions" and "let blocks" (e.g.,
  `let (x = 5) { use(x) }`) are not supported any longer
+ Non-standard flags argument to String.match(), String.replace(), and
  String.search() (e.g. `str.replace('foo', 'bar', 'g')`) is now ignored
+ Non-standard WeakSet.clear() method has been removed
+ Variables declared with let and const are now 'global lexical bindings',
  as per the ES6 standard, meaning that they will not be exported in
  modules. We are maintaining the old behaviour for the time being as a
  compatibility workaround, but please change "let" or "const" to "var"
  inside your module file. A warning will remind you of this. For more
  information, read:
  
https://blog.mozilla.org/addons/2015/10/14/breaking-changes-let-const-firefox-nightly-44/

  * Experimental features (may change in future versions)
+ String.padEnd(), String.padStart() methods (proposed in ES2017)
+ Intl.DateTimeFormat.formatToParts() method (proposed in ES2017)
+ Object.entries() method (proposed in ES2017)
+ Atomics, SharedArrayBuffer, and WebAssembly are disabled by default, but
  can be enabled if you compile mozjs 

gnome-contacts 3.25.4

2017-07-17 Thread Michael Catanzaro
About gnome-contacts


GNOME Contacts is GNOME's integrated address book.

News


AppData file. As such, app stores (like GNOME Software)
can show release notes to users.

Human-readable textual output (similar to this file)
can easily be generated with the following command:

$ appstream-util appdata-to-news data/org.gnome.Contacts.appdata.xml


==


ChangeLog
=
https://download.gnome.org/sources/gnome-contacts/3.25/gnome-contacts-3.25.4.changes
  (8.66K)

Download

https://download.gnome.org/sources/gnome-contacts/3.25/gnome-contacts-3.25.4.tar.xz
 (1015K)
  sha256sum: 8dc1a2e83094ff5b24be2b9992860d64e52d14749ae0b73b3f42f8cd92f22bf7

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


nautilus 3.24.2.1

2017-07-17 Thread Carlos Soriano
About Nautilus
==

Default file manager for GNOME

News


* Release with autotools



Download

https://download.gnome.org/sources/nautilus/3.24/nautilus-3.24.2.1.tar.xz 
(4.91M)
  sha256sum: 357d9d051fcc2c385ce9b3beb2db2ea1874b7cdf507ca10274a063023e1a61b3

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


glib 2.53.4

2017-07-17 Thread Matthias Clasen
About GLib
==

GLib is the low-level core library that forms the basis for projects
such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality as
an event loop, threads, dynamic loading, and an object system.

News


* Unicode support has been updated to Unicode 10.0.0

* glib-genmarshal and glib-mkenums have been rewritten in python.
  Every effort has been made to keep compatibility. Please report
  problems related to these tools

* GLib can now be built with meson. autotools are still supported

* Bugs fixed:
 722047 drop makefile.msc?
 733821 g_strerror() uses strerror(3) instead of strerror_r(3)
 773842 g_utf8_find_next_char() won't signal the end of a NUL-terminated string
 779332 Rewrite mkenums in Python
 780095 g_utf8_get_char_validated() stopping at nul byte even for length 
specified...
 780634 Remove remaining old codepage ABI comapt code
 783841 test_GDateTime_new_from_timeval_overflow fails on 32 bit systems
 784000 Improve strerror_r() detection
 784020 GKeyFile – Add array length annotations to to_data(), get_keys() and 
get_g...
 784037 gio: Mention the ALL_METADATA flag in g_file_copy()
 784433 gdbus-codegen with variant type parameters result in nested variant
 784456 Update to Unicode 10.0.0
 784528 Rewrite glib-genmarshal in Python
 784579 Calling g_dir_open on Missing Directory When Executable File Path 
Contains...
 784581 docs: Fix cut'n'paste error in g_resources_get_info() doc
 784739 Minor typo in configure error message
 784792 Just fixing a little typo in comments

* Translation updates:
 Hebrew



ChangeLog
=
https://download.gnome.org/sources/glib/2.53/glib-2.53.4.changes  (63.6K)

Download

https://download.gnome.org/sources/glib/2.53/glib-2.53.4.tar.xz (7.38M)
  sha256sum: f26b5565f9c1deba2d76dd5f819f9ed248dd75fcd19aa9fa6f51c5f554790679

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

nautilus 3.24.2

2017-07-17 Thread Carlos Soriano
About Nautilus
==

Default file manager for GNOME

News


* Hide desktop icons autostart in Ubuntu (Jeremy Bicha)
* Confirm file name change in dialog conflicts with return (Ernestas Kulik)
* Fix search activation not changing current directory (Alex Pandelea)
* Don't wrap names after . or _ (Jeremy Bicha)
* Fix rubberband selection when using wacom tablets (Jason Gerecke)
* Fix crash in batch renaming (Ernestas Kulik)



Download

https://download.gnome.org/sources/nautilus/3.24/nautilus-3.24.2.tar.xz (3.35M)
  sha256sum: e5b0036f6fbfaf2e9d9ddbac98e19a43f3d8b626f73d1680e979fa312845cc60

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


gnome-music 3.25.4

2017-07-17 Thread Marinus Schraal
About gnome-music
=

Music is the new GNOME music playing application.

News


* Build: depend on libtracker-sparql-2.0
* Add Flatpak manifest
* Mark forgotten string for translation

Bugs fixed:
 776668 fix minor seek stutter
 774500 refactor gnome-music.in to be more readable
 781684 playlistview artist field incorrect
 777346 allow seek using arrow keys
 781754 fix media-player-keys bus name


Download

https://download.gnome.org/sources/gnome-music/3.25/gnome-music-3.25.4.tar.xz 
(1.49M)
  sha256sum: b85792bfa1be2ac9861026e08f6c61fcd60e420b4f775e99e5de340ecd6bfc22

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


epiphany 3.25.4

2017-07-17 Thread Michael Catanzaro
About Epiphany
==

A simple web browser based on the popular WebKit rendering engine.


Download

https://download.gnome.org/sources/epiphany/3.25/epiphany-3.25.4.tar.xz (3.84M)
  sha256sum: dae2e1be3177567e0ab2d3ece56daf7747c2428823066e9e44dda0ea2cc6ce8e

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


epiphany 3.24.3

2017-07-17 Thread Michael Catanzaro
About Epiphany
==

A simple web browser based on the popular WebKit rendering engine.

News


- Fix floating status bar blocking clicks (#668493)
- Add [Shift+]Ctrl+Tab shortcuts for switching tabs (#762631)
- Fix crash when download fails (#778653)
- Restore address bar search for bookmarks tags (#781746)
- Fix notifications permissions being forgotten for web apps (#782386)
- Fix tags with no bookmarks appearing in bookmarks popover
- Fix crash if search engine settings get desynced
- Updated translations


ChangeLog
=
https://download.gnome.org/sources/epiphany/3.24/epiphany-3.24.3.changes  
(7.09K)

Download

https://download.gnome.org/sources/epiphany/3.24/epiphany-3.24.3.tar.xz (3.30M)
  sha256sum: fef51676310d9f37e18c9b2d778254232eb17cccd988c2d1ecf42c7b2963a154

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


gnome-disk-utility 3.25.4

2017-07-17 Thread Kai Lüke
About Disks
===

Disk Management Utility for GNOME

News


Mitchell Horne:
  * Enable Large File Support for Disks

Kai Lüke:
  * Update Window for Power State Changes
  * Update AppData Information

Iñigo Martínez:
  * build: Created template file for service file
  * build: Port to meson build system
  * build: Remove autotools

Updated translations:
  * Aurimas Černius (lt), Baurzhan Muftakhidinov (kk),
Daniel Mustieles (es), Dušan Kazik (sk), Fabio Tomat (fur),
Jordi Mas (ca), Kukuh Syafaat (id), Mario Blättermann (de)



Download

https://download.gnome.org/sources/gnome-disk-utility/3.25/gnome-disk-utility-3.25.4.tar.xz
 (1.54M)
  sha256sum: 40a39497f48e1ac763e36ee5909cbc54eadac83ce719e41922b8f3993cee7c39

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

gnome-internet-radio-locator 0.5.1

2017-07-17 Thread ole
About GNOME Internet Radio Locator
==

GNOME Internet Radio Locator is a Free Software program that allows
you to easily locate Free Internet Radio stations by broadcasters on
the Internet with the help of a map.  GNOME Internet Radio Locator is
developed on the GNOME 3 platform and it requires gstreamer 1.0 for
playback.  Enjoy Free Internet Radio.

News


Build

* src/gnome-internet-radio-locator-radius.c: Remove geoclue dependency
* gnome-internet-radio-locator.spec.in: Bump version


ChangeLog
=
https://download.gnome.org/sources/gnome-internet-radio-locator/0.5/gnome-internet-radio-locator-0.5.1.changes
  (2.70K)

Download

https://download.gnome.org/sources/gnome-internet-radio-locator/0.5/gnome-internet-radio-locator-0.5.1.tar.xz
 (507K)
  sha256sum: 1c1653a8dd2f1255c8065d0b86f5d38ace9d6b712d7ebc70a7832a5bca3a2de9

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


NetworkManager 1.6.4

2017-07-17 Thread Beniamino Galvani
News


Overview of changes since NetworkManager-1.6.2
==

This is a new stable release of NetworkManager.  Notable changes include:

* Start autoactivation for Wi-Fi only after the scan is complete.
* Improved parsing of dhclient configuration file.
* Fixed DNS resolution for VPNs when using systemd-resolved.
* Fixed setting 802-1x.password-raw property in nmcli.
* Fixed bug that caused the lack of a default route in some cases.
* Other bug fixes and improvements.



Download

https://download.gnome.org/sources/NetworkManager/1.6/NetworkManager-1.6.4.tar.xz
 (3.63M)
  sha256sum: d08750313a934baec65f17fb0dc3580080957b3cc9f51ebed4116c5b1fbdfe51

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


gnome-internet-radio-locator 0.5.0

2017-07-17 Thread ole
About GNOME Internet Radio Locator
==

GNOME Internet Radio Locator is a Free Software program that allows
you to easily locate Free Internet Radio stations by broadcasters on
the Internet with the help of a map.  GNOME Internet Radio Locator is
developed on the GNOME 3 platform and it requires gstreamer 1.0 for
playback.  Enjoy Free Internet Radio.

News


Artwork

* data/icons/16x16/apps/gnome-internet-radio-locator.png: New Icon
* data/icons/22x22/apps/gnome-internet-radio-locator.png: New Icon
* data/icons/24x24/apps/gnome-internet-radio-locator.png: New Icon
* data/icons/32x32/apps/gnome-internet-radio-locator.png: New Icon
* data/icons/48x48/apps/gnome-internet-radio-locator.png: New Icon
* data/icons/256x256/apps/gnome-internet-radio-locator.png: New Icon
* data/icons/512x512/apps/gnome-internet-radio-locator.png: New Icon
* data/icons/1024x1024/apps/gnome-internet-radio-locator.png: New Icon

GUI

* src/gnome-internet-radio-locator-gui.c: New Station GUI
* src/gnome-internet-radio-locator-markers.c: Marker callback
* src/gnome-internet-radio-locator-station.c: New XML parsing

License

* COPYING: Enforcing GNU General Public License version 3
* src/gnome-internet-radio-locator-station.c: GPL version 3
* src/gnome-internet-radio-locator-tz.c: GPL version 3
* src/gnome-internet-radio-locator.c: GPL version 3

Translations

* Marek Černocký (cs)


ChangeLog
=
https://download.gnome.org/sources/gnome-internet-radio-locator/0.5/gnome-internet-radio-locator-0.5.0.changes
  (1.95K)

Download

https://download.gnome.org/sources/gnome-internet-radio-locator/0.5/gnome-internet-radio-locator-0.5.0.tar.xz
 (508K)
  sha256sum: 43d823e9bb35508a92d7c7ee41347085345143fe7b5b912a79fb1b41e46ec14a

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

gnome-backgrounds 3.25.4

2017-07-17 Thread Jakub Steiner
About gnome-backgrounds
===

Default wallpapers for GNOME.

News


Version 3.25.5
===
- new build system (Florian)
- drop translations (not exposed in the UI)
- 3.26 defaults



Download

https://download.gnome.org/sources/gnome-backgrounds/3.25/gnome-backgrounds-3.25.4.tar.xz
 (18.2M)
  sha256sum: 1fc3d6fc129a58223994dcf6c3fcaf5af498fbf71d45f18bba78b3956b258145

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


NetworkManager 1.4.6

2017-07-17 Thread Beniamino Galvani
News


Overview of changes since NetworkManager-1.4.4
==

This is a new stable release of NetworkManager.  Notable changes include:

* The MTU of VLANS is inherited from parent device if not explicitly set.
* Fixed activation of generic connections.
* Fixed bug that caused the lack of a default route in some cases.
* NetworkManager now honors the global default value for
wifi.mac-address-randomization when using the ifcfg-rh plugin.
* Other fixes and improvements



Download

https://download.gnome.org/sources/NetworkManager/1.4/NetworkManager-1.4.6.tar.xz
 (3.59M)
  sha256sum: 685bc923189b3ef64067a6ec1336399a7b07bf5c71dbb2452406e432ef294995

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


gspell 1.5.3

2017-07-17 Thread Sébastien Wilmet
About gspell


gspell provides a flexible API to add spell checking to a GTK+
application.

News


* Add gspell_checker_get_enchant_dict(), the use of Enchant is now part of the
  API.
* Rename program gspell-app to gspell-app1.
* Various other small improvements.
* Translation updates.



Download

https://download.gnome.org/sources/gspell/1.5/gspell-1.5.3.tar.xz (402K)
  sha256sum: 110fd9dc4f8c06036956af4459dc922b8c735db003a9fcd8f5a86250e2093ac3

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


gnome-boxes 3.25.4

2017-07-17 Thread Felipe Borges
About GNOME Boxes
=

A simple GNOME 3 application to access remote or virtual systems

News


Changes since 3.25.3

 - Suggest 5GM RAM and 20GB of free disk in Help docs
 - Add libtracker-sparql-2.0 to build checks
 - Use GLib.uuid_string_random instead of libuuid
 - Add DBus activatable service file
 - Added/updated/fixed translations:
   - Spanish
   - Friulian
   - Hungarian
   - Belarusian
   - Polish
   - Catalan
   - Indonesian
   - Slovak

Dependencies changed:

 - Drop libuuid

All contributors to this release:

Balázs Meskó 
Carlos Garnacho 
Daniel Mustieles 
Dušan Kazik 
Fabio Tomat 
Felipe Borges 
Jordi Mas 
kerryc 
Kukuh Syafaat 
Piotr Drąg 
Yuras Shumovich 



Download

https://download.gnome.org/sources/gnome-boxes/3.25/gnome-boxes-3.25.4.tar.xz 
(1.68M)
  sha256sum: e4f60744c5ce6aba0554913e5029a61051aac2fb8542b1c38e0324e517def51b

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

evolution-ews 3.24.4

2017-07-17 Thread Milan Crha
About evolution-ews
===

MS Exchange integration for the Evolution application

News


Bug Fixes:
Bug 784332 - EXDATE missed in recurring events (Milan Crha)
Bug 784058 - Ignores Exchange backoff response (Milan Crha)
Bug 784775 - PublicDL members replaced with DL aliases in online GAL 
(Milan Crha)

Translations:
Piotr Drąg (pl)
Kukuh Syafaat (id)



Download

https://download.gnome.org/sources/evolution-ews/3.24/evolution-ews-3.24.4.tar.xz
 (477K)
  sha256sum: 39897058dacdc94e30dd79ba50da3f2f93f8c6921316f460441b8a862c4848c9

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

evolution-data-server 3.24.4

2017-07-17 Thread Milan Crha
About evolution-data-server
===

Centralized access to appointments and contacts

News


Bug Fixes:
Bug 493801 - [IMAPx] Locally cached files not deleted after message 
remove (Milan Crha)
Bug 779753 - [NNTP] Removed messages from server kept in local cache 
(Milan Crha)
Bug 784116 - Preserve header's folding misbehaves for folded boundary 
parameter (James Bottomley)
Bug 779156 - [IMAPx] Not listening for changes after resume from 
suspend ][ (Milan Crha)
Bug 782844 - Folder changes not always saved (Milan Crha)
Bug 784548 - Collection credentials used for different SMTP server 
(Milan Crha)

Miscellaneous:
Warn and set default when sendmail not found during the build (Milan 
Crha)
Correct localization of external tool (Milan Crha)

Translations:
Baurzhan Muftakhidinov (kk)
Piotr Drąg (pl)
Rafael Fontenelle (pt_BR)
Mario Blättermann (de)
Anders Jonsson (sv)
Kukuh Syafaat (id)



Download

https://download.gnome.org/sources/evolution-data-server/3.24/evolution-data-server-3.24.4.tar.xz
 (4.06M)
  sha256sum: c8527da0ffe8e81ad4192411ea4a9b99f8870e70565e187136426252c103a9d0

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

evolution-mapi 3.24.4

2017-07-17 Thread Milan Crha
About evolution-mapi


MS Exchange integration through OpenChange

News


Miscellaneous:
Messages moved on the server not deleted from local cache (Milan Crha)



Download

https://download.gnome.org/sources/evolution-mapi/3.24/evolution-mapi-3.24.4.tar.xz
 (407K)
  sha256sum: eb171ed75a4f8b67ceaf2c2c9c17ad0e57b412d1ca32894727472b57844ce12f

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


evolution 3.24.4

2017-07-17 Thread Milan Crha
About evolution
===

Manage your email, contacts and schedule

News


Bug Fixes:
Bug 783905 - Drag in Minicard view stuck (Milan Crha)
Bug 782210 - Divide message list and preview panel size proportionally 
][ (Milan Crha)
Bug 784246 - Unset encoding in text-highlight module output (Milan Crha)
Bug 780934 - Component not moved when changing calendar in editor 
(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 784664 - Avoid folding in ESourceMailIdentity::aliases property 
(Milan Crha)
Bug 784665 - Reply/Forward fails to pair account alias with recipient 
(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 784874 - Huge icons in Edit->Preferences sections column (Milan 
Crha)

Miscellaneous:
Sort accounts in identity combo box (From: combo in mail composer) 
(Milan Crha)
Cannot focus contact list editor's list name (Milan Crha)
Fix runtime warning on close from e_content_request_process() (Milan 
Crha)
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)

Translations:
Baurzhan Muftakhidinov (kk)



Download

https://download.gnome.org/sources/evolution/3.24/evolution-3.24.4.tar.xz 
(11.6M)
  sha256sum: 230acff9a20e1fdfef0b9049d04eda1af18437cbf20f1317986a6424ddc5c81a

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


retro-gtk 0.11.4

2017-07-17 Thread Adrien Plazas
About retro-gtk
===

retro-gtk is a toolkit allowing to easily write GTK+ 3 based Libretro
frontends.

News


* A demo application has been added, it allows to directly test the
  without the need of an external tool.

* Loading games:
 - Add the set_medias(), load_medias() and set_current_media() methods
   to Core and load the given medias (if any) in Core.init().
 - Remove load_game() and prepare() Core methods from the public API as
   they are now used indirectly.
 - This should simplify loading games for the users of the library.

* Logging:
 - Add the Core.log() signal which will emit a GLib compatible logging
   message with the Libretro core's name as the log domain.
 - Add retro_g_log() to simply handle Core.log() by outputing the logs
   in the expected unstructured GLib fashion.
 - Remove LogLevel, Log and FileStreamLog as they are now useless.

* Add CoreView as a prototype of a single widget to handle most inputs
  and outputs of a core and use it in the demo.

* Add CoreDescriptor.get_uri().

* Make CairoDisplay.set_core() and Make PaPlayer.set_core() accept null.

* Fix the transmission of keyboard events to the Libretro core.

* Rotation and many methods of Core are ported to C.

* Bugs fixed:
 777489 Refactor the whole API
 780919 Add a demo application
 782501 retro-gtk: Port to C
 782504 retro-gtk: Improve Libretro core logging
 782505 retro-gtk: (on_input_state): should not be reached
 782772 retro: Libretro cores should have an appropriate save directory



Download

https://download.gnome.org/sources/retro-gtk/0.11/retro-gtk-0.11.4.tar.xz (324K)
  sha256sum: eb32a74ea92ce595b08864d2636cbbea9eb95738b3a6f18b93de99309c7ee275

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