7df43ef0f2
* NEW: The connection editor now uses the new DataSource Connection property. * NEW: A button to copy the field names of a table in the clipboard. * NEW: Change the layout of the connection editor. * NEW: Enhance the list property editor. * NEW: Use the new logo made by Fabien Bodard. * NEW: Support for editing properties whose type is "Table" and "Connection". * NEW: Scroll the form editor when using the rectangular selection. * BUG: Fix the project information displayed in the open project dialog. [INTERPRETER] * BUG: Fix a stupid bug that made the interpreter crash when a class was allocated at a negative memory address. * BUG: Fix the conversion of strings into numbers, especially when converting Long values. [GB.DB.FORM] * NEW: Redesign the controls so that DataSource can be assigned a specific connection. * NEW: DataSource.Connection is a new property that allows to assign a specific Connection object to a DataSource. If a DataSource has no connection assigned, it will use the connection of its parent DataSource. By default, the current connection (DB.Current) is used. * NEW: Remove the DataSource.CacheSize property. Is it really useful? [GB.NET.SMTP] * NEW: Send the "Date:" header with any mail. git-svn-id: svn://localhost/gambas/trunk@2137 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
src | ||
acinclude.m4 | ||
AUTHORS | ||
ChangeLog | ||
component.am | ||
config.guess | ||
config.sub | ||
configure.ac | ||
COPYING | ||
gambas.h | ||
gb_common.h | ||
INSTALL | ||
ltmain.sh | ||
Makefile.am | ||
NEWS | ||
README | ||
reconf |
This component is based on the source code of libsmtp, made by Kevin Read <obsidian@berlios.de> in 2002. This library is available under the GNU Lesser Public License It seems that the author of this library does not maintain it anymore. I modified it and fixed many bugs to make it work correctly. If you want the origianl, you can find it at: http://libsmtp.berlios.de/ -- Benoît.