<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/po, branch lr/python3</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>cli: add helper methods for implementing NmcMetaGenericInfo's get_fcn()</title>
<updated>2018-05-14T15:53:03+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2018-04-27T09:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=5975e4a39e81fab9a23db4adc74d531097ac5a41'/>
<id>5975e4a39e81fab9a23db4adc74d531097ac5a41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>po: updated Russian (ru) translation (bgo #794738)</title>
<updated>2018-04-27T11:33:58+00:00</updated>
<author>
<name>Stas Solovey</name>
<email>whats_up@tut.by</email>
</author>
<published>2018-03-27T17:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=416b2c020bdb2133d0aeda1e6f3c32994869e024'/>
<id>416b2c020bdb2133d0aeda1e6f3c32994869e024</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=794738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=794738
</pre>
</div>
</content>
</entry>
<entry>
<title>libnm/keyfile: merge keyfile sources (pt2, merge nm-keyfile-writer.c)</title>
<updated>2018-04-19T07:36:41+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2018-04-13T20:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=21f6058cfee6e1eee94b770bf78b690054b2928a'/>
<id>21f6058cfee6e1eee94b770bf78b690054b2928a</id>
<content type='text'>
Splitting keyfile handling in two "reader.c" and "writer.c" files
is not helpful. What is most interesting, is to see how property XYZ
is serialized to keyfile, and to verify that the parser does the
inverse. For that, it's easier if both the write_xzy() and parse_xyz()
function are beside each other, and not split accross files.

The more important reason is, that both reader and writer have their
separate handler arrays, for special handling of certain properties:
@key_parsers and @key_writers. These two should not be separate but will
be merged. Since they reference static functions, these functions must
all be in the same source file (unless, we put them into headers, which
would be unnecessary complex).

No code was changed, only moved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Splitting keyfile handling in two "reader.c" and "writer.c" files
is not helpful. What is most interesting, is to see how property XYZ
is serialized to keyfile, and to verify that the parser does the
inverse. For that, it's easier if both the write_xzy() and parse_xyz()
function are beside each other, and not split accross files.

The more important reason is, that both reader and writer have their
separate handler arrays, for special handling of certain properties:
@key_parsers and @key_writers. These two should not be separate but will
be merged. Since they reference static functions, these functions must
all be in the same source file (unless, we put them into headers, which
would be unnecessary complex).

No code was changed, only moved.
</pre>
</div>
</content>
</entry>
<entry>
<title>libnm/keyfile: merge keyfile sources (pt1, rename nm-keyfile-reader.c)</title>
<updated>2018-04-19T07:36:41+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2018-04-13T20:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=f99dc6b936eeb352c0a79a3d7208753eba8e7695'/>
<id>f99dc6b936eeb352c0a79a3d7208753eba8e7695</id>
<content type='text'>
I am going to merge the files for keyfile handling in libnm-core.
There is a reason for that, I'll tell you next.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I am going to merge the files for keyfile handling in libnm-core.
There is a reason for that, I'll tell you next.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: unify spelling of translators hint in source code</title>
<updated>2018-04-13T08:00:09+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2017-12-27T13:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=684bf311502a0579d841bb55137f42368ae0cc6b'/>
<id>684bf311502a0579d841bb55137f42368ae0cc6b</id>
<content type='text'>
Use the same form everywhere: "TRANSLATORS" instead of "Translators".
The manual also seems to prefer the upper-case form [1].

  $ sed 's/\&lt;Translators\&gt;: /TRANSLATORS: /g' $(git grep -l Translators) -i

[1] https://www.gnu.org/software/gettext/manual/gettext.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the same form everywhere: "TRANSLATORS" instead of "Translators".
The manual also seems to prefer the upper-case form [1].

  $ sed 's/\&lt;Translators\&gt;: /TRANSLATORS: /g' $(git grep -l Translators) -i

[1] https://www.gnu.org/software/gettext/manual/gettext.html
</pre>
</div>
</content>
</entry>
<entry>
<title>po: update Czech translation</title>
<updated>2018-03-30T20:01:50+00:00</updated>
<author>
<name>AsciiWolf</name>
<email>mail@asciiwolf.com</email>
</author>
<published>2018-03-29T15:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=ddc2c5f215d2d817329aabe776551eae87c293ab'/>
<id>ddc2c5f215d2d817329aabe776551eae87c293ab</id>
<content type='text'>
https://github.com/NetworkManager/NetworkManager/pull/84
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/NetworkManager/NetworkManager/pull/84
</pre>
</div>
</content>
</entry>
<entry>
<title>po: update Ukrainian (uk) translation (bgo#794443)</title>
<updated>2018-03-19T15:17:51+00:00</updated>
<author>
<name>Yuri Chornoivan</name>
<email>yurchor@ukr.net</email>
</author>
<published>2018-03-18T10:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=64cb0f5cfb580f614599c9b1ee8c8b3d3a3cb4c3'/>
<id>64cb0f5cfb580f614599c9b1ee8c8b3d3a3cb4c3</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=794443
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=794443
</pre>
</div>
</content>
</entry>
<entry>
<title>po: updated Russian (ru) translation (bgo #794338)</title>
<updated>2018-03-15T07:28:17+00:00</updated>
<author>
<name>Stas Solovey</name>
<email>whats_up@tut.by</email>
</author>
<published>2018-03-14T20:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=371af1f8b9f12b4a56bb63ee477470003f53d251'/>
<id>371af1f8b9f12b4a56bb63ee477470003f53d251</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=794338
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=794338
</pre>
</div>
</content>
</entry>
<entry>
<title>po: updated Indonesian translation (bgo #794103)</title>
<updated>2018-03-07T23:29:13+00:00</updated>
<author>
<name>Andika Triwidada</name>
<email>andika@gmail.com</email>
</author>
<published>2018-03-07T23:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=e3214f8d955ce0c5fef953d1e7a3f7860bb7d087'/>
<id>e3214f8d955ce0c5fef953d1e7a3f7860bb7d087</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=794103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=794103
</pre>
</div>
</content>
</entry>
<entry>
<title>po: drop Changelog file</title>
<updated>2018-02-07T12:32:01+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2018-02-02T10:23:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=49985a890fee419833913adc30fb5755a0823fe9'/>
<id>49985a890fee419833913adc30fb5755a0823fe9</id>
<content type='text'>
The file is badly outdated and obviously unused. Replace the existing entries
with a comment where to find the outdated changelog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The file is badly outdated and obviously unused. Replace the existing entries
with a comment where to find the outdated changelog.
</pre>
</div>
</content>
</entry>
</feed>
