<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/src/modules/plugins, branch v0.94.5</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>return of wrongly deleted fast hooks</title>
<updated>2013-06-26T13:33:23+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-06-26T13:33:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6c5515adb3b6e615c87b049398382ba3d044e9a9'/>
<id>6c5515adb3b6e615c87b049398382ba3d044e9a9</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@5138 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@5138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed max width of plugins list.</title>
<updated>2013-06-18T14:44:43+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2013-06-18T14:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=e278d165bb30b15b25e5fd8ff96a7985ad660826'/>
<id>e278d165bb30b15b25e5fd8ff96a7985ad660826</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@5015 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@5015 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved and iconized some MessageBoxes.</title>
<updated>2013-06-14T12:42:40+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2013-06-14T12:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=eb533fa01e57999b91cde97c676cd4afc237c8f5'/>
<id>eb533fa01e57999b91cde97c676cd4afc237c8f5</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4931 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@4931 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>StdCrypt included into the list of the standard projects</title>
<updated>2013-04-13T17:53:41+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-04-13T17:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=cc8a5af0fe73c11a751b0ec776143b8f3bc656a7'/>
<id>cc8a5af0fe73c11a751b0ec776143b8f3bc656a7</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4446 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@4446 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SRMM icons to be unloaded automatically</title>
<updated>2013-04-11T07:08:40+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-04-11T07:08:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=bd820972afe24409e6b570adbc45f5dc0fa2385d'/>
<id>bd820972afe24409e6b570adbc45f5dc0fa2385d</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4418 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@4418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: Options/Plugins gives the incorrect warning when one switches from tabSRMM to Scriver dynamically</title>
<updated>2013-03-13T21:01:14+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-03-13T21:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=02f6f556ba66dbca3bf939cf9cd3ac010a598d9e'/>
<id>02f6f556ba66dbca3bf939cf9cd3ac010a598d9e</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@4009 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@4009 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for Options/OldPluginSettings: old mode never worked, even being set in a database</title>
<updated>2013-03-06T16:23:30+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-03-06T16:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=7fc9837e1f9bbd0f0687fea96cda8dfbf4c1932b'/>
<id>7fc9837e1f9bbd0f0687fea96cda8dfbf4c1932b</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@3906 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@3906 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>new subclassing functions applied to all plugins</title>
<updated>2013-03-04T07:23:42+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2013-03-04T07:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=66cb770a982a2502456d10d73838df2b7239fd89'/>
<id>66cb770a982a2502456d10d73838df2b7239fd89</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 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@3880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
