gambas-source-code/main/share
Benoît Minisini 9b46a269c7 [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.
  
[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.


git-svn-id: svn://localhost/gambas/trunk@1404 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-06-11 10:44:50 +00:00
..
gambas.h [DEVELOPMENT ENVIRONMENT] 2008-06-11 10:44:50 +00:00
gb_alloc.h [INTERPRETER] 2008-03-23 01:02:27 +00:00
gb_alloc_temp.h [INTERPRETER] 2008-05-03 15:07:55 +00:00
gb_arch.h
gb_arch_temp.h
gb_array.h
gb_array_temp.h
gb_buffer.h
gb_buffer_temp.h
gb_class_desc_common.h
gb_code.h
gb_code_temp.h
gb_common.h [INTERPRETER] 2008-03-21 00:35:39 +00:00
gb_common_buffer.h
gb_common_buffer_temp.h
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h
gb_common_string_temp.h
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h [DEVELOPMENT ENVIRONMENT] 2008-03-31 19:04:28 +00:00
gb_file_share.h
gb_file_temp.h [INTERPRETER] 2008-03-21 00:55:43 +00:00
gb_hash.h
gb_hash_temp.h
gb_limit.h [CONFIGURATION] 2008-04-10 12:06:14 +00:00
gb_list.h
gb_list_temp.h
gb_magic.h
gb_pcode.h
gb_pcode_temp.h
gb_replace.h [INTERPRETER] 2008-03-21 01:36:11 +00:00
gb_replace_temp.h [INTERPRETER] 2008-03-21 01:36:11 +00:00
gb_reserved.h
gb_reserved_temp.h [DEVELOPMENT ENVIRONMENT] 2008-03-27 16:27:24 +00:00
gb_table.h
gb_table_temp.h
gb_type_common.h
gbc_read_common.h
gbc_trans_common.h
Makefile.am