<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git, branch v4.2.91</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.2.91</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.2.91'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-12-09T02:49:01Z</updated>
<entry>
<title>Preparing for 4.2.91 aka 4.3 RC</title>
<updated>2014-12-09T02:49:01Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-09T02:49:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bae5e7cb172db5844d97bc60327ca87d12890375'/>
<id>urn:sha1:bae5e7cb172db5844d97bc60327ca87d12890375</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Another update of strings and translations</title>
<updated>2014-12-08T21:35:50Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-08T21:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2802202aae142de5e118fcde0956ee4b5cf547a0'/>
<id>urn:sha1:2802202aae142de5e118fcde0956ee4b5cf547a0</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Mark new string for translation</title>
<updated>2014-12-08T21:30:08Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-08T21:09:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b92a10ea9861797d7fcfc02472af0963e6eab270'/>
<id>urn:sha1:b92a10ea9861797d7fcfc02472af0963e6eab270</id>
<content type='text'>
This needs to be the same string as used for the entry in the Import
dialog... since translate() is a macro in this .c file and defined to have
only two arguments, I'm using the NOOP3 macro to get this correctly added
to the translation sources, including the comment. That makes the code a
little odd, but seems to work.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix symbolic links for user manual</title>
<updated>2014-12-08T20:34:36Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-12-08T18:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b8511467b34c1a77aad1d28c36d833f869196e15'/>
<id>urn:sha1:b8511467b34c1a77aad1d28c36d833f869196e15</id>
<content type='text'>
Let's use implicit anchor for the Appendix A. This will get rid of
compilation error when trying to create PDF version of the user manual.
(Otherwise all the other links to Appendix A would have to be updated.)

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Don't ignore when we can't parse a file</title>
<updated>2014-12-08T19:28:23Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-08T19:26:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d9be07670c2a7e3d54b6defb5ce5334b41ae1d90'/>
<id>urn:sha1:d9be07670c2a7e3d54b6defb5ce5334b41ae1d90</id>
<content type='text'>
We are quite inconsistent when it comes to reporting back errors.
One case where this caused somewhat unexpected behavior was when the
user would try to open a .csv file by passing it as command line
argument. The file was silently ignored, but treated as if it had been
opened successfully.

Now we issue a somewhat reasonable error message.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Latest translations</title>
<updated>2014-12-08T18:41:31Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-12-08T18:41:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=77664e715026c8c587b6a9c60b774ea31d5e75d5'/>
<id>urn:sha1:77664e715026c8c587b6a9c60b774ea31d5e75d5</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fix a crash on CSV import</title>
<updated>2014-12-08T16:49:12Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-12-07T19:36:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5831af3fe22f2143d34421d0918bd1140b93b599'/>
<id>urn:sha1:5831af3fe22f2143d34421d0918bd1140b93b599</id>
<content type='text'>
Seems that there was not enough space reserved for the whole mem buffer
when adding XML tags around CSV file. When unlucky, the metadata of
memory allocation was overwritten.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>main.cpp: rework the libgit2 version check</title>
<updated>2014-12-08T16:47:45Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2014-12-07T19:14:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=19c75b878cbe0070c56dfa277ba3f9026b9d41b9'/>
<id>urn:sha1:19c75b878cbe0070c56dfa277ba3f9026b9d41b9</id>
<content type='text'>
Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Unify spelling of DivingLog on user manual</title>
<updated>2014-12-08T16:41:39Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-12-08T16:37:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=dd135d0e6c6358d33f1a743acc84cec6041033cc'/>
<id>urn:sha1:dd135d0e6c6358d33f1a743acc84cec6041033cc</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Typo fixes on user manual</title>
<updated>2014-12-08T16:41:27Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2014-12-08T16:37:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3a704fc93bbd6519f0e69cdf05a74d188452238e'/>
<id>urn:sha1:3a704fc93bbd6519f0e69cdf05a74d188452238e</id>
<content type='text'>
Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
