<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/plugins/IEHistory/src/utils.h, 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>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>MEVENT - the strict type for events, they are not HANDLE anymore</title>
<updated>2015-01-16T17:49:54+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2015-01-16T17:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=85c0b6a96f366bdf0ca334ee7cb1877fb3f2288c'/>
<id>85c0b6a96f366bdf0ca334ee7cb1877fb3f2288c</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 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@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>first version that compiles</title>
<updated>2014-08-21T13:24:25+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2014-08-21T13:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=c862405581fafcf9830be2ed4098313518b699c1'/>
<id>c862405581fafcf9830be2ed4098313518b699c1</id>
<content type='text'>
git-svn-id: http://svn.miranda-ng.org/main/trunk@10260 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@10260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>IEHistory: Miranda NG compatibility.</title>
<updated>2014-08-21T11:42:31+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-08-21T11:42:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=2ae4a360da9638ecaaa68bbb683187ef8e1faf35'/>
<id>2ae4a360da9638ecaaa68bbb683187ef8e1faf35</id>
<content type='text'>
- removed mirandaMem
* GetWindowLong =&gt; GetWindowLongPtr
* SetWindowLong =&gt; SetWindowLongPtr
* DLGPROC returning int/BOOL =&gt; INT_PTR
* CallService(MS_DB_EVENT_*) =&gt; db_event_*
* DBGetContactSetting* =&gt; db_get_*
* DBWriteContactSetting =&gt; db_set_*
* contact HANDLE =&gt; MCONTACT
* CallService(MS_CLIST_ADD*MENUITEM,...) =&gt; Menu_Add*MenuItem()

* improved GetContactName()
- removed some #pragma warning's
* version bump to 0.0.1.5

git-svn-id: http://svn.miranda-ng.org/main/trunk@10253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- removed mirandaMem
* GetWindowLong =&gt; GetWindowLongPtr
* SetWindowLong =&gt; SetWindowLongPtr
* DLGPROC returning int/BOOL =&gt; INT_PTR
* CallService(MS_DB_EVENT_*) =&gt; db_event_*
* DBGetContactSetting* =&gt; db_get_*
* DBWriteContactSetting =&gt; db_set_*
* contact HANDLE =&gt; MCONTACT
* CallService(MS_CLIST_ADD*MENUITEM,...) =&gt; Menu_Add*MenuItem()

* improved GetContactName()
- removed some #pragma warning's
* version bump to 0.0.1.5

git-svn-id: http://svn.miranda-ng.org/main/trunk@10253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</pre>
</div>
</content>
</entry>
<entry>
<title>IEHistory:</title>
<updated>2014-08-21T11:42:10+00:00</updated>
<author>
<name>René Schümann</name>
<email>white06tiger@gmail.com</email>
</author>
<published>2014-08-21T11:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d33b48c34e2ce98bd5a73698006be3859a7dfbc4'/>
<id>d33b48c34e2ce98bd5a73698006be3859a7dfbc4</id>
<content type='text'>
prepared file structure (project file coming with NG compatibility update)

git-svn-id: http://svn.miranda-ng.org/main/trunk@10252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prepared file structure (project file coming with NG compatibility update)

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