]> code.delx.au - gnu-emacs/commitdiff
* srecode.el:
authorDavid Engster <dengste@eml.cc>
Thu, 3 Nov 2011 20:03:45 +0000 (21:03 +0100)
committerDavid Engster <dengste@eml.cc>
Thu, 3 Nov 2011 20:03:45 +0000 (21:03 +0100)
* srecode/texi.el:
* srecode/template.el:
* srecode/java.el:
* srecode/insert.el:
* srecode/document.el:
* srecode/dictionary.el:
* srecode/compile.el:
* semantic/wisent/java-tags.el:
* semantic/texi.el:
* semantic/sort.el:
* semantic/lex-spp.el:
* semantic/idle.el:
* semantic/html.el:
* semantic/db-typecache.el:
* semantic/analyze/complete.el:
* ede/generic.el:
* ede/custom.el:
* ede/cpp-root.el:
* ede/base.el: Fix filenames in comments and headers.

* semantic/db-find.el:
* srecode/insert.el (srecode-insert-include-lookup):
* ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
comments and docstrings.

* semantic/ctxt.el (semantic-end-of-context-default):
* semantic/find.el (semantic-find-tags-by-scope-protection):
* semantic/java.el (semantic-documentation-for-tag): Fix typos in
docstrings.

* semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
(semanticdb-abstract-db-cache):
* semantic/decorate/include.el
(semantic-decoration-unknown-include-describe): Fix filenames in
docstring.

* semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
(semantic-ede-grammar-compiler-bovine): Fix requires that are
added to the grammar-make-script.

29 files changed:
lisp/cedet/ChangeLog
lisp/cedet/ede/base.el
lisp/cedet/ede/cpp-root.el
lisp/cedet/ede/custom.el
lisp/cedet/ede/generic.el
lisp/cedet/ede/proj-comp.el
lisp/cedet/semantic/analyze/complete.el
lisp/cedet/semantic/ctxt.el
lisp/cedet/semantic/db-find.el
lisp/cedet/semantic/db-typecache.el
lisp/cedet/semantic/db.el
lisp/cedet/semantic/decorate/include.el
lisp/cedet/semantic/ede-grammar.el
lisp/cedet/semantic/find.el
lisp/cedet/semantic/html.el
lisp/cedet/semantic/idle.el
lisp/cedet/semantic/java.el
lisp/cedet/semantic/lex-spp.el
lisp/cedet/semantic/sort.el
lisp/cedet/semantic/texi.el
lisp/cedet/semantic/wisent/java-tags.el
lisp/cedet/srecode.el
lisp/cedet/srecode/compile.el
lisp/cedet/srecode/dictionary.el
lisp/cedet/srecode/document.el
lisp/cedet/srecode/insert.el
lisp/cedet/srecode/java.el
lisp/cedet/srecode/template.el
lisp/cedet/srecode/texi.el

index 3dd0e6f78fd61ee5a76346d7fd8121470c9fb9d8..2dc345b45da4be13284d21d840142b7d20bf84cf 100644 (file)
@@ -1,3 +1,46 @@
+2011-11-03  David Engster  <dengste@eml.cc>
+
+       * srecode.el:
+       * srecode/texi.el:
+       * srecode/template.el:
+       * srecode/java.el:
+       * srecode/insert.el:
+       * srecode/document.el:
+       * srecode/dictionary.el:
+       * srecode/compile.el:
+       * semantic/wisent/java-tags.el:
+       * semantic/texi.el:
+       * semantic/sort.el:
+       * semantic/lex-spp.el:
+       * semantic/idle.el:
+       * semantic/html.el:
+       * semantic/db-typecache.el:
+       * semantic/analyze/complete.el:
+       * ede/generic.el:
+       * ede/custom.el:
+       * ede/cpp-root.el:
+       * ede/base.el: Fix filenames in comments and headers.
+
+       * semantic/db-find.el:
+       * srecode/insert.el (srecode-insert-include-lookup):
+       * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
+       comments and docstrings.
+
+       * semantic/ctxt.el (semantic-end-of-context-default):
+       * semantic/find.el (semantic-find-tags-by-scope-protection):
+       * semantic/java.el (semantic-documentation-for-tag): Fix typos in
+       docstrings.
+
+       * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
+       (semanticdb-abstract-db-cache):
+       * semantic/decorate/include.el
+       (semantic-decoration-unknown-include-describe): Fix filenames in
+       docstring.
+
+       * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
+       (semantic-ede-grammar-compiler-bovine): Fix requires that are
+       added to the grammar-make-script.
+
 2011-10-23  Chong Yidong  <cyd@gnu.org>
 
        * ede.el (ede-maybe-checkout): Function deleted;
