[Gambas-Notification] [Git][gambas/gambas][stable] 33 commits: Fix quoted-printable encoding of headers and mime part boundaries.

Benoît Minisini gitlab at mg.gitlab.com
Fri Jan 17 00:23:03 CET 2020



Benoît Minisini pushed to branch stable at Gambas / gambas


Commits:
e562fc8f by gambas at 2020-01-16T22:57:31+01:00
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.

- - - - -
d5435117 by gambas at 2020-01-16T22:58:44+01:00
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.

- - - - -
786bc3e7 by gambas at 2020-01-16T22:59:11+01:00
Add '_ready' to the list of special methods.

[DEVELOPMENT ENVIRONMENT]
* BUG: Add '_ready' to the list of special methods.

- - - - -
a429039b by gambas at 2020-01-16T22:59:48+01:00
JSONCollection.Copy() now correctly returns a JSONCollection object.

[GB.UTIL.WEB]
* BUG: JSONCollection.Copy() now correctly returns a JSONCollection object.

- - - - -
44a425ac by Laurent Carlier at 2020-01-16T23:01:24+01:00
Fix Archlinux package generation

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

Fixes bug report 1682

- - - - -
5bdad49d by gambas at 2020-01-16T23:03:18+01:00
Fix management of dynamically created popups.

[GB.WEB.FORM]
* BUG: Fix management of dynamically created popups.

- - - - -
82ce34b2 by gambas at 2020-01-16T23:06:34+01:00
Add '.startup', '.list' and '.info' to projet default gitignore file.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add '.startup', '.list' and '.info' to projet default gitignore file.

- - - - -
39463c69 by gambas at 2020-01-16T23:07:15+01:00
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.

- - - - -
70ae1a02 by gambas at 2020-01-16T23:07:55+01:00
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.

- - - - -
835074bf by gambix at 2020-01-16T23:08:53+01:00
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.

- - - - -
1fdf940e by gambix at 2020-01-16T23:09:58+01:00
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.

- - - - -
740f9215 by gambas at 2020-01-16T23:12:59+01:00
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.

- - - - -
265a53f6 by gambas at 2020-01-16T23:14:02+01:00
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.

- - - - -
33a7bff6 by gambas at 2020-01-16T23:14:31+01:00
Fix serialization of NULL values.

[INTERPRETER]
* BUG: Fix serialization of NULL values.

- - - - -
8f6b7e9d by gambas at 2020-01-16T23:14:49+01:00
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.

- - - - -
940a8a29 by Benoît Minisini at 2020-01-16T23:15:10+01:00
Really fix serialization of NULL values.

[INTERPRETER]
* BUG: Really fix serialization of NULL values.
- - - - -
311b75d3 by Benoît Minisini at 2020-01-16T23:15:28+01:00
Forgot a semicolon.

[INTERPRETER]
* BUG: Forgot a semicolon.
- - - - -
379aeae4 by gambas at 2020-01-16T23:16:13+01:00
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.

- - - - -
c6b1e15b by gambas at 2020-01-16T23:16:47+01:00
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.

- - - - -
260d2559 by gambas at 2020-01-16T23:17:17+01:00
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.

- - - - -
3a9ecef1 by gambas at 2020-01-16T23:17:49+01:00
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.

- - - - -
ba2c8553 by gambas at 2020-01-16T23:18:25+01:00
Update financial support list.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update financial support list.

- - - - -
675f7c30 by gambas at 2020-01-16T23:19:18+01:00
Fix session abandon.

[GB.WEB]
* BUG: Fix session abandon.

- - - - -
c4ee96d7 by gambas at 2020-01-16T23:19:43+01:00
Handle custom array classes in help.

[DEVELOPMENT ENVIRONMENT]
* BUG: Handle custom array classes in help.

- - - - -
9da5346b by gambas at 2020-01-16T23:21:42+01:00
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.

- - - - -
0facd963 by gambas at 2020-01-16T23:32:18+01:00
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.

- - - - -
37e0d995 by gambas at 2020-01-16T23:32:51+01:00
Update Gambas fonts.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.

- - - - -
eec6d54d by gambas at 2020-01-16T23:33:09+01:00
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.

- - - - -
ce486927 by gambas at 2020-01-16T23:33:47+01:00
Workaround a gcc 8 compiler optimization bug.

[COMPILER]
* BUG: Workaround a gcc 8 compiler optimization bug.

- - - - -
6ec85f2b by gambas at 2020-01-16T23:34:12+01:00
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.

- - - - -
c3a01d64 by gambas at 2020-01-16T23:34:34+01:00
Fix a comment typo.

[COMPILER]
* BUG: Fix a comment typo.

- - - - -
bc61ba3c by gambas at 2020-01-16T23:35:14+01:00
Fix how Picture[] interprets relative paths.

[GB.GUI.BASE]
* BUG: Fix how Picture[] interprets relative paths.

- - - - -
192048d0 by gambas at 2020-01-17T00:22:27+01:00
Switch to version 3.14.3.

[CONFIGURATION]
* NEW: Switch to version 3.14.3.

- - - - -


30 changed files:

- VERSION
- app/src/gambas3/.hidden/font/GambasBold-12.sfd
- app/src/gambas3/.hidden/font/GambasBold-13.sfd
- app/src/gambas3/.hidden/font/GambasBold-16.sfd
- app/src/gambas3/.hidden/font/GambasMedium-12.sfd
- app/src/gambas3/.hidden/font/GambasMedium-13.sfd
- app/src/gambas3/.hidden/font/GambasMedium-16.sfd
- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Component/CDocumentation.class
- app/src/gambas3/.src/Component/CSymbolInfo.class
- app/src/gambas3/.src/Editor/Code/FCompletion.class
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Packager/Package.module
- app/src/gambas3/.src/Project.module
- app/src/gambas3/font/GambasBold-12.bdf
- app/src/gambas3/font/GambasBold-16.bdf
- app/src/gambas3/font/GambasMedium-12.bdf
- app/src/gambas3/font/GambasMedium-16.bdf
- app/src/gambas3/gitignore
- app/src/gambas3/support.txt
- comp/src/gb.form/.src/Button/MenuButton.class
- comp/src/gb.form/.src/File/Chooser/FDirChooser.class
- comp/src/gb.gui.base/.src/Message/FMessage.class
- comp/src/gb.gui.base/.src/Picture.class
- comp/src/gb.net.smtp/.component
- comp/src/gb.net.smtp/.project
- comp/src/gb.net.smtp/.src/Encode.module
- comp/src/gb.net.smtp/.src/SmtpClient.class


View it on GitLab: https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/048ea5c5d7bb1c0af390da18f4e6648ebd844251...192048d0b0a47bd7a7b25002a097316544b8d6c0
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20200116/a62f2b48/attachment-0001.html>


More information about the Notification mailing list