<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch stable
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/e562fc8fae4cab4f09bc3cdaa51ad3a360bf65dd">e562fc8f</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T22:57:31+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix quoted-printable encoding of headers and mime part boundaries.

[GB.NET.SMTP]
* BUG: Fix quoted-printable encoding of headers containing e-mail addresses.
* BUG: Add '_=' sequence in mime part boundaries, as this sequence should not be present in encoded data.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d54351174b0ac07c6ab1d92e978bc5b1b1d03d34">d5435117</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T22:58:44+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Correctly deal with '&' in bookmark names and MenuButton shortcuts.

[GB.FORM]
* BUG: MenuButton: Correctly deal with '&' shortcut character.
* BUG: FileChooser: Correctly deal with '&' in bookmark names.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/786bc3e763b315659fccead5b98ba17237481ed5">786bc3e7</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T22:59:11+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add '_ready' to the list of special methods.

[DEVELOPMENT ENVIRONMENT]
* BUG: Add '_ready' to the list of special methods.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/a429039b1918dbcd7d36dc398710ec1aade084f0">a429039b</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T22:59:48+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">JSONCollection.Copy() now correctly returns a JSONCollection object.

[GB.UTIL.WEB]
* BUG: JSONCollection.Copy() now correctly returns a JSONCollection object.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/44a425aca893872f2509bd85a43582ce8f84b365">44a425ac</a></strong>
<div>
<span>by Laurent Carlier</span>
<i>at 2020-01-16T23:01:24+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix Archlinux package generation

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix archlinux package generation.
* NEW: Update French translation.

Fixes bug report 1682
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/5bdad49d6805aff8b5d9ee8e3d5c549cf9fba1f6">5bdad49d</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:03:18+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix management of dynamically created popups.

[GB.WEB.FORM]
* BUG: Fix management of dynamically created popups.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/82ce34b2df1e098de7539663d3ea8b9d695f0e29">82ce34b2</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:06:34+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add '.startup', '.list' and '.info' to projet default gitignore file.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add '.startup', '.list' and '.info' to projet default gitignore file.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/39463c69ba609411b547d4b517ea5e51333864c3">39463c69</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:07:15+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix static array management.

[COMPILER]
* BUG: Allow static arrays to be used with the point operator.

[INTERPRETER]
* BUG: Fix static array management. They are not read-only anymore. Only methods that want to modify the size of the array are forbidden, as well as the ReadOnly property.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/70ae1a02ffb9a5a4a456a8869ddf6583fa8fd432">70ae1a02</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:07:55+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Window: set the window size at creation to 1x1, so that there is no default size.

[GB.QT4]
* BUG: Window: set the window size at creation to 1x1, so that there is no default size.

[GB.QT5]
* BUG: Window: set the window size at creation to 1x1, so that there is no default size.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/835074bf59158d06ed1945940a7975b561b1de3e">835074bf</a></strong>
<div>
<span>by gambix</span>
<i>at 2020-01-16T23:08:53+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fixed bug on the scanimage parser to take into account various configurations.
[GB.SCANNER]
* BUG: Fixed bug on the scanimage parser to take into account various configurations.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1fdf940eb13da1719d8989a27de4adb50210ec82">1fdf940e</a></strong>
<div>
<span>by gambix</span>
<i>at 2020-01-16T23:09:58+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fixed bugs again on the scanimage parser to take into account various configurations.
[GB.SCANNER]
* BUG: Fixed bugs again on the scanimage parser to take into account various configurations.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/740f9215210b5ac9fffd12bee30d88f968850cec">740f9215</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:12:59+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix automatic variable declaration.

[DEVELOPMENT ENVIRONMENT]
* BUG: Return value of CLOSE and SHELL / EXEC ... TO syntax are now taken into account by automatic variable declaration.
* NEW: Fix Gambas font circumflex accent.
* BUG: PROPERTY ... USE is now taken into account by automatic variable declaration.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/265a53f6f1e773c45a3fe8ee348ae8ed9e58a503">265a53f6</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:14:02+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Reading a string on a memory stream now correctly skip the terminating null byte.

[INTERPRETER]
* BUG: Reading a string on a memory stream now correctly skip the terminating null byte.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/33a7bff60ded96e4acde52d0941c676e8556fcc9">33a7bff6</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:14:31+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix serialization of NULL values.

