<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/src/modules/clist, branch v0.94.4</title>
<subtitle>miranda-ng main repo mirror (manuall sync only)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/'/>
<entry>
<title>PluginUpdater API added</title>
<updated>2013-05-25T19:00:17+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-05-25T19:00:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2afcb5082acababf52116edababce9b87b034f23'/>
<id>2afcb5082acababf52116edababce9b87b034f23</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4820 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for invalid account ordering in Options -&gt; Contact List -&gt; Accounts</title>
<updated>2013-05-23T14:50:43+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-05-23T14:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d9c995acca09460e8b8533c7efdb5eddd6e61d73'/>
<id>d9c995acca09460e8b8533c7efdb5eddd6e61d73</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4810 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4810 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>some more fixes for MS_DB_CONTACT_DELETE &amp; loops</title>
<updated>2013-05-17T19:23:37+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-05-17T19:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=1d9fd398b75a5a6eca9d40db2e2abb60c96ebc7d'/>
<id>1d9fd398b75a5a6eca9d40db2e2abb60c96ebc7d</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4710 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4710 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>words of wisdom were well received</title>
<updated>2013-05-16T15:19:22+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-05-16T15:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=011137bd4d5ef75cfb832f82a0cb47b06124a022'/>
<id>011137bd4d5ef75cfb832f82a0cb47b06124a022</id>
<content type='text'>
now the shortened types are called ptrA, ptrT &amp; ptrW respectively

git-svn-id: http://svn.miranda-ng.org/main/trunk@4682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now the shortened types are called ptrA, ptrT &amp; ptrW respectively

git-svn-id: http://svn.miranda-ng.org/main/trunk@4682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>shortened typedefs for string buffers:</title>
<updated>2013-05-16T15:08:49+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-05-16T15:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2e4abd268c71f15bcf73c49a5005f128ffd8ee96'/>
<id>2e4abd268c71f15bcf73c49a5005f128ffd8ee96</id>
<content type='text'>
  MCBuf -&gt; mir_ptr&lt;char&gt;
  MTBuf -&gt; mir_ptr&lt;TCHAR&gt;
  MWBuf -&gt; mir_ptr&lt;WCHAR&gt;

git-svn-id: http://svn.miranda-ng.org/main/trunk@4680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  MCBuf -&gt; mir_ptr&lt;char&gt;
  MTBuf -&gt; mir_ptr&lt;TCHAR&gt;
  MWBuf -&gt; mir_ptr&lt;WCHAR&gt;

git-svn-id: http://svn.miranda-ng.org/main/trunk@4680 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>- the kernel filters out contacts by proto names much faster than a plugin;</title>
<updated>2013-04-09T21:40:22+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-04-09T21:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=3dc0d9b0b7c30ea2f77d74c4ce5b6ccd67bd525c'/>
<id>3dc0d9b0b7c30ea2f77d74c4ce5b6ccd67bd525c</id>
<content type='text'>
- database cycles simplified

git-svn-id: http://svn.miranda-ng.org/main/trunk@4404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- database cycles simplified

git-svn-id: http://svn.miranda-ng.org/main/trunk@4404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>- short function names allows to write database loops in one string;</title>
<updated>2013-04-09T20:03:46+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-04-09T20:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=bcb27264ba737778e5d3edad36088bacf74f0236'/>
<id>bcb27264ba737778e5d3edad36088bacf74f0236</id>
<content type='text'>
- 'continue' operator can be used then;
- multiple bugs fixed in clists;
- code becomes much more compact;

git-svn-id: http://svn.miranda-ng.org/main/trunk@4403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 'continue' operator can be used then;
- multiple bugs fixed in clists;
- code becomes much more compact;

git-svn-id: http://svn.miranda-ng.org/main/trunk@4403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>misprint</title>
<updated>2013-04-08T18:13:07+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-04-08T18:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=b97d1447fc69f57aebb24987068af752f7da7999'/>
<id>b97d1447fc69f57aebb24987068af752f7da7999</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4394 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for the undocumented MS_CLIST_RETRIEVE_INTERFACE feature</title>
<updated>2013-04-08T11:37:28+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-04-08T11:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6b05d57a1d02f233409a2e4392e22b7a3a756a8f'/>
<id>6b05d57a1d02f233409a2e4392e22b7a3a756a8f</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>end of the old database macroses</title>
<updated>2013-04-07T19:47:13+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-04-07T19:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=097c52ad9a2928422084bf76cebee58958341574'/>
<id>097c52ad9a2928422084bf76cebee58958341574</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4373 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4373 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