index da36919b23a55e8e95786da2465a3de164c6d561..8b0bd261daf83d5721664f80d9f90e2a07b2ca20 100644 (file)
@@ -413,7 +413,7 @@ Specifying PARENT is useful for sub-sub projects relative to the root project."
 (defmethod ede-subproject-p ((proj ede-project))
   "Return non-nil if PROJ is a sub project."
   ;; @TODO - Use this in more places, and also pay attention to
-  ;; metasubproject in ede-proj.el
+  ;; metasubproject in ede/proj.el
   (ede-parent-project proj))
 
 \f
index 7586522355e5435a22c19cb9ffc7594833aa09dc..e4d1bf205ecd013082084fd21c0e85bafae373a1 100644 (file)
@@ -21,7 +21,7 @@
 
 ;;; Commentary:
 ;;
-;; NOTE: ede-cpp-root.el has been commented so as to also make it
+;; NOTE: ede/cpp-root.el has been commented so as to also make it
 ;;       useful for learning how to make similar project types.
 ;;
 ;; Not everyone can use automake, or an EDE project type.  For
index a7470547cc22a08c9f63f4024959b5a53a70441d..fed1a1b2155bb49c17b7b038d6d0282d175f95b0 100644 (file)
@@ -1,4 +1,4 @@
-;;; ede.el --- customization of EDE projects.
+;;; ede/custom.el --- customization of EDE projects.
 
 ;; Copyright (C) 2010-2011  Free Software Foundation, Inc.
 
index 360b15499ca74d61778e2ea3ed766d5fbb61ee73..7eef0a4121e166b01fbc01230cfe763d52175ae3 100644 (file)
@@ -22,7 +22,7 @@
 ;;; Commentary:
 ;;
 ;; There are a lot of build systems out there, and EDE can't support
-;; them all fully.  The ede-generic.el system is the base for
+;; them all fully.  The ede/generic.el system is the base for
 ;; supporting alternate build systems in a simple way, automatically.
 ;;
 ;; The structure is for the ede-generic baseclass, which is augmented
index 401ea15d0d6f0dca77e79c3ef712cf3f5402e01b..1a2843f7651612e098151c8584b20f6fe107bd58 100644 (file)
@@ -83,7 +83,7 @@ For example, yacc/lex files need additional chain rules, or inferences.")
            :documentation
            "The commands used to execute this compiler.
 The object which uses this compiler will place these commands after
