<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-calc/src, branch v1.24.0</title>
<subtitle>Calculator for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/'/>
<entry>
<title>Fix typo: 'Avogadro' instead 'Avogrado'</title>
<updated>2020-01-14T19:52:40+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2020-01-14T19:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=6ee694c389d0d6daf7108054d9b4b751571cad66'/>
<id>6ee694c389d0d6daf7108054d9b4b751571cad66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright to 2020</title>
<updated>2020-01-12T14:02:40+00:00</updated>
<author>
<name>raveit65</name>
<email>mate@raveit.de</email>
</author>
<published>2020-01-12T14:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=9a217fa75ba60fe75b0d4c0cebccc94a2f9d840d'/>
<id>9a217fa75ba60fe75b0d4c0cebccc94a2f9d840d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes precedence of functions i.e. the result of -ln(1) and add according tests</title>
<updated>2020-01-12T13:59:36+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2020-01-02T15:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=d15bf0bc9df66506e5073caefda5e7fcdc3f427a'/>
<id>d15bf0bc9df66506e5073caefda5e7fcdc3f427a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The function 'mp_mask' is never used</title>
<updated>2019-09-01T11:35:28+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-29T19:41:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=14e7c4b7cf120e696d4601f653576d7042bd8e83'/>
<id>14e7c4b7cf120e696d4601f653576d7042bd8e83</id>
<content type='text'>
 cppcheck --enable=unusedFunction .
 [src/mp-binary.c:165]: (style) The function 'mp_mask' is never used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 cppcheck --enable=unusedFunction .
 [src/mp-binary.c:165]: (style) The function 'mp_mask' is never used.
</pre>
</div>
</content>
</entry>
<entry>
<title>parserfunc: Return NULL on NOT operation overflow</title>
<updated>2019-07-13T14:15:45+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=d0a1884b2dda39ff43d4b2b18abe936a508ee5eb'/>
<id>d0a1884b2dda39ff43d4b2b18abe936a508ee5eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespaces</title>
<updated>2019-07-03T13:04:19+00:00</updated>
<author>
<name>Laurent Napias</name>
<email>tamplan@free.fr</email>
</author>
<published>2019-06-29T08:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=d7195c1d58c93398efd3567ed69558b657e7b74b'/>
<id>d7195c1d58c93398efd3567ed69558b657e7b74b</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:19:51+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=5d8846ee43d02abbfa844657e13ab555676bcff9'/>
<id>5d8846ee43d02abbfa844657e13ab555676bcff9</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>Avoid deprecated 'gtk_widget_get_style' and 'gtk_widget_modify_font'</title>
<updated>2019-05-08T13:51:00+00:00</updated>
<author>
<name>Wu Xiaotian</name>
<email>yetist@gmail.com</email>
</author>
<published>2019-05-03T07:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=cf310599ecf45b8d518987134a63d0b409960423'/>
<id>cf310599ecf45b8d518987134a63d0b409960423</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix FSF address</title>
<updated>2019-05-08T10:29:05+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-05-08T10:08:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=6cd8c5088a61c77e351c413532b64b477a90dbd1'/>
<id>6cd8c5088a61c77e351c413532b64b477a90dbd1</id>
<content type='text'>
Reported by translators
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by translators
</pre>
</div>
</content>
</entry>
<entry>
<title>test-mp-equation: add tests for physical constants</title>
<updated>2019-05-07T19:13:40+00:00</updated>
<author>
<name>mbkma</name>
<email>johannes.unruh@fau.de</email>
</author>
<published>2019-05-02T14:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=1ae401a28e2730c8fc2d6ae8e0deb553562870f4'/>
<id>1ae401a28e2730c8fc2d6ae8e0deb553562870f4</id>
<content type='text'>
It was necessary to change the test() function as well, in order to have
variable trailing_digits size. Otherwise most constants would be shown as zero.
So there is a "#define test(X, Y, Z) Test(X, Y, Z, 9)". Now test() works
with trailing_digits size 9, and Test() with a variable trailing_digit size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was necessary to change the test() function as well, in order to have
variable trailing_digits size. Otherwise most constants would be shown as zero.
So there is a "#define test(X, Y, Z) Test(X, Y, Z, 9)". Now test() works
with trailing_digits size 9, and Test() with a variable trailing_digit size.
</pre>
</div>
</content>
</entry>
</feed>
