<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/StatusPlugins, branch v0.95.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>Year 2015 version update</title>
<updated>2014-12-31T22:00:02+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2014-12-31T22:00:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=813851def848b52b92f59c379706ada6bebceba9'/>
<id>813851def848b52b92f59c379706ada6bebceba9</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 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@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>- MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts;</title>
<updated>2014-12-21T17:52:29+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2014-12-21T17:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=11354effc08a8d1b1b0fc95b5c473256f33c8ec3'/>
<id>11354effc08a8d1b1b0fc95b5c473256f33c8ec3</id>
<content type='text'>
- calls of MS_PROTO_ISPROTOCOLLOADED replaced with ProtoGetAccount() wherever possible

git-svn-id: http://svn.miranda-ng.org/main/trunk@11558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- calls of MS_PROTO_ISPROTOCOLLOADED replaced with ProtoGetAccount() wherever possible

git-svn-id: http://svn.miranda-ng.org/main/trunk@11558 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>KeepStatus: changed warning lavel to w4</title>
<updated>2014-12-16T17:06:59+00:00</updated>
<author>
<name>Kirill Volinsky</name>
<email>mataes2007@gmail.com</email>
</author>
<published>2014-12-16T17:06:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=ae6a10ba2621f5dbd9f50ab36d819a8cd160d741'/>
<id>ae6a10ba2621f5dbd9f50ab36d819a8cd160d741</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11470 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@11470 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendMessage(... WM_GETTEXT ...) -&gt; GetWindowText(...)</title>
<updated>2014-12-14T04:23:01+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-14T04:23:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=850259c4eab1a77d973af51cd3bd62fbbd09f591'/>
<id>850259c4eab1a77d973af51cd3bd62fbbd09f591</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11389 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@11389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendDlgItemMessage(...BM_SETCHECK ...) -&gt; CheckDlgButton(...)</title>
<updated>2014-12-14T03:42:51+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-14T03:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=fe0465b11a317db5408d897484caedc3a5f10c47'/>
<id>fe0465b11a317db5408d897484caedc3a5f10c47</id>
<content type='text'>
SendDlgItemMessage(...BM_GETCHECK ...) -&gt; IsDlgButtonChecked(...)
constants fix for CheckDlgButton()



git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SendDlgItemMessage(...BM_GETCHECK ...) -&gt; IsDlgButtonChecked(...)
constants fix for CheckDlgButton()



git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>SendMessage(GetDlgItem -&gt; SendDlgItemMessage</title>
<updated>2014-12-13T21:56:47+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-13T21:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=86ecbad7907401648a49139d196559a2d27ec53a'/>
<id>86ecbad7907401648a49139d196559a2d27ec53a</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11383 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@11383 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>MoveMemory -&gt; memmove</title>
<updated>2014-12-13T10:52:12+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-13T10:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=5a19f89d6c8eb148e6bb7b450f702b666f685ed1'/>
<id>5a19f89d6c8eb148e6bb7b450f702b666f685ed1</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11365 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@11365 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>CopyMemory -&gt; memcpy</title>
<updated>2014-12-13T09:25:14+00:00</updated>
<author>
<name>Rozhuk Ivan</name>
<email>rozhuk.im@gmail.com</email>
</author>
<published>2014-12-13T09:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=b5b57169c2833b9e70cc4cff7cae127c11f02683'/>
<id>b5b57169c2833b9e70cc4cff7cae127c11f02683</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11363 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@11363 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>correct usage of _tcsncat</title>
<updated>2014-12-03T20:34:33+00:00</updated>
<author>
<name>Tobias Weimer</name>
<email>wishmaster51@googlemail.com</email>
</author>
<published>2014-12-03T20:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d4bf2a6fb3c2d057f646d8db423e20fd5892996b'/>
<id>d4bf2a6fb3c2d057f646d8db423e20fd5892996b</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11232 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@11232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>StartupStatus:</title>
<updated>2014-12-03T20:13:16+00:00</updated>
<author>
<name>Tobias Weimer</name>
<email>wishmaster51@googlemail.com</email>
</author>
<published>2014-12-03T20:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=ded52cbaac5508abfdce74ade83351d4efbaddd2'/>
<id>ded52cbaac5508abfdce74ade83351d4efbaddd2</id>
<content type='text'>
-code cleanup
-minor bugfix


git-svn-id: http://svn.miranda-ng.org/main/trunk@11230 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-code cleanup
-minor bugfix


git-svn-id: http://svn.miranda-ng.org/main/trunk@11230 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