[INTERPRETER]
* BUG: Fix serialization of NULL values.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8f6b7e9d4f60146798e294d87ed3275826603ec4">8f6b7e9d</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:14:49+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Remove an old debugging message displayed when writing a pointer to a stream.

[INTERPRETER]
* BUG: Remove an old debugging message displayed when writing a pointer to a stream.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/940a8a29abf77000cfb61f7bfc4215c9ee08d7b0">940a8a29</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2020-01-16T23:15:10+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Really fix serialization of NULL values.

[INTERPRETER]
* BUG: Really fix serialization of NULL values.</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/311b75d377ea39c769eb47174d577ff5481b661b">311b75d3</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2020-01-16T23:15:28+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Forgot a semicolon.

[INTERPRETER]
* BUG: Forgot a semicolon.</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/379aeae40afa063bc7b97d1ff5b509c73ae911e0">379aeae4</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:16:13+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TextBox and TextArea KeyPress events cannot be stolen by other controls anymore.

[GB.GTK]
* BUG: TextBox and TextArea KeyPress events cannot be stolen by other controls anymore.

[GB.GTK3]
* BUG: TextBox and TextArea KeyPress events cannot be stolen by other controls anymore.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c6b1e15bd4f27e4c887d28bad5024fb09196358b">c6b1e15b</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:16:47+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Function names can be put between parenthesis to disable possible warnings on them.

[COMPILER]
* NEW: Function names can be put between parenthesis to disable possible warnings on them.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/260d25592fe930c5887a4ae27897e4620d5f94b2">260d2559</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:17:17+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Packager: '*.deb' packaging now supports spaces in package target directory name.

[DEVELOPMENT ENVIRONMENT]
* BUG: Packager: '*.deb' packaging now supports spaces in package target directory name.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3a9ecef196c88590add349f6bbeff85e5a721ddb">3a9ecef1</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:17:49+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">If you use the PROPERTY ... USE syntax, you have to use the SHIFT key with the ENTER key to automatically insert property handlers.

[DEVELOPMENT ENVIRONMENT]
* NEW: If you use the PROPERTY ... USE syntax, you have to use the SHIFT key with the ENTER key to automatically insert property handlers.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ba2c8553ffe78e1562e467554adf55a5c686bc03">ba2c8553</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:18:25+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update financial support list.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support list.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/675f7c303e365aa5bcd2f894be4f9c2f3afde3ef">675f7c30</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:19:18+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix session abandon.

[GB.WEB]
* BUG: Fix session abandon.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c4ee96d79d781125b68204fd7dc1479b2f8222e5">c4ee96d7</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:19:43+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Handle custom array classes in help.

[DEVELOPMENT ENVIRONMENT]
* BUG: Handle custom array classes in help.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/9da5346bc5d68476a3896f2b504c99c5f31fd826">9da5346b</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:21:42+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Default message icons are now visible when 'gb.form' component is not used.

[GB.GUI.BASE]
* BUG: Default message icons are now visible when 'gb.form' component is not used.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/0facd963569dc417a2ec46cd039259b3cb694932">0facd963</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:32:18+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix an ambiguous shortcut: opening file properties dialog is now triggered by CTRL+SHIFT+I.

[DEVELOPMENT ENVIRONMENT]
* BUG: Fix an ambiguous shortcut: opening file properties dialog is now triggered by CTRL+SHIFT+I.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/37e0d99523de4319f7d70b0cff9909750ad25d94">37e0d995</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:32:51+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update Gambas fonts.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/eec6d54daa2b3eb590f13c273b6a816750f7e44d">eec6d54d</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:33:09+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Do not crash anymore when analyzing a line that ends with a '{' character.

[GB.EVAL]
* BUG: Do not crash anymore when analyzing a line that ends with a '{' character.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/ce486927fdb944b3a91dca629650c07dbd41ef6e">ce486927</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:33:47+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Workaround a gcc 8 compiler optimization bug.

[COMPILER]
* BUG: Workaround a gcc 8 compiler optimization bug.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6ec85f2b633f783143574a9e13682224699de261">6ec85f2b</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:34:12+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix release of return value of JIT methods called from non-JIT methods.

[INTERPRETER]
* BUG: Fix release of return value of JIT methods called from non-JIT methods.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/c3a01d6414b4e6aa7703f0955b5f6bec00f8e80d">c3a01d64</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:34:34+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix a comment typo.

