<!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/42bdddb4711847bd1654f5293a1920bee97b2948">42bdddb4</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-06-06T18:01:52+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Message: Add a button in message boxes to copy the message in the clipboard.
[GB.GUI.BASE]
* BUG: Message: Add a button in message boxes to copy the message in the clipboard.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/46f1892ddf47b0c8ebd5e8024345ebf201eefe1a">46f1892d</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-06-06T18:03:15+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Version control information and file information are now two distinc dialog boxes.
[DEVELOPMENT ENVIRONMENT]
* NEW: Version control information and file information are now two distinc dialog boxes.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/ad955b65efe7cb263c17c8cb2fe7e3d84f6522c8">ad955b65</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-06-06T18:03:22+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/14095315933a5157817d77e74aa88a3eed0aef1f">14095315</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-06-06T18:03:52+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix Gambas e-mail in configuration script.
[CONFIGURATION]
* BUG: Fix Gambas e-mail in configuration script.
</pre>
</li>
</ul>
<h4>13 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#5ec34e4d5a9cb1f1f16ef26dbe7f2c8be00633b5">
app/src/gambas3/.lang/fr.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#c110b7ea7800ef218101d945c9072c5bef77edb4">
<span class="new-file">
+
app/src/gambas3/.src/Dialog/FFileInfoVC.class
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#1cdf5bebd18c44d0dd8f26b45c1d033f774be252">
<span class="new-file">
+
app/src/gambas3/.src/Dialog/FFileInfoVC.form
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#211aa86965b4c03a688fd4c4119be752f9ec8b79">
app/src/gambas3/.src/Dialog/FFileProperty.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#48dfe4e3a1627b56ff0e8dc96f1ce6d2a1978193">
app/src/gambas3/.src/Dialog/FFileProperty.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#d972cb4a44ae5112eb286a70e4f322987d1ac459">
app/src/gambas3/.src/FMain.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#9a671846148bde98a949b24fb78e73635f2db87a">
app/src/gambas3/.src/FMain.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#f618f7c0d59254124316067be124e2b6d65cbfa0">
comp/src/gb.gui.base/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#6e571b92a63cfe013cf1207b8478216f4b6c1430">
comp/src/gb.gui.base/.src/Message/FMessage.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#6c026ef063ed9d33a3492e8accb127c9fee98c95">
comp/src/gb.gui.base/.src/Message/FMessage.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#c70f77d263ce56ab8cc043fbf8ad1df4ad41f0d2">
comp/src/gb.gui.base/.src/Test/TestMessage.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#4e18bdb3ca72f7821bd07282ce71e5e3fb141f93">
<span class="new-file">
+
comp/src/gb.gui.base/message/copy.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f#836d4fe4ee2163d2f04919c9dd927c460d8d4ef6">
version.m4
</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/09da14aa6863f1c429f650463cb879cafa90b581...14095315933a5157817d77e74aa88a3eed0aef1f">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>