<!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 master
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/b11d422c1408327cfa209f24889f668b105ac905">b11d422c</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-30T22:20:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.
[INTERPRETER]
* NEW: Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.
* NEW: The "Embedded array" error message has been rewritten as "Read-only array".
* NEW: Add two new standard errors: "Multidimensional array" and "Unknown class".
* NEW: Replace some specific error messages by standard errors.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/43fa62e0d1e6eab8eaba03bc168bd2591e3a053a">43fa62e0</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-30T22:23:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[GB.DESKTOP]
* NEW: Desktop.Types is a new property that returns a read-only array of each desktop defined in Desktop.Type.
* NEW: Desktop.Passwords: Work correctly now when multiple desktops are included in the Desktop.Type property.
* OPT: DesktopFiles: Remove some useless array copies.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/8134f37eccf577569d81604d51ecac9bc4186444">8134f37e</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-07-30T22:26:52Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.
[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* BUG: Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.
</pre>
</li>
</ul>
<h4>15 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#d215263265a559aae0d8ca54a4415c3ede871344">
app/src/gambas3/.hidden/font/GambasBold-13.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#3724e386b8f68ccbed8bcbdeee72740530a8d72d">
app/src/gambas3/.hidden/font/GambasMedium-13.sfd
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#849ac54013d161d7504fef33a483c3917bccd308">
app/src/gambas3/.src/Editor/Code/FEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#72814657a25bdc3f9bb3dc5a5343e1dab0dae769">
app/src/gambas3/font/GambasBold-13.bdf
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#11d190fa8f144747e6991ab42c62da8577756479">
app/src/gambas3/font/GambasMedium-13.bdf
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#f4a85920a17bca0091620a2f23d3493edbfabc59">
comp/src/gb.desktop/.src/Desktop.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#6c59fcb4a9ea310129e1a7ef3fe66cfac7c5385b">
comp/src/gb.desktop/.src/DesktopFile.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#18967e4b71ea5091b4c8a3cf2d7dc94577cc5bcc">
comp/src/gb.desktop/.src/DesktopWindow.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#a68419e3a5960b40bc6cd1f4d121af93421911f5">
comp/src/gb.desktop/.src/Main.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#46265d2ea3615cd5f38ba3c624400dc5b41adaa6">
comp/src/gb.desktop/.src/_Desktop_Passwords.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#51bab0165f87a9a9b13939b66a0c0f4934b01317">
main/gbx/gb_error.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#089c15bf245edbe7f6ae0d9884666da1bf008a5c">
main/gbx/gb_error.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#846a2c94f8162fa990a87e721d891dca5d735cab">
main/gbx/gbx_c_array.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#cabbb40875f63ba4c41be975093f853cdd08c6b2">
main/gbx/gbx_c_class.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444#0bed17098e70d86c571cd299e649d0dd3999d2e2">
main/gbx/gbx_c_enum.c
</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/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444">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>