[Gambas-devel-svn] SF.net SVN: gambas: [1404] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-06-11 10:44:43
|
Revision: 1404 http://gambas.svn.sourceforge.net/gambas/?rev=1404&view=rev Author: gambas Date: 2008-06-11 03:44:50 -0700 (Wed, 11 Jun 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Adds a popup menu to the console window. [WIKI CGI SCRIPT] * BUG: Display a message when accessing a symbol page that does not exist in the current version. [EXAMPLES] * NEW: New Barcode example made by Charles Guerin and modified by me. [INTERPRETER] * NEW: New API for returning the fully-qualified domain name. * 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. [GB.DRAW] * BUG: Fix Draw.Circle center that was shifted one pixel to the top left. [GB.GTK] * BUG: Window.Reparent() now works correctly when embedding or unembedding a top-level window. ?\194?\160 [GB.NET.SMTP] * NEW: Do not use MIME parts when it is useless. * 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. [GB.PCRE] * BUG: Fix crashes due to bad uses of interpreter API. [GB.QT] * BUG: Fix the drawing of the frame of cached DrawingArea controls. Modified Paths: -------------- gambas/trunk/TODO gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.lang/es.po gambas/trunk/app/src/doc.cgi/.lang/fa.po gambas/trunk/app/src/doc.cgi/.lang/fr.mo gambas/trunk/app/src/doc.cgi/.lang/fr.po gambas/trunk/app/src/doc.cgi/.lang/nl.po gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/FOutput.form gambas/trunk/app/src/gambas3/support.txt gambas/trunk/comp/src/gb.form.mdi/FWorkspace.class gambas/trunk/gb.desktop/src/gb.desktop/.project gambas/trunk/gb.gtk/src/gcontrol.cpp gambas/trunk/gb.gtk/src/gcontrol.h gambas/trunk/gb.gtk/src/gmainwindow.cpp gambas/trunk/gb.gtk/src/gsignals.cpp gambas/trunk/gb.net.smtp/src/CSmtpClient.c gambas/trunk/gb.net.smtp/src/CSmtpClient.h gambas/trunk/gb.net.smtp/src/libsmtp_connection.c gambas/trunk/gb.net.smtp/src/libsmtp_error.c gambas/trunk/gb.pcre/src/regexp.c gambas/trunk/gb.qt/src/CDrawingArea.cpp gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_api.h gambas/trunk/main/gbx/gbx_date.c gambas/trunk/main/lib/draw/CDraw.c gambas/trunk/main/share/gambas.h Added Paths: ----------- gambas/trunk/examples/examples/Drawing/Barcode/ gambas/trunk/examples/examples/Drawing/Barcode/.directory gambas/trunk/examples/examples/Drawing/Barcode/.icon.png gambas/trunk/examples/examples/Drawing/Barcode/.project gambas/trunk/examples/examples/Drawing/Barcode/.settings gambas/trunk/examples/examples/Drawing/Barcode/FMain.class gambas/trunk/examples/examples/Drawing/Barcode/FMain.form gambas/trunk/examples/examples/Drawing/Barcode/barcode.png gambas/trunk/examples/examples/Drawing/Barcode/modCrBcode.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |