<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-calc/src, branch v1.22.2</title>
<subtitle>Calculator for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/'/>
<entry>
<title>parserfunc: Return NULL on NOT operation overflow</title>
<updated>2019-09-12T15:01:02+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2019-07-09T00:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=6c5536ff04afb76002b89c855719bd56e61f0176'/>
<id>6c5536ff04afb76002b89c855719bd56e61f0176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mp-serializer: fix scientific presentation of complex numbers</title>
<updated>2019-06-03T14:33:26+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2019-05-25T21:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=1caf4cda6edf9df4903045c9616abe80e7dc6373'/>
<id>1caf4cda6edf9df4903045c9616abe80e7dc6373</id>
<content type='text'>
So that z = re(z) + im(z) will be displayed with the "+" in scientific notation.
In mp_serializer_to_string: DISPLAY_FORMAT_AUTOMATIC I removed the workaround for this issue, so
big (or small) imaginary numbers will be displayed in scientific notation again
(as against fixed notation before) automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that z = re(z) + im(z) will be displayed with the "+" in scientific notation.
In mp_serializer_to_string: DISPLAY_FORMAT_AUTOMATIC I removed the workaround for this issue, so
big (or small) imaginary numbers will be displayed in scientific notation again
(as against fixed notation before) automatically.
</pre>
</div>
</content>
</entry>
<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>
</feed>
