<feed xmlns='http://www.w3.org/2005/Atom'>
<title>miranda-ng.git/libs/litehtml/src, branch master</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>litehtml: fix Windows XP compatibility</title>
<updated>2025-06-06T11:16:23+00:00</updated>
<author>
<name>dartraiden</name>
<email>wowemuh@gmail.com</email>
</author>
<published>2025-06-06T11:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=d9a702e80233b1fd7e6d9476793bef89b9181b04'/>
<id>d9a702e80233b1fd7e6d9476793bef89b9181b04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update for litehtml</title>
<updated>2025-04-28T12:48:45+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2025-04-28T12:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=e29db0c3414f6da69d7e11505819346fed9267a3'/>
<id>e29db0c3414f6da69d7e11505819346fed9267a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #4864 (NewStory: не вгружается под Windows XP)</title>
<updated>2025-02-14T17:24:00+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2025-02-14T17:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=779a717af48dba984da1fbab476c241fc0732e9d'/>
<id>779a717af48dba984da1fbab476c241fc0732e9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #4624 (GDI leaks in NewStory)</title>
<updated>2024-10-29T16:00:23+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-10-29T16:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=6dfe0158622a7133ac3a8b149eb0280c86673105'/>
<id>6dfe0158622a7133ac3a8b149eb0280c86673105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>litehtml update</title>
<updated>2024-10-09T15:13:40+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-10-09T15:13:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=0e86b853be3b5f809ed1decbf636221c1144a386'/>
<id>0e86b853be3b5f809ed1decbf636221c1144a386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new files in LiteHtml</title>
<updated>2024-10-08T14:12:27+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-10-08T14:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=c917ae9a7abdfde50c0bb1ceb85b91b9e55aa641'/>
<id>c917ae9a7abdfde50c0bb1ceb85b91b9e55aa641</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: require cmake 3.11</title>
<updated>2024-09-07T09:44:33+00:00</updated>
<author>
<name>Sergey Ponomarev</name>
<email>stokito@gmail.com</email>
</author>
<published>2024-09-07T07:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=fe87f56f612237182ce76873ae090fcecc1af02e'/>
<id>fe87f56f612237182ce76873ae090fcecc1af02e</id>
<content type='text'>
The main CMakeLists.txt had cmake_minimum_required (VERSION 2.8).
This made the cmake to show a deprecation notice that support of all versions below 3.5 will be dropped soon.

The maximum required cmake version is 3.11 for the litehtml module.
So let's set it as a minimum for all other modules.

The FATAL_ERROR option is ignored in CMake &gt;= 2.6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The main CMakeLists.txt had cmake_minimum_required (VERSION 2.8).
This made the cmake to show a deprecation notice that support of all versions below 3.5 will be dropped soon.

The maximum required cmake version is 3.11 for the litehtml module.
So let's set it as a minimum for all other modules.

The FATAL_ERROR option is ignored in CMake &gt;= 2.6.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #4326 (NewStory: падение при запуске в Windows XP)</title>
<updated>2024-04-11T14:49:11+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-04-11T14:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=9fe2c936b5a3448111fbca845b0867a82c4f3863'/>
<id>9fe2c936b5a3448111fbca845b0867a82c4f3863</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes #4319 (NewStory: пропала поддержка смайликов средствами шрифта)</title>
<updated>2024-03-31T08:48:19+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-03-31T08:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=c96a3b3959b6e618311e5c5157d9af0bf3439dd2'/>
<id>c96a3b3959b6e618311e5c5157d9af0bf3439dd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update of litehtml, fixes the problem with empty lines</title>
<updated>2024-03-30T16:43:42+00:00</updated>
<author>
<name>George Hazan</name>
<email>george.hazan@gmail.com</email>
</author>
<published>2024-03-30T16:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dark-alexandr.net/miranda-ng.git/commit/?id=032787f69076aafd43843c9ab64bdc373dc9aa6a'/>
<id>032787f69076aafd43843c9ab64bdc373dc9aa6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
