diff options
author | uebayasi <uebayasi> | 2003-01-11 08:56:33 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-01-11 08:56:33 +0000 |
commit | e22fcf77816b5608adc69015b1ea45414e8ac17d (patch) | |
tree | a81db573745ab8dcdbaf6b05b483400cfd1605d5 /devel/semantic/patches | |
parent | d3362a1c965aa1594747ea2bf456c835db2343f5 (diff) | |
download | pkgsrc-e22fcf77816b5608adc69015b1ea45414e8ac17d.tar.gz |
Update semantic to 1.4.2.
Approximate set of changes:
* Added namespaces support to the C/C++ grammar.
* New Non-recursive parser by David Ponce <david@dponce.com>
* Variables no longer contain an explicit constant flag.
* Modifiers field for variable, function, and types is now an association
list.
* Analyzizes via type information the local context
* Provides smart completion information
* Speedbar mode for using analysis information.
* Generates objects representing a browsable class structure
which links parents and subclasses and externally defined
methods into an easilly navigated (programatically) structure.
* Speedbar interface to browser structure (simple)
* semantic-load.el simplifies installation.
* Added partial reparseing of buffers where only token contents have changed.
* Added `semantic-show-dirty-mode'.
* Added `semantic-show-unmatched-syntax-mode'
* Added `semantic-auto-reparse-mode'
* Added new tool, `semanticdb'.
Semanticdb caches token lists between sessions with a specific file.
And more.
Use emacs.mk.
Diffstat (limited to 'devel/semantic/patches')
-rw-r--r-- | devel/semantic/patches/patch-aa | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/semantic/patches/patch-aa b/devel/semantic/patches/patch-aa index ceb731ac703..b9b02377764 100644 --- a/devel/semantic/patches/patch-aa +++ b/devel/semantic/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.1 2002/02/18 15:14:16 seb Exp $ +$NetBSD: patch-aa,v 1.2 2003/01/11 08:56:33 uebayasi Exp $ ---- Makefile.orig Wed May 16 13:40:27 2001 +--- Makefile.orig Tue Dec 31 19:17:40 2002 +++ Makefile -@@ -21,7 +21,6 @@ - LOADPATH= - misc_AUX=INSTALL NEWS +@@ -19,7 +19,6 @@ + senator_LISP=senator.el + misc_AUX=INSTALL NEWS ChangeLog info_TEXINFOS=semantic.texi -MAKEINFO=makeinfo aux_AUX=c.bnf make.bnf java.bnf scheme.bnf - VERSION=1.4beta5 - DISTDIR=semantic-$(VERSION) + VERSION=1.4.2 + DISTDIR=$(top)semantic-$(VERSION) |