Semantic 1.4.4 is released!
* What's new
This release introduces a new `semantic-stickyfunc-mode', and
includes bugfixes to the C/C++ grammar, the `hippie-expand' link,
and the UML token->text API.
The NEWS file and the Change Log give more details.
* Requirements
Semantic works with Emacs 20.x, 21, XEmacs 20.x, and 21.x. However,
it is recommended to use the latest stable version available. For
more information, please visit:
- The Emacs home page at <http://www.gnu.org/software/emacs/>.
- The XEmacs home page at <http://www.xemacs.org/>.
Semantic's speedbar interface requires the latest version of
speedbar (1.4beta4). The Semantic Database, Semantic Analysis, and
Semantic Charts tools require the latest version of EIEIO (0.17).
* Availability
You can download Semantic, Speedbar and EIEIO from the CEDET project
home page at: <http://sourceforge.net/projects/cedet>.
The home page of Semantic is at:
<http://cedet.sourceforge.net/semantic.shtml>.
* Patches, bug reports & feature requests
Please use the various "Tracking systems" provided on the CEDET
project page at: <http://sourceforge.net/projects/cedet>.
* Mailing list
The cedet-semantic mailing list is available at:
<http://lists.sourceforge.net/lists/listinfo/cedet-semantic>.
* Changes since 1.4.3
2003-04-22 14:58 ponced
* semantic.el:
(semantic-version): Updated to 1.4.4.
2003-04-22 14:57 ponced
* Project.ede:
(ede-proj-project "semantic"): Updated :version to 1.4.4.
2003-04-11 09:53 berndl
* semantic-util-modes.el:
(semantic-stickyfunc-fetch-stickyline): Searching the
token-name to get more useful information in the header line
2003-04-10 17:40 berndl
* NEWS:
Added news for bugfixes of the c++-grammar
2003-04-08 14:53 ponced
* semantic-util.el:
(semantic-uml-nonterminal-protection): New macro.
(semantic-uml-abbreviate-nonterminal-default)
(semantic-uml-prototype-nonterminal-default)
(semantic-uml-concise-prototype-nonterminal-default): Use it.
2003-04-08 14:34 zappo
* NEWS:
Added section for semantic 1.4.4.
Discuss stickyfunc mode.
2003-04-08 00:09 zappo
* semantic-load.el:
(global-semantic-stickyfunc-mode): On by default if available.
2003-04-08 00:07 zappo
* semantic-util-modes.el:
(global-semantic-stickyfunc-mode)
(global-semantic-stickyfunc-mode-hook)
(semantic-stickyfunc-mode-map)
(semantic-stickyfunc-mode)
(semantic-stickyfunc-mode-setup)
(semantic-stickyfunc-sticky-classes)
(semantic-stickyfunc-fetch-stickyline): New minor mode.
2003-04-04 14:19 berndl
* semantic-c.el, c.bnf:
(namespace-symbol): fixed so also template-specifiers can be
parsed here.
(typeformbase): ajusted for new namespace-symbol definition
2003-04-04 11:42 berndl
* c.bnf:
(macro-expression-list): Removed a backslash from the comment
before which prevented the whole file from being lexed and/or
parsed.
2003-04-04 10:28 ponced
* senator.el:
Fix for bug #692919.
Unconditionally add `senator-hippie-expand-hook' to
`senator-minor-mode-hook'.
|