aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cedet/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2010-09-18 22:49:54 -0400
committerChong Yidong <[email protected]>2010-09-18 22:49:54 -0400
commitdd9af436d98d87c8c214a80e728c68cc02674ca0 (patch)
tree99550b7a46867cc532df2333282cef2444455fe1 /lisp/cedet/ChangeLog
parent7ee54def434389f580b0a620d08501b635e3de44 (diff)
Synch Semantic to CEDET 1.0.
Move CEDET ChangeLog entries to new file lisp/cedet/ChangeLog. * semantic.el (semantic-version): Update to 2.0. (semantic-mode-map): Add "," and "m" bindings. (navigate-menu): Update. * semantic/symref.el (semantic-symref-calculate-rootdir): New function. (semantic-symref-detect-symref-tool): Use it. * semantic/symref/grep.el (semantic-symref-grep-shell): New var. (semantic-symref-perform-search): Use it. Calculate root dir with semantic-symref-calculate-rootdir. (semantic-symref-derive-find-filepatterns): Improve error message. * semantic/symref/list.el (semantic-symref-results-mode-map): New bindings. (semantic-symref-auto-expand-results): New option. (semantic-symref-results-dump): Obey auto-expand. (semantic-symref-list-expand-all, semantic-symref-regexp) (semantic-symref-list-contract-all) (semantic-symref-list-map-open-hits) (semantic-symref-list-update-open-hits) (semantic-symref-list-create-macro-on-open-hit) (semantic-symref-list-call-macro-on-open-hits): New functions. (semantic-symref-list-menu-entries) (semantic-symref-list-menu): New vars. (semantic-symref-list-map-open-hits): Move cursor to beginning of match before calling the mapped function. * semantic/doc.el (semantic-documentation-comment-preceeding-tag): Do nothing if the mode doesn't provide comment-start-skip. * semantic/scope.el (semantic-analyze-scope-nested-tags-default): Strip duplicates. (semantic-analyze-scoped-inherited-tag-map): Take the tag we are looking for as part of the scoped tags list. * semantic/html.el (semantic-default-html-setup): Add senator-step-at-tag-classes. * semantic/decorate/include.el (semantic-decoration-on-unknown-includes): Change light bgcolor. (semantic-decoration-on-includes-highlight-default): Check that the include tag has a postion. * semantic/complete.el (semantic-collector-local-members): (semantic-complete-read-tag-local-members) (semantic-complete-jump-local-members): New class and functions. (semantic-complete-self-insert): Save excursion before completing. * semantic/analyze/complete.el (semantic-analyze-possible-completions-default): If no completions are found, return the raw by-name-only completion list. Add FLAGS arguments. Add support for 'no-tc (type constraint) and 'no-unique, or no stripping duplicates. (semantic-analyze-possible-completions-default): Add FLAGS arg. * semantic/util-modes.el (semantic-stickyfunc-show-only-functions-p): New option. (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for the very first line in a buffer. * semantic/util.el (semantic-hack-search) (semantic-recursive-find-nonterminal-by-name) (semantic-current-tag-interactive): Deleted. (semantic-describe-buffer): Fix expand-nonterminal. Add lex-syntax-mods, type relation separator char, and command separation char. (semantic-sanity-check): Only message if called interactively. * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the :filename property and the tag position. * semantic/lex-spp.el (semantic-lex-spp-lex-text-string): Add recursion limit. * semantic/imenu.el (semantic-imenu-bucketize-type-members): Make this buffer local, not the obsoleted variable. * semantic/idle.el: Add breadcrumbs support. (semantic-idle-summary-current-symbol-info-default) (semantic-idle-tag-highlight) (semantic-idle-completion-list-default): Use semanticdb-without-unloaded-file-searches for speed, and to conform to the controls that specify if the idle timer is supposed to be parsing unparsed includes. (semantic-idle-symbol-highlight-face) (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*. Callers changed. (semantic-idle-work-parse-neighboring-files-flag): Default to nil. (semantic-idle-work-update-headers-flag): New var. (semantic-idle-work-for-one-buffer): Use it. (semantic-idle-local-symbol-highlight): Rename from semantic-idle-tag-highlight. (semantic-idle-truncate-long-summaries): New option. * semantic/ia.el (semantic-ia-cache) (semantic-ia-get-completions): Deleted. Callers changed. (semantic-ia-show-variants): New command. (semantic-ia-show-doc): If doc is empty, don't make a temp buffer. (semantic-ia-show-summary): If there isn't anything to show, say so. * semantic/grammar.el (semantic-grammar-create-package): Save the buffer even in batch mode. * semantic/fw.el (semanticdb-without-unloaded-file-searches): New macro. * semantic/dep.el (semantic-dependency-find-file-on-path): Fix case dereferencing ede-object when it is a list. * semantic/db-typecache.el (semanticdb-expand-nested-tag) (semanticdb-typecache-faux-namespace): New functions. (semanticdb-typecache-file-tags) (semanticdb-typecache-merge-streams): Use them. (semanticdb-typecache-file-tags): When deriving tags from a file, give the mode a chance to monkey with the tag copy. (semanticdb-typecache-find-default): Wrap find in save-excursion. (semanticdb-typecache-find-by-name-helper): Merge found names down. * semantic/db-global.el (semanticdb-enable-gnu-global-in-buffer): Don't show messages if GNU Global is not available and we don't want to throw an error. * semantic/db-find.el (semanticdb-find-result-nth-in-buffer): When trying to normalize the tag to a buffer, don't error if set-buffer method doesn't exist. * semantic/db-file.el (semanticdb-save-db): Simplify msg. * semantic/db.el (semanticdb-refresh-table): If forcing a refresh on a file not in a buffer, use semantic-find-file-noselect and delete the buffer after use. (semanticdb-current-database-list): When calculating root via hooks, force it through true-filename and skip the list of possible roots. * semantic/ctxt.el (semantic-ctxt-imported-packages): New. * semantic/analyze/debug.el (semantic-analyzer-debug-insert-tag): Reset standard output to current buffer. (semantic-analyzer-debug-global-symbol) (semantic-analyzer-debug-missing-innertype): Change "prefix" to "symbol" in messages. * semantic/analyze/refs.el: (semantic-analyze-refs-impl) (semantic-analyze-refs-proto): When calculating value, make sure the found tag is 'similar' to the originating tag. (semantic--analyze-refs-find-tags-with-parent): Attempt to identify matches via imported symbols of parents. (semantic--analyze-refs-full-lookup-with-parents): Do a deep search during the brute search. * semantic/analyze.el (semantic-analyze-find-tag-sequence-default): Be robust to calculated scopes being nil. * semantic/bovine/c.el (semantic-c-describe-environment): Add project macro symbol array. (semantic-c-parse-lexical-token): Add recursion limit. (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag): New overrides. (semantic-expand-c-tag-namelist): Split a full type from a typedef out to its own tag. (semantic-expand-c-tag-namelist): Do not split out a typedef'd inline type if it is an anonymous type. (semantic-c-reconstitute-token): Use the optional initializers as a clue that some function is probably a constructor. When defining the type of these constructors, split the parent name, and use only the class part, if applicable. * semantic/bovine/c-by.el: * semantic/wisent/python-wy.el: Regenerate.
Diffstat (limited to 'lisp/cedet/ChangeLog')
-rw-r--r--lisp/cedet/ChangeLog1152
1 files changed, 1152 insertions, 0 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
new file mode 100644
index 0000000000..9d3c35c829
--- /dev/null
+++ b/lisp/cedet/ChangeLog
@@ -0,0 +1,1152 @@
+2010-09-19 Eric Ludlam <[email protected]>
+
+ Synch Semantic to CEDET 1.0.
+
+ * semantic.el (semantic-version): Update to 2.0.
+ (semantic-mode-map): Add "," and "m" bindings.
+ (navigate-menu): Update.
+
+ * semantic/symref.el (semantic-symref-calculate-rootdir):
+ New function.
+ (semantic-symref-detect-symref-tool): Use it.
+
+ * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
+ (semantic-symref-perform-search): Use it. Calculate root dir with
+ semantic-symref-calculate-rootdir.
+ (semantic-symref-derive-find-filepatterns): Improve error message.
+
+ * semantic/symref/list.el
+ (semantic-symref-results-mode-map): New bindings.
+ (semantic-symref-auto-expand-results): New option.
+ (semantic-symref-results-dump): Obey auto-expand.
+ (semantic-symref-list-expand-all, semantic-symref-regexp)
+ (semantic-symref-list-contract-all)
+ (semantic-symref-list-map-open-hits)
+ (semantic-symref-list-update-open-hits)
+ (semantic-symref-list-create-macro-on-open-hit)
+ (semantic-symref-list-call-macro-on-open-hits): New functions.
+ (semantic-symref-list-menu-entries)
+ (semantic-symref-list-menu): New vars.
+ (semantic-symref-list-map-open-hits): Move cursor to beginning of
+ match before calling the mapped function.
+
+ * semantic/doc.el
+ (semantic-documentation-comment-preceeding-tag): Do nothing if the
+ mode doesn't provide comment-start-skip.
+
+ * semantic/scope.el
+ (semantic-analyze-scope-nested-tags-default): Strip duplicates.
+ (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
+ looking for as part of the scoped tags list.
+
+ * semantic/html.el (semantic-default-html-setup): Add
+ senator-step-at-tag-classes.
+
+ * semantic/decorate/include.el
+ (semantic-decoration-on-unknown-includes): Change light bgcolor.
+ (semantic-decoration-on-includes-highlight-default): Check that
+ the include tag has a postion.
+
+ * semantic/complete.el (semantic-collector-local-members):
+ (semantic-complete-read-tag-local-members)
+ (semantic-complete-jump-local-members): New class and functions.
+ (semantic-complete-self-insert): Save excursion before completing.
+
+ * semantic/analyze/complete.el
+ (semantic-analyze-possible-completions-default): If no completions
+ are found, return the raw by-name-only completion list. Add FLAGS
+ arguments. Add support for 'no-tc (type constraint) and
+ 'no-unique, or no stripping duplicates.
+ (semantic-analyze-possible-completions-default): Add FLAGS arg.
+
+ * semantic/util-modes.el
+ (semantic-stickyfunc-show-only-functions-p): New option.
+ (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
+ the very first line in a buffer.
+
+ * semantic/util.el (semantic-hack-search)
+ (semantic-recursive-find-nonterminal-by-name)
+ (semantic-current-tag-interactive): Deleted.
+ (semantic-describe-buffer): Fix expand-nonterminal. Add
+ lex-syntax-mods, type relation separator char, and command
+ separation char.
+ (semantic-sanity-check): Only message if called interactively.
+
+ * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
+ :filename property and the tag position.
+
+ * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
+ Add recursion limit.
+
+ * semantic/imenu.el (semantic-imenu-bucketize-type-members):
+ Make this buffer local, not the obsoleted variable.
+
+ * semantic/idle.el: Add breadcrumbs support.
+ (semantic-idle-summary-current-symbol-info-default)
+ (semantic-idle-tag-highlight)
+ (semantic-idle-completion-list-default): Use
+ semanticdb-without-unloaded-file-searches for speed, and to
+ conform to the controls that specify if the idle timer is supposed
+ to be parsing unparsed includes.
+ (semantic-idle-symbol-highlight-face)
+ (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
+ Callers changed.
+ (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
+ (semantic-idle-work-update-headers-flag): New var.
+ (semantic-idle-work-for-one-buffer): Use it.
+ (semantic-idle-local-symbol-highlight): Rename from
+ semantic-idle-tag-highlight.
+ (semantic-idle-truncate-long-summaries): New option.
+
+ * semantic/ia.el (semantic-ia-cache)
+ (semantic-ia-get-completions): Deleted. Callers changed.
+ (semantic-ia-show-variants): New command.
+ (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
+ (semantic-ia-show-summary): If there isn't anything to show, say so.
+
+ * semantic/grammar.el (semantic-grammar-create-package):
+ Save the buffer even in batch mode.
+
+ * semantic/fw.el
+ (semanticdb-without-unloaded-file-searches): New macro.
+
+ * semantic/dep.el (semantic-dependency-find-file-on-path):
+ Fix case dereferencing ede-object when it is a list.
+
+ * semantic/db-typecache.el (semanticdb-expand-nested-tag)
+ (semanticdb-typecache-faux-namespace): New functions.
+ (semanticdb-typecache-file-tags)
+ (semanticdb-typecache-merge-streams): Use them.
+ (semanticdb-typecache-file-tags): When deriving tags from a file,
+ give the mode a chance to monkey with the tag copy.
+ (semanticdb-typecache-find-default): Wrap find in save-excursion.
+ (semanticdb-typecache-find-by-name-helper): Merge found names down.
+
+ * semantic/db-global.el
+ (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
+ GNU Global is not available and we don't want to throw an error.
+
+ * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
+ When trying to normalize the tag to a buffer, don't error if
+ set-buffer method doesn't exist.
+
+ * semantic/db-file.el (semanticdb-save-db): Simplify msg.
+
+ * semantic/db.el (semanticdb-refresh-table): If forcing a
+ refresh on a file not in a buffer, use semantic-find-file-noselect
+ and delete the buffer after use.
+ (semanticdb-current-database-list): When calculating root via
+ hooks, force it through true-filename and skip the list of
+ possible roots.
+
+ * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
+
+ * semantic/analyze/debug.el
+ (semantic-analyzer-debug-insert-tag): Reset standard output to
+ current buffer.
+ (semantic-analyzer-debug-global-symbol)
+ (semantic-analyzer-debug-missing-innertype): Change "prefix" to
+ "symbol" in messages.
+
+ * semantic/analyze/refs.el: (semantic-analyze-refs-impl)
+ (semantic-analyze-refs-proto): When calculating value, make sure
+ the found tag is 'similar' to the originating tag.
+ (semantic--analyze-refs-find-tags-with-parent): Attempt to
+ identify matches via imported symbols of parents.
+ (semantic--analyze-refs-full-lookup-with-parents): Do a deep
+ search during the brute search.
+
+ * semantic/analyze.el
+ (semantic-analyze-find-tag-sequence-default): Be robust to
+ calculated scopes being nil.
+
+ * semantic/bovine/c.el (semantic-c-describe-environment): Add
+ project macro symbol array.
+ (semantic-c-parse-lexical-token): Add recursion limit.
+ (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
+ New overrides.
+ (semantic-expand-c-tag-namelist): Split a full type from a typedef
+ out to its own tag.
+ (semantic-expand-c-tag-namelist): Do not split out a typedef'd
+ inline type if it is an anonymous type.
+ (semantic-c-reconstitute-token): Use the optional initializers as
+ a clue that some function is probably a constructor. When
+ defining the type of these constructors, split the parent name,
+ and use only the class part, if applicable.
+
+ * semantic/bovine/c-by.el:
+ * semantic/wisent/python-wy.el: Regenerate.
+
+2010-07-20 Juanma Barranquero <[email protected]>
+
+ * semantic/db-file.el (object-write): Fix typo in docstring.
+
+2010-06-03 Eric Ludlam <[email protected]>
+
+ * semantic/lex-spp.el
+ (semantic-lex-spp-table-write-slot-value): Instead of erroring on
+ invalid values during save, just save a nil (Bug#6324).
+
+2010-05-31 Jonathan Marchand <[email protected]> (tiny change)
+
+ * ede/cpp-root.el (ede-set-project-variables): Fix feature name
+ (bug#6231).
+
+2010-04-18 Chong Yidong <[email protected]>
+
+ * ede/pmake.el (ede-proj-makefile-insert-variables):
+ Don't destroy list before using it.
+
+2010-04-02 Juanma Barranquero <[email protected]>
+
+ * semantic/imenu.el (semantic-imenu-bucketize-type-members)
+ (semantic-create-imenu-directory-index): Fix typos in docstrings.
+ (semantic-imenu-goto-function): Reflow docstring.
+
+2010-03-24 Juanma Barranquero <[email protected]>
+
+ * srecode/table.el (srecode-template-table): Fix docstring typo.
+
+2010-03-13 Eric M. Ludlam <[email protected]>
+
+ * semantic/imenu.el: New file, from the CEDET repository
+ (Bug#5412).
+
+2010-03-06 Glenn Morris <[email protected]>
+
+ * semantic/grammar.el (semantic-grammar-header-template):
+ Update template copyright to GPLv3+.
+
+2010-02-28 Chong Yidong <[email protected]>
+
+ * semantic/db-find.el
+ (semanticdb-find-translate-path-brutish-default):
+ * ede/make.el (ede-make-check-version): Use
+ with-current-buffer instead of save-excursion.
+
+2010-02-16 Chong Yidong <[email protected]>
+
+ * data-debug.el (data-debug): Move to extensions group.
+
+ * ede.el (ede):
+ * srecode.el (srecode):
+ * semantic.el (semantic): Put in tools and extensions group.
+
+2010-02-14 Juanma Barranquero <[email protected]>
+
+ * ede.el (ede-run-target, project-delete-target)
+ (project-dist-files, ede-name, ede-documentation, ede-parent-project)
+ (ede-adebug-project, ede-adebug-project-parent)
+ (ede-adebug-project-root): Fix typos in docstrings.
+
+2010-01-18 Juanma Barranquero <[email protected]>
+
+ * ede/locate.el (ede-locate-file-in-project)
+ (ede-locate-file-in-project-impl): Fix typos in docstrings.
+ (ede-enable-locate-on-project): Fix typos in error messages.
+
+ * semantic/util-modes.el (semantic-unmatched-syntax-face)
+ (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
+ (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
+ (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
+ (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
+ Fix typos in menu help.
+
+ * semantic.el (semantic-require-version, semantic--buffer-cache)
+ (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
+ (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
+ (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
+ (semantic-parse-stream, semantic-parse-region)
+ (semantic-parse-region-default, semantic--set-buffer-cache)
+ (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
+ (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
+ (semantic-default-submodes):
+ * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
+ (semanticdb-create-ebrowse-database)
+ (semanticdb-find-tags-for-completion-method)
+ (semanticdb-find-tags-by-class-method)
+ (semanticdb-deep-find-tags-by-name-method)
+ (semanticdb-deep-find-tags-for-completion-method):
+ * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
+ (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
+ (semanticdb-find-tags-for-completion-method)
+ (semanticdb-find-tags-by-class-method)
+ (semanticdb-deep-find-tags-for-completion-method):
+ * semantic/db-find.el (semanticdb-find-translate-path)
+ (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
+ (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
+ (semanticdb-find-tags-by-name-method)
+ (semanticdb-find-tags-by-name-regexp-method)
+ (semanticdb-find-tags-for-completion-method)
+ (semanticdb-find-tags-by-class-method)
+ (semanticdb-find-tags-external-children-of-type-method)
+ (semanticdb-find-tags-subclasses-of-type-method)
+ (semanticdb-deep-find-tags-by-name-method)
+ (semanticdb-deep-find-tags-by-name-regexp-method)
+ (semanticdb-deep-find-tags-for-completion-method):
+ * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
+ (semanticdb-enable-gnu-global-in-buffer)
+ (semanticdb-find-tags-for-completion-method)
+ (semanticdb-deep-find-tags-by-name-method)
+ (semanticdb-deep-find-tags-for-completion-method):
+ * semantic/db-javascript.el (semanticdb-javascript-tags)
+ (javascript-mode, semanticdb-find-translate-path)
+ (semanticdb-find-tags-for-completion-method)
+ (semanticdb-find-tags-by-class-method)
+ (semanticdb-deep-find-tags-by-name-method)
+ (semanticdb-deep-find-tags-for-completion-method)
+ (semanticdb-find-tags-external-children-of-type-method):
+ * semantic/idle.el (semantic-idle-work-core-handler)
+ (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
+ (global-semantic-idle-scheduler-mode):
+ * srecode/dictionary.el (srecode-field-value)
+ (srecode-dictionary-add-section-dictionary):
+ Fix typos in docstrings.
+
+2010-01-17 Glenn Morris <[email protected]>
+
+ * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
+
+2010-01-17 Juanma Barranquero <[email protected]>
+
+ * semantic.el (semantic-mode): Fix typos in docstrings.
+
+2010-01-16 Mario Lang <[email protected]>
+
+ * ede/cpp-root.el (ede-cpp-root-project):
+ * ede/files.el (ede-expand-filename):
+ * ede/simple.el (ede-simple-project):
+ * semantic/complete.el (semantic-complete-read-tag-engine)
+ (semantic-complete-inline-tag-engine):
+ * semantic/db-el.el (semanticdb-equivalent-mode):
+ * semantic/db-global.el (semanticdb-equivalent-mode):
+ * semantic/db-javascript.el (semanticdb-equivalent-mode):
+ * semantic/db.el (semanticdb-equivalent-mode):
+ * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
+ * semantic/idle.el (semantic-idle-work-for-one-buffer):
+ Remove duplicated words in doc-strings.
+
+2010-01-14 Juanma Barranquero <[email protected]>
+
+ * semantic/edit.el (semantic-reparse-needed-change-hook)
+ (semantic-no-reparse-needed-change-hook):
+ * srecode/insert.el (srecode-resolve-argument-list)
+ (srecode-template-inserter-blank, srecode-template-inserter-variable)
+ (srecode-template-inserter-ask, srecode-template-inserter-width)
+ (srecode-template-inserter-section-start)
+ (srecode-template-inserter-section-end, srecode-insert-method):
+
+2010-01-12 Juanma Barranquero <[email protected]>
+
+ * data-debug.el (data-debug): Fix customization group reference.
+
+2010-01-12 Juanma Barranquero <[email protected]>
+
+ * semantic/analyze.el (semantic-analyze-push-error)
+ (semantic-analyze-context, semantic-analyze-context-assignment)
+ (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
+ * semantic/java.el (java-mode, semantic-tag-include-filename)
+ (semantic-java-doc-keywords-map):
+ * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
+ (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
+ (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
+ (semantic-c-classname, semantic-format-tag-uml-prototype)
+ (semantic-c-dereference-namespace, semantic-analyze-type-constants):
+ * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
+ (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
+ (semantic-get-local-variables, semantic-end-of-command)
+ (semantic-beginning-of-command, semantic-ctxt-current-class-list)
+ (lisp-mode):
+ * semantic/bovine/make.el (makefile-mode):
+ * semantic/wisent/python.el (wisent-python-string-re)
+ (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
+ (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
+ (semantic-lex, semantic-get-local-variables, python-mode):
+ * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
+ * srecode/extract.el (srecode-extract-state-set)
+ (srecode-extract-method): Fix typos in docstrings.
+
+2010-01-10 Chong Yidong <[email protected]>
+
+ * semantic.el (semantic-new-buffer-setup-functions):
+ Add python parser.
+
+2010-01-10 Richard Kim <[email protected]>
+
+ * semantic/wisent/python-wy.el:
+ * semantic/wisent/python.el: New files.
+
+2010-01-02 Juanma Barranquero <[email protected]>
+
+ * semantic/db-typecache.el (semanticdb-typecache-find-default):
+ Fix typo in docstring.
+
+2009-12-14 Chong Yidong <[email protected]>
+
+ * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
+ (semantic-mru-bookmark-mode): Doc fixes.
+
+ * semantic/db.el (semanticdb-cache-get): Use error instead
+ of assert.
+
+2009-12-05 Chong Yidong <[email protected]>
+
+ * semantic/ia.el (semantic-ia-complete-symbol):
+ Make argument optional.
+
+2009-12-05 Eric Ludlam <[email protected]>
+
+ * semantic/bovine/c.el (semantic-c-describe-environment):
+ Describe project macro symbols.
+
+ * semantic/complete.el (semantic-complete-do-completion):
+ Don't call semantic-collector-current-exact-match.
+
+ * ede.el (ede-apply-preprocessor-map): Accept lists of
+ ede-objects as targets.
+
+ * ede/pmake.el (ede-proj-makefile-insert-variables): Output
+ a target's object list even if compiler vars are already in the
+ Makefile.
+
+ * ede/emacs.el (ede-preprocessor-map): Add config.h to the
+ list of headers producing necessary macros.
+
+2009-11-24 Glenn Morris <[email protected]>
+
+ * semantic/idle.el (global-semantic-idle-scheduler-mode):
+ Move after definition of global-semantic-idle-tag-highlight-mode.
+
+2009-11-22 Chong Yidong <[email protected]>
+
+ * srecode/map.el (srecode-get-maps):
+ * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
+ * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
+ * semantic/decorate/mode.el (semantic-decoration-mode)
+ (semantic-toggle-decoration-style):
+ * semantic/decorate/include.el
+ (semantic-decoration-include-describe)
+ (semantic-decoration-unknown-include-describe)
+ (semantic-decoration-unparsed-include-describe)
+ (semantic-decoration-all-include-summary):
+ * semantic/bovine/c.el (semantic-c-debug-mode-init):
+ * semantic/analyze/complete.el
+ (semantic-analyze-possible-completions):
+ * semantic/util-modes.el (semantic-highlight-edits-mode)
+ (semantic-show-unmatched-syntax-mode)
+ (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
+ (semantic-highlight-func-mode):
+ * semantic/util.el (semantic-describe-buffer):
+ * semantic/symref.el (semantic-symref-find-references-by-name)
+ (semantic-symref-find-tags-by-name)
+ (semantic-symref-find-tags-by-regexp)
+ (semantic-symref-find-tags-by-completion)
+ (semantic-symref-find-file-references-by-name)
+ (semantic-symref-find-text):
+ * semantic/senator.el (senator-copy-tag, senator-kill-tag)
+ (senator-yank-tag):
+ * semantic/scope.el (semantic-calculate-scope):
+ * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
+ * semantic/idle.el (semantic-idle-scheduler-mode)
+ (define-semantic-idle-service):
+ * semantic/complete.el (semantic-complete-analyze-inline)
+ (semantic-complete-analyze-inline-idle):
+ * semantic/analyze.el (semantic-analyze-current-context):
+ * mode-local.el (describe-mode-local-bindings)
+ (describe-mode-local-bindings-in-mode):
+ * ede/make.el (ede-make-check-version):
+ * ede/locate.el (ede-enable-locate-on-project):
+ * cedet-idutils.el (cedet-idutils-expand-filename)
+ (cedet-idutils-version-check):
+ * cedet-global.el (cedet-gnu-global-expand-filename)
+ (cedet-gnu-global-version-check):
+ * cedet-cscope.el (cedet-cscope-expand-filename)
+ (cedet-cscope-version-check): Use called-interactively-p instead
+ of interactive-p.
+
+ * semantic/ia.el (semantic-ia-completion-format-tag-function):
+ Use semantic-format-tag-prototype.
+
+2009-11-21 Chong Yidong <[email protected]>
+
+ * semantic/complete.el (semantic-complete-read-tag-engine)
+ (semantic-complete-jump-local, semantic-complete-jump):
+ Improve prompt string.
+
+2009-11-20 Chong Yidong <[email protected]>
+
+ * semantic/complete.el (semantic-complete-inline-map): Doc fix.
+
+ * semantic/idle.el (define-semantic-idle-service)
+ (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
+
+2009-11-20 Chong Yidong <[email protected]>
+
+ * cedet.el (cedet-menu-map): Re-order menu items.
+
+ * semantic.el: Enable idle-mode menu items only if
+ global-semantic-idle-scheduler-mode is enabled.
+ (semantic-default-submodes): Doc fix.
+
+ * semantic/idle.el (global-semantic-idle-scheduler-mode):
+ When turning off, disable other idle modes.
+
+2009-11-15 Chong Yidong <[email protected]>
+
+ * semantic/idle.el (semantic-idle-summary-mode)
+ (semantic-idle-summary-mode): Define using define-minor-mode
+ instead of define-semantic-idle-service.
+ (semantic-idle-summary-mode): New function.
+ (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
+ that mouse motion does not reset the echo area.
+
+2009-11-08 Chong Yidong <[email protected]>
+
+ * semantic/ctxt.el (semantic-get-local-variables): Disable
+ the progress reporter entirely.
+
+2009-11-03 Stefan Monnier <[email protected]>
+
+ * semantic/fw.el (semantic/loaddefs):
+ * srecode.el (srecode/loaddefs):
+ * ede.el (ede/loaddefs): Load rather than require.
+ * ede/cpp-root.el:
+ * ede/emacs.el:
+ * ede/files.el:
+ * ede/linux.el:
+ * ede/locate.el:
+ * ede/make.el:
+ * ede/shell.el:
+ * ede/speedbar.el:
+ * ede/system.el:
+ * ede/util.el:
+ * semantic/analyze.el:
+ * semantic/bovine.el:
+ * semantic/complete.el:
+ * semantic/ctxt.el:
+ * semantic/db-file.el:
+ * semantic/db-find.el:
+ * semantic/db-global.el:
+ * semantic/db-mode.el:
+ * semantic/db-typecache.el:
+ * semantic/db.el:
+ * semantic/debug.el:
+ * semantic/dep.el:
+ * semantic/doc.el:
+ * semantic/edit.el:
+ * semantic/find.el:
+ * semantic/format.el:
+ * semantic/html.el:
+ * semantic/ia-sb.el:
+ * semantic/ia.el:
+ * semantic/idle.el:
+ * semantic/lex-spp.el:
+ * semantic/lex.el:
+ * semantic/mru-bookmark.el:
+ * semantic/scope.el:
+ * semantic/senator.el:
+ * semantic/sort.el:
+ * semantic/symref.el:
+ * semantic/tag-file.el:
+ * semantic/tag-ls.el:
+ * semantic/tag-write.el:
+ * semantic/tag.el:
+ * semantic/util-modes.el:
+ * semantic/analyze/complete.el:
+ * semantic/analyze/refs.el:
+ * semantic/bovine/c.el:
+ * semantic/bovine/gcc.el:
+ * semantic/bovine/make.el:
+ * semantic/bovine/scm.el:
+ * semantic/decorate/include.el:
+ * semantic/decorate/mode.el:
+ * semantic/symref/cscope.el:
+ * semantic/symref/global.el:
+ * semantic/symref/grep.el:
+ * semantic/symref/idutils.el:
+ * semantic/symref/list.el:
+ * semantic/wisent/java-tags.el:
+ * semantic/wisent/javascript.el:
+ * srecode/compile.el:
+ * srecode/cpp.el:
+ * srecode/document.el:
+ * srecode/el.el:
+ * srecode/expandproto.el:
+ * srecode/getset.el:
+ * srecode/insert.el:
+ * srecode/java.el:
+ * srecode/map.el:
+ * srecode/mode.el:
+ * srecode/template.el:
+ * srecode/texi.el: Remove the file-local setting of
+ generated-autoload-feature.
+
+2009-11-03 Glenn Morris <[email protected]>
+
+ * mode-local.el (with-mode-local): Doc fix.
+
+2009-10-31 Chong Yidong <[email protected]>
+
+ * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
+ items.
+
+ * ede.el (ede-minor-mode):
+ * semantic.el (semantic-mode): Toggle menu separators.
+
+2009-10-31 Glenn Morris <[email protected]>
+
+ * semantic/tag.el (semantic--tag-link-list-to-buffer):
+ Use mapc rather than mapcar because the return value is never used.
+
+ * srecode/template.el, cedet/semantic/wisent/javascript.el:
+ * semantic/wisent/java-tags.el, cedet/semantic/texi.el:
+ * semantic/html.el:
+ Suppress harmless warnings about setting up semantic-imenu (not
+ part of Emacs) variables.
+
+2009-10-30 Stefan Monnier <[email protected]>
+
+ * srecode/srt-mode.el (semantic-analyze-possible-completions):
+ * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
+ * semantic/symref/grep.el (semantic-symref-perform-search):
+ * semantic/bovine/gcc.el (semantic-gcc-query):
+ * semantic/bovine/c.el (semantic-c-parse-lexical-token):
+ * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
+ (semantic-analyzer-debug-global-symbol)
+ (semantic-analyzer-debug-missing-innertype)
+ (semantic-analyzer-debug-insert-include-summary):
+ * semantic/util.el (semantic-file-tag-table):
+ (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
+ (semantic-recursive-find-nonterminal-by-name):
+ * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
+ * semantic/tag-file.el (semantic-prototype-file):
+ * semantic/symref.el (semantic-symref-parse-tool-output):
+ * semantic/sb.el (semantic-sb-fetch-tag-table):
+ * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
+ * semantic/idle.el (semantic-idle-work-for-one-buffer):
+ (semantic-idle-summary-maybe-highlight):
+ * semantic/ia-sb.el (semantic-ia-speedbar)
+ (semantic-ia-sb-tag-info):
+ * semantic/grammar.el (semantic-analyze-possible-completions):
+ * semantic/find.el (semantic-brute-find-tag-by-position):
+ * semantic/ede-grammar.el (project-compile-target):
+ (ede-proj-makefile-insert-variables):
+ * semantic/debug.el (semantic-debug-set-parser-location):
+ (semantic-debug-set-source-location, semantic-debug-interface-layout)
+ (semantic-debug-mode, semantic-debug):
+ * semantic/db.el (semanticdb-needs-refresh-p):
+ * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
+ * semantic/db-javascript.el (semanticdb-equivalent-mode):
+ * semantic/db-find.el (semanticdb-find-log-new-search)
+ (semanticdb-find-translate-path-includes--internal)
+ (semanticdb-reset-log, semanticdb-find-log-activity):
+ * semantic/db-file.el (object-write):
+ * semantic/db-el.el (semanticdb-equivalent-mode):
+ * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
+ (semanticdb-create-ebrowse-database):
+ * semantic/db-debug.el (semanticdb-table-sanity-check):
+ * semantic/complete.el (semantic-displayor-focus-request)
+ (semantic-collector-calculate-completions-raw)
+ (semantic-complete-read-tag-analyzer):
+ * semantic/analyze.el (semantic-analyze-pulse):
+ * ede/util.el (ede-update-version-in-source):
+ * ede/proj.el (project-delete-target):
+ * ede/proj-elisp.el (ede-update-version-in-source)
+ (ede-proj-flush-autoconf):
+ * ede/pconf.el (ede-proj-configure-synchronize)
+ (ede-proj-configure-synchronize):
+ * ede/locate.el (ede-locate-file-in-project-impl):
+ * ede/linux.el (ede-linux-version):
+ * ede/emacs.el (ede-emacs-version):
+ * ede/dired.el (ede-dired-add-to-target):
+ * ede.el (ede-buffer-header-file, ede-find-target)
+ (ede-buffer-documentation-files, ede-project-buffers, ede-set)
+ (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
+ * cedet-idutils.el (cedet-idutils-fnid-call):
+ (cedet-idutils-lid-call, cedet-idutils-expand-filename)
+ (cedet-idutils-version-check):
+ * cedet-global.el (cedet-gnu-global-call):
+ (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
+ (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
+ * cedet-cscope.el (cedet-cscope-call)
+ (cedet-cscope-expand-filename, cedet-cscope-version-check):
+ Use with-current-buffer.
+ * ede.el (ede-make-project-local-variable)
+ (ede-set-project-variables, ede-set): Use dolist.
+
+2009-10-28 Stefan Monnier <[email protected]>
+
+ * mode-local.el (make-obsolete-overload): Add `when' argument.
+ (overload-docstring-extension): Use that info.
+ * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
+ * semantic/idle.el (semantic-eldoc-current-symbol-info):
+ * semantic/tag-ls.el (semantic-nonterminal-protection)
+ (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
+ (semantic-nonterminal-full-name): Add the new `when' info.
+ * semantic/decorate/mode.el (semantic/decorate): Require CL for
+ `assert'.
+
+2009-10-25 Stefan Monnier <[email protected]>
+
+ * semantic/fw.el (semantic-alias-obsolete)
+ (semantic-varalias-obsolete): Make the `when' arg mandatory.
+ (define-mode-overload-implementation):
+ * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
+ * semantic/wisent.el (wisent-lex-make-token-table):
+ * semantic/util.el (semantic-file-token-stream)
+ (semantic-something-to-stream):
+ * semantic/tag.el (semantic-tag-make-assoc-list)
+ (semantic-expand-nonterminal):
+ * semantic/tag-file.el (semantic-find-nonterminal)
+ (semantic-find-dependency, semantic-find-nonterminal)
+ (semantic-find-dependency):
+ * semantic/lex.el (semantic-flex-start, semantic-flex-end)
+ (semantic-flex-text, semantic-flex-make-keyword-table)
+ (semantic-flex-keyword-p, semantic-flex-keyword-put)
+ (semantic-flex-keyword-get, semantic-flex-map-keywords)
+ (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
+ * semantic/java.el (semantic-java-prototype-nonterminal):
+ * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
+ (semantic-after-idle-scheduler-reparse-hooks):
+ * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
+ * semantic/db-mode.el (semanticdb-mode-hooks):
+ * semantic.el (semantic-toplevel-bovine-table)
+ (semantic-toplevel-bovine-cache)
+ (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
+ (semantic-init-mode-hooks, semantic-init-db-hooks)
+ (semantic-bovination-working-type): Provide the `when' arg.
+
+2009-10-24 Chong Yidong <[email protected]>
+
+ * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
+ * semantic/tag.el (semantic-token-type-parent): Add WHEN
+ argument to make-obsolete.
+
+ * semantic/fw.el (semantic-alias-obsolete)
+ (semantic-varalias-obsolete): Add optional WHEN argument.
+
+2009-10-21 Eric Ludlam <[email protected]>
+
+ * semantic/bovine/c.el (semantic-c-debug-mode-init)
+ (semantic-c-debug-mode-init-pch): New functions.
+ (semantic-c-debug-mode-init-last-mode): New var.
+ (semantic-c-parse-lexical-token): Use them.
+
+ * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
+ When extracting the argument list, limit only by point-max.
+
+2009-10-17 Chong Yidong <[email protected]>
+
+ * srecode/srt.el:
+ * srecode/compile.el:
+ * semantic/mru-bookmark.el:
+ * semantic/debug.el:
+ * semantic/complete.el:
+ * semantic/analyze.el: Require CL when compiling.
+
+2009-10-17 Eric Ludlam <[email protected]>
+
+ * semantic/scope.el
+ (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
+ tmpscope so that the regular scope will continue to work.
+
+ * semantic/idle.el (semantic-idle-tag-highlight):
+ Use semantic-idle-summary-highlight-face as the highlighting.
+
+ * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
+ contains multibyte characters, choose first applicable coding
+ system automatically.
+
+ * ede/project-am.el (project-run-target): New method.
+ (project-run-target): New method.
+
+ * ede.el (ede-target): Add run target menu item.
+ (ede-project, ede-minor-keymap): Add ede-run-target binding.
+ (ede-run-target): New function.
+ (ede-target::project-run-target): New method.
+
+ * ede/proj.el (project-run-target): New method.
+
+ * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
+ (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
+ Add :rules.
+ (ede-proj-target-makefile-shared-object): Only libtool compilers
+ now available. Add linkers for libtool.
+ (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
+ (ede-proj-makefile-target-name): Always use .la extension.
+
+ * ede/proj-prog.el (project-run-target): New method.
+
+ * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
+ (ede-g++-linker): Change Change link lines.
+
+ * ede/pmake.el (ede-pmake-insert-variable-shared):
+ When searching for old variables, go to the end of the buffer and
+ search backward from there.
+ (ede-proj-makefile-automake-insert-subdirs)
+ (ede-proj-makefile-automake-insert-extradist): New methods.
+ (ede-proj-makefile-create): Use them.
+
+ * ede/pconf.el (ede-proj-configure-test-required-file):
+ Force FILE to expand to the current target. Use file-exists-p to
+ check that it exists.
+
+ * ede/linux.el (ede-linux-version): Don't call "head".
+ (ede-linux-load): Wrap dir in file-name-as-directory.
+ Set :version slot.
+
+ * ede/files.el (ede-get-locator-object): When enabling
+ locate, do so on "top".
+
+ * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
+ file-name-as-directory during compare.
+ (ede-emacs-version): Return Emacs/XEmacs differentiator.
+ Get version number from different places. Don't call egrep.
+ (ede-emacs-load): Set :version slot. Call file-name-as-directory
+ to set the directory.
+
+ * ede/shell.el: New file.
+
+ * inversion.el (inversion-decoders): Allow for stray . in
+ alpha/beta variants.
+
+2009-10-17 Glenn Morris <[email protected]>
+
+ * semantic/grammar.el (semantic-grammar--lex-delim-spec):
+ All errors should have messages.
+
+2009-10-10 Sascha Wilde <[email protected]>
+
+ * ede/proj-shared.el (ede-proj-makefile-target-name):
+ Use .la for Automake.
+
+2009-10-09 Chong Yidong <[email protected]>
+
+ * ede/pconf.el (ede-proj-configure-synchronize):
+ Use "autoreconf -i". Suggested by Andreas Schwab.
+
+2009-10-08 Chong Yidong <[email protected]>
+
+ * ede/proj.el (project-make-dist, project-compile-project):
+ Fix filename test.
+ (ede-proj-dist-makefile): Use expand-file-name instead of concat
+ to expand file names.
+
+2009-10-08 Chong Yidong <[email protected]>
+
+ * ede/proj-obj.el (ede-gcc-linker): New var.
+ (ede-proj-target-makefile-objectcode): Use it.
+
+ * ede/source.el (ede-want-any-source-files-p)
+ (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
+ Return search result. This error was introduced while merging.
+
+2009-10-04 Chong Yidong <[email protected]>
+
+ * semantic.el (semantic-new-buffer-setup-functions): New option.
+ (semantic-new-buffer-fcn): Call parser setup functions here.
+ (semantic-mode): Don't call parser setup functions here, it's done
+ in semantic-new-buffer-fcn now.
+ (semantic-mode): Parse all existing buffers when enabled.
+
+ * srecode/compile.el (srecode-compile-file):
+ Call semantic-new-buffer-fcn if the buffer has not been parsed.
+
+2009-10-04 Chong Yidong <[email protected]>
+
+ * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
+
+ * ede/proj-comp.el: Don't require ede/pmake at toplevel.
+ (proj-comp-insert-variable-once): New macro, renamed from
+ ede-pmake-insert-variable-once in ede/pmake.edl.
+ (ede-proj-makefile-insert-variables): Use it.
+
+2009-10-04 Juanma Barranquero <[email protected]>
+
+ * ede/makefile-edit.el (makefile-beginning-of-command)
+ (makefile-end-of-command):
+ * srecode/srt-mode.el (semantic-beginning-of-context)
+ (semantic-end-of-context): Fix previous change. Doc fixes.
+
+2009-10-04 Juanma Barranquero <[email protected]>
+
+ * ede/makefile-edit.el (makefile-beginning-of-command)
+ (makefile-end-of-command):
+ * semantic/lex.el (semantic-lex-token):
+ * semantic/analyze/fcn.el
+ (semantic-analyze-dereference-metatype-1):
+ * semantic/bovine/c.el (semantic-lex-cpp-define)
+ (semantic-lex-cpp-undef):
+ * semantic/wisent/wisent.el (wisent-skip-block):
+ * srecode/srt-mode.el (semantic-beginning-of-context)
+ (semantic-end-of-context): Fix typos in docstrings.
+
+2009-10-04 Chong Yidong <[email protected]>
+
+ * ede.el (ede-project-placeholder-cache-file):
+ * semantic/db-file.el (semanticdb-default-save-directory):
+ * srecode/map.el (srecode-map-save-file):
+ Use locate-user-emacs-file. Suggested by Juanma Barranquero.
+
+2009-10-03 Chong Yidong <[email protected]>
+
+ * srecode/insert.el: Require srecode/args.
+
+ * srecode/args.el: Require srecode/dictionary instead of
+ srecode/insert.
+
+ * srecode/srt-mode.el (srecode-template-mode): Doc fix.
+
+ * files.el (auto-mode-alist): Add .srt and Project.ede.
+
+ * semantic.el (semantic-mode):
+ Handle srecode-template-mode-hook as well.
+ (semantic-mode): Use js-mode-hook for Javascript hook.
+
+ * srecode/template.el: Remove hook variable.
+
+ * ede/proj-comp.el: Require ede/pmake when compiling.
+
+ * ede.el (ede-target-forms-menu): Don't enable if no
+ projects exist.
+ (ede-project-placeholder-cache-file): Default to a file in
+ user-emacs-directory.
+
+ * srecode/map.el (srecode-map-base-template-dir): Look for
+ templates in data-directory.
+ (srecode-map-save-file): Default to a file in user-emacs-directory.
+
+ * ede/srecode.el (ede-srecode-setup): Use default templates
+ directory.
+
+2009-09-30 Eric Ludlam <[email protected]>
+
+ * semantic/util-modes.el (semantic-highlight-func-mode):
+ Doc fix.
+
+ * ede/proj-comp.el (ede-proj-makefile-insert-variables):
+ Only insert each variable once.
+
+ * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
+ (ede-pmake-insert-variable-shared): Use it.
+
+ * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
+ for lexical table iff table is nil.
+
+2009-10-01 Glenn Morris <[email protected]>
+
+ * semantic/bovine/gcc.el
+ (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
+ (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
+
+2009-10-03 Glenn Morris <[email protected]>
+
+ * semantic/db-find.el (data-debug-insert-tag-list): Comment out
+ declaration, currently false.
+
+2009-10-01 Glenn Morris <[email protected]>
+
+ * cedet-files.el (cedet-directory-name-to-file-name):
+ * cedet-idutils.el (cedet-idutils-search)
+ (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
+ (cedet-idutils-version-check):
+ * cedet.el (cedet-version):
+ * data-debug.el (data-debug-insert-overlay-button)
+ (data-debug-insert-overlay-list-button)
+ (data-debug-insert-buffer-button)
+ (data-debug-insert-buffer-list-button)
+ (data-debug-insert-process-button, data-debug-insert-ring-button)
+ (data-debug-insert-widget, data-debug-insert-stuff-list-button)
+ (data-debug-insert-stuff-vector-button)
+ (data-debug-insert-symbol-button, data-debug-insert-string)
+ (data-debug-insert-number, data-debug-insert-lambda-expression)
+ (data-debug-insert-nil, data-debug-insert-simple-thing)
+ (data-debug-insert-custom, data-debug-edebug-expr):
+ * ede.el (ede-auto-add-method, ede-project-class-files)
+ (global-ede-mode-map, ede-new, ede-debug-target)
+ (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
+ * semantic.el (semantic-minimum-working-buffer-size)
+ (semantic-fetch-tags, semantic-submode-list)
+ (semantic-default-submodes):
+ * ede/source.el (ede-source-match):
+ * ede/project-am.el (project-am-type-alist, project-add-file)
+ (project-am-package-info):
+ * ede/proj.el (ede-proj-target, project-new-target):
+ * ede/proj-elisp.el (ede-proj-tweak-autoconf):
+ * ede/proj-comp.el (ede-current-build-list):
+ * ede/makefile-edit.el (makefile-move-to-macro):
+ * ede/files.el (ede-toplevel-project-or-nil):
+ * ede/cpp-root.el (initialize-instance):
+ * ede/autoconf-edit.el (autoconf-find-last-macro)
+ (autoconf-parameter-strip, autoconf-insert-new-macro):
+ * semantic/wisent.el (wisent-lex-eoi):
+ * semantic/util-modes.el (global-semantic-show-parser-state-mode)
+ (semantic-show-parser-state-mode):
+ * semantic/texi.el (semantic-texi-environment-regexp):
+ * semantic/tag.el (semantic-tag-new-variable)
+ (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
+ (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
+ (semantic--tag-deep-copy-tag-list)
+ (semantic-tag-components-with-overlays-default):
+ * semantic/symref.el (semantic-symref-find-text):
+ * semantic/senator.el (senator-yank-tag)
+ (senator-transpose-tags-up):
+ * semantic/scope.el (semantic-analyze-scoped-tags-default)
+ (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
+ * semantic/sb.el (semantic-sb-autoexpand-length):
+ * semantic/lex.el (semantic-lex-comment-regex)
+ (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
+ (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
+ * semantic/lex-spp.el
+ (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
+ (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
+ * semantic/idle.el
+ (semantic-idle-summary-current-symbol-info-brutish)
+ (semantic-idle-summary-current-symbol-info-default):
+ * semantic/grammar.el (semantic-grammar-recreate-package)
+ (semantic--grammar-macro-compl-dict):
+ * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
+ * semantic/format.el (semantic-format-tag-custom-list)
+ (semantic-format-tag-canonical-name-default):
+ * semantic/find.el (semantic-find-tag-by-overlay-in-region)
+ (semantic-find-tags-for-completion)
+ (semantic-find-tags-by-scope-protection-default)
+ (semantic-deep-find-tags-for-completion):
+ * semantic/edit.el
+ (semantic-edits-incremental-reparse-failed-hook)
+ (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
+ (semantic-edits-splice-remove, semantic-edits-splice-replace):
+ * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
+ * semantic/dep.el (semantic-dependency-include-path):
+ * semantic/db.el (semanticdb-default-find-index-class)
+ (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
+ (semanticdb-project-roots):
+ * semantic/db-find.el (semanticdb-implied-include-tags)
+ (semanticdb-find-adebug-insert-scanned-tag-cons)
+ (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
+ (semanticdb-brute-deep-find-tags-for-completion):
+ * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
+ * semantic/ctxt.el (semantic-beginning-of-context-default)
+ (semantic-end-of-context-default)
+ (semantic-ctxt-current-function-default)
+ (semantic-ctxt-scoped-types-default):
+ * semantic/complete.el (semantic-complete-read-tag-engine)
+ (semantic-complete-inline-tag-engine)
+ (semantic-complete-inline-custom-type)
+ (semantic-complete-read-tag-analyzer):
+ * semantic/chart.el (semantic-chart-tags-by-class)
+ (semantic-chart-database-size):
+ * semantic/analyze.el (semantic-analyze-current-symbol)
+ (semantic-analyze-current-context):
+ * semantic/symref/list.el (semantic-symref)
+ (semantic-symref-hide-buffer, semantic-symref-symbol):
+ * semantic/symref/grep.el (semantic-symref-grep-use-template):
+ * semantic/symref/filter.el (semantic-symref-hits-in-region):
+ * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
+ * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
+ (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
+ (semantic-c-dereference-template):
+ * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
+ (semantic--analyze-refs-full-lookup-with-parents)
+ (semantic--analyze-refs-full-lookup-simple):
+ * semantic/analyze/complete.el
+ (semantic-analyze-possible-completions):
+ * srecode/table.el (srecode-mode-table-new):
+ * srecode/srt.el (srecode-read-variable-name):
+ * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
+ * srecode/semantic.el (srecode-semantic-handle-:tag)
+ (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
+ * srecode/map.el (srecode-current-map):
+ * srecode/insert.el (srecode-insert)
+ (srecode-insert-variable-secondname-handler, srecode-insert-method)
+ (srecode-template-inserter-point-override)
+ (srecode-insert-include-lookup):
+ * srecode/getset.el (srecode-auto-choose-class):
+ * srecode/extract.el (srecode-inserter-extract):
+ * srecode/document.el
+ (srecode-document-autocomment-return-last-alist)
+ (srecode-document-autocomment-param-type-alist)
+ (srecode-document-insert-function-comment)
+ (srecode-document-insert-variable-one-line-comment)
+ (srecode-document-function-name-comment):
+ * srecode/dictionary.el (srecode-create-dictionary)
+ (srecode-compound-toString):
+ * srecode/compile.el (srecode-flush-active-templates):
+ * srecode/args.el (srecode-semantic-handle-:blank):
+ Doc/message fixes.
+
+2009-10-01 Juanma Barranquero <[email protected]>
+
+ * semantic/wisent/javat-wy.el
+ (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
+
+2009-09-30 Juanma Barranquero <[email protected]>
+
+ * srecode/expandproto.el: Fix provide statement.
+
+2009-09-30 Eric Ludlam <[email protected]>
+
+ * emacs-lisp/eieio.el (boolean-p): Delete.
+
+2009-09-30 Sascha Wilde <[email protected]>
+
+ * ede/srecode.el: Fix provide statement.
+
+2009-09-30 Glenn Morris <[email protected]>
+
+ * ede/proj.el (ede-proj-target-makefile-miscelaneous):
+ * ede/proj-aux.el (ede-aux-source):
+ * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
+ (ede-misc-source):
+ * semantic/mru-bookmark.el (semantic-mrub-completing-read)
+ (semantic-mrub-switch-tags): Fix doc typos.
+
+ * semantic/db-global.el (data-debug-new-buffer)
+ (data-debug-insert-thing): Remove unneeded declarations (one broken).
+ (semanticdb-enable-gnu-global-databases): Fix prompt typo.
+
+ * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
+
+ * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
+ use of CL function `remove-if-not'.
+
+2009-09-29 Glenn Morris <[email protected]>
+
+ * semantic/symref/idutils.el:
+ * semantic/symref/list.el: Relicense under GPLv3+.
+
+ * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
+
+ * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
+ * semantic/tag-file.el (semanticdb-table-child-p):
+ * srecode/compile.el (srecode-template-inserter-newline-child-p):
+ Mark declarations not understood by check-declare.
+
+2009-09-28 Eric Ludlam <[email protected]>
+
+ CEDET (development tools) package merged.
+
+ * *.el:
+ * ede/*.el:
+ * semantic/*.el:
+ * srecode/*.el: New files.
+
+2009-09-28 Eric Ludlam <[email protected]>
+
+ * emacs-lisp/chart.el:
+ * emacs-lisp/eieio-base.el:
+ * emacs-lisp/eieio-comp.el:
+ * emacs-lisp/eieio-custom.el:
+ * emacs-lisp/eieio-datadebug.el:
+ * emacs-lisp/eieio-opt.el:
+ * emacs-lisp/eieio-speedbar.el:
+ * emacs-lisp/eieio.el: New files.
+
+ * cedet-cscope.el:
+ * cedet-files.el:
+ * cedet-global.el:
+ * cedet-idutils.el:
+ * data-debug.el:
+ * inversion.el:
+ * mode-local.el:
+ * pulse.el: New files.