Cleanup uses of "-hooks".
[emacs.git] / lisp / cedet / ChangeLog
blob7656248cac5a20d3be82272a8bf64117a9dfd89a
1 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * semantic/db-file.el (semanticdb-save-database-functions):
4         * semantic/lex.el (semantic-lex-reset-functions):
5         * semantic/edit.el (semantic-change-functions)
6         (semantic-edits-new-change-functions)
7         (semantic-edits-delete-change-functions)
8         (semantic-edits-reparse-change-functions): Don't use "-hooks" suffix.
10 2012-10-14  David Engster  <deng@randomsample.de>
12         * semantic.el (semantic-error-if-unparsed): New function.
13         Raise error if buffer was not parsed by Semantic (bug #12045).
14         (navigate-menu, edit-menu, cedet-menu-map): Enable Semantic items
15         only if buffer was parsed.  Also, replace ':active' with ':enable'
16         where necessary.
18         * semantic/wisent/python.el
19         (semantic-python-get-system-include-path):
20         Use `python-shell-internal-send-string' if available to query Python
21         for system paths.
23         * semantic/senator.el (senator-next-tag, senator-previous-tag)
24         (senator-go-to-up-reference): Use `semantic-error-if-unparsed'.
26         * semantic/complete.el (semantic-complete-jump-local)
27         (semantic-complete-jump, semantic-complete-jump-local-members)
28         (semantic-complete-self-insert): Use `semantic-error-if-unparsed'.
29         (semantic-complete-inline-project): Fix autoload cookie.
31         * semantic/analyze/complete.el
32         (semantic-analyze-possible-completions): Check if buffer was
33         parsed.  Only raise an error if function was called interactively,
34         otherwise silently return nil.
36         * cedet.el (cedet-menu-map): Fix copy&paste typo in menu creation.
38 2012-10-08  David Engster  <deng@randomsample.de>
40         * semantic/bovine/el.el: Add `semantic-default-elisp-setup' to
41         `emacs-lisp-mode-hook'.  This was accidentally removed during the
42         CEDET update (2012-10-01T18:10:29Z!cyd@gnu.org).
44 2012-10-07  David Engster  <deng@randomsample.de>
46         * semantic/wisent/python.el (semantic-ctxt-current-function)
47         (semantic-ctxt-current-assignment): New overrides, simply
48         returning nil.  The defaults do not work correctly and can send
49         the parser in an infinite loop (bug#12458).
51         * semantic/ede-grammar.el (project-compile-target): Fix grammar
52         compilation after introduction of %provide statement.
54         * semantic.el (semantic-new-buffer-setup-functions): Remove setup
55         function for `f90-mode', since the parser only exists upstream.
57 2012-10-06  Glenn Morris  <rgm@gnu.org>
59         * semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.
61         * semantic/complete.el (semantic-displayor-tooltip-mode)
62         (semantic-displayor-tooltip-initial-max-tags)
63         (semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
64         * ede/linux.el (project-linux): Add missing group :version tag.
66 2012-10-06  Chong Yidong  <cyd@gnu.org>
68         * semantic/bovine/grammar.el:
69         * semantic/wisent/grammar.el: Move from admin/grammars.
70         Add autoloads for bovine-grammar-mode and wisent-grammar-mode.
72 2012-10-02  Chong Yidong  <cyd@gnu.org>
74         * srecode.el, ede.el: Restore Version header.
76 2012-10-01  Chong Yidong  <cyd@gnu.org>
78         * semantic/bovine/c-by.el: Regenerate.
79         * semantic/bovine/make-by.el:
80         * semantic/bovine/scm-by.el:
81         * semantic/grammar-wy.el:
82         * semantic/wisent/javat-wy.el:
83         * semantic/wisent/js-wy.el:
84         * srecode/srt-wy.el:
86 2012-10-01  Eric Ludlam  <zappo@gnu.org>
88         * cedet.el (cedet-version, cedet-packages): Update.
90         * cedet-global.el (cedet-gnu-global-version-check): Support newer
91         versions that have extra (parens) in the version string.
93         * cedet-idutils.el (cedet-idutils-version-check): Make sure a
94         version number was found before calling inversion-check-version.
96         * data-debug.el (data-debug-insert-thing): Bind inhibit-read-only
97         while inserting the thing, then clear modified bit.
98         (data-debug-map): Suppress the keymap.
99         (data-debug-mode, data-debug-new-buffer): Make buffer read-only.
100         (data-debug-contract-current-line): Inhibit read-only, then clear
101         modified bit.
103         * ede.el (ede-buffer-belongs-to-project-p): Use ede-object-project
104         to allow use in more kinds of buffers.
105         (ede-project-forms-menu): Add `Default configuration' menu item.
106         (ede-configuration-forms-menu): New, for use in above.
107         (ede-project-configurations-set): New command used from menu.
108         (ede-java-classpath): New conveninece for Java support.
109         (ede-apply-object-keymap): Combine keybindings from the project
110         and the target, not just whatever is local to the buffer.
111         (ede-apply-target-options): Call fcn to apply project local
112         variables.
113         (ede-reset-all-buffers): Remove arg.
114         (ede, ede-rescan-toplevel): Callers changed.
115         (ede-new-target): Fix bug where you couldn't call this from Dired.
116         (ede-add-file): Replace assignment of ede-object with generic call
117         to re-init the buffer.
118         (ede-find-target): If ede-object is set, run short-cut code
119         instead of `or' shortcut.
120         (ede-project-buffers): Return buffers belonging to input project,
121         not any buffer belonging to any project.
122         (ede-system-include-path, ede-apply-project-local-variables)
123         (ede-set-project-local-variable): New functions.
124         (ede-make-project-local-variable): Apply to toplevel if none
125         specified.
126         (ede-set): Make it interactive.
128         * ede/auto.el (ede-project-autoload): New class.
129         (ede-do-dirmatch): New method.
130         (ede-project-dirmatch-p): New function.
131         (ede-project-root-directory): Call it.
132         (ede-dir-to-projectfile): Don't call project file function if we
133         didn't match the root.
134         (ede-project-root-directory): Don't call a project's root function
135         if the tool in question isn't installed.
136         (ede-dir-to-projectfile): Don't call project file function if we
137         didn't match the root.
139         * ede/autoconf-edit.el (autoconf-parameter-strip): Remove any
140         trailing `\' mid string, and replace with a space.
141         (autoconf-parameter-count): New function.
142         (autoconf-set-version): Use it.
144         * ede/base.el (ede-project): The :type of targets is now a list of
145         target base classes.
147         * ede/emacs.el (ede-emacs-load): Fix typo.
149         * ede/files.el (ede-flush-project-hash, ede-flush-directory-hash):
150         Protect against missing locator object.
151         (ede-get-locator-object): Protect against missing project.
152         (ede-flush-directory-hash): New command.
153         (ede-get-locator-object): Protect against missing project.
155         * ede/generic.el (ede-generic-config): Add configurable
156         `run-command' slot.
157         (project-compile-project, project-compile-target)
158         (project-debug-target, project-run-target): New methods.
159         (ede-generic-get-configuration): Specify the class to load.
160         (ede-generic-new-autoloader): Use ede-add-project-autoload.
161         (ede-enable-generic-projects): Rename projects so as to never
162         match the edeproject-* projects.
164         * ede/makefile-edit.el (makefile-macro-file-list): Case sensitive
165         searches.  Protect against "SUBDIRS=$(subdirs)" infloop.
167         * ede/proj-elisp.el (ede-proj-tweak-autoconf)
168         (ede-proj-flush-autoconf): Disable local variables when loading
169         the autoconf lisp compile script.
171         * ede/proj.el (ede-proj-target-aux, -elisp, -elisp-autoloads)
172         (-scheme, -makefile-misc, ede-proj-target-makefile-program)
173         (-makefile-archive, -makefile-shared-object)
174         (ede-proj-target-makefile-info, -grammar): New autoloads.
175         (ede-proj-project): Inherit from eieio-persistent-read.
176         Specify extension and header line.
177         (ede-proj-load, ede-proj-save): Replace with impl using
178         eieio-persistent-read.
180         * ede/project-am.el (project-add-file): Use ede-target-parent
181         instead of loading the project file.
183         * semantic.el (semantic-version): Update.
184         (semantic-new-buffer-setup-functions): Add f90-mode, texinfo-mode.
185         (navigate-menu): Add menu item for Stickyfunc mode.
187         * semantic/analyze/debug.el
188         (semantic-analyzer-debug-insert-include-summary):
189         Before dereferencing tableinner, make sure it has a value.
191         * semantic/analyze/refs.el
192         (semantic-analyze-tag-references-default): When doing a lookup,
193         specify noerror.
194         (semantic--analyze-refs-full-lookup): Add optional noerror input
195         argument.  Pass to to full-lookup-simple.
196         (semantic-analyze-refs-impl, semantic-analyze-refs-proto):
197         Ignore :typemodifiers during compare.
199         * semantic/bovine/c.el (semantic-lex-cpp-define): Specify limits
200         to looking back for comment chars.
201         (semantic--tag-similar-names-p, semantic--tag-similar-names-p-default)
202         (semantic--tag-attribute-similar-p): New.
203         (semantic-c-describe-environment): Handle list value of ede-object.
204         (semantic-lex-c-preprocessor-symbol-map-builtin):
205         Add __attribute_pure__.
207         * semantic/bovine/scm.el (semantic-format-tag-prototype):
208         Add parent and color argument.  Pass them through.
210         * semantic/complete.el (semantic-collector-calculate-completions):
211         Search for more matches if new prefix is a substring of old one.
212         (semantic-complete-inline-project): New function.
214         * semantic/db-el.el (object-print): New method.
216         * semantic/db-file.el (semanticdb-load-database): Specify class.
218         * semantic/db-typecache.el
219         (semanticdb-abstract-table::semanticdb-typecache-find-method):
220         Allow proxied tags to be resolved during the search.
221         (semanticdb-typecache-complete-flush): Support missing or empty
222         pointmax slot, to allow for more database types.
224         * semantic/db.el (semanticdb-abstract-table): Add db-refs slot.
225         (object-print): Allow child classes to overwrite the display of
226         the (%d tags) extra string.
227         (semanticdb-project-database): Specify :type for table.
228         (semanticdb-create-table-for-file): Specify file-truename.
229         (semanticdb-synchronize, semanticdb-partial-synchronize):
230         Restore code that refreshes references to include files.
232         * semantic/decorate/include.el
233         (semantic-decoration-on-fileless-includes): New face.
234         (semantic-decoration-on-fileless-include-map)
235         (semantic-decoration-on-fileless-include-menu): New variables.
236         (semantic-decoration-on-includes-highlight-default):
237         Support includes that have a table, but are not associated with a file.
238         (semantic-decoration-fileless-include-describe)
239         (semantic-decoration-fileless-include-menu): New functions.
240         (semantic-decoration-all-include-summary): Add arrows to indicate
241         the file associated with an include name.
243         * semantic/find.el
244         (semantic-find-tags-by-scope-protection-default): Also filter on
245         package protection of the slot.
247         * semantic/java.el (semantic-java-expand-tag): If some type has a
248         fully qualified name, bust it up into one package and the type
249         with a short name.
251         * semantic/lex.el (define-lex-block-analyzer): Protect against
252         random extra close parenthesis.
254         * semantic/symref.el (semantic-symref-result-get-tags): Make sure
255         the cursor is on the matched name.
257         * semantic/symref/list.el (semantic-symref-results-mode-map):
258         Suppress keymap.
260         * semantic/tag-ls.el (semantic--tag-similar-names-p)
261         (semantic--tag-attribute-similar-p)
262         (semantic--tag-similar-types-p): New functions.
263         (semantic-tag-similar-ignorable-attributes): New variable.
264         (semantic-tag-protection-default): Add package concept to return
265         value.
266         (semantic-tag-package-protected-p): New function.
267         (semantic-tag-full-package): New overload method.
268         (semantic-tag-full-package-default): New default for above.
269         (semantic-tag-full-name-default): Look for the full package name.
271         * semantic/tag.el (semantic-create-tag-proxy)
272         (semantic-tag-set-proxy, semantic-tag-resolve-proxy): New.
274         * semantic/util.el (semantic-describe-buffer):
275         Add semantic-new-buffer-fcn-was-run.
277         * semantic/wisent/java-tags.el (semantic-get-local-variables):
278         Add `this' to the local variable context.
279         (semantic-analyze-split-name, semantic-analyze-unsplit-name): New.
281         * semantic/wisent/python.el (semantic-python-expand-tag):
282         New function.
284         * srecode/compile.el (srecode-compile-templates): Add "framework"
285         special variable support.
286         (srecode-compile-template-table): Support framework specifier.
288         * srecode/cpp.el (srecode-semantic-handle-:c)
289         (srecode-semantic-handle-:cpp): New functions.
290         (srecode-semantic-apply-tag-to-dict): Move from cpp-mode function
291         to c-mode function.
292         (srecode-c-apply-templates): Rename from srecode-cpp-apply-templates.
294         * srecode/dictionary.el (initialize-instance): Remove bogus error
295         condition.
296         (srecode-create-section-dictionary): Remove unused function.
298         * srecode/java.el (srecode-semantic-handle-:java): Fix filename as
299         package variable.  Add current_package variable.
301         * srecode/map.el (srecode-map-update-map): Specify the class.
303         * srecode/mode.el (srecode-minor-mode): Support the m3 menu.
305         * srecode/semantic.el (srecode-semantic-insert-tag):
306         Support system includes.
308         * srecode/srt-mode.el (srecode-font-lock-keywords): Update.
310         * srecode/table.el (srecode-template-table): Add :framework slot.
311         (srecode-dump): Dump it.
312         (srecode-mode-table): Add new modetables slot.
313         (srecode-get-mode-table): Find the mode, but also find all parent
314         modes, and merge the tables together in :tables from :modetables.
315         (srecode-make-mode-table): Init :modetables
316         (srecode-mode-table-find): Search in modetables.
317         (srecode-mode-table-new): Merge the differet files into the
318         modetables slot.
320 2012-10-01  David Engster  <deng@randomsample.de>
322         * ede.el (ede-apply-preprocessor-map): Check that
323         `semantic-lex-spp-macro-symbol-obarray' is non-nil.
324         (global-ede-mode): Fix call to `ede-reset-all-buffers'.
326         * ede/cpp-root.el (ede-preprocessor-map): Make sure we add the
327         lexical-table even when the table doesn't need to be refreshed.
329         * ede/dired.el (ede-dired-minor-mode): Use called-interactively-p.
331         * ede/pmake.el (ede-pmake-insert-variable-once): Wrap in
332         save-excursion.
334         * ede/proj-comp.el (ede-proj-makefile-insert-rules): Fix insertion
335         of phony rule.
337         * ede/proj-elisp.el (ede-proj-target-elisp):
338         Remove ede-emacs-preload-compiler.
339         (ede-proj-makefile-insert-rules, ede-proj-makefile-dependencies):
340         New methods.
341         (ede-emacs-compiler): Add 'require' macro to variables and pattern
342         rule.  Add .elc object extension.
343         (ede-proj-elisp-packages-to-loadpath): Allow longer relative names.
344         (ede-proj-makefile-insert-variables): Do not insert preload items.
345         (ede-proj-target-elisp-autoloads): Don't depend on cedet-autogen.
347         * ede/util.el (ede-make-buffer-writable):
348         * semantic/debug.el (semantic-debug-mode): Set buffer-read-only
349         instead of calling toggle-read-only.
351         * semantic.el (semantic-fetch-tags): Use progress reporter only
352         when called interactively.
353         (semantic-submode-list): Add debugging modes.
354         (semantic-mode): Remove Semantic from after-change-functions.
355         Delete the cache, call semantic--tag-unlink-cache-from-buffer, and
356         set semantic-new-buffer-fcn-was-run to nil.
358         * semantic/analyze/fcn.el (semantic-analyze-tag-prototype-p)
359         (semantic-analyze-tag-prototype-p-default): Remove.
360         (semantic-analyze-type, semantic-analyze-dereference-metatype-1):
361         Use semantic-tag-prototype-p.
363         * semantic/bovine/c.el (semantic-c-reset-preprocessor-symbol-map):
364         Ensure semantic-mode is on before getting preprocessor symbols.
365         (semantic-c-skip-conditional-section): Use c-scan-conditionals.
366         (semantic-c-convert-spp-value-to-hideif-value)
367         (semantic-c-evaluate-symbol-for-hideif, semantic-c-hideif-lookup)
368         (semantic-c-hideif-defined): Revive hideif code from CEDET trunk.
369         (semantic-lex-c-if, semantic-c-do-lex-ifdef): Revert changes for
370         regular expression parsing.
371         (semantic-cpp-lexer): Add semantic-lex-c-ifdef.
372         (semantic-expand-c-tag): Check if tag is non-nil before adding it
373         to return list
374         (semantic-expand-c-extern-C, semantic-expand-c-complex-type):
375         New functions, copied from semantic-expand-c-tag.
376         (semantic-find-tags-included): New override which also searches
377         for include tags inside of namespaces.
378         (semantic-c-dereference-typedef): Use semantic-tag-prototype-p.
379         (semanticdb-find-table-for-include): New override.
381         * semantic/bovine/el.el: Remove emacs-lisp-mode-hook.
383         * semantic/complete.el (semantic-complete-post-command-hook):
384         Exit completion when user has deleted all characters from the prefix.
385         (semantic-displayor-focus-request): Return to previous window when
386         focussing tags.
388         * semantic/db-el.el (semanticdb-normalize-one-tag): Make obsolete.
389         (semanticdb-elisp-sym->tag): Use help-function-arglist instead.
391         * semantic/db-file.el (semanticdb-create-database):
392         Use semantic-tag-version instead of just semantic-version as the
393         initializer for the :semantic-tag-version slot.
395         * semantic/db-find.el (semanticdb-find-tags-by-class-method):
396         Delegate `include' to semantic-find-tags-included, which by
397         default will just call semantic-find-tags-by-class.
399         * semantic/db.el (semanticdb-refresh-table): Do not print warnings
400         when calling semantic-find-file-noselect.  This avoids the "file
401         is write protected" messages when parsing system header files,
402         which might easily be mistaken to mean the currently loaded file.
403         (semanticdb-save-current-db, semanticdb-save-all-db): Only emit
404         message when running interactively.
406         * semantic/decorate/mode.el (semantic-decoration-mode):
407         Activate decoration of includes by default.
409         * semantic/doc.el (semantic-doc-snarf-comment-for-tag):
410         Remove comment delimiter at the end of the text.
412         * semantic/ede-grammar.el (semantic-ede-proj-target-grammar):
413         Change aux- and pre-load-packages.
414         (ede-proj-makefile-dependencies): Update pattern rule so that
415         resulting parsers are also byte-compiled.
416         (semantic-ede-grammar-compiler-bovine)
417         (semantic-ede-source-grammar-wisent): Remove .elc from gargage
418         pattern, since this is already covered by the elisp compiler.
419         (project-compile-target): Add compatibility code for Emacs 23,
420         which does not have `byte-recompile-file'.
421         (ede-proj-makefile-insert-rules): Add target specific EMACSFLAGS
422         to raise max-specpdl-size and max-lisp-eval-depth.
424         * semantic/find.el (semantic-find-tags-included):
425         Make overridable.
427         * semantic/fw.el (semantic-alias-obsolete)
428         (semantic-varalias-obsolete): Use byte-compile-warn.
429         (semantic-find-file-noselect): Disable font lock by calling
430         global-font-lock-mode.
432         * semantic/grammar.el (semantic-grammar-create-package):
433         Fix message.
434         (semantic-grammar-batch-build-one-package): When generating
435         parsers in batch-mode, ignore version control and make sure we do
436         not use cached versions.
438         * semantic/ia.el (semantic-ia-complete-symbol-menu): Bring back.
440         * semantic/lex-spp.el (semantic-lex-spp-symbol-merge): New fun.
441         (semantic-lex-spp-token-macro-to-macro-stream): Use it.
442         (semantic-lex-spp-lex-text-string): Instead of only setting the
443         lexer, call the major mode's setup function.
445         * semantic/scope.el (semantic-analyze-scoped-types-default):
446         Use semantic-tag-prototype-p.
447         (semantic-analyze-scope-nested-tags-default): Make sure we don't
448         return tags we already have in scopetypes.
450         * semantic/symref/filter.el
451         (semantic-symref-test-count-hits-in-tag): Restore.
453         * semantic/wisent/comp.el (wisent-BITS-PER-WORD):
454         Use most-positive-fixnum if available.
456         * semantic/wisent/javascript.el (semantic-tag-protection)
457         (semantic-analyze-scope-calculate-access)
458         (semantic-ctxt-current-symbol): New overrides.
460         * semantic/wisent/python.el (wisent-python-lex-beginning-of-line):
461         Rewrite to fix byte-compiler warning.
463 2012-10-01  Robert Jarzmik  <robert.jarzmik@free.fr>
465         * ede/linux.el (project-linux): New group.
466         (project-linux-compile-target-command)
467         (project-linux-compile-project-command): New options.
468         (project-compile-project, project-compiler-target): New methods.
470         * inversion.el (inversion-decoders): New regexps for SXEmacs.
471         (inversion-package-version): More verbose error message.
472         (inversion-<): Deal with new special cases.
473         (inversion-require-emacs): New argument sxemacs-ver; use it.
475 2012-10-01  Nelson Ferreira  <nelson.ferreira@ieee.org>
477         * ede/emacs.el (ede-emacs-version): Detect SXEmacs.
479 2012-10-01  William Xu  <william.xwl@gmail.com>
481         * semantic/bovine/gcc.el (semantic-gcc-query): Returns status when
482         there is an error.
483         (semantic-gcc-setup): If the first attempt at calling cpp fails,
484         try straight GCC.
486 2012-10-01 Jan Moringen  <jan.moringen@uni-bielefeld.de>
488         * semantic/idle.el
489         (semantic-idle-breadcrumbs--display-in-header-line):
490         Escape %-characters to avoid erroneous expansion in header line.
491         (semantic-idle-breadcrumbs--display-in-mode-line): Likewise.
493         * semantic/wisent/python.el (wisent-python-reconstitute-function-tag)
494         (wisent-python-reconstitute-class-tag, semantic-python-special-p)
495         (semantic-python-private-p, semantic-python-instance-variable-p)
496         (semantic-python-docstring-p): New functions.
498         * srecode/find.el (srecode-user-template-p): New function.
499         (srecode-all-template-hash): Accept new optional argument
500         predicate; return only templates matching the predicate.
501         (srecode-read-template-name): Only retrieve templates matching
502         srecode-user-template-p.
504         * srecode/insert.el (srecode-insert-show-error-report)
505         (srecode-insert-report-error): New functions.
506         (srecode-insert-variable-secondname-handler)
507         (srecode-insert-method, srecode-insert-ask-default)
508         (srecode-insert-variable-secondname-handler)
509         (srecode-insert-subtemplate, srecode-insert-method-helper)
510         (srecode-insert-include-lookup): Use them.
512 2012-10-01  Thomas Bach  <thbach@students.uni-mainz.de>
514         * semantic/wisent/python.el
515         (semantic-python-get-system-include-path): Add Python3k support.
517 2012-10-01  Alexander Haeckel  <_@_>  (tiny change)
519         * srecode/getset.el (srecode-query-for-field): Return the first
520         tag found by name from all children tags.
522 2012-10-01  Dale Sedivec  <dale@codefu.org>
524         * semantic/wisent/python.el (wisent-python-string-start-re)
525         (wisent-python-string-re, wisent-python-forward-string)
526         (wisent-python-forward-line,wisent-python-lex-string):
527         New variables.
528         (wisent-python-forward-balanced-expression): New function.
530 2012-10-01  Pete Beardmore  <elbeardmorez@msn.com>
532         * semantic/complete.el (semantic-collector-calculate-completions):
533         Search for additional matches if new prefix is a substring of the
534         old prefix.
535         (semantic-displayor-next-action): Immediately show more
536         completions after user presses TAB the first time.
537         (semantic-displayor-tooltip-mode)
538         (semantic-displayor-tooltip-initial-max-tags)
539         (semantic-displayor-tooltip-max-tags): New defcustoms.
540         (semantic-displayor-tooltip): Use new variables as initforms.
541         Use new slot `mode' instead of `force-show'.  Rename `max-tags' to
542         `max-tags-initial'.
543         (semantic-displayor-show-request): Display completions according
544         to new modes, and make variable names clearer.
545         (semantic-displayor-tooltip::semantic-displayor-scroll-request):
546         Use new max-tags-initial slot.
548         * semantic/idle.el (semantic-idle-local-symbol-highlight):
549         Make sure there actually is a tag at point.
550         (semantic-idle-completion-list-default): Report errors as messages
551         if semantic-idle-scheduler-verbose-flag is non-nil.
553 2012-10-01  Richard Kim  <emacs18@gmail.com>
555         * semantic/db-global.el (semanticdb-enable-gnu-global-databases):
556         Add optional NOERROR argument.
558 2012-10-01  Alex Ott  <alexott@gmail.com>
560         * semantic/idle.el (semantic-idle-scheduler-enabled-p):
561         Fix file-checking.
563 2012-10-01  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
565         * semantic/db-find.el (semanticdb-find-default-throttle):
566         Make buffer-local.
567         (semanticdb-strip-find-results): Check for existing :filename
568         attribute, so that file information from GNU Global is not lost.
570 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
572         * ede/base.el (ede-with-projectfile): Use backquote forms.
574 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
576         inaccessable -> inaccessible spelling fix (Bug#10052)
577         * semantic/wisent/comp.el (wisent-inaccessible-symbols):
578         Rename from wisent-inaccessable-symbols, fixing a misspelling.
579         Caller changed.
581 2012-07-09  Andreas Schwab  <schwab@linux-m68k.org>
583         * ede/project-am.el: Fix typo.
585 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
587         Rename configure.in to configure.ac (Bug#11603).
588         * ede/autoconf-edit.el (autoconf-find-query-for-program)
589         (autoconf-new-program):
590         * ede/emacs.el (ede-emacs-version):
591         * ede/proj.el (ede-proj-setup-buildenvironment):
592         * ede/project-am.el (project-am-autoconf-file-options):
593         Prefer configure.ac to configure.in.
595 2012-03-12  David Engster  <deng@randomsample.de>
597         * semantic/db-find.el
598         (semanticdb-find-translate-path-brutish-default): If we don't yet
599         have a proper table for PATH, use `semanticdb-current-database'
600         instead (bug #10343).
602 2012-03-11  David Engster  <deng@randomsample.de>
604         * semantic/wisent/javascript.el (js-mode): Define `js-mode' as
605         child-mode of `javascript-mode' (bug #8445).
607 2012-02-28  Glenn Morris  <rgm@gnu.org>
609         * semantic/db.el (semanticdb-search-results-table):
610         Doc fix (standardize possessive apostrophe usage).
612 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
614         * ede/auto.el (ede-directory-safe-p, ede-add-project-to-global-list):
615         Add declarations.
617 2012-01-29  David Engster  <deng@randomsample.de>
619         Fix require error when using srecode-insert (Bug#9967).
620         * srecode/insert.el: Require srecode/filters.
621         * srecode/filters.el: Drop two requires.
623 2012-01-09  Eric Ludlam  <zappo@gnu.org>
625         * ede.el (ede-project-directories): New option.
626         (ede-directory-safe-p): Check it.
627         (ede-initialize-state-current-buffer, ede, ede-new)
628         (ede-check-project-directory, ede-rescan-toplevel)
629         (ede-load-project-file, ede-parent-project, ede-current-project):
630         (ede-target-parent): Avoid loading in a project unless it is safe,
631         since it may involve malicious code.  This security flaw was
632         pointed out by Hiroshi Oota.
634         * ede/auto.el (ede-project-autoload): Add safe-p slot.
635         (ede-project-class-files): Projects using Project.ede are unsafe.
636         (ede-auto-load-project): New method.
638         * ede/simple.el (ede-project-class-files): Mark as unsafe.
640 2011-12-19  Sam Steingold  <sds@gnu.org>
642         * semantic/edit.el (semantic-edits-incremental-parser): Add the
643         autoload cookie, necessary for JDEE.
645 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
647         * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo.
649 2011-11-26  Chong Yidong  <cyd@gnu.org>
651         * semantic/wisent/python-wy.el:
652         * semantic/wisent/js-wy.el:
653         * semantic/wisent/javat-wy.el:
654         * semantic/bovine/c-by.el:
655         * semantic/grammar-wy.el: Regenerate.
657 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
659         * semantic/lex-spp.el (semantic-lex-spp-first-token-arg-list): Fix typo.
661 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
663         * cedet-cscope.el (cedet-cscope-version-check):
664         * cedet-global.el (cedet-global-min-version)
665         (cedet-gnu-global-version-check):
666         * cedet.el (cedet-version):
667         * data-debug.el (data-debug-prev, data-debug-contract-current-line):
668         * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target)
669         (ede-new, ede-invoke-method, project-edit-file-target, project-rescan)
670         (ede-add-project-to-global-list, ede-map-all-subprojects):
671         * inversion.el (inversion-check-version):
672         * mode-local.el (mode-local-map-file-buffers, define-child-mode)
673         (define-overloadable-function):
674         * pulse.el (pulse-flag, pulse):
675         * semantic.el (semantic-elapsed-time, semantic-parse-region)
676         (navigate-menu):
677         * ede/proj-comp.el (ede-compilation-program):
678         * semantic/debug.el (semantic-debug-parser-go)
679         (semantic-debug-parser-fail, semantic-debug-parser-quit)
680         (semantic-debug-parser-abort):
681         * semantic/idle.el (semantic-idle-core-handler):
682         * semantic/bovine/debug.el (semantic-bovine-debug-error-frame):
683         Fix typos.
685 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
687         * semantic/lex.el (semantic-lex-tokens):
688         * semantic/tag-ls.el (semantic-tag-protected-p):
689         * srecode/mode.el (srecode-prefix-map): Fix typos.
691 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
693         * ede/project-am.el (project-compile-target-command): Fix typo.
695 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
697         * ede/auto.el (ede-project-autoload):
698         * ede/proj-comp.el (ede-makefile-rule):
699         * semantic/analyze.el (semantic-analyze-current-context):
700         * semantic/ctxt.el (semantic-get-local-variables):
701         * semantic/tag-ls.el (semantic-tag-calculate-parent): Fix typos.
703 2011-11-03  David Engster  <dengste@eml.cc>
705         * srecode.el:
706         * srecode/texi.el:
707         * srecode/template.el:
708         * srecode/java.el:
709         * srecode/insert.el:
710         * srecode/document.el:
711         * srecode/dictionary.el:
712         * srecode/compile.el:
713         * semantic/wisent/java-tags.el:
714         * semantic/texi.el:
715         * semantic/sort.el:
716         * semantic/lex-spp.el:
717         * semantic/idle.el:
718         * semantic/html.el:
719         * semantic/db-typecache.el:
720         * semantic/analyze/complete.el:
721         * ede/generic.el:
722         * ede/custom.el:
723         * ede/cpp-root.el:
724         * ede/base.el: Fix filenames in comments and headers.
726         * semantic/db-find.el:
727         * srecode/insert.el (srecode-insert-include-lookup):
728         * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
729         comments and docstrings.
731         * semantic/ctxt.el (semantic-end-of-context-default):
732         * semantic/find.el (semantic-find-tags-by-scope-protection):
733         * semantic/java.el (semantic-documentation-for-tag): Fix typos in
734         docstrings.
736         * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
737         (semanticdb-abstract-db-cache):
738         * semantic/decorate/include.el
739         (semantic-decoration-unknown-include-describe): Fix filenames in
740         docstring.
742         * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
743         (semantic-ede-grammar-compiler-bovine): Fix requires that are
744         added to the grammar-make-script.
746 2011-10-23  Chong Yidong  <cyd@gnu.org>
748         * ede.el (ede-maybe-checkout): Function deleted;
749         vc-toggle-read-only does not do version control now.
751         * ede/util.el (ede-make-buffer-writable): Don't use
752         vc-toggle-read-only.
754         * ede/project-am.el (project-remove-file, project-add-file)
755         (project-new-target): Don't call ede-maybe-checkout.
757 2011-10-19  Chong Yidong  <cyd@gnu.org>
759         * ede.el (ede-minor-mode,global-ede-mode):
760         * semantic.el (semantic-mode): Doc fix to reflect new
761         define-minor-mode calling behavior.
763 2011-07-30  Chong Yidong  <cyd@stupidchicken.com>
765         * semantic/grammar.el (semantic-grammar-insert-defanalyzers):
766         Fix require.
768 2011-07-04  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
770         * semantic/db.el (semanticdb-file-table-object): Don't bug out on
771         unconfigured projects if `global-ede-mode' is on (bug#8092).
773 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
775         * semantic.el (semantic-elapsed-time): Rewrite using
776         time-subtract and float-time.
778 2011-05-11  Glenn Morris  <rgm@gnu.org>
780         * semantic/wisent/javascript.el (semantic-get-local-variables):
781         Use define-mode-local-override rather than its obsolete alias.
783 2011-05-10  Jim Meyering  <meyering@redhat.com>
785         Fix doubled-word typos.
786         * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the
787         * semantic/complete.el (semantic-complete-read-tag-local-members):
788         Likewise.
789         * ede.el (ede-auto-add-method): then then -> then
791 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
793         * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
794         * ede/proj-comp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
795         * ede/proj-elisp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf)
796         (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
797         * ede/proj-scheme.el (ede-proj-tweak-autoconf): Fix typos in docstrings.
799 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
801         * Version 23.3 released.
803 2011-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
805         * semantic/wisent/comp.el (wisent-byte-compile-grammar):
806         Macroexpand before passing to byte-compile-form.
808 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
810         * srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode.
811         * semantic/symref/list.el (semantic-symref-results-mode):
812         Use run-mode-hooks.
814 2010-11-12  Glenn Morris  <rgm@gnu.org>
816         * semantic/wisent/comp.el: Remove unnecessary eval-when-compiles.
818 2010-11-10  Glenn Morris  <rgm@gnu.org>
820         * semantic/bovine/c.el: Test system-type with memq.
822 2010-11-09  Glenn Morris  <rgm@gnu.org>
824         * semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
825         * semantic/grammar.el (semantic-grammar-epilogue):
826         * ede/speedbar.el (ede-find-nearest-file-line):
827         * ede/pmake.el (ede-proj-makefile-insert-dist-rules):
828         * ede/autoconf-edit.el (autoconf-delete-parameter):
829         Use point-at-bol and point-at-eol.
831 2010-11-07  Glenn Morris  <rgm@gnu.org>
833         * ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol.
835 2010-11-01  Glenn Morris  <rgm@gnu.org>
837         * semantic/bovine/c.el (semantic-analyze-split-name): Move before use.
839         * semantic/symref/cscope.el (ede-toplevel):
840         * semantic/symref.el (ede-toplevel):
841         * semantic/tag-file.el (ede-toplevel):
842         * ede.el (ede-toplevel): Fix declarations.
844 2010-10-31  Glenn Morris  <rgm@gnu.org>
846         * ede/proj-elisp.el (project-compile-target): Fix previous change.
847         * semantic/ede-grammar.el (project-compile-target): Fix previous change.
849 2010-10-31  Julien Danjou  <julien@danjou.info>
851         * ede/proj-elisp.el (project-compile-target):
852         * semantic/ede-grammar.el (project-compile-target):
853         Use `byte-recompile-file'.
855 2010-10-31  Glenn Morris  <rgm@gnu.org>
857         * mode-local.el (mode-local-augment-function-help):
858         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons):
859         * semantic/symref/list.el (semantic-symref-results-dump)
860         (semantic-symref-rb-toggle-expand-tag): Replace inappropriate uses
861         of toggle-read-only.
863 2010-09-30  Chong Yidong  <cyd@stupidchicken.com>
865         * semantic/bovine/el.el:
866         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
867         Fix require statements.
869 2010-09-29  Chong Yidong  <cyd@stupidchicken.com>
871         * semantic/tag.el (semantic-tag-version): Bump to 2.0.
873         * semantic/db-typecache.el (semanticdb-typecache-find-default):
874         * semantic/imenu.el (semantic-create-imenu-index):
875         * semantic/grammar.el (semantic--grammar-macro-function-tag):
876         * semantic/fw.el (semanticdb-without-unloaded-file-searches):
877         Fix require.  Suggested by David Engster.
879         * semantic/bovine/c-by.el: Regenerate.
881 2010-09-29  Eric Ludlam  <zappo@gnu.org>
883         * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
884         (semantic-lex-spp-enable-debug-symbol): New command
885         (semantic-lex-spp-value-valid-p)
886         (semantic-lex-spp-validate-value): New functions
887         (semantic-lex-spp-symbol-set)
888         (semantic-lex-spp-symbol-push): Add call to validate value.
889         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
890         invalid values during save, just save a nil.
892 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
894         * ede/linux.el (ede-project-class-files):
895         * ede/generic.el (ede-generic-new-autoloader):
896         * ede/emacs.el (ede-project-class-files):
897         * ede/simple.el (ede-project-class-files):
898         * ede/cpp-root.el (ede-project-class-files): Fix require name.
900 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
902         * semantic/lex.el (semantic-ignore-comments): Doc fix.
904         * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
905         Fix typo in error message.
906         (semantic-symref-list-map-open-hits): Fix typo in docstring.
908 2010-09-21  Eric Ludlam  <zappo@gnu.org>
910         Synch SRecode to CEDET 1.0.
912         * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
913         'never, disable all pulsing.
915         * cedet.el (cedet-version):
916         * srecode.el (srecode-version): Bump version to 1.0.
918         * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
919         (semantic-insert-foreign-tag): Use it.
921         * srecode/mode.el (srecode-bind-insert):
922         Call srecode-load-tables-for-mode.
923         (srecode-minor-mode-templates-menu): Do not list templates that
924         are not in the current project.
925         (srecode-menu-bar): Add binding for srecode-macro-help.
927         * srecode/table.el (srecode-template-table): Add :project slot.
928         (srecode-dump): Dump it.
930         * srecode/map.el (srecode-map-update-map): Make map loading more
931         robust.
933         * srecode/insert.el (srecode-insert-fcn): Merge template
934         dictionary before resolving arguments.
935         (srecode-insert-method-helper): Add error checking to make sure
936         that we only have dictionaries.
937         (srecode-insert-method): Check template nesting depth when using
938         point inserter override.
939         (srecode-insert-method): Install override with depth limit.
941         * srecode/getset.el (srecode-insert-getset): Force tag table
942         update.  Don't query the class if it is empty.
944         * srecode/find.el (srecode-template-get-table)
945         (srecode-template-get-table-for-binding)
946         (srecode-all-template-hash): Skip if not in current project.
947         (srecode-template-table-in-project-p): New method.
949         * srecode/fields.el (srecode-fields-exit-confirmation): New option.
950         (srecode-field-exit-ask): Use it.
952         * srecode/dictionary.el (srecode-dictionary-add-template-table):
953         Do not add variables in tables not for the current project.
954         (srecode-compound-toString): Handle cases where the default value
955         is another compound value.
956         (srecode-dictionary-lookup-name): New optional argument
957         NON-RECURSIVE, which inhibits visiting dictionary parents.
958         (srecode-dictionary-add-section-dictionary)
959         (srecode-dictionary-merge): New optional argument FORCE adds
960         values even if an identically named entry exists.
961         (srecode-dictionary-add-entries): New method.
962         (srecode-create-dictionaries-from-tags): New function.
964         * srecode/cpp.el (srecode-cpp): New defgroup.
965         (srecode-cpp-namespaces): New option.
966         (srecode-semantic-handle-:using-namespaces)
967         (srecode-cpp-apply-templates): New functions.
968         (srecode-semantic-apply-tag-to-dict): Handle template parameters
969         by calling `srecode-cpp-apply-templates'.
971         * srecode/compile.el (srecode-compile-templates): Fix directory
972         compare of built-in templates.  Give built-ins lower piority.
973         Support special variable "project".
974         (srecode-compile-template-table): Set :project slot of new tables.
975         (srecode-compile-one-template-tag):
976         Use srecode-create-dictionaries-from-tags.
978 2010-09-21  Eric Ludlam  <zappo@gnu.org>
980         Synch EDE to CEDET 1.0.
982         * cedet-idutils.el (cedet-idutils-make-command): New option.
983         (cedet-idutils-mkid-call):
984         (cedet-idutils-create/update-database): New functions.
986         * cedet-cscope.el (cedet-cscope-create):
987         (cedet-cscope-create/update-database): New functions.
988         (cedet-cscope-support-for-directory): Make interactive.
990         * cedet-global.el (cedet-global-gtags-command): New option.
991         (cedet-gnu-global-gtags-call)
992         (cedet-gnu-global-create/update-database): New functions.
994         * ede.el (ede-save-cache): Fix recentf-exclude expression.
995         (ede-make-dist): Always use toplevel project.
996         (ede-buffer-object): If we fail to find an object in the current
997         project, loop upward looking for a match.  If no target is found,
998         use most local project.
999         (ede-buffer-belongs-to-target-p)
1000         (ede-buffer-belongs-to-project-p): New functions.
1001         (ede-initialize-state-current-buffer): New function.
1002         (ede-target-forms-menu, ede-project-buffers): Use them.
1003         (ede-minor-mode, ede-reset-all-buffers): Use it.
1004         (project-interactive-select-target, project-add-file): Don't use
1005         ede-project-force-load.
1006         (ede-buffer-object): New arg PROJSYM.
1007         (ede-minor-mode): Remove ede-directory-project-p test.
1008         (ede-initialize-state-current-buffer): Don't test for
1009         ede-directory-project-p if there is a matching open project.
1010         (ede-customize-forms-menu): Prevent error if there is no project.
1011         (ede-load-project-file): Set ede-constructing to the thing being
1012         constructed, instead of t.
1013         (ede-project-force-load): Delete.
1015         * ede/base.el:
1016         * ede/auto.el:
1017         * ede/custom.el: New files.
1019         * ede/autoconf-edit.el (autoconf-find-last-macro)
1020         (autoconf-parameters-for-macro): Parse multiline parameters of
1021         macros.  Optionally ignore case and at bol for macro.
1022         (autoconf-parameter-strip): Use greedy match for newlines.
1023         (autoconf-new-automake-string): Delete.
1024         (autoconf-new-program): Use SRecode to fill an empty file.
1026         * ede/cpp-root.el (ede-create-lots-of-projects-under-dir):
1027         New function.
1029         * ede/files.el (ede-flush-project-hash): New command.
1030         (ede-convert-path): Add optional PROJECT arg.
1031         (ede-directory-project-p): Obey ".ede-ignore".
1032         (ede-expand-filename-local)
1033         (ede-expand-filename-impl-via-subproj): New methods.
1034         (ede-expand-filename-impl): Use them.
1035         (ede-project-root, ede-project-root-directory): Move to
1036         ede/auto.el.
1038         * ede/locate.el (ede-locate-flush-hash):
1039         (ede-locate-create/update-root-database): New methods.
1040         (initialize-instance): Use ede-locate-flush-hash.
1042         * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
1043         the top project and not a metasubproject, set TOP to CURDIR.
1044         (ede-proj-makefile-insert-variables): Output a target's object
1045         list whether or not the vars are already in the Makefile.
1046         (ede-pmake-insert-variable-once): New macro.
1048         * ede/project-am.el (project-am-with-makefile-current):
1049         Add recentf-exclude.
1050         (project-am-load-makefile): Obey an optional suggested name.
1051         (project-am-expand-subdirlist): New function.
1052         (project-am-makefile::project-rescan): Use it.  Combine SUBDIRS
1053         and DIST_SUBDIRS.
1054         (project-am-meta-type-alist): A list to scan better Makefile.am
1055         (project-am-scan-for-targets): Scan also over
1056         project-am-meta-type-alist.
1057         (ede-system-include-path): Simple implementation.
1058         (ede-find-target): Delete.  EDE core takes care of this.
1059         (ede-buffer-mine): Create the searched filename as relative.
1060         (project-am-load): Simplify, using autoconf-edit.
1061         (project-am-extract-package-info): Fix separators.
1063         * ede/proj.el (project-run-target): New method.
1064         (project-make-dist, project-compile-project):
1065         Use ede-proj-automake-p to determine which kind of compile to use.
1066         (project-rescan): Call ede-load-project-file.
1067         (ede-buffer-mine): Add more file names that belong to the project.
1068         (ede-proj-compilers): Improve error message.
1070         * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
1071         (ede-source-c++): Add more C++ extensions.
1072         (ede-proj-target-makefile-objectcode): Quote initforms.
1073         Support lex and yacc.
1075         * ede/proj-prog.el (ede-proj-makefile-insert-rules): Remove.
1076         (ede-proj-makefile-insert-variables): New, add LDDEPS.
1077         (ede-proj-makefile-insert-automake-post-variables): Add LDADD
1078         variable.  Use ldlibs-local slot.  Add a -l to ldlibs strings.
1079         (ede-proj-target-makefile-program): Swap order of two slots so
1080         they show up in the same order as in the command line.
1081         (ede-proj-target-makefile-program): Add ldlibs-local slot.
1083         * ede/proj-shared.el (ede-g++-libtool-shared-compiler):
1084         Fix inference rule to use cpp files.
1085         (ede-proj-target-makefile-shared-object): Quote initforms.
1087         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
1088         * ede/proj-info.el (ede-proj-target-makefile-info):
1089         * ede/proj-aux.el (ede-proj-target-aux):
1090         * ede/proj-archive.el (ede-proj-target-makefile-archive):
1091         * ede/proj-elisp.el (ede-proj-target-elisp)
1092         (ede-proj-target-elisp-autoloads): Quote initforms.
1094         * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
1096         * ede/shell.el (ede-shell-buffer): Fix buffer name.
1098         * ede/pconf.el (ede-proj-configure-synchronize): If user events
1099         occur while waiting for the compile process to finish, pull them
1100         in and discard those events.
1102 2010-09-19  Eric Ludlam  <zappo@gnu.org>
1104         Synch Semantic to CEDET 1.0.
1106         * semantic.el (semantic-version): Update to 2.0.
1107         (semantic-mode-map): Add "," and "m" bindings.
1108         (navigate-menu): Update.
1110         * semantic/symref.el (semantic-symref-calculate-rootdir):
1111         New function.
1112         (semantic-symref-detect-symref-tool): Use it.
1114         * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
1115         (semantic-symref-perform-search): Use it.  Calculate root dir with
1116         semantic-symref-calculate-rootdir.
1117         (semantic-symref-derive-find-filepatterns): Improve error message.
1119         * semantic/symref/list.el
1120         (semantic-symref-results-mode-map): New bindings.
1121         (semantic-symref-auto-expand-results): New option.
1122         (semantic-symref-results-dump): Obey auto-expand.
1123         (semantic-symref-list-expand-all, semantic-symref-regexp)
1124         (semantic-symref-list-contract-all)
1125         (semantic-symref-list-map-open-hits)
1126         (semantic-symref-list-update-open-hits)
1127         (semantic-symref-list-create-macro-on-open-hit)
1128         (semantic-symref-list-call-macro-on-open-hits): New functions.
1129         (semantic-symref-list-menu-entries)
1130         (semantic-symref-list-menu): New vars.
1131         (semantic-symref-list-map-open-hits): Move cursor to beginning of
1132         match before calling the mapped function.
1134         * semantic/doc.el
1135         (semantic-documentation-comment-preceeding-tag): Do nothing if the
1136         mode doesn't provide comment-start-skip.
1138         * semantic/scope.el
1139         (semantic-analyze-scope-nested-tags-default): Strip duplicates.
1140         (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
1141         looking for as part of the scoped tags list.
1143         * semantic/html.el (semantic-default-html-setup):
1144         Add senator-step-at-tag-classes.
1146         * semantic/decorate/include.el
1147         (semantic-decoration-on-unknown-includes): Change light bgcolor.
1148         (semantic-decoration-on-includes-highlight-default): Check that
1149         the include tag has a position.
1151         * semantic/complete.el (semantic-collector-local-members):
1152         (semantic-complete-read-tag-local-members)
1153         (semantic-complete-jump-local-members): New class and functions.
1154         (semantic-complete-self-insert): Save excursion before completing.
1156         * semantic/analyze/complete.el
1157         (semantic-analyze-possible-completions-default): If no completions
1158         are found, return the raw by-name-only completion list.  Add FLAGS
1159         arguments.  Add support for 'no-tc (type constraint) and
1160         'no-unique, or no stripping duplicates.
1161         (semantic-analyze-possible-completions-default): Add FLAGS arg.
1163         * semantic/util-modes.el
1164         (semantic-stickyfunc-show-only-functions-p): New option.
1165         (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
1166         the very first line in a buffer.
1168         * semantic/util.el (semantic-hack-search)
1169         (semantic-recursive-find-nonterminal-by-name)
1170         (semantic-current-tag-interactive): Delete.
1171         (semantic-describe-buffer): Fix expand-nonterminal.
1172         Add lex-syntax-mods, type relation separator char, and command
1173         separation char.
1174         (semantic-sanity-check): Only message if called interactively.
1176         * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
1177         :filename property and the tag position.
1179         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1180         Add recursion limit.
1182         * semantic/imenu.el (semantic-imenu-bucketize-type-members):
1183         Make this buffer local, not the obsoleted variable.
1185         * semantic/idle.el: Add breadcrumbs support.
1186         (semantic-idle-summary-current-symbol-info-default)
1187         (semantic-idle-tag-highlight)
1188         (semantic-idle-completion-list-default):
1189         Use semanticdb-without-unloaded-file-searches for speed, and to
1190         conform to the controls that specify if the idle timer is supposed
1191         to be parsing unparsed includes.
1192         (semantic-idle-symbol-highlight-face)
1193         (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
1194         Callers changed.
1195         (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
1196         (semantic-idle-work-update-headers-flag): New var.
1197         (semantic-idle-work-for-one-buffer): Use it.
1198         (semantic-idle-local-symbol-highlight): Rename from
1199         semantic-idle-tag-highlight.
1200         (semantic-idle-truncate-long-summaries): New option.
1202         * semantic/ia.el (semantic-ia-cache)
1203         (semantic-ia-get-completions): Delete.  Callers changed.
1204         (semantic-ia-show-variants): New command.
1205         (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
1206         (semantic-ia-show-summary): If there isn't anything to show, say so.
1208         * semantic/grammar.el (semantic-grammar-create-package):
1209         Save the buffer even in batch mode.
1211         * semantic/fw.el
1212         (semanticdb-without-unloaded-file-searches): New macro.
1214         * semantic/dep.el (semantic-dependency-find-file-on-path):
1215         Fix case dereferencing ede-object when it is a list.
1217         * semantic/db-typecache.el (semanticdb-expand-nested-tag)
1218         (semanticdb-typecache-faux-namespace): New functions.
1219         (semanticdb-typecache-file-tags)
1220         (semanticdb-typecache-merge-streams): Use them.
1221         (semanticdb-typecache-file-tags): When deriving tags from a file,
1222         give the mode a chance to monkey with the tag copy.
1223         (semanticdb-typecache-find-default): Wrap find in save-excursion.
1224         (semanticdb-typecache-find-by-name-helper): Merge found names down.
1226         * semantic/db-global.el
1227         (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
1228         GNU Global is not available and we don't want to throw an error.
1230         * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
1231         When trying to normalize the tag to a buffer, don't error if
1232         set-buffer method doesn't exist.
1234         * semantic/db-file.el (semanticdb-save-db): Simplify msg.
1236         * semantic/db.el (semanticdb-refresh-table): If forcing a
1237         refresh on a file not in a buffer, use semantic-find-file-noselect
1238         and delete the buffer after use.
1239         (semanticdb-current-database-list): When calculating root via
1240         hooks, force it through true-filename and skip the list of
1241         possible roots.
1243         * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
1245         * semantic/analyze/debug.el
1246         (semantic-analyzer-debug-insert-tag): Reset standard output to
1247         current buffer.
1248         (semantic-analyzer-debug-global-symbol)
1249         (semantic-analyzer-debug-missing-innertype): Change "prefix" to
1250         "symbol" in messages.
1252         * semantic/analyze/refs.el (semantic-analyze-refs-impl)
1253         (semantic-analyze-refs-proto): When calculating value, make sure
1254         the found tag is 'similar' to the originating tag.
1255         (semantic--analyze-refs-find-tags-with-parent): Attempt to
1256         identify matches via imported symbols of parents.
1257         (semantic--analyze-refs-full-lookup-with-parents): Do a deep
1258         search during the brute search.
1260         * semantic/analyze.el
1261         (semantic-analyze-find-tag-sequence-default): Be robust to
1262         calculated scopes being nil.
1264         * semantic/bovine/c.el (semantic-c-describe-environment):
1265         Add project macro symbol array.
1266         (semantic-c-parse-lexical-token): Add recursion limit.
1267         (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
1268         New overrides.
1269         (semantic-expand-c-tag-namelist): Split a full type from a typedef
1270         out to its own tag.
1271         (semantic-expand-c-tag-namelist): Do not split out a typedef'd
1272         inline type if it is an anonymous type.
1273         (semantic-c-reconstitute-token): Use the optional initializers as
1274         a clue that some function is probably a constructor.
1275         When defining the type of these constructors, split the parent name,
1276         and use only the class part, if applicable.
1278         * semantic/bovine/c-by.el:
1279         * semantic/wisent/python-wy.el: Regenerate.
1281 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1283         * semantic/db-file.el (object-write): Fix typo in docstring.
1285 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1287         * semantic/lex-spp.el
1288         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1289         invalid values during save, just save a nil (Bug#6324).
1291 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1293         * ede/cpp-root.el (ede-set-project-variables): Fix feature name
1294         (bug#6231).
1296 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         Use a mode-line spec rather than a static string in Semantic.
1299         * semantic/util-modes.el:
1300         (semantic-minor-modes-format): New var to replace...
1301         (semantic-minor-modes-status): Remove.
1302         (semantic-mode-line-update): Construct a mode-line spec rather than
1303         a static string so that mouse buttons can be used on individual minor
1304         modes and so that semantic-mode-line-update only needs to be called
1305         when global settings are changed.
1306         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1307         Call semantic-mode-line-update.
1308         (semantic-toggle-minor-mode-globally): Don't assume mode is on
1309         minor-mode-alist, check semantic-minor-mode-alist as well.
1310         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1311         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1312         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1313         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1314         * semantic/idle.el (semantic-idle-scheduler-mode)
1315         (define-semantic-idle-service, semantic-idle-summary-mode):
1316         * semantic/decorate/mode.el (semantic-decoration-mode):
1317         Don't call semantic-mode-line-update any more.
1319 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1321         Use define-minor-mode in CEDET where applicable.
1323         * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1324         Use define-minor-mode.
1326         * semantic/util-modes.el (semantic-add-minor-mode):
1327         Remove unused arg `keymap' and code redundant with define-minor-mode.
1328         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1329         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1330         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1331         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1332         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1333         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1334         Use define-minor-mode.
1335         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1336         (semantic-show-unmatched-syntax-mode-setup)
1337         (semantic-show-parser-state-mode-setup)
1338         (semantic-highlight-func-mode-setup): Inline into sole caller.
1340         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1341         (semantic-mru-bookmark-mode): Use define-minor-mode.
1342         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1344         * semantic/idle.el (define-semantic-idle-service):
1345         Use define-minor-mode and inline setup function into its sole caller.
1346         (semantic-idle-scheduler-mode-setup)
1347         (semantic-idle-summary-mode-setup): Inline into sole caller.
1348         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1349         Use define-minor-mode.
1351         * semantic/decorate/mode.el (global-semantic-decoration-mode)
1352         (semantic-decoration-mode): Use define-minor-mode.
1353         (semantic-decoration-mode-setup): Inline into sole caller.
1355         * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1356         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1357         (ede-dired-add-to-target): Use dolist.
1359 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1361         * semantic.el (semantic-completion-at-point-function):
1362         New function.
1363         (semantic-mode): Use semantic-completion-at-point-function for
1364         completion-at-point-functions instead.
1366 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1368         * semantic.el (semantic-mode): When enabled, add
1369         semantic-ia-complete-symbol to completion-at-point-functions.
1371         * semantic/ia.el (semantic-ia-complete-symbol): Return nil
1372         if Semantic is not active.
1374 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1376         * ede/pmake.el (ede-proj-makefile-insert-variables):
1377         Don't destroy list before using it.
1379 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
1381         * semantic/imenu.el (semantic-imenu-bucketize-type-members)
1382         (semantic-create-imenu-directory-index): Fix typos in docstrings.
1383         (semantic-imenu-goto-function): Reflow docstring.
1385 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1387         * srecode/table.el (srecode-template-table): Fix docstring typo.
1389 2010-03-24  Glenn Morris  <rgm@gnu.org>
1391         * semantic/bovine/c.el (semantic-c-describe-environment):
1392         Consistently check ede-object is bound throughout.
1394         * ede/project-am.el (ede-shell-run-something): Declare.
1396 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
1398         * semantic/imenu.el: New file, from the CEDET repository
1399         (Bug#5412).
1401 2010-03-06  Glenn Morris  <rgm@gnu.org>
1403         * semantic/grammar.el (semantic-grammar-header-template):
1404         Update template copyright to GPLv3+.
1406 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1408         * semantic/db-find.el
1409         (semanticdb-find-translate-path-brutish-default):
1410         * ede/make.el (ede-make-check-version):
1411         Use with-current-buffer instead of save-excursion.
1413 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1415         * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
1416         Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
1418 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1420         * data-debug.el (data-debug): Move to extensions group.
1422         * ede.el (ede):
1423         * srecode.el (srecode):
1424         * semantic.el (semantic): Put in tools and extensions group.
1426 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1428         * ede.el (ede-run-target, project-delete-target)
1429         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1430         (ede-adebug-project, ede-adebug-project-parent)
1431         (ede-adebug-project-root): Fix typos in docstrings.
1433 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1435         * ede/locate.el (ede-locate-file-in-project)
1436         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1437         (ede-enable-locate-on-project): Fix typos in error messages.
1439         * semantic/util-modes.el (semantic-unmatched-syntax-face)
1440         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1441         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1442         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1443         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1444         Fix typos in menu help.
1446         * semantic.el (semantic-require-version, semantic--buffer-cache)
1447         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1448         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1449         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1450         (semantic-parse-stream, semantic-parse-region)
1451         (semantic-parse-region-default, semantic--set-buffer-cache)
1452         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1453         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1454         (semantic-default-submodes):
1455         * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1456         (semanticdb-create-ebrowse-database)
1457         (semanticdb-find-tags-for-completion-method)
1458         (semanticdb-find-tags-by-class-method)
1459         (semanticdb-deep-find-tags-by-name-method)
1460         (semanticdb-deep-find-tags-for-completion-method):
1461         * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1462         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1463         (semanticdb-find-tags-for-completion-method)
1464         (semanticdb-find-tags-by-class-method)
1465         (semanticdb-deep-find-tags-for-completion-method):
1466         * semantic/db-find.el (semanticdb-find-translate-path)
1467         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1468         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1469         (semanticdb-find-tags-by-name-method)
1470         (semanticdb-find-tags-by-name-regexp-method)
1471         (semanticdb-find-tags-for-completion-method)
1472         (semanticdb-find-tags-by-class-method)
1473         (semanticdb-find-tags-external-children-of-type-method)
1474         (semanticdb-find-tags-subclasses-of-type-method)
1475         (semanticdb-deep-find-tags-by-name-method)
1476         (semanticdb-deep-find-tags-by-name-regexp-method)
1477         (semanticdb-deep-find-tags-for-completion-method):
1478         * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1479         (semanticdb-enable-gnu-global-in-buffer)
1480         (semanticdb-find-tags-for-completion-method)
1481         (semanticdb-deep-find-tags-by-name-method)
1482         (semanticdb-deep-find-tags-for-completion-method):
1483         * semantic/db-javascript.el (semanticdb-javascript-tags)
1484         (javascript-mode, semanticdb-find-translate-path)
1485         (semanticdb-find-tags-for-completion-method)
1486         (semanticdb-find-tags-by-class-method)
1487         (semanticdb-deep-find-tags-by-name-method)
1488         (semanticdb-deep-find-tags-for-completion-method)
1489         (semanticdb-find-tags-external-children-of-type-method):
1490         * semantic/idle.el (semantic-idle-work-core-handler)
1491         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1492         (global-semantic-idle-scheduler-mode):
1493         * srecode/dictionary.el (srecode-field-value)
1494         (srecode-dictionary-add-section-dictionary):
1495         Fix typos in docstrings.
1497 2010-01-17  Glenn Morris  <rgm@gnu.org>
1499         * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1501 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1503         * semantic.el (semantic-mode): Fix typos in docstrings.
1505 2010-01-16  Mario Lang  <mlang@delysid.org>
1507         * ede/cpp-root.el (ede-cpp-root-project):
1508         * ede/files.el (ede-expand-filename):
1509         * ede/simple.el (ede-simple-project):
1510         * semantic/complete.el (semantic-complete-read-tag-engine)
1511         (semantic-complete-inline-tag-engine):
1512         * semantic/db-el.el (semanticdb-equivalent-mode):
1513         * semantic/db-global.el (semanticdb-equivalent-mode):
1514         * semantic/db-javascript.el (semanticdb-equivalent-mode):
1515         * semantic/db.el (semanticdb-equivalent-mode):
1516         * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1517         * semantic/idle.el (semantic-idle-work-for-one-buffer):
1518         Remove duplicated words in doc-strings.
1520 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1522         * semantic/edit.el (semantic-reparse-needed-change-hook)
1523         (semantic-no-reparse-needed-change-hook):
1524         * srecode/insert.el (srecode-resolve-argument-list)
1525         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1526         (srecode-template-inserter-ask, srecode-template-inserter-width)
1527         (srecode-template-inserter-section-start)
1528         (srecode-template-inserter-section-end, srecode-insert-method):
1529         Fix typos in docstrings.
1531 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1533         * data-debug.el (data-debug): Fix customization group reference.
1535 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1537         * semantic/analyze.el (semantic-analyze-push-error)
1538         (semantic-analyze-context, semantic-analyze-context-assignment)
1539         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1540         * semantic/java.el (java-mode, semantic-tag-include-filename)
1541         (semantic-java-doc-keywords-map):
1542         * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1543         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1544         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1545         (semantic-c-classname, semantic-format-tag-uml-prototype)
1546         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1547         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1548         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1549         (semantic-get-local-variables, semantic-end-of-command)
1550         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1551         (lisp-mode):
1552         * semantic/bovine/make.el (makefile-mode):
1553         * semantic/wisent/python.el (wisent-python-string-re)
1554         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1555         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1556         (semantic-lex, semantic-get-local-variables, python-mode):
1557         * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1558         * srecode/extract.el (srecode-extract-state-set)
1559         (srecode-extract-method): Fix typos in docstrings.
1561 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1563         * semantic.el (semantic-new-buffer-setup-functions):
1564         Add python parser.
1566 2010-01-10  Richard Kim  <emacs18@gmail.com>
1568         * semantic/wisent/python-wy.el:
1569         * semantic/wisent/python.el: New files.
1571 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1573         * semantic/db-typecache.el (semanticdb-typecache-find-default):
1574         Fix typo in docstring.
1576 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1578         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1579         (semantic-mru-bookmark-mode): Doc fixes.
1581         * semantic/db.el (semanticdb-cache-get): Use error instead
1582         of assert.
1584 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
1586         * semantic/ia.el (semantic-ia-complete-symbol):
1587         Make argument optional.
1589 2009-12-05  Eric Ludlam  <zappo@gnu.org>
1591         * semantic/bovine/c.el (semantic-c-describe-environment):
1592         Describe project macro symbols.
1594         * semantic/complete.el (semantic-complete-do-completion):
1595         Don't call semantic-collector-current-exact-match.
1597         * ede.el (ede-apply-preprocessor-map): Accept lists of
1598         ede-objects as targets.
1600         * ede/pmake.el (ede-proj-makefile-insert-variables):
1601         Output a target's object list even if compiler vars are already in the
1602         Makefile.
1604         * ede/emacs.el (ede-preprocessor-map): Add config.h to the
1605         list of headers producing necessary macros.
1607 2009-11-24  Glenn Morris  <rgm@gnu.org>
1609         * semantic/idle.el (global-semantic-idle-scheduler-mode):
1610         Move after definition of global-semantic-idle-tag-highlight-mode.
1612 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
1614         * srecode/map.el (srecode-get-maps):
1615         * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1616         * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1617         * semantic/decorate/mode.el (semantic-decoration-mode)
1618         (semantic-toggle-decoration-style):
1619         * semantic/decorate/include.el
1620         (semantic-decoration-include-describe)
1621         (semantic-decoration-unknown-include-describe)
1622         (semantic-decoration-unparsed-include-describe)
1623         (semantic-decoration-all-include-summary):
1624         * semantic/bovine/c.el (semantic-c-debug-mode-init):
1625         * semantic/analyze/complete.el
1626         (semantic-analyze-possible-completions):
1627         * semantic/util-modes.el (semantic-highlight-edits-mode)
1628         (semantic-show-unmatched-syntax-mode)
1629         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1630         (semantic-highlight-func-mode):
1631         * semantic/util.el (semantic-describe-buffer):
1632         * semantic/symref.el (semantic-symref-find-references-by-name)
1633         (semantic-symref-find-tags-by-name)
1634         (semantic-symref-find-tags-by-regexp)
1635         (semantic-symref-find-tags-by-completion)
1636         (semantic-symref-find-file-references-by-name)
1637         (semantic-symref-find-text):
1638         * semantic/senator.el (senator-copy-tag, senator-kill-tag)
1639         (senator-yank-tag):
1640         * semantic/scope.el (semantic-calculate-scope):
1641         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1642         * semantic/idle.el (semantic-idle-scheduler-mode)
1643         (define-semantic-idle-service):
1644         * semantic/complete.el (semantic-complete-analyze-inline)
1645         (semantic-complete-analyze-inline-idle):
1646         * semantic/analyze.el (semantic-analyze-current-context):
1647         * mode-local.el (describe-mode-local-bindings)
1648         (describe-mode-local-bindings-in-mode):
1649         * ede/make.el (ede-make-check-version):
1650         * ede/locate.el (ede-enable-locate-on-project):
1651         * cedet-idutils.el (cedet-idutils-expand-filename)
1652         (cedet-idutils-version-check):
1653         * cedet-global.el (cedet-gnu-global-expand-filename)
1654         (cedet-gnu-global-version-check):
1655         * cedet-cscope.el (cedet-cscope-expand-filename)
1656         (cedet-cscope-version-check): Use called-interactively-p instead
1657         of interactive-p.
1659         * semantic/ia.el (semantic-ia-completion-format-tag-function):
1660         Use semantic-format-tag-prototype.
1662 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
1664         * semantic/complete.el (semantic-complete-read-tag-engine)
1665         (semantic-complete-jump-local, semantic-complete-jump):
1666         Improve prompt string.
1668 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1670         * semantic/complete.el (semantic-complete-inline-map): Doc fix.
1672         * semantic/idle.el (define-semantic-idle-service)
1673         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1675 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1677         * cedet.el (cedet-menu-map): Re-order menu items.
1679         * semantic.el: Enable idle-mode menu items only if
1680         global-semantic-idle-scheduler-mode is enabled.
1681         (semantic-default-submodes): Doc fix.
1683         * semantic/idle.el (global-semantic-idle-scheduler-mode):
1684         When turning off, disable other idle modes.
1686 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1688         * semantic/idle.el (semantic-idle-summary-mode)
1689         (semantic-idle-summary-mode): Define using define-minor-mode
1690         instead of define-semantic-idle-service.
1691         (semantic-idle-summary-mode): New function.
1692         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1693         that mouse motion does not reset the echo area.
1695 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1697         * semantic/ctxt.el (semantic-get-local-variables):
1698         Disable the progress reporter entirely.
1700 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * semantic/fw.el (semantic/loaddefs):
1703         * srecode.el (srecode/loaddefs):
1704         * ede.el (ede/loaddefs): Load rather than require.
1705         * ede/cpp-root.el:
1706         * ede/emacs.el:
1707         * ede/files.el:
1708         * ede/linux.el:
1709         * ede/locate.el:
1710         * ede/make.el:
1711         * ede/shell.el:
1712         * ede/speedbar.el:
1713         * ede/system.el:
1714         * ede/util.el:
1715         * semantic/analyze.el:
1716         * semantic/bovine.el:
1717         * semantic/complete.el:
1718         * semantic/ctxt.el:
1719         * semantic/db-file.el:
1720         * semantic/db-find.el:
1721         * semantic/db-global.el:
1722         * semantic/db-mode.el:
1723         * semantic/db-typecache.el:
1724         * semantic/db.el:
1725         * semantic/debug.el:
1726         * semantic/dep.el:
1727         * semantic/doc.el:
1728         * semantic/edit.el:
1729         * semantic/find.el:
1730         * semantic/format.el:
1731         * semantic/html.el:
1732         * semantic/ia-sb.el:
1733         * semantic/ia.el:
1734         * semantic/idle.el:
1735         * semantic/lex-spp.el:
1736         * semantic/lex.el:
1737         * semantic/mru-bookmark.el:
1738         * semantic/scope.el:
1739         * semantic/senator.el:
1740         * semantic/sort.el:
1741         * semantic/symref.el:
1742         * semantic/tag-file.el:
1743         * semantic/tag-ls.el:
1744         * semantic/tag-write.el:
1745         * semantic/tag.el:
1746         * semantic/util-modes.el:
1747         * semantic/analyze/complete.el:
1748         * semantic/analyze/refs.el:
1749         * semantic/bovine/c.el:
1750         * semantic/bovine/gcc.el:
1751         * semantic/bovine/make.el:
1752         * semantic/bovine/scm.el:
1753         * semantic/decorate/include.el:
1754         * semantic/decorate/mode.el:
1755         * semantic/symref/cscope.el:
1756         * semantic/symref/global.el:
1757         * semantic/symref/grep.el:
1758         * semantic/symref/idutils.el:
1759         * semantic/symref/list.el:
1760         * semantic/wisent/java-tags.el:
1761         * semantic/wisent/javascript.el:
1762         * srecode/compile.el:
1763         * srecode/cpp.el:
1764         * srecode/document.el:
1765         * srecode/el.el:
1766         * srecode/expandproto.el:
1767         * srecode/getset.el:
1768         * srecode/insert.el:
1769         * srecode/java.el:
1770         * srecode/map.el:
1771         * srecode/mode.el:
1772         * srecode/template.el:
1773         * srecode/texi.el: Remove the file-local setting of
1774         generated-autoload-feature.
1776 2009-11-03  Glenn Morris  <rgm@gnu.org>
1778         * mode-local.el (with-mode-local): Doc fix.
1780 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1782         * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1783         items.
1785         * ede.el (ede-minor-mode):
1786         * semantic.el (semantic-mode): Toggle menu separators.
1788 2009-10-31  Glenn Morris  <rgm@gnu.org>
1790         * semantic/tag.el (semantic--tag-link-list-to-buffer):
1791         Use mapc rather than mapcar because the return value is never used.
1793         * srecode/template.el, semantic/wisent/javascript.el:
1794         * semantic/wisent/java-tags.el, semantic/texi.el:
1795         * semantic/html.el:
1796         Suppress harmless warnings about setting up semantic-imenu (not
1797         part of Emacs) variables.
1799 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * srecode/srt-mode.el (semantic-analyze-possible-completions):
1802         * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1803         * semantic/symref/grep.el (semantic-symref-perform-search):
1804         * semantic/bovine/gcc.el (semantic-gcc-query):
1805         * semantic/bovine/c.el (semantic-c-parse-lexical-token):
1806         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1807         (semantic-analyzer-debug-global-symbol)
1808         (semantic-analyzer-debug-missing-innertype)
1809         (semantic-analyzer-debug-insert-include-summary):
1810         * semantic/util.el (semantic-file-tag-table):
1811         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1812         (semantic-recursive-find-nonterminal-by-name):
1813         * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1814         * semantic/tag-file.el (semantic-prototype-file):
1815         * semantic/symref.el (semantic-symref-parse-tool-output):
1816         * semantic/sb.el (semantic-sb-fetch-tag-table):
1817         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1818         * semantic/idle.el (semantic-idle-work-for-one-buffer):
1819         (semantic-idle-summary-maybe-highlight):
1820         * semantic/ia-sb.el (semantic-ia-speedbar)
1821         (semantic-ia-sb-tag-info):
1822         * semantic/grammar.el (semantic-analyze-possible-completions):
1823         * semantic/find.el (semantic-brute-find-tag-by-position):
1824         * semantic/ede-grammar.el (project-compile-target):
1825         (ede-proj-makefile-insert-variables):
1826         * semantic/debug.el (semantic-debug-set-parser-location):
1827         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1828         (semantic-debug-mode, semantic-debug):
1829         * semantic/db.el (semanticdb-needs-refresh-p):
1830         * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1831         * semantic/db-javascript.el (semanticdb-equivalent-mode):
1832         * semantic/db-find.el (semanticdb-find-log-new-search)
1833         (semanticdb-find-translate-path-includes--internal)
1834         (semanticdb-reset-log, semanticdb-find-log-activity):
1835         * semantic/db-file.el (object-write):
1836         * semantic/db-el.el (semanticdb-equivalent-mode):
1837         * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1838         (semanticdb-create-ebrowse-database):
1839         * semantic/db-debug.el (semanticdb-table-sanity-check):
1840         * semantic/complete.el (semantic-displayor-focus-request)
1841         (semantic-collector-calculate-completions-raw)
1842         (semantic-complete-read-tag-analyzer):
1843         * semantic/analyze.el (semantic-analyze-pulse):
1844         * ede/util.el (ede-update-version-in-source):
1845         * ede/proj.el (project-delete-target):
1846         * ede/proj-elisp.el (ede-update-version-in-source)
1847         (ede-proj-flush-autoconf):
1848         * ede/pconf.el (ede-proj-configure-synchronize)
1849         (ede-proj-configure-synchronize):
1850         * ede/locate.el (ede-locate-file-in-project-impl):
1851         * ede/linux.el (ede-linux-version):
1852         * ede/emacs.el (ede-emacs-version):
1853         * ede/dired.el (ede-dired-add-to-target):
1854         * ede.el (ede-buffer-header-file, ede-find-target)
1855         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1856         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1857         * cedet-idutils.el (cedet-idutils-fnid-call):
1858         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1859         (cedet-idutils-version-check):
1860         * cedet-global.el (cedet-gnu-global-call):
1861         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1862         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1863         * cedet-cscope.el (cedet-cscope-call)
1864         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1865         Use with-current-buffer.
1866         * ede.el (ede-make-project-local-variable)
1867         (ede-set-project-variables, ede-set): Use dolist.
1869 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * mode-local.el (make-obsolete-overload): Add `when' argument.
1872         (overload-docstring-extension): Use that info.
1873         * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1874         * semantic/idle.el (semantic-eldoc-current-symbol-info):
1875         * semantic/tag-ls.el (semantic-nonterminal-protection)
1876         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1877         (semantic-nonterminal-full-name): Add the new `when' info.
1878         * semantic/decorate/mode.el (semantic/decorate): Require CL for
1879         `assert'.
1881 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1883         * semantic/fw.el (semantic-alias-obsolete)
1884         (semantic-varalias-obsolete): Make the `when' arg mandatory.
1885         (define-mode-overload-implementation):
1886         * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1887         * semantic/wisent.el (wisent-lex-make-token-table):
1888         * semantic/util.el (semantic-file-token-stream)
1889         (semantic-something-to-stream):
1890         * semantic/tag.el (semantic-tag-make-assoc-list)
1891         (semantic-expand-nonterminal):
1892         * semantic/tag-file.el (semantic-find-nonterminal)
1893         (semantic-find-dependency, semantic-find-nonterminal)
1894         (semantic-find-dependency):
1895         * semantic/lex.el (semantic-flex-start, semantic-flex-end)
1896         (semantic-flex-text, semantic-flex-make-keyword-table)
1897         (semantic-flex-keyword-p, semantic-flex-keyword-put)
1898         (semantic-flex-keyword-get, semantic-flex-map-keywords)
1899         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1900         * semantic/java.el (semantic-java-prototype-nonterminal):
1901         * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1902         (semantic-after-idle-scheduler-reparse-hooks):
1903         * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1904         * semantic/db-mode.el (semanticdb-mode-hooks):
1905         * semantic.el (semantic-toplevel-bovine-table)
1906         (semantic-toplevel-bovine-cache)
1907         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1908         (semantic-init-mode-hooks, semantic-init-db-hooks)
1909         (semantic-bovination-working-type): Provide the `when' arg.
1911 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1913         * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1914         * semantic/tag.el (semantic-token-type-parent): Add WHEN
1915         argument to make-obsolete.
1917         * semantic/fw.el (semantic-alias-obsolete)
1918         (semantic-varalias-obsolete): Add optional WHEN argument.
1920 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1922         * semantic/bovine/c.el (semantic-c-debug-mode-init)
1923         (semantic-c-debug-mode-init-pch): New functions.
1924         (semantic-c-debug-mode-init-last-mode): New var.
1925         (semantic-c-parse-lexical-token): Use them.
1927         * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1928         When extracting the argument list, limit only by point-max.
1930 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1932         * srecode/srt.el:
1933         * srecode/compile.el:
1934         * semantic/mru-bookmark.el:
1935         * semantic/debug.el:
1936         * semantic/complete.el:
1937         * semantic/analyze.el: Require CL when compiling.
1939 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1941         * semantic/scope.el
1942         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1943         tmpscope so that the regular scope will continue to work.
1945         * semantic/idle.el (semantic-idle-tag-highlight):
1946         Use semantic-idle-summary-highlight-face as the highlighting.
1948         * ede/project-am.el (project-run-target): New method.
1949         (project-run-target): New method.
1951         * ede.el (ede-target): Add run target menu item.
1952         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1953         (ede-run-target): New function.
1954         (ede-target::project-run-target): New method.
1956         * ede/proj.el (project-run-target): New method.
1958         * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1959         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1960         Add :rules.
1961         (ede-proj-target-makefile-shared-object): Only libtool compilers
1962         now available.  Add linkers for libtool.
1963         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1964         (ede-proj-makefile-target-name): Always use .la extension.
1966         * ede/proj-prog.el (project-run-target): New method.
1968         * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1969         (ede-g++-linker): Change Change link lines.
1971         * ede/pmake.el (ede-pmake-insert-variable-shared):
1972         When searching for old variables, go to the end of the buffer and
1973         search backward from there.
1974         (ede-proj-makefile-automake-insert-subdirs)
1975         (ede-proj-makefile-automake-insert-extradist): New methods.
1976         (ede-proj-makefile-create): Use them.
1978         * ede/pconf.el (ede-proj-configure-test-required-file):
1979         Force FILE to expand to the current target.  Use file-exists-p to
1980         check that it exists.
1982         * ede/linux.el (ede-linux-version): Don't call "head".
1983         (ede-linux-load): Wrap dir in file-name-as-directory.
1984         Set :version slot.
1986         * ede/files.el (ede-get-locator-object): When enabling
1987         locate, do so on "top".
1989         * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1990         file-name-as-directory during compare.
1991         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1992         Get version number from different places.  Don't call egrep.
1993         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1994         to set the directory.
1996         * ede/shell.el: New file.
1998         * inversion.el (inversion-decoders): Allow for stray . in
1999         alpha/beta variants.
2001 2009-10-17  Glenn Morris  <rgm@gnu.org>
2003         * semantic/grammar.el (semantic-grammar--lex-delim-spec):
2004         All errors should have messages.
2006 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
2008         * ede/proj-shared.el (ede-proj-makefile-target-name):
2009         Use .la for Automake.
2011 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
2013         * ede/pconf.el (ede-proj-configure-synchronize):
2014         Use "autoreconf -i".  Suggested by Andreas Schwab.
2016 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2018         * ede/proj.el (project-make-dist, project-compile-project):
2019         Fix filename test.
2020         (ede-proj-dist-makefile): Use expand-file-name instead of concat
2021         to expand file names.
2023 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2025         * ede/proj-obj.el (ede-gcc-linker): New var.
2026         (ede-proj-target-makefile-objectcode): Use it.
2028         * ede/source.el (ede-want-any-source-files-p)
2029         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2030         Return search result.  This error was introduced while merging.
2032 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2034         * semantic.el (semantic-new-buffer-setup-functions): New option.
2035         (semantic-new-buffer-fcn): Call parser setup functions here.
2036         (semantic-mode): Don't call parser setup functions here, it's done
2037         in semantic-new-buffer-fcn now.
2038         (semantic-mode): Parse all existing buffers when enabled.
2040         * srecode/compile.el (srecode-compile-file):
2041         Call semantic-new-buffer-fcn if the buffer has not been parsed.
2043 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2045         * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2047         * ede/proj-comp.el: Don't require ede/pmake at toplevel.
2048         (proj-comp-insert-variable-once): New macro, renamed from
2049         ede-pmake-insert-variable-once in ede/pmake.edl.
2050         (ede-proj-makefile-insert-variables): Use it.
2052 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2054         * ede/makefile-edit.el (makefile-beginning-of-command)
2055         (makefile-end-of-command):
2056         * srecode/srt-mode.el (semantic-beginning-of-context)
2057         (semantic-end-of-context): Fix previous change.  Doc fixes.
2059 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2061         * ede/makefile-edit.el (makefile-beginning-of-command)
2062         (makefile-end-of-command):
2063         * semantic/lex.el (semantic-lex-token):
2064         * semantic/analyze/fcn.el
2065         (semantic-analyze-dereference-metatype-1):
2066         * semantic/bovine/c.el (semantic-lex-cpp-define)
2067         (semantic-lex-cpp-undef):
2068         * semantic/wisent/wisent.el (wisent-skip-block):
2069         * srecode/srt-mode.el (semantic-beginning-of-context)
2070         (semantic-end-of-context): Fix typos in docstrings.
2072 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2074         * ede.el (ede-project-placeholder-cache-file):
2075         * semantic/db-file.el (semanticdb-default-save-directory):
2076         * srecode/map.el (srecode-map-save-file):
2077         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
2079 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
2081         * srecode/insert.el: Require srecode/args.
2083         * srecode/args.el: Require srecode/dictionary instead of
2084         srecode/insert.
2086         * srecode/srt-mode.el (srecode-template-mode): Doc fix.
2088         * files.el (auto-mode-alist): Add .srt and Project.ede.
2090         * semantic.el (semantic-mode):
2091         Handle srecode-template-mode-hook as well.
2092         (semantic-mode): Use js-mode-hook for Javascript hook.
2094         * srecode/template.el: Remove hook variable.
2096         * ede/proj-comp.el: Require ede/pmake when compiling.
2098         * ede.el (ede-target-forms-menu): Don't enable if no
2099         projects exist.
2100         (ede-project-placeholder-cache-file): Default to a file in
2101         user-emacs-directory.
2103         * srecode/map.el (srecode-map-base-template-dir): Look for
2104         templates in data-directory.
2105         (srecode-map-save-file): Default to a file in user-emacs-directory.
2107         * ede/srecode.el (ede-srecode-setup): Use default templates
2108         directory.
2110 2009-09-30  Eric Ludlam  <zappo@gnu.org>
2112         * semantic/util-modes.el (semantic-highlight-func-mode):
2113         Doc fix.
2115         * ede/proj-comp.el (ede-proj-makefile-insert-variables):
2116         Only insert each variable once.
2118         * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2119         (ede-pmake-insert-variable-shared): Use it.
2121         * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2122         for lexical table iff table is nil.
2124 2009-10-01  Glenn Morris  <rgm@gnu.org>
2126         * semantic/bovine/gcc.el
2127         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
2128         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2130 2009-10-03  Glenn Morris  <rgm@gnu.org>
2132         * semantic/db-find.el (data-debug-insert-tag-list): Comment out
2133         declaration, currently false.
2135 2009-10-01  Glenn Morris  <rgm@gnu.org>
2137         * cedet-files.el (cedet-directory-name-to-file-name):
2138         * cedet-idutils.el (cedet-idutils-search)
2139         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2140         (cedet-idutils-version-check):
2141         * cedet.el (cedet-version):
2142         * data-debug.el (data-debug-insert-overlay-button)
2143         (data-debug-insert-overlay-list-button)
2144         (data-debug-insert-buffer-button)
2145         (data-debug-insert-buffer-list-button)
2146         (data-debug-insert-process-button, data-debug-insert-ring-button)
2147         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2148         (data-debug-insert-stuff-vector-button)
2149         (data-debug-insert-symbol-button, data-debug-insert-string)
2150         (data-debug-insert-number, data-debug-insert-lambda-expression)
2151         (data-debug-insert-nil, data-debug-insert-simple-thing)
2152         (data-debug-insert-custom, data-debug-edebug-expr):
2153         * ede.el (ede-auto-add-method, ede-project-class-files)
2154         (global-ede-mode-map, ede-new, ede-debug-target)
2155         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2156         * semantic.el (semantic-minimum-working-buffer-size)
2157         (semantic-fetch-tags, semantic-submode-list)
2158         (semantic-default-submodes):
2159         * ede/source.el (ede-source-match):
2160         * ede/project-am.el (project-am-type-alist, project-add-file)
2161         (project-am-package-info):
2162         * ede/proj.el (ede-proj-target, project-new-target):
2163         * ede/proj-elisp.el (ede-proj-tweak-autoconf):
2164         * ede/proj-comp.el (ede-current-build-list):
2165         * ede/makefile-edit.el (makefile-move-to-macro):
2166         * ede/files.el (ede-toplevel-project-or-nil):
2167         * ede/cpp-root.el (initialize-instance):
2168         * ede/autoconf-edit.el (autoconf-find-last-macro)
2169         (autoconf-parameter-strip, autoconf-insert-new-macro):
2170         * semantic/wisent.el (wisent-lex-eoi):
2171         * semantic/util-modes.el (global-semantic-show-parser-state-mode)
2172         (semantic-show-parser-state-mode):
2173         * semantic/texi.el (semantic-texi-environment-regexp):
2174         * semantic/tag.el (semantic-tag-new-variable)
2175         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2176         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2177         (semantic--tag-deep-copy-tag-list)
2178         (semantic-tag-components-with-overlays-default):
2179         * semantic/symref.el (semantic-symref-find-text):
2180         * semantic/senator.el (senator-yank-tag)
2181         (senator-transpose-tags-up):
2182         * semantic/scope.el (semantic-analyze-scoped-tags-default)
2183         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2184         * semantic/sb.el (semantic-sb-autoexpand-length):
2185         * semantic/lex.el (semantic-lex-comment-regex)
2186         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2187         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2188         * semantic/lex-spp.el
2189         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2190         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2191         * semantic/idle.el
2192         (semantic-idle-summary-current-symbol-info-brutish)
2193         (semantic-idle-summary-current-symbol-info-default):
2194         * semantic/grammar.el (semantic-grammar-recreate-package)
2195         (semantic--grammar-macro-compl-dict):
2196         * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2197         * semantic/format.el (semantic-format-tag-custom-list)
2198         (semantic-format-tag-canonical-name-default):
2199         * semantic/find.el (semantic-find-tag-by-overlay-in-region)
2200         (semantic-find-tags-for-completion)
2201         (semantic-find-tags-by-scope-protection-default)
2202         (semantic-deep-find-tags-for-completion):
2203         * semantic/edit.el
2204         (semantic-edits-incremental-reparse-failed-hook)
2205         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2206         (semantic-edits-splice-remove, semantic-edits-splice-replace):
2207         * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2208         * semantic/dep.el (semantic-dependency-include-path):
2209         * semantic/db.el (semanticdb-default-find-index-class)
2210         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2211         (semanticdb-project-roots):
2212         * semantic/db-find.el (semanticdb-implied-include-tags)
2213         (semanticdb-find-adebug-insert-scanned-tag-cons)
2214         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
2215         (semanticdb-brute-deep-find-tags-for-completion):
2216         * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
2217         * semantic/ctxt.el (semantic-beginning-of-context-default)
2218         (semantic-end-of-context-default)
2219         (semantic-ctxt-current-function-default)
2220         (semantic-ctxt-scoped-types-default):
2221         * semantic/complete.el (semantic-complete-read-tag-engine)
2222         (semantic-complete-inline-tag-engine)
2223         (semantic-complete-inline-custom-type)
2224         (semantic-complete-read-tag-analyzer):
2225         * semantic/chart.el (semantic-chart-tags-by-class)
2226         (semantic-chart-database-size):
2227         * semantic/analyze.el (semantic-analyze-current-symbol)
2228         (semantic-analyze-current-context):
2229         * semantic/symref/list.el (semantic-symref)
2230         (semantic-symref-hide-buffer, semantic-symref-symbol):
2231         * semantic/symref/grep.el (semantic-symref-grep-use-template):
2232         * semantic/symref/filter.el (semantic-symref-hits-in-region):
2233         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
2234         * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
2235         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
2236         (semantic-c-dereference-template):
2237         * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
2238         (semantic--analyze-refs-full-lookup-with-parents)
2239         (semantic--analyze-refs-full-lookup-simple):
2240         * semantic/analyze/complete.el
2241         (semantic-analyze-possible-completions):
2242         * srecode/table.el (srecode-mode-table-new):
2243         * srecode/srt.el (srecode-read-variable-name):
2244         * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
2245         * srecode/semantic.el (srecode-semantic-handle-:tag)
2246         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
2247         * srecode/map.el (srecode-current-map):
2248         * srecode/insert.el (srecode-insert)
2249         (srecode-insert-variable-secondname-handler, srecode-insert-method)
2250         (srecode-template-inserter-point-override)
2251         (srecode-insert-include-lookup):
2252         * srecode/getset.el (srecode-auto-choose-class):
2253         * srecode/extract.el (srecode-inserter-extract):
2254         * srecode/document.el
2255         (srecode-document-autocomment-return-last-alist)
2256         (srecode-document-autocomment-param-type-alist)
2257         (srecode-document-insert-function-comment)
2258         (srecode-document-insert-variable-one-line-comment)
2259         (srecode-document-function-name-comment):
2260         * srecode/dictionary.el (srecode-create-dictionary)
2261         (srecode-compound-toString):
2262         * srecode/compile.el (srecode-flush-active-templates):
2263         * srecode/args.el (srecode-semantic-handle-:blank):
2264         Doc/message fixes.
2266 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2268         * semantic/wisent/javat-wy.el
2269         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
2271 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
2273         * srecode/expandproto.el: Fix provide statement.
2275 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
2277         * ede/srecode.el: Fix provide statement.
2279 2009-09-30  Glenn Morris  <rgm@gnu.org>
2281         * ede/proj.el (ede-proj-target-makefile-miscelaneous):
2282         * ede/proj-aux.el (ede-aux-source):
2283         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
2284         (ede-misc-source):
2285         * semantic/mru-bookmark.el (semantic-mrub-completing-read)
2286         (semantic-mrub-switch-tags): Fix doc typos.
2288         * semantic/db-global.el (data-debug-new-buffer)
2289         (data-debug-insert-thing): Remove unneeded declarations (one broken).
2290         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
2292         * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
2294         * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
2295         use of CL function `remove-if-not'.
2297 2009-09-29  Glenn Morris  <rgm@gnu.org>
2299         * semantic/symref/idutils.el:
2300         * semantic/symref/list.el: Relicense under GPLv3+.
2302         * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
2304         * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
2305         * semantic/tag-file.el (semanticdb-table-child-p):
2306         * srecode/compile.el (srecode-template-inserter-newline-child-p):
2307         Mark declarations not understood by check-declare.
2309 2009-09-28  Eric Ludlam  <zappo@gnu.org>
2311         CEDET (development tools) package merged.
2313         * *.el:
2314         * ede/*.el:
2315         * semantic/*.el:
2316         * srecode/*.el: New files.
2318 2009-09-28  Eric Ludlam  <zappo@gnu.org>
2320         * cedet-cscope.el:
2321         * cedet-files.el:
2322         * cedet-global.el:
2323         * cedet-idutils.el:
2324         * data-debug.el:
2325         * inversion.el:
2326         * mode-local.el:
2327         * pulse.el: New files.
2329 ;; Local Variables:
2330 ;; coding: utf-8
2331 ;; End:
2333         Copyright (C) 2009-2012  Free Software Foundation, Inc.
2335   This file is part of GNU Emacs.
2337   GNU Emacs is free software: you can redistribute it and/or modify
2338   it under the terms of the GNU General Public License as published by
2339   the Free Software Foundation, either version 3 of the License, or
2340   (at your option) any later version.
2342   GNU Emacs is distributed in the hope that it will be useful,
2343   but WITHOUT ANY WARRANTY; without even the implied warranty of
2344   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2345   GNU General Public License for more details.
2347   You should have received a copy of the GNU General Public License
2348   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.