<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-calc/src, branch v1.22.1</title>
<subtitle>Calculator for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/'/>
<entry>
<title>currency-manager: Update name_map in load_imf_rates</title>
<updated>2019-04-29T15:01:10+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-04-29T11:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=58d1529002f45fa59c890a4f2b266acf6a302eaf'/>
<id>58d1529002f45fa59c890a4f2b266acf6a302eaf</id>
<content type='text'>
Fixes #103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #103
</pre>
</div>
</content>
</entry>
<entry>
<title>display small numbers in scientific notation</title>
<updated>2019-04-29T14:59:27+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2019-04-23T18:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=79e6f583f1736fc5669028e361752ac783832e41'/>
<id>79e6f583f1736fc5669028e361752ac783832e41</id>
<content type='text'>
in number format: automatic
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in number format: automatic
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "fixes issues 25 and 26"</title>
<updated>2019-04-29T14:58:56+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2019-04-29T14:58:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=da5c157d1458ad5361e91ffe684d2aeb154bd3b4'/>
<id>da5c157d1458ad5361e91ffe684d2aeb154bd3b4</id>
<content type='text'>
This reverts commit de580bfc5d8dfa5f734d8d152c9940a110ee65a8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit de580bfc5d8dfa5f734d8d152c9940a110ee65a8.
</pre>
</div>
</content>
</entry>
<entry>
<title>mp: Fix calculate result ln(e^(i*π))</title>
<updated>2019-04-26T13:26:29+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-04-25T18:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=1957af0ef634a426c45d777a7a1000c726c3ff71'/>
<id>1957af0ef634a426c45d777a7a1000c726c3ff71</id>
<content type='text'>
Fixes https://github.com/mate-desktop/mate-calc/issues/100

based in gnome-calculator commit:
https://gitlab.gnome.org/GNOME/gnome-calculator/commit/6eb0f2b5e6df456a97a796b35d811376a69679e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/mate-desktop/mate-calc/issues/100

based in gnome-calculator commit:
https://gitlab.gnome.org/GNOME/gnome-calculator/commit/6eb0f2b5e6df456a97a796b35d811376a69679e0
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes issues 25 and 26</title>
<updated>2019-04-24T19:26:45+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2019-04-23T18:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=de580bfc5d8dfa5f734d8d152c9940a110ee65a8'/>
<id>de580bfc5d8dfa5f734d8d152c9940a110ee65a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mate-calc: Fix memory leak</title>
<updated>2019-04-23T12:37:40+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-04-19T02:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=e41acdb5cade8c0d8855dcfe583c3edd31b9b9bf'/>
<id>e41acdb5cade8c0d8855dcfe583c3edd31b9b9bf</id>
<content type='text'>
'g_path_get_basename' needs to be freed

Fix memory leak detected by valgrind:

valgrind --leak-check=full mate-calc

==17452== 10 bytes in 1 blocks are definitely lost in loss record 501 of 10,243
==17452==    at 0x483577F: malloc (vg_replace_malloc.c:299)
==17452==    by 0x5657900: g_malloc (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3)
==17452==    by 0x563E84A: g_path_get_basename (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3)
==17452==    by 0x11A9E3: main (in /usr/bin/mate-calc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'g_path_get_basename' needs to be freed

Fix memory leak detected by valgrind:

valgrind --leak-check=full mate-calc

==17452== 10 bytes in 1 blocks are definitely lost in loss record 501 of 10,243
==17452==    at 0x483577F: malloc (vg_replace_malloc.c:299)
==17452==    by 0x5657900: g_malloc (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3)
==17452==    by 0x563E84A: g_path_get_basename (in /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.3)
==17452==    by 0x11A9E3: main (in /usr/bin/mate-calc)
</pre>
</div>
</content>
</entry>
<entry>
<title>i18n about dialog</title>
<updated>2019-03-23T10:36:48+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-03-19T16:52:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=0ee4bf0a603ee95b2fe072f22514ee29c993d64c'/>
<id>0ee4bf0a603ee95b2fe072f22514ee29c993d64c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>math-window: update copyright year to 2019</title>
<updated>2019-02-17T11:58:32+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-02-17T11:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=98f0b9baa996433706f713c5b0547ddfb5277d7e'/>
<id>98f0b9baa996433706f713c5b0547ddfb5277d7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>math-display: avoid deprecated 'gtk_widget_modify_bg'</title>
<updated>2019-01-30T20:55:25+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-01-30T15:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=187a975d0677111d27ba3c0045e2eaa7b9325e02'/>
<id>187a975d0677111d27ba3c0045e2eaa7b9325e02</id>
<content type='text'>
based in the gnome-calculator commit:
https://gitlab.gnome.org/GNOME/gnome-calculator/commit/a6e6a1d94a36950df8776e38218fe349a9818ae5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based in the gnome-calculator commit:
https://gitlab.gnome.org/GNOME/gnome-calculator/commit/a6e6a1d94a36950df8776e38218fe349a9818ae5
</pre>
</div>
</content>
</entry>
<entry>
<title>currency-manager: avoid deprecated 'g_type_class_add_private'</title>
<updated>2019-01-30T19:18:56+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-01-29T18:52:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=bba427d88909fab793ad95189f7fb1341acdf699'/>
<id>bba427d88909fab793ad95189f7fb1341acdf699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
