[Gambas-devel-svn] SF.net SVN: gambas: [214] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-01-31 19:39:25
|
Revision: 214 http://svn.sourceforge.net/gambas/?rev=214&view=rev Author: gambas Date: 2007-01-31 11:39:16 -0800 (Wed, 31 Jan 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Estonian was added to the language list. * NEW: Forms can be locked. * BUG: Text editor now displays cursor position in the toolbar and not in the title bar anymore. * BUG: Deleting backwards does not open the auto completion list if more than one character is deleted. [INTERPRETER] * BUG: You can reimplement an existing class in a project now without raising an error now. * NEW: Array classes got a new method, Exist(), that returns if a specified value exists inside the array. [GB.QT COMPONENT] * NEW: Drag.IconX and Drag.IconY allow to define the drag icon hotspot. [GB.NET.SMTP COMPONENT] * NEW: Error messages are more detailed if sending a mail fails. [GB.WEB COMPONENT] * BUG: Big arrays or collections are correctly read and written to the session file now. * BUG: URL-encoded requests are correctly parsed in all cases now. * NEW: Request.Exist() is a new method that tells if a specific field is defined in the request. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FForm.form 2.0/trunk/app/src/gambas2/FFormStack.class 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/app/src/gambas2/FTextEditor.form 2.0/trunk/app/src/gambas2/Language.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.web/.info 2.0/trunk/comp/src/gb.web/.list 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Main.module 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/comp/src/gb.web/Session.module 2.0/trunk/gb.net.smtp/src/CSmtpClient.c 2.0/trunk/gb.qt/src/CClipboard.cpp 2.0/trunk/gb.qt/src/share/CDrag_desc.h 2.0/trunk/main/gbx/gbx_c_array.c 2.0/trunk/main/gbx/gbx_class.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |