Hello Eric and David!

I just downloaded semantic 1.4.1 and had noticed the following:

1. Bug in semantic-texi.el: It is not enough to add ("defopt" . 1) to
   semantic-texi-name-field-list but is also necessary to add opt to
   semantic-texi-super-regex:
   
(defvar semantic-texi-super-regex
  "^@\\(chapter\\|\\(sub\\)*section\\|unnumbered\\(\\(sub\\)*sec\\)?\\|\
\\(chap\\|\\(sub\\)+\\|major\\)?heading\\|appendix\\(\\(sub\\)*sec\\)?\\|\
centerchap\\|def\\(var\\|un\\|fn\\|opt\\)x?\\)"
  "Regular expression used to find special sections in a Texinfo file.")

2. Problems with shipped semantic-util-modes.el: With 1.4.1 there is after
   every autom. (partial) reparse a recenter of the source-buffer which is
   pretty annoying. I have replaced the version of 1.4.1 with that one shipped
   with 1.4 and all is working fine, i.e. no recentering of the source-buffer.
   
   I'm wondering why the version of semantic-util-modes.el in 1.4.1 is
   X-RCS: $Id: semantic-util-modes.el,v 1.17 2001/12/08 03:12:39
   whereas the version of 1.4 seems to be much newer:
   X-RCS: $Id: semantic-util-modes.el,v 1.17.2.2 2002/05/07 02:40:50

   There are not many differences between these versions of
   semantic-util-modes.el but nevertheless they seem to be the reason for the
   annoying recenter behavior of the source-buffer after autom. reparsing.

Thoughts?

Ciao,
Klaus



-----Ursprüngliche Nachricht-----
Von: David PONCE [mailto:[EMAIL PROTECTED]] 
Gesendet: Mittwoch, 11. Dezember 2002 10:16
An: [EMAIL PROTECTED]; [EMAIL PROTECTED]; 
cedet-devel; [EMAIL PROTECTED]
Betreff: ANN: Semantic 1.4.1 is released!


                     Semantic 1.4.1 is released!

* What's new

  This is a bug fix release only, without new features added.

* Requirements

  Semantic works with Emacs 20.x, 21, XEmacs 20.x, and 21.x.

  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

  2002-11-27 09:53  ponced

     * semantic.el:
     
     (semantic-version): Updated to 1.4.1.

  2002-11-27 09:52  ponced

     * Project.ede:
     
     (ede-proj-project "semantic"): Updated :version to 1.4.1.

  2002-11-27 09:52  ponced

     * NEWS:
     
     Added entry for Semantic 1.4.1.

  2002-11-21 10:58  ponced

     * semantic-c.el:
     
     (semantic-toplevel-c-bovine-table): New c.bnf.

  2002-11-21 10:56  ponced

     * semantic-texi.el:
     
     (semantic-texi-name-field-list): Add `defopt' as a parsable field
     entry.

  2002-11-21 10:55  ponced

     * c.bnf:

     (opt-class-declmods): New.
     (typeformbase): Support templates after :: operator.
     (variablearg): Support *'s in nameless arguments.

  2002-11-18 11:39  ponced

     * semantic-util.el:

     (semantic-change-function-mark-dirty): Fixed bug #513650, "Stack
     overflow in equal" in `add-to-list' when comparing complex tokens.

  2002-05-15 21:21  ponced

     * semantic-java.el:
     
     (semantic-default-java-setup): Re-generated from updated grammar.

  2002-05-15 21:21  ponced

     * java.bnf:

     (setup): take into account new
     `semantic-symbol->name-assoc-list-for-type-parts' option.

  2002-05-07 02:40  zappo

     * semantic-util-modes.el:
     
     Fixed bug #619758 "semantic-map-buffers void, only ver. 1.4"

Reply via email to