[Gambas-devel-svn] SF.net SVN: gambas: [680] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-10-02 21:48:40
|
Revision: 680 http://gambas.svn.sourceforge.net/gambas/?rev=680&view=rev Author: gambas Date: 2007-10-02 14:48:41 -0700 (Tue, 02 Oct 2007) Log Message: ----------- * BE CAREFUL! Now the compiler makes module symbols private by default. This will break the projects that were relying on the old behaviour. There is a new compatibility option in the project property dialog to workaround that. [CONFIGURATION] * NEW: The package version is now 1.9.90, which is the version that will be used for the release candidate of Gambas 2. [DEVELOPMENT ENVIRONMENT] * NEW: The option tab of the project property dialog was redesigned. * NEW: A new project option to make module symbols public by default as before. * NEW: A new project option to define the default project language. This is not used anywhere yet. * OPT: Tried to get rid of useless project tree view refresh. [WIKI CGI SCRIPT] * NEW: Support for arabic language. [COMPILER] * NEW: A new option, '-m', to make module symbols public by default. If this option is not specified, modules are like classes, and symbols are private by default. [GB.SETTINGS] * BUG: Fixed an old bug that made programs using gb.settings crash silently when a settings file did not exist. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/acinclude.m4 2.0/trunk/app/src/doc.cgi/.project 2.0/trunk/app/src/doc.cgi/Main.module 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/app/src/gambas2/FTextEditor.class 2.0/trunk/app/src/gambas2/Language.module 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/app/src/gambas2/template/_project 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/.project 2.0/trunk/comp/src/gb.form/FMain.form 2.0/trunk/comp/src/gb.form.dialog/.project 2.0/trunk/comp/src/gb.form.mdi/.project 2.0/trunk/comp/src/gb.form.mdi/FWorkspace.class 2.0/trunk/comp/src/gb.info/.project 2.0/trunk/comp/src/gb.report/.component 2.0/trunk/comp/src/gb.report/.project 2.0/trunk/comp/src/gb.settings/.project 2.0/trunk/comp/src/gb.settings/Main.module 2.0/trunk/comp/src/gb.settings/Settings.class 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/main/gbc/gbc.c 2.0/trunk/main/gbc/gbc_compile.h 2.0/trunk/main/gbc/gbc_header.c 2.0/trunk/main/libltdl/aclocal.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |