Logtalk 2.16.0 release files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1014 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-03-03 04:07:59 +00:00
parent 8a0fa13746
commit d494081bc5
115 changed files with 1220 additions and 424 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.15.6
Release 2.16.0
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -1,11 +1,11 @@
;; logtalk.el -- font lock support for Logtalk (http://www.logtalk.org/)
;; Copyright (C) 2003 Paulo Moura
;; Copyright (C) 2003-2004 Paulo Moura
;; Author: Paulo Moura
;; Creation date: November 15, 2003
;; Last modification date: February 2, 2004
;; Version: 0.5
;; Last modification date: February 23, 2004
;; Version: 0.51
;; Installation:
;;
@@ -15,6 +15,7 @@
;; (autoload 'logtalk-mode "logtalk" "Major mode for editing Logtalk programs." t)
;; (setq auto-mode-alist (cons '("\\.lgt\\'" . logtalk-mode) auto-mode-alist))
;; (setq auto-mode-alist (cons '("\\.loader\\'" . logtalk-mode) auto-mode-alist))
;; (setq auto-mode-alist (cons '("\\.config\\'" . logtalk-mode) auto-mode-alist))