-it's rule definition.")
+its rule definition.")
    (autoconf :initarg :autoconf
             :initform nil
             :type list
index bbe87f341722a40ed84fe02dc69255cfb1eec141..ae993a743d666085a102145a4a636e64770d3c9c 100644 (file)
@@ -28,7 +28,7 @@
 ;;
 ;;; History:
 ;;
-;; Code was moved here from semantic-analyze.el
+;; Code was moved here from semantic/analyze.el
 
 (require 'semantic/analyze)
 
index 08049201756b4996008c4529c1c8280b42cc81c4..2eddfdc1c8e8e1f3f13cead4ce74e4f75652434a 100644 (file)
@@ -106,7 +106,7 @@ Return non-nil if there is no upper context."
   (let ((start (point)))
     (if (semantic-up-context)
        t
-      ;; Go over the list, and back over the end parenthisis.
+      ;; Go over the list, and back over the end parenthesis.
       (condition-case nil
          (progn
            (forward-sexp 1)
index a7335d642beeef6148bf2282ad1e7fc62bcdc419..34718d1fdd2dcdda6643d9bd9d939d119bf84b11 100644 (file)
 ;;  The PATH argument is then the most interesting argument.  It can
 ;;  have these values:
 ;;
-;;    nil - Take the current buffer, and use it's include list
+;;    nil - Take the current buffer, and use its include list
 ;;    buffer - Use that buffer's include list.
 ;;    filename - Use that file's include list.  If the file is not
 ;;        in a buffer, see of there is a semanticdb table for it.  If
 ;;        not, read that file into a buffer.
 ;;    tag - Get that tag's buffer of file file.  See above.
-;;    table - Search that table, and it's include list.
+;;    table - Search that table, and its include list.
 ;;
 ;; Search Results:
 ;;
index 2a78576092a2968fabc8994d76acef70f765f40f..0096c1aab09dfe6706b4fee75c8b0c9fe3962a1a 100644 (file)
@@ -1,4 +1,4 @@
-;;; db-typecache.el --- Manage Datatypes
+;;; semantic/db-typecache.el --- Manage Datatypes
 
 ;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 
@@ -622,4 +622,4 @@ If there isn't one, create it.
 ;; generated-autoload-load-name: "semantic/db-typecache"
 ;; End:
 
-;;; semanticdb-typecache.el ends here
+;;; semantic/db-typecache.el ends here
index dca1b3bafeac432e62b17b48275ec85828828247..65897b96adb152bff9b84e3c04f5eaba918fc5e3 100644 (file)
@@ -229,7 +229,7 @@ it is in Emacs.")
            :documentation
            "List of `semanticdb-table' objects refering to this one.
 These aren't saved, but are instead recalculated after load.
-See the file semanticdb-ref.el for how this slot is used.")
+See the file semantic/db-ref.el for how this slot is used.")
    (pointmax :initarg :pointmax
             :initform nil
             :documentation "Size of buffer when written to disk.
@@ -441,7 +441,7 @@ Tools needing a per-file cache must subclass this, and then get one as
 needed.  Cache objects are identified in semanticdb by subclass.
 In order to keep your cache up to date, be sure to implement
 `semanticdb-synchronize', and `semanticdb-partial-synchronize'.
-See the file semantic-scope.el for an example."
+See the file semantic/scope.el for an example."
   :abstract t)
 
 (defmethod semanticdb-cache-get ((table semanticdb-abstract-table)
@@ -492,7 +492,7 @@ Tools needing a database cache must subclass this, and then get one as
 needed.  Cache objects are identified in semanticdb by subclass.
 In order to keep your cache up to date, be sure to implement
 `semanticdb-synchronize', and `semanticdb-partial-synchronize'.
-See the file semantic-scope.el for an example."
+See the file semantic/scope.el for an example."
   :abstract t)
 
 (defmethod semanticdb-cache-get ((db semanticdb-project-database)
index 0e0a8849d7817c85576c16584598b0aee79016eb..e984965a737aadb0b4ff63fa90b491cd2b9947d5 100644 (file)
@@ -471,7 +471,7 @@ like this in your .emacs file:
   (ede-cpp-root-project \"NAME\" :file \"FILENAME\" :locate-fcn 'MYFCN)
 
 See the CEDET manual, the EDE manual, or the commentary in
-ede-cpp-root.el for more.
+ede/cpp-root.el for more.
 
 If you think this header tag is marked in error, you may need to do:
 
index a436105317443ebc94be9d70a571fa471b0cba5f..3a30a931d95c464757b1efcbcfc005008e511425 100644 (file)
@@ -71,8 +71,8 @@ parsing different languages.")
      "@for loadpath in . ${LOADPATH}; do \\"
      "   echo \"(add-to-list 'load-path \\\"$$loadpath\\\")\" >> grammar-make-script; \\"
      "done;"
-     "@echo \"(require 'semantic-load)\" >> grammar-make-script"
-     "@echo \"(require 'semantic-grammar)\" >> grammar-make-script"
+     "@echo \"(require 'semantic/load)\" >> grammar-make-script"
+     "@echo \"(require 'semantic/grammar)\" >> grammar-make-script"
      ;; "@echo \"(setq debug-on-error t)\" >> grammar-make-script"
      "\"$(EMACS)\" -batch --no-site-file -l grammar-make-script -f semantic-grammar-batch-build-packages $^"
      )
@@ -101,8 +101,8 @@ parsing different languages.")
      "@for loadpath in . ${LOADPATH}; do \\"
      "   echo \"(add-to-list 'load-path \\\"$$loadpath\\\")\" >> grammar-make-script; \\"
      "done;"
-     "@echo \"(require 'semantic-load)\" >> grammar-make-script"
-     "@echo \"(require 'semantic-grammar)\" >> grammar-make-script"
+     "@echo \"(require 'semantic/load)\" >> grammar-make-script"
+     "@echo \"(require 'semantic/grammar)\" >> grammar-make-script"
      ;; "@echo \"(setq debug-on-error t)\" >> grammar-make-script"
      "\"$(EMACS)\" -batch --no-site-file -l grammar-make-script -f semantic-grammar-batch-build-packages $^"
      )
index c62ed818945a718f61806e996c196c5b4ae98edf..c2d07fbcc35783b25ee54c7136a7bd085173f8cd 100644 (file)
@@ -333,7 +333,7 @@ Used in completion."
 
 ;;;###autoload
 (define-overloadable-function semantic-find-tags-by-scope-protection (scopeprotection parent &optional table)
-  "Find all tags accessable by SCOPEPROTECTION.
+  "Find all tags accessible by SCOPEPROTECTION.
 SCOPEPROTECTION is a symbol which can be returned by the method
 `semantic-tag-protection'.  A hard-coded order is used to determine a match.
 PARENT is a tag representing the PARENT slot needed for
index 80c0a0ddb959edf87db8a99639dfadc9805ca307..972ce5e26bce6bbdcc582a685ef27c0e5fd02929 100644 (file)
@@ -222,7 +222,7 @@ tag with greater section value than LEVEL is found."
   "The children TAG expands to."
   (semantic-html-components tag))
 
-;; In semantic-imenu.el, not part of Emacs.
+;; In semantic/imenu.el, not part of Emacs.
 (defvar semantic-imenu-expandable-tag-classes)
 (defvar semantic-imenu-bucketize-file)
 (defvar semantic-imenu-bucketize-type-members)
index f17a5471d754f06afd1dccc6287813b6321c1797..1c1233303e9fb2ebbf1966c33d3abd85b31880fc 100644 (file)
@@ -1314,4 +1314,4 @@ mouse-3: popup context menu"
 ;; generated-autoload-load-name: "semantic/idle"
 ;; End:
 
-;;; semantic-idle.el ends here
+;;; semantic/idle.el ends here
index 71a205386db8eaeb9b7db43dd553c28d5d576d65..c3075634242bb4e3658ebdc351810d6baeff02b5 100644 (file)
@@ -256,7 +256,7 @@ Optional argument COLOR indicates that color should be mixed in."
 (define-mode-local-override semantic-documentation-for-tag
   java-mode (&optional tag nosnarf)
   "Find documentation from TAG and return it as a clean string.
-Java has documentation set in a comment preceding TAG's definition.
+Java have documentation set in a comment preceding TAG's definition.
 Attempt to strip out comment syntactic sugar, unless optional argument
 NOSNARF is non-nil.
 If NOSNARF is 'lex, then return the semantic lex token."
index de4cb7a9c6209c41090b7a248ef2f934252c8175..e49968b07e77ae3e342e30291598e59301dc8cfe 100644 (file)
@@ -1,4 +1,4 @@
-;;; lex-spp.el --- Semantic Lexical Pre-processor
+;;; semantic/lex-spp.el --- Semantic Lexical Pre-processor
 
 ;; Copyright (C) 2006-2011  Free Software Foundation, Inc.
 
@@ -1230,4 +1230,4 @@ If BUFFER is not provided, use the current buffer."
 ;; generated-autoload-load-name: "semantic/lex-spp"
 ;; End:
 
-;;; semantic-lex-spp.el ends here
+;;; semantic/lex-spp.el ends here
index d62c3bb17d9ed01692ef0ac9df35943b95820cc7..c3d8b26810c74fb783a04c4cd1ccaa4f39c18a12 100644 (file)
@@ -1,4 +1,4 @@
-;;; sort.el --- Utilities for sorting and re-arranging tag tables.
+;;; semantic/sort.el --- Utilities for sorting and re-arranging tag tables.
 
 ;;; Copyright (C) 1999-2005, 2007-2011 Free Software Foundation, Inc.
 
@@ -27,7 +27,7 @@
 ;; purposes.  Re-organization may be alphabetical, or even a complete
 ;; reorganization of parents and children.
 ;;
-;; Originally written in semantic-util.el
+;; Originally written in semantic/util.el
 ;;
 
 (require 'semantic)
@@ -565,4 +565,4 @@ See `semantic-tag-external-class' for details."
 ;; generated-autoload-load-name: "semantic/sort"
 ;; End:
 
-;;; semantic-sort.el ends here
+;;; semantic/sort.el ends here
index 66327cbe2ff05e3d8292681e8f7337af47fbeeec..393d64e64208343def26f97158230db299c9434a 100644 (file)
@@ -446,7 +446,7 @@ that start with that symbol."
 \f
 ;;; Parser Setup
 ;;
-;; In semantic-imenu.el, not part of Emacs.
+;; In semantic/imenu.el, not part of Emacs.
 (defvar semantic-imenu-expandable-tag-classes)
 (defvar semantic-imenu-bucketize-file)
 (defvar semantic-imenu-bucketize-type-members)
@@ -592,7 +592,7 @@ Note: TYPE not yet implemented."
 ;;       (error "Could not find documentation for %s" (semantic-tag-name tag)))
 ;;
 ;;     (require 'srecode)
-;;     (require 'srecode-texi)
+;;     (require 'srecode/texi)
 ;;
 ;;     ;; If we have a string, do the replacement.
 ;;     (delete-region (semantic-tag-start tag)
index d0647d8e2710463bb80ab938bbc6106070d803b3..f3d11d3851202f70d6c78a4297e5a9f89e6883da 100644 (file)
@@ -77,7 +77,7 @@ This function override `get-local-variables'."
 ;;;; Semantic integration of the Java LALR parser
 ;;;;
 
-;; In semantic-imenu.el, not part of Emacs.
+;; In semantic/imenu.el, not part of Emacs.
 (defvar semantic-imenu-summary-function)
 
 ;;;###autoload
index 7b499d1a5e7d7e6f0a8569d12790295f8742703a..5527273a3a511c05c13b3dd8eb4065c1a0c2451c 100644 (file)
@@ -31,7 +31,7 @@
 ;;
 ;; Contemplation of the simplistic problem within the scope of
 ;; semantic showed that the solution was more complex than could
-;; possibly be handled in semantic-format.el.   Semantic Recode, or
+;; possibly be handled in semantic/format.el.   Semantic Recode, or
 ;; srecode is a rich API for generating code out of semantic tags, or
 ;; recoding the tags.
 ;;
index 0a117bad9bc6aef0981a3fc2e1774f4b75caa232..052999bf7c884cf00c6b67f2b8a4890ef59e8014 100644 (file)
@@ -103,7 +103,7 @@ stack is broken."
 ;; work, and the smaller, simple inserter object is saved in
 ;; the compiled templates.
 ;;
-;; See srecode-insert.el for the specialized classes.
+;; See srecode/insert.el for the specialized classes.
 ;;
 (defclass srecode-template-inserter (eieio-named)
   ((secondname :initarg :secondname
index 06496160b8c384219efcc2894bbf548dbcd90f27..521532bed331d126380c55d92d36c460cae5d792 100644 (file)
@@ -1,4 +1,4 @@
-;;; srecode-dictionary.el --- Dictionary code for the semantic recoder.
+;;; srecode/dictionary.el --- Dictionary code for the semantic recoder.
 
 ;; Copyright (C) 2007-2011 Free Software Foundation, Inc.
 
index bccc85fb82b9a4718a885a75c66b3a2a443b213d..a52cadbfb2cdd43b204081f481bab49e42510288 100644 (file)
@@ -37,7 +37,7 @@
 ;; Document has now been ported to srecode, using the semantic recoder
 ;; as the templating engine.
 
-;; This file combines srecode-document.el and srecode-document-vars.el
+;; This file combines srecode/document.el and srecode/document-vars.el
 ;; from the CEDET repository.
 
 (require 'srecode/args)
index 931d0b3d73e2d14547bda3e992c3e343e4e2a4b4..84964a9e8b422327b95c7265efdf6b8ef952a136 100644 (file)
@@ -1,4 +1,4 @@
-;;; srecode/insert --- Insert srecode templates to an output stream.
+;;; srecode/insert.el --- Insert srecode templates to an output stream.
 
 ;; Copyright (C) 2005, 2007-2011  Free Software Foundation, Inc.
 
@@ -911,7 +911,7 @@ this template instance."
          (setq active (cdr active)))
        (when (not tmpl)
          ;; If it wasn't in this context, look to see if it
-         ;; defines it's own context
+         ;; defines its own context
          (setq tmpl (srecode-template-get-table (srecode-table)
                                                 templatenamepart)))
        )
index 69534e053f1ef39a485ffa7d1aeb2cf13982f875..4e76c15e30079baea89a634444283baa1f11e4a8 100644 (file)
@@ -1,4 +1,4 @@
-;;; srecode-java.el --- Srecode Java support
+;;; srecode/java.el --- Srecode Java support
 
 ;; Copyright (C) 2009-2011 Free Software Foundation, Inc.
 
index e0cf42b75df4f606889417b82370816dd818f8a0..5dd32a8578647f701b7d75e5602798733ce72f79 100644 (file)
@@ -1,4 +1,4 @@
-;;; srecode-template.el --- SRecoder template language parser support.
+;;; srecode/template.el --- SRecoder template language parser support.
 
 ;; Copyright (C) 2005, 2007-2011  Free Software Foundation, Inc.
 
index 38d8e765d41167b72743cc83af15d35612621458..33440d044328148cc5f462cd1d0ad4670db6248f 100644 (file)
@@ -1,4 +1,4 @@
-;;; srecode-texi.el --- Srecode texinfo support.
+;;; srecode/texi.el --- Srecode texinfo support.
 
 ;; Copyright (C) 2008-2011 Free Software Foundation, Inc.