<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/StatusChange, branch v0.95.7</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>Update all other files in repository to use https links for Miranda NG website</title>
<updated>2017-08-06T17:03:02+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-08-06T17:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=59519558a68a62d7d2450013f2930effe75f5d30'/>
<id>59519558a68a62d7d2450013f2930effe75f5d30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change plugin links from http:// to https://</title>
<updated>2017-08-05T21:55:32+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2017-08-05T21:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=59d34a1ab093ac8910c74016fc5135a317eb047a'/>
<id>59d34a1ab093ac8910c74016fc5135a317eb047a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>useless field DBEVENTINFO::cbSize removed</title>
<updated>2017-01-17T14:19:19+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2017-01-17T14:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=b327ed7872ca83c3a4249039ba1a3d8dd3ece630'/>
<id>b327ed7872ca83c3a4249039ba1a3d8dd3ece630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump copyright year</title>
<updated>2017-01-01T15:01:01+00:00</updated>
<author>
<name>dartraiden</name>
<email>wowemuh@gmail.com</email>
</author>
<published>2017-01-01T15:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=99b1776c0323a63631c350bf842dd00358730dd0'/>
<id>99b1776c0323a63631c350bf842dd00358730dd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- old useless helpers removed from the Options module;</title>
<updated>2016-10-28T13:18:50+00:00</updated>
<author>
<name>George Hazan</name>
<email>ghazan@miranda.im</email>
</author>
<published>2016-10-28T13:18:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=cf9de21af3073e29cb7b149fbd8427241de70729'/>
<id>cf9de21af3073e29cb7b149fbd8427241de70729</id>
<content type='text'>
- mir_app functions introduced instead of them;
- OPENOPTIONSDIALOG structure removed from m_options.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- mir_app functions introduced instead of them;
- OPENOPTIONSDIALOG structure removed from m_options.h
</pre>
</div>
</content>
</entry>
<entry>
<title>no more TCHARs</title>
<updated>2016-07-29T12:36:34+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-07-29T12:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=428bf0cbd77813a43094cb5c984436deff251936'/>
<id>428bf0cbd77813a43094cb5c984436deff251936</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 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@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>less TCHARs:</title>
<updated>2016-07-26T09:20:25+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2016-07-26T09:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6e53dfca72b932c4bdcd7aa02ca62bf8b2630eac'/>
<id>6e53dfca72b932c4bdcd7aa02ca62bf8b2630eac</id>
<content type='text'>
- TCHAR is replaced with wchar_t everywhere;
- LPGENT replaced with either LPGENW or LPGEN;
- fixes for ANSI plugins that improperly used _t functions;
- TCHAR *t removed from MAllStrings;
- ptszGroup, ptszTitle &amp; ptszTab in OPTIONSDIALOGPAGE replaced with pwsz*

git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- TCHAR is replaced with wchar_t everywhere;
- LPGENT replaced with either LPGENW or LPGEN;
- fixes for ANSI plugins that improperly used _t functions;
- TCHAR *t removed from MAllStrings;
- ptszGroup, ptszTitle &amp; ptszTab in OPTIONSDIALOGPAGE replaced with pwsz*

git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>Standartize "Version.h" to "version.h" (final rename)</title>
<updated>2016-07-22T10:00:06+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2016-07-22T10:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=584fc9591ce5a7c5a5217746369146fca2692431'/>
<id>584fc9591ce5a7c5a5217746369146fca2692431</id>
<content type='text'>
I just hate SVN.

git-svn-id: http://svn.miranda-ng.org/main/trunk@17119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I just hate SVN.

git-svn-id: http://svn.miranda-ng.org/main/trunk@17119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>Standartize "Version.h" to "version.h" (temporary rename)</title>
<updated>2016-07-22T09:59:19+00:00</updated>
<author>
<name>Robert Pösel</name>
<email>robyer@seznam.cz</email>
</author>
<published>2016-07-22T09:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=3d163c02e80a4d1caea8e3db768749251c636717'/>
<id>3d163c02e80a4d1caea8e3db768749251c636717</id>
<content type='text'>
I hate SVN.

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

git-svn-id: http://svn.miranda-ng.org/main/trunk@17118 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>DND → Do not disturb</title>
<updated>2016-01-23T22:55:04+00:00</updated>
<author>
<name>Dart Raiden</name>
<email>wowemuh@gmail.com</email>
</author>
<published>2016-01-23T22:55:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=70ae1f696437caeef54556541c134bcd5bceb1cf'/>
<id>70ae1f696437caeef54556541c134bcd5bceb1cf</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@16157 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@16157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
</feed>
