Logtalk 2.16.2 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1032 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-04-02 14:39:36 +00:00
parent c853e894c0
commit 3ba8483607
110 changed files with 254 additions and 127 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.16.1
Release 2.16.2
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================
@@ -10,6 +10,26 @@ RELEASE NOTES
=============
2.16.2 - April 2, 2004
Corrected a bug in the library category monitor (file library/monitor.lgt)
that prevents its compilation.
Changed the possible values of the read-only flag startup_message (defined
in the config files) to "flags" (print banner and flag values), "banner"
(print only the banner), and "none" (do not print neither the banner nor the
flag values). Default value is "flags".
Updated the "errors" example to illustrate the error messages thrown when
trying to redefine Logtalk built-in control constructs.
Corrected a small problem with the Logtalk language specification file for
Apple's Xcode IDE.
Added preliminary support for syntax coloring using the Windows text editor
Crimson Editor.
2.16.1 - March 23, 2004
The local built-in method parameter/2 can now be used inside categories