root/trunk/compiler/NOTES.txt

Revision 4620, 0.8 KB (checked in by pmoura, 8 days ago)

Updated the Logtalk version number to 2.34.1 in preparation for the next release.

Fixed some broken links in the Logtalk XHTML documentation. Updated the screen CSS file to match the new, lighter style of the Logtalk website.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.34.1
4
5Copyright (c) 1998-2008 Paulo Moura.        All Rights Reserved.
6Logtalk is free software.  You can redistribute it and/or modify
7it under the terms of the "Artistic License 2.0" as published by
8The Perl Foundation. Consult the "LICENSE.txt" file for details.
9================================================================
10
11This folder contains a single Prolog file, "logtalk.pl", which
12implements both the Logtalk compiler and the Logtalk runtime.
13Before loading this file into your favorite Prolog compiler,
14you must first load the appropriated configuration file for
15your Prolog compiler that you will find in the "configs"
16directory.
17
18The "logtalk.pl" file is formatted using four-space tabs.
Note: See TracBrowser for help on using the browser.