[COMPILER]
* BUG: Fix a comment typo.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/bc61ba3c1196ff55c93dec1dff794ea1577bf6df">bc61ba3c</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-16T23:35:14+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix how Picture[] interprets relative paths.

[GB.GUI.BASE]
* BUG: Fix how Picture[] interprets relative paths.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/192048d0b0a47bd7a7b25002a097316544b8d6c0">192048d0</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-17T00:22:27+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Switch to version 3.14.3.

[CONFIGURATION]
* NEW: Switch to version 3.14.3.
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#b33892fbddeffc3368077b4904ad0b3d562a7312">
VERSION
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#fea800184ede1ae872a2c1181812364a0a9dc560">
app/src/gambas3/.hidden/font/GambasBold-12.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#d215263265a559aae0d8ca54a4415c3ede871344">
app/src/gambas3/.hidden/font/GambasBold-13.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#1a835020fe73a3f200c6bef88862842e61609ab1">
app/src/gambas3/.hidden/font/GambasBold-16.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#081d163c6cade7e2d6f23c936e3f4250f347ae4d">
app/src/gambas3/.hidden/font/GambasMedium-12.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#3724e386b8f68ccbed8bcbdeee72740530a8d72d">
app/src/gambas3/.hidden/font/GambasMedium-13.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#cef51cfd0579512becc173b55f066ab869c8882c">
app/src/gambas3/.hidden/font/GambasMedium-16.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#5ec34e4d5a9cb1f1f16ef26dbe7f2c8be00633b5">
app/src/gambas3/.lang/fr.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#e14c68be2cef057a7cd2413ee382131af159d2a9">
app/src/gambas3/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#391aeda794c698517de9ed4b88fc7c63018432b4">
app/src/gambas3/.src/Component/CDocumentation.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#9ca7cb7c8266183c4f69e213558721b1fd184b9b">
app/src/gambas3/.src/Component/CSymbolInfo.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#421c92e5aacfa4fbbb94da476b9e64da250ae4d4">
app/src/gambas3/.src/Editor/Code/FCompletion.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#849ac54013d161d7504fef33a483c3917bccd308">
app/src/gambas3/.src/Editor/Code/FEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#9a671846148bde98a949b24fb78e73635f2db87a">
app/src/gambas3/.src/FMain.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#85901d9d72a1c23df00b8144af2657dfa6224fce">
app/src/gambas3/.src/Packager/Package.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#689584499b055093e7f252f5271a06477512a0c1">
app/src/gambas3/.src/Project.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#881d3fa79995321df2a4d737fd7adaa60023ca85">
app/src/gambas3/font/GambasBold-12.bdf
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#2cebc3ce95a366f4dbafc9857aedaa0ba165701b">
app/src/gambas3/font/GambasBold-16.bdf
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#e9529f209f2a03d9f5a55a2dedeefacc75e1ea61">
app/src/gambas3/font/GambasMedium-12.bdf
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#fedba66ebaf13d0336a55a68fc9a3276bd97d220">
app/src/gambas3/font/GambasMedium-16.bdf
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#23d19f0baa64a045d3d0196c7a37725b329e7754">
app/src/gambas3/gitignore
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#baac7574d555cf55c4e80423e09330fb0c504579">
app/src/gambas3/support.txt
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#e7ff2eb1eec5b2dbb642b2d2e72ee3bd54317d33">
comp/src/gb.form/.src/Button/MenuButton.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#57bcfcca028a57d45f0a2ba68280af57a1fe97a6">
comp/src/gb.form/.src/File/Chooser/FDirChooser.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#6e571b92a63cfe013cf1207b8478216f4b6c1430">
comp/src/gb.gui.base/.src/Message/FMessage.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#d4a2a7516f98a05de6a74adb60e73765621bbef2">
comp/src/gb.gui.base/.src/Picture.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#ddef203eb8aaaeef25a7ed8f227b3941e8a9af4e">
comp/src/gb.net.smtp/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#64ad46a373e58ffc61b78e665607c0be7547f5cb">
comp/src/gb.net.smtp/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#9f439211d201625eb0e0299c0bc1bbe41148a503">
comp/src/gb.net.smtp/.src/Encode.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0#aeda996ca4347b5fe5f6bc8195478bbf0ebeeb50">
comp/src/gb.net.smtp/.src/SmtpClient.class
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>