<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-calc/src, branch 1.6</title>
<subtitle>Calculator for MATE</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/'/>
<entry>
<title>Fixed typo in help_cb</title>
<updated>2013-12-17T12:56:14+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2013-11-27T19:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=0712ac76d688d9cb0cadedbf587031b8ac6dc8b2'/>
<id>0712ac76d688d9cb0cadedbf587031b8ac6dc8b2</id>
<content type='text'>
closes #21
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #21
</pre>
</div>
</content>
</entry>
<entry>
<title>Make numpad period work without numlock on.</title>
<updated>2013-12-17T12:56:04+00:00</updated>
<author>
<name>Reid Wiggins</name>
<email>reid@rwiggins.net</email>
</author>
<published>2013-11-21T23:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=e82b8d60687b71544dc703a9e981509ac0824eee'/>
<id>e82b8d60687b71544dc703a9e981509ac0824eee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set window icon name</title>
<updated>2013-08-06T20:30:07+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-05-30T09:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=daf22c19d499e07b02de9649f26adc4047aeca4d'/>
<id>daf22c19d499e07b02de9649f26adc4047aeca4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tooltip mentioning keys to shift buttons again.</title>
<updated>2013-04-18T18:31:43+00:00</updated>
<author>
<name>Stefan Tauner</name>
<email>stefan.tauner@gmx.at</email>
</author>
<published>2013-04-18T18:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=e6ad2e33f7a62324b73bcda79c072090a532a030'/>
<id>e6ad2e33f7a62324b73bcda79c072090a532a030</id>
<content type='text'>
Also, change them in all translations with the help of find and sed.
I am not entirely sure if this is correct for RTL languages like arabic,
but it does look similar to the other tooltips :)

Commands used:
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Left"\n\(.*\)"/msgid "Shift Left [&lt;&lt;]"\n\1 [&lt;&lt;]"/g}'
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Right"\n\(.*\)"/msgid "Shift Right [&gt;&gt;]"\n\1 [&gt;&gt;]"/g}'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, change them in all translations with the help of find and sed.
I am not entirely sure if this is correct for RTL languages like arabic,
but it does look similar to the other tooltips :)

Commands used:
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Left"\n\(.*\)"/msgid "Shift Left [&lt;&lt;]"\n\1 [&lt;&lt;]"/g}'
find . -name "*.po" -print | xargs sed -i '{N
s/msgid "Shift Right"\n\(.*\)"/msgid "Shift Right [&gt;&gt;]"\n\1 [&gt;&gt;]"/g}'
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in previous Perberos commit</title>
<updated>2013-04-02T14:50:42+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2013-04-02T14:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=1807e468fe1f30231248b41cee709d918ae91c73'/>
<id>1807e468fe1f30231248b41cee709d918ae91c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for warning: ‘gtk_vbox_new’ is deprecated on gtk3</title>
<updated>2013-04-01T21:56:44+00:00</updated>
<author>
<name>Perberos</name>
<email>perberos@gmail.com</email>
</author>
<published>2013-04-01T21:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=379c86ba3ee14731f90fd4bf602e18a2d90c1e5d'/>
<id>379c86ba3ee14731f90fd4bf602e18a2d90c1e5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>src/Makefile.am:6: warning: INCLUDES is the old name for AM_CPPFLAGS (or *_CPPFLAGS)</title>
<updated>2013-04-01T21:41:10+00:00</updated>
<author>
<name>Perberos</name>
<email>perberos@gmail.com</email>
</author>
<published>2013-04-01T21:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=1d287cbb0b3591a3d09fd6ac230d13e344cb3d93'/>
<id>1d287cbb0b3591a3d09fd6ac230d13e344cb3d93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GDK_* to GDK_KEY_* hack</title>
<updated>2013-04-01T21:24:58+00:00</updated>
<author>
<name>Perberos</name>
<email>perberos@gmail.com</email>
</author>
<published>2013-04-01T21:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=21ffe3cbc4250a14dc14c0d487f50d0a4fcd1543'/>
<id>21ffe3cbc4250a14dc14c0d487f50d0a4fcd1543</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support glib 2.30</title>
<updated>2012-12-02T22:20:33+00:00</updated>
<author>
<name>Ma Xiaojun</name>
<email>damage3025@gmail.com</email>
</author>
<published>2012-12-02T22:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=5b6a865f19c91dc499c079578266c01a3f28a981'/>
<id>5b6a865f19c91dc499c079578266c01a3f28a981</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reapply shift fix from 7155e47</title>
<updated>2012-11-25T01:54:47+00:00</updated>
<author>
<name>Steve Zesch</name>
<email>stevezesch2@gmail.com</email>
</author>
<published>2012-11-25T01:54:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-calc/commit/?id=4531aea8ae8b2253218e0c6734618823003d2408'/>
<id>4531aea8ae8b2253218e0c6734618823003d2408</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
