[Gambas-user] Release of Gambas 2.7

M0E Lnx m0e.lnx at ...626...
Fri Jun 13 19:24:37 CEST 2008


Sweeeet! ;)

On Fri, Jun 13, 2008 at 11:59 AM, Benoit Minisini
<gambas at ...1...> wrote:
> Hi,
>
> This new release of Gambas is mainly a bugfix release:
>
> * Clicking on a virtual property in the property sheet does not crash anymore
> when the property help is displayed.
>
> * The automatic completion can deal with multiple local variable declarations
> on the same line.
>
> * The stack backtrace list width is saved correctly.
>
> * Gambas projects can be safely compiled as root.
>
> * Core dumps are ignored when making an executable.
>
> * Draw.Circle() has been fixed.
>
> * Focus management, Embedder, and the Window.Reparent() method have been fixed
> in gb.gtk.
>
> * There is a new example that draws barcodes.
>
> * Japanese, Russian and Swedish translations were updated.
>
> Here is the full changelog:
>
> -------------------------------------------------------------------------------
>
> [DEVELOPMENT ENVIRONMENT]
> * BUG: Clicking on a virtual property in the property sheet does not crash
>  anymore when the property help is displayed.
> * BUG: The automatic completion can deal with multiple local variable
>  declarations on the same line now.
> * BUG: The stack backtrace list width is saved correctly now.
> * BUG: Do not display the current opened project in the list of recently
>  opened projects.
> * NEW: Add a popup menu to the console window.
> * NEW: Japanese translation updated.
> * NEW: Swedish translation updated.
> * NEW: Russian translation updated.
>
> [DATABASE MANAGER]
> * NEW: Russian translation updated.
>
> [EXAMPLES]
> * BUG: Fix the DataReportExample example.
> * NEW: New Barcode example made by Charles Guerin and modified by me.
>
> [HELP]
> * BUG: Makefile are not installed anymore.
>
> [INTERPRETER]
> * BUG: Fix a bug in DateAdd() that made this function corrupt the next
>  date to string conversion, which then lead to other bad weird things.
>
> [COMPILER]
> * BUG: The owner and group of all files generated by the compiler
>  ('.startup', '.info', '.list', object files) are now set to the owner and
>  group of the '.project' file. This way, any project can be safely
>  compiled as root, without locking it for other users.
>
> [ARCHIVER]
> * NEW: Ignore core dump files when making an executable.
>
> [GB.DRAW]
> * BUG: Fix Draw.Circle center that was shifted one pixel to the top left.
>
> [GB.FORM]
> * BUG: Setting the Root property of the DirView control sets the Current
>  property to the same value.
> * NEW: Russian translation updated.
>
> [GB.GTK]
> * BUG: The focus now follows the Z-order, as in gb.qt.
> * BUG: Fix the XEMBED protocol support.
> * BUG: Window.Reparent() now works correctly when embedding or unembedding
>  a top-level window.
>
> [GB.NET.SMTP]
> * BUG: Try to use the fully-qualified domain name when sending the EHLO
>  command to the SMTP server. That actually works only if the system domain
>  name has been set to the DNS domain name.
> * NEW: Do not use MIME parts when it is useless.
>
> [GB.PCRE]
> * BUG: Fix crashes due to bad uses of interpreter API.
>
> [GB.QT]
> * BUG: Fix the XEMBED protocol support.
> * BUG: Adding an item to a ComboBox with a bad index should not print any
>  warning message anymore.
> * BUG: Fix the drawing of the frame of cached DrawingArea controls.
> * NEW: XEMBED support was upgraded to the 1.3 version of QtXEmbed classes.
> * NEW: Control.Font now always returned the same Font object, as in gb.gtk.
>
> [GB.QTE]
> * BUG: Compilation works again.
>
> [GB.XML]
> * BUG: XMLDocument.Open() now can open a file located inside the project.
>
> -------------------------------------------------------------------------------
>
> Regards,
>
> --
> Benoit Minisini
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list