* lisp/cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
[emacs.git] / lisp / cedet / ChangeLog
blob6de901848c7571b558894bf23254531463ddf502
1 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
4         * semantic/grammar.el (semantic-grammar-mode):
5         * semantic/util-modes.el (semantic-highlight-edits-mode)
6         (semantic-show-parser-state-mode): Avoid obsolete name
7         semantic-edits-new-change-hooks (bug#12869).
9 2012-11-10  Glenn Morris  <rgm@gnu.org>
11         * srecode/srt-mode.el (srecode-template-mode):
12         Don't change global values of comment-start, comment-end.  (Bug#12781)
14 2012-10-25  David Engster  <deng@randomsample.de>
16         * semantic/analyze.el (semantic-analyze-dereference-alias):
17         New function to dereference aliases.
18         (semantic-analyze-current-context-default): Use it.
20         * semantic/grammar.el (semantic-grammar-create-package):
21         * srecode/compile.el (srecode-compile-templates): Throw a proper
22         error if semantic-mode is not enabled (bug#9968).
24         Compiler warning fixes:
26         * semantic.el (semantic-elapsed-time): Make it a defsubst.
28         * srecode/dictionary.el (srecode-adebug-dictionary):
29         Remove require for `semantic'.
31         * srecode/map.el:
32         * srecode/insert.el: Declare functions from `data-debug'.
34         * semantic/grammar.el: Require `help-fns'.  Declare functions from
35         `eldoc', which is required in function body.
37         * srecode/java.el:
38         * semantic/texi.el:
39         * semantic/grammar-wy.el:
40         * semantic/db-file.el:
41         * semantic/db-el.el:
42         * semantic/chart.el: Fix requires.
44         * ede/locate.el: Remove useless requires. Declare functions
45         instead and require in functions when needed.
47 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
49         * semantic/db-file.el (semanticdb-save-database-functions):
50         * semantic/lex.el (semantic-lex-reset-functions):
51         * semantic/edit.el (semantic-change-functions)
52         (semantic-edits-new-change-functions)
53         (semantic-edits-delete-change-functions)
54         (semantic-edits-reparse-change-functions): Don't use "-hooks" suffix.
56 2012-10-14  David Engster  <deng@randomsample.de>
58         * semantic.el (semantic-error-if-unparsed): New function.
59         Raise error if buffer was not parsed by Semantic (bug #12045).
60         (navigate-menu, edit-menu, cedet-menu-map): Enable Semantic items
61         only if buffer was parsed.  Also, replace ':active' with ':enable'
62         where necessary.
64         * semantic/wisent/python.el
65         (semantic-python-get-system-include-path):
66         Use `python-shell-internal-send-string' if available to query Python
67         for system paths.
69         * semantic/senator.el (senator-next-tag, senator-previous-tag)
70         (senator-go-to-up-reference): Use `semantic-error-if-unparsed'.
72         * semantic/complete.el (semantic-complete-jump-local)
73         (semantic-complete-jump, semantic-complete-jump-local-members)
74         (semantic-complete-self-insert): Use `semantic-error-if-unparsed'.
75         (semantic-complete-inline-project): Fix autoload cookie.
77         * semantic/analyze/complete.el
78         (semantic-analyze-possible-completions): Check if buffer was
79         parsed.  Only raise an error if function was called interactively,
80         otherwise silently return nil.
82         * cedet.el (cedet-menu-map): Fix copy&paste typo in menu creation.
84 2012-10-08  David Engster  <deng@randomsample.de>
86         * semantic/bovine/el.el: Add `semantic-default-elisp-setup' to
87         `emacs-lisp-mode-hook'.  This was accidentally removed during the
88         CEDET update (2012-10-01T18:10:29Z!cyd@gnu.org).
90 2012-10-07  David Engster  <deng@randomsample.de>
92         * semantic/wisent/python.el (semantic-ctxt-current-function)
93         (semantic-ctxt-current-assignment): New overrides, simply
94         returning nil.  The defaults do not work correctly and can send
95         the parser in an infinite loop (bug#12458).
97         * semantic/ede-grammar.el (project-compile-target): Fix grammar
98         compilation after introduction of %provide statement.
100         * semantic.el (semantic-new-buffer-setup-functions): Remove setup
101         function for `f90-mode', since the parser only exists upstream.
103 2012-10-06  Glenn Morris  <rgm@gnu.org>
105         * semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.
107         * semantic/complete.el (semantic-displayor-tooltip-mode)
108         (semantic-displayor-tooltip-initial-max-tags)
109         (semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
110         * ede/linux.el (project-linux): Add missing group :version tag.
112 2012-10-06  Chong Yidong  <cyd@gnu.org>
114         * semantic/bovine/grammar.el:
115         * semantic/wisent/grammar.el: Move from admin/grammars.
116         Add autoloads for bovine-grammar-mode and wisent-grammar-mode.
118 2012-10-02  Chong Yidong  <cyd@gnu.org>
120         * srecode.el, ede.el: Restore Version header.
122 2012-10-01  Chong Yidong  <cyd@gnu.org>
124         * semantic/bovine/c-by.el: Regenerate.
125         * semantic/bovine/make-by.el:
126         * semantic/bovine/scm-by.el:
127         * semantic/grammar-wy.el:
128         * semantic/wisent/javat-wy.el:
129         * semantic/wisent/js-wy.el:
130         * srecode/srt-wy.el:
132 2012-10-01  Eric Ludlam  <zappo@gnu.org>
134         * cedet.el (cedet-version, cedet-packages): Update.
136         * cedet-global.el (cedet-gnu-global-version-check): Support newer
137         versions that have extra (parens) in the version string.
139         * cedet-idutils.el (cedet-idutils-version-check): Make sure a
140         version number was found before calling inversion-check-version.
142         * data-debug.el (data-debug-insert-thing): Bind inhibit-read-only
143         while inserting the thing, then clear modified bit.
144         (data-debug-map): Suppress the keymap.
145         (data-debug-mode, data-debug-new-buffer): Make buffer read-only.
146         (data-debug-contract-current-line): Inhibit read-only, then clear
147         modified bit.
149         * ede.el (ede-buffer-belongs-to-project-p): Use ede-object-project
150         to allow use in more kinds of buffers.
151         (ede-project-forms-menu): Add `Default configuration' menu item.
152         (ede-configuration-forms-menu): New, for use in above.
153         (ede-project-configurations-set): New command used from menu.
154         (ede-java-classpath): New conveninece for Java support.
155         (ede-apply-object-keymap): Combine keybindings from the project
156         and the target, not just whatever is local to the buffer.
157         (ede-apply-target-options): Call fcn to apply project local
158         variables.
159         (ede-reset-all-buffers): Remove arg.
160         (ede, ede-rescan-toplevel): Callers changed.
161         (ede-new-target): Fix bug where you couldn't call this from Dired.
162         (ede-add-file): Replace assignment of ede-object with generic call
163         to re-init the buffer.
164         (ede-find-target): If ede-object is set, run short-cut code
165         instead of `or' shortcut.
166         (ede-project-buffers): Return buffers belonging to input project,
167         not any buffer belonging to any project.
168         (ede-system-include-path, ede-apply-project-local-variables)
169         (ede-set-project-local-variable): New functions.
170         (ede-make-project-local-variable): Apply to toplevel if none
171         specified.
172         (ede-set): Make it interactive.
174         * ede/auto.el (ede-project-autoload): New class.
175         (ede-do-dirmatch): New method.
176         (ede-project-dirmatch-p): New function.
177         (ede-project-root-directory): Call it.
178         (ede-dir-to-projectfile): Don't call project file function if we
179         didn't match the root.
180         (ede-project-root-directory): Don't call a project's root function
181         if the tool in question isn't installed.
182         (ede-dir-to-projectfile): Don't call project file function if we
183         didn't match the root.
185         * ede/autoconf-edit.el (autoconf-parameter-strip): Remove any
186         trailing `\' mid string, and replace with a space.
187         (autoconf-parameter-count): New function.
188         (autoconf-set-version): Use it.
190         * ede/base.el (ede-project): The :type of targets is now a list of
191         target base classes.
193         * ede/emacs.el (ede-emacs-load): Fix typo.
195         * ede/files.el (ede-flush-project-hash, ede-flush-directory-hash):
196         Protect against missing locator object.
197         (ede-get-locator-object): Protect against missing project.
198         (ede-flush-directory-hash): New command.
199         (ede-get-locator-object): Protect against missing project.
201         * ede/generic.el (ede-generic-config): Add configurable
202         `run-command' slot.
203         (project-compile-project, project-compile-target)
204         (project-debug-target, project-run-target): New methods.
205         (ede-generic-get-configuration): Specify the class to load.
206         (ede-generic-new-autoloader): Use ede-add-project-autoload.
207         (ede-enable-generic-projects): Rename projects so as to never
208         match the edeproject-* projects.
210         * ede/makefile-edit.el (makefile-macro-file-list): Case sensitive
211         searches.  Protect against "SUBDIRS=$(subdirs)" infloop.
213         * ede/proj-elisp.el (ede-proj-tweak-autoconf)
214         (ede-proj-flush-autoconf): Disable local variables when loading
215         the autoconf lisp compile script.
217         * ede/proj.el (ede-proj-target-aux, -elisp, -elisp-autoloads)
218         (-scheme, -makefile-misc, ede-proj-target-makefile-program)
219         (-makefile-archive, -makefile-shared-object)
220         (ede-proj-target-makefile-info, -grammar): New autoloads.
221         (ede-proj-project): Inherit from eieio-persistent-read.
222         Specify extension and header line.
223         (ede-proj-load, ede-proj-save): Replace with impl using
224         eieio-persistent-read.
226         * ede/project-am.el (project-add-file): Use ede-target-parent
227         instead of loading the project file.
229         * semantic.el (semantic-version): Update.
230         (semantic-new-buffer-setup-functions): Add f90-mode, texinfo-mode.
231         (navigate-menu): Add menu item for Stickyfunc mode.
233         * semantic/analyze/debug.el
234         (semantic-analyzer-debug-insert-include-summary):
235         Before dereferencing tableinner, make sure it has a value.
237         * semantic/analyze/refs.el
238         (semantic-analyze-tag-references-default): When doing a lookup,
239         specify noerror.
240         (semantic--analyze-refs-full-lookup): Add optional noerror input
241         argument.  Pass to to full-lookup-simple.
242         (semantic-analyze-refs-impl, semantic-analyze-refs-proto):
243         Ignore :typemodifiers during compare.
245         * semantic/bovine/c.el (semantic-lex-cpp-define): Specify limits
246         to looking back for comment chars.
247         (semantic--tag-similar-names-p, semantic--tag-similar-names-p-default)
248         (semantic--tag-attribute-similar-p): New.
249         (semantic-c-describe-environment): Handle list value of ede-object.
250         (semantic-lex-c-preprocessor-symbol-map-builtin):
251         Add __attribute_pure__.
253         * semantic/bovine/scm.el (semantic-format-tag-prototype):
254         Add parent and color argument.  Pass them through.
256         * semantic/complete.el (semantic-collector-calculate-completions):
257         Search for more matches if new prefix is a substring of old one.
258         (semantic-complete-inline-project): New function.
260         * semantic/db-el.el (object-print): New method.
262         * semantic/db-file.el (semanticdb-load-database): Specify class.
264         * semantic/db-typecache.el
265         (semanticdb-abstract-table::semanticdb-typecache-find-method):
266         Allow proxied tags to be resolved during the search.
267         (semanticdb-typecache-complete-flush): Support missing or empty
268         pointmax slot, to allow for more database types.
270         * semantic/db.el (semanticdb-abstract-table): Add db-refs slot.
271         (object-print): Allow child classes to overwrite the display of
272         the (%d tags) extra string.
273         (semanticdb-project-database): Specify :type for table.
274         (semanticdb-create-table-for-file): Specify file-truename.
275         (semanticdb-synchronize, semanticdb-partial-synchronize):
276         Restore code that refreshes references to include files.
278         * semantic/decorate/include.el
279         (semantic-decoration-on-fileless-includes): New face.
280         (semantic-decoration-on-fileless-include-map)
281         (semantic-decoration-on-fileless-include-menu): New variables.
282         (semantic-decoration-on-includes-highlight-default):
283         Support includes that have a table, but are not associated with a file.
284         (semantic-decoration-fileless-include-describe)
285         (semantic-decoration-fileless-include-menu): New functions.
286         (semantic-decoration-all-include-summary): Add arrows to indicate
287         the file associated with an include name.
289         * semantic/find.el
290         (semantic-find-tags-by-scope-protection-default): Also filter on
291         package protection of the slot.
293         * semantic/java.el (semantic-java-expand-tag): If some type has a
294         fully qualified name, bust it up into one package and the type
295         with a short name.
297         * semantic/lex.el (define-lex-block-analyzer): Protect against
298         random extra close parenthesis.
300         * semantic/symref.el (semantic-symref-result-get-tags): Make sure
301         the cursor is on the matched name.
303         * semantic/symref/list.el (semantic-symref-results-mode-map):
304         Suppress keymap.
306         * semantic/tag-ls.el (semantic--tag-similar-names-p)
307         (semantic--tag-attribute-similar-p)
308         (semantic--tag-similar-types-p): New functions.
309         (semantic-tag-similar-ignorable-attributes): New variable.
310         (semantic-tag-protection-default): Add package concept to return
311         value.
312         (semantic-tag-package-protected-p): New function.
313         (semantic-tag-full-package): New overload method.
314         (semantic-tag-full-package-default): New default for above.
315         (semantic-tag-full-name-default): Look for the full package name.
317         * semantic/tag.el (semantic-create-tag-proxy)
318         (semantic-tag-set-proxy, semantic-tag-resolve-proxy): New.
320         * semantic/util.el (semantic-describe-buffer):
321         Add semantic-new-buffer-fcn-was-run.
323         * semantic/wisent/java-tags.el (semantic-get-local-variables):
324         Add `this' to the local variable context.
325         (semantic-analyze-split-name, semantic-analyze-unsplit-name): New.
327         * semantic/wisent/python.el (semantic-python-expand-tag):
328         New function.
330         * srecode/compile.el (srecode-compile-templates): Add "framework"
331         special variable support.
332         (srecode-compile-template-table): Support framework specifier.
334         * srecode/cpp.el (srecode-semantic-handle-:c)
335         (srecode-semantic-handle-:cpp): New functions.
336         (srecode-semantic-apply-tag-to-dict): Move from cpp-mode function
337         to c-mode function.
338         (srecode-c-apply-templates): Rename from srecode-cpp-apply-templates.
340         * srecode/dictionary.el (initialize-instance): Remove bogus error
341         condition.
342         (srecode-create-section-dictionary): Remove unused function.
344         * srecode/java.el (srecode-semantic-handle-:java): Fix filename as
345         package variable.  Add current_package variable.
347         * srecode/map.el (srecode-map-update-map): Specify the class.
349         * srecode/mode.el (srecode-minor-mode): Support the m3 menu.
351         * srecode/semantic.el (srecode-semantic-insert-tag):
352         Support system includes.
354         * srecode/srt-mode.el (srecode-font-lock-keywords): Update.
356         * srecode/table.el (srecode-template-table): Add :framework slot.
357         (srecode-dump): Dump it.
358         (srecode-mode-table): Add new modetables slot.
359         (srecode-get-mode-table): Find the mode, but also find all parent
360         modes, and merge the tables together in :tables from :modetables.
361         (srecode-make-mode-table): Init :modetables
362         (srecode-mode-table-find): Search in modetables.
363         (srecode-mode-table-new): Merge the differet files into the
364         modetables slot.
366 2012-10-01  David Engster  <deng@randomsample.de>
368         * ede.el (ede-apply-preprocessor-map): Check that
369         `semantic-lex-spp-macro-symbol-obarray' is non-nil.
370         (global-ede-mode): Fix call to `ede-reset-all-buffers'.
372         * ede/cpp-root.el (ede-preprocessor-map): Make sure we add the
373         lexical-table even when the table doesn't need to be refreshed.
375         * ede/dired.el (ede-dired-minor-mode): Use called-interactively-p.
377         * ede/pmake.el (ede-pmake-insert-variable-once): Wrap in
378         save-excursion.
380         * ede/proj-comp.el (ede-proj-makefile-insert-rules): Fix insertion
381         of phony rule.
383         * ede/proj-elisp.el (ede-proj-target-elisp):
384         Remove ede-emacs-preload-compiler.
385         (ede-proj-makefile-insert-rules, ede-proj-makefile-dependencies):
386         New methods.
387         (ede-emacs-compiler): Add 'require' macro to variables and pattern
388         rule.  Add .elc object extension.
389         (ede-proj-elisp-packages-to-loadpath): Allow longer relative names.
390         (ede-proj-makefile-insert-variables): Do not insert preload items.
391         (ede-proj-target-elisp-autoloads): Don't depend on cedet-autogen.
393         * ede/util.el (ede-make-buffer-writable):
394         * semantic/debug.el (semantic-debug-mode): Set buffer-read-only
395         instead of calling toggle-read-only.
397         * semantic.el (semantic-fetch-tags): Use progress reporter only
398         when called interactively.
399         (semantic-submode-list): Add debugging modes.
400         (semantic-mode): Remove Semantic from after-change-functions.
401         Delete the cache, call semantic--tag-unlink-cache-from-buffer, and
402         set semantic-new-buffer-fcn-was-run to nil.
404         * semantic/analyze/fcn.el (semantic-analyze-tag-prototype-p)
405         (semantic-analyze-tag-prototype-p-default): Remove.
406         (semantic-analyze-type, semantic-analyze-dereference-metatype-1):
407         Use semantic-tag-prototype-p.
409         * semantic/bovine/c.el (semantic-c-reset-preprocessor-symbol-map):
410         Ensure semantic-mode is on before getting preprocessor symbols.
411         (semantic-c-skip-conditional-section): Use c-scan-conditionals.
412         (semantic-c-convert-spp-value-to-hideif-value)
413         (semantic-c-evaluate-symbol-for-hideif, semantic-c-hideif-lookup)
414         (semantic-c-hideif-defined): Revive hideif code from CEDET trunk.
415         (semantic-lex-c-if, semantic-c-do-lex-ifdef): Revert changes for
416         regular expression parsing.
417         (semantic-cpp-lexer): Add semantic-lex-c-ifdef.
418         (semantic-expand-c-tag): Check if tag is non-nil before adding it
419         to return list
420         (semantic-expand-c-extern-C, semantic-expand-c-complex-type):
421         New functions, copied from semantic-expand-c-tag.
422         (semantic-find-tags-included): New override which also searches
423         for include tags inside of namespaces.
424         (semantic-c-dereference-typedef): Use semantic-tag-prototype-p.
425         (semanticdb-find-table-for-include): New override.
427         * semantic/bovine/el.el: Remove emacs-lisp-mode-hook.
429         * semantic/complete.el (semantic-complete-post-command-hook):
430         Exit completion when user has deleted all characters from the prefix.
431         (semantic-displayor-focus-request): Return to previous window when
432         focussing tags.
434         * semantic/db-el.el (semanticdb-normalize-one-tag): Make obsolete.
435         (semanticdb-elisp-sym->tag): Use help-function-arglist instead.
437         * semantic/db-file.el (semanticdb-create-database):
438         Use semantic-tag-version instead of just semantic-version as the
439         initializer for the :semantic-tag-version slot.
441         * semantic/db-find.el (semanticdb-find-tags-by-class-method):
442         Delegate `include' to semantic-find-tags-included, which by
443         default will just call semantic-find-tags-by-class.
445         * semantic/db.el (semanticdb-refresh-table): Do not print warnings
446         when calling semantic-find-file-noselect.  This avoids the "file
447         is write protected" messages when parsing system header files,
448         which might easily be mistaken to mean the currently loaded file.
449         (semanticdb-save-current-db, semanticdb-save-all-db): Only emit
450         message when running interactively.
452         * semantic/decorate/mode.el (semantic-decoration-mode):
453         Activate decoration of includes by default.
455         * semantic/doc.el (semantic-doc-snarf-comment-for-tag):
456         Remove comment delimiter at the end of the text.
458         * semantic/ede-grammar.el (semantic-ede-proj-target-grammar):
459         Change aux- and pre-load-packages.
460         (ede-proj-makefile-dependencies): Update pattern rule so that
461         resulting parsers are also byte-compiled.
462         (semantic-ede-grammar-compiler-bovine)
463         (semantic-ede-source-grammar-wisent): Remove .elc from gargage
464         pattern, since this is already covered by the elisp compiler.
465         (project-compile-target): Add compatibility code for Emacs 23,
466         which does not have `byte-recompile-file'.
467         (ede-proj-makefile-insert-rules): Add target specific EMACSFLAGS
468         to raise max-specpdl-size and max-lisp-eval-depth.
470         * semantic/find.el (semantic-find-tags-included):
471         Make overridable.
473         * semantic/fw.el (semantic-alias-obsolete)
474         (semantic-varalias-obsolete): Use byte-compile-warn.
475         (semantic-find-file-noselect): Disable font lock by calling
476         global-font-lock-mode.
478         * semantic/grammar.el (semantic-grammar-create-package):
479         Fix message.
480         (semantic-grammar-batch-build-one-package): When generating
481         parsers in batch-mode, ignore version control and make sure we do
482         not use cached versions.
484         * semantic/ia.el (semantic-ia-complete-symbol-menu): Bring back.
486         * semantic/lex-spp.el (semantic-lex-spp-symbol-merge): New fun.
487         (semantic-lex-spp-token-macro-to-macro-stream): Use it.
488         (semantic-lex-spp-lex-text-string): Instead of only setting the
489         lexer, call the major mode's setup function.
491         * semantic/scope.el (semantic-analyze-scoped-types-default):
492         Use semantic-tag-prototype-p.
493         (semantic-analyze-scope-nested-tags-default): Make sure we don't
494         return tags we already have in scopetypes.
496         * semantic/symref/filter.el
497         (semantic-symref-test-count-hits-in-tag): Restore.
499         * semantic/wisent/comp.el (wisent-BITS-PER-WORD):
500         Use most-positive-fixnum if available.
502         * semantic/wisent/javascript.el (semantic-tag-protection)
503         (semantic-analyze-scope-calculate-access)
504         (semantic-ctxt-current-symbol): New overrides.
506         * semantic/wisent/python.el (wisent-python-lex-beginning-of-line):
507         Rewrite to fix byte-compiler warning.
509 2012-10-01  Robert Jarzmik  <robert.jarzmik@free.fr>
511         * ede/linux.el (project-linux): New group.
512         (project-linux-compile-target-command)
513         (project-linux-compile-project-command): New options.
514         (project-compile-project, project-compiler-target): New methods.
516         * inversion.el (inversion-decoders): New regexps for SXEmacs.
517         (inversion-package-version): More verbose error message.
518         (inversion-<): Deal with new special cases.
519         (inversion-require-emacs): New argument sxemacs-ver; use it.
521 2012-10-01  Nelson Ferreira  <nelson.ferreira@ieee.org>
523         * ede/emacs.el (ede-emacs-version): Detect SXEmacs.
525 2012-10-01  William Xu  <william.xwl@gmail.com>
527         * semantic/bovine/gcc.el (semantic-gcc-query): Returns status when
528         there is an error.
529         (semantic-gcc-setup): If the first attempt at calling cpp fails,
530         try straight GCC.
532 2012-10-01 Jan Moringen  <jan.moringen@uni-bielefeld.de>
534         * semantic/idle.el
535         (semantic-idle-breadcrumbs--display-in-header-line):
536         Escape %-characters to avoid erroneous expansion in header line.
537         (semantic-idle-breadcrumbs--display-in-mode-line): Likewise.
539         * semantic/wisent/python.el (wisent-python-reconstitute-function-tag)
540         (wisent-python-reconstitute-class-tag, semantic-python-special-p)
541         (semantic-python-private-p, semantic-python-instance-variable-p)
542         (semantic-python-docstring-p): New functions.
544         * srecode/find.el (srecode-user-template-p): New function.
545         (srecode-all-template-hash): Accept new optional argument
546         predicate; return only templates matching the predicate.
547         (srecode-read-template-name): Only retrieve templates matching
548         srecode-user-template-p.
550         * srecode/insert.el (srecode-insert-show-error-report)
551         (srecode-insert-report-error): New functions.
552         (srecode-insert-variable-secondname-handler)
553         (srecode-insert-method, srecode-insert-ask-default)
554         (srecode-insert-variable-secondname-handler)
555         (srecode-insert-subtemplate, srecode-insert-method-helper)
556         (srecode-insert-include-lookup): Use them.
558 2012-10-01  Thomas Bach  <thbach@students.uni-mainz.de>
560         * semantic/wisent/python.el
561         (semantic-python-get-system-include-path): Add Python3k support.
563 2012-10-01  Alexander Haeckel  <_@_>  (tiny change)
565         * srecode/getset.el (srecode-query-for-field): Return the first
566         tag found by name from all children tags.
568 2012-10-01  Dale Sedivec  <dale@codefu.org>
570         * semantic/wisent/python.el (wisent-python-string-start-re)
571         (wisent-python-string-re, wisent-python-forward-string)
572         (wisent-python-forward-line,wisent-python-lex-string):
573         New variables.
574         (wisent-python-forward-balanced-expression): New function.
576 2012-10-01  Pete Beardmore  <elbeardmorez@msn.com>
578         * semantic/complete.el (semantic-collector-calculate-completions):
579         Search for additional matches if new prefix is a substring of the
580         old prefix.
581         (semantic-displayor-next-action): Immediately show more
582         completions after user presses TAB the first time.
583         (semantic-displayor-tooltip-mode)
584         (semantic-displayor-tooltip-initial-max-tags)
585         (semantic-displayor-tooltip-max-tags): New defcustoms.
586         (semantic-displayor-tooltip): Use new variables as initforms.
587         Use new slot `mode' instead of `force-show'.  Rename `max-tags' to
588         `max-tags-initial'.
589         (semantic-displayor-show-request): Display completions according
590         to new modes, and make variable names clearer.
591         (semantic-displayor-tooltip::semantic-displayor-scroll-request):
592         Use new max-tags-initial slot.
594         * semantic/idle.el (semantic-idle-local-symbol-highlight):
595         Make sure there actually is a tag at point.
596         (semantic-idle-completion-list-default): Report errors as messages
597         if semantic-idle-scheduler-verbose-flag is non-nil.
599 2012-10-01  Richard Kim  <emacs18@gmail.com>
601         * semantic/db-global.el (semanticdb-enable-gnu-global-databases):
602         Add optional NOERROR argument.
604 2012-10-01  Alex Ott  <alexott@gmail.com>
606         * semantic/idle.el (semantic-idle-scheduler-enabled-p):
607         Fix file-checking.
609 2012-10-01  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
611         * semantic/db-find.el (semanticdb-find-default-throttle):
612         Make buffer-local.
613         (semanticdb-strip-find-results): Check for existing :filename
614         attribute, so that file information from GNU Global is not lost.
616 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
618         * ede/base.el (ede-with-projectfile): Use backquote forms.
620 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
622         inaccessable -> inaccessible spelling fix (Bug#10052)
623         * semantic/wisent/comp.el (wisent-inaccessible-symbols):
624         Rename from wisent-inaccessable-symbols, fixing a misspelling.
625         Caller changed.
627 2012-07-09  Andreas Schwab  <schwab@linux-m68k.org>
629         * ede/project-am.el: Fix typo.
631 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
633         Rename configure.in to configure.ac (Bug#11603).
634         * ede/autoconf-edit.el (autoconf-find-query-for-program)
635         (autoconf-new-program):
636         * ede/emacs.el (ede-emacs-version):
637         * ede/proj.el (ede-proj-setup-buildenvironment):
638         * ede/project-am.el (project-am-autoconf-file-options):
639         Prefer configure.ac to configure.in.
641 2012-03-12  David Engster  <deng@randomsample.de>
643         * semantic/db-find.el
644         (semanticdb-find-translate-path-brutish-default): If we don't yet
645         have a proper table for PATH, use `semanticdb-current-database'
646         instead (bug #10343).
648 2012-03-11  David Engster  <deng@randomsample.de>
650         * semantic/wisent/javascript.el (js-mode): Define `js-mode' as
651         child-mode of `javascript-mode' (bug #8445).
653 2012-02-28  Glenn Morris  <rgm@gnu.org>
655         * semantic/db.el (semanticdb-search-results-table):
656         Doc fix (standardize possessive apostrophe usage).
658 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
660         * ede/auto.el (ede-directory-safe-p, ede-add-project-to-global-list):
661         Add declarations.
663 2012-01-29  David Engster  <deng@randomsample.de>
665         Fix require error when using srecode-insert (Bug#9967).
666         * srecode/insert.el: Require srecode/filters.
667         * srecode/filters.el: Drop two requires.
669 2012-01-09  Eric Ludlam  <zappo@gnu.org>
671         * ede.el (ede-project-directories): New option.
672         (ede-directory-safe-p): Check it.
673         (ede-initialize-state-current-buffer, ede, ede-new)
674         (ede-check-project-directory, ede-rescan-toplevel)
675         (ede-load-project-file, ede-parent-project, ede-current-project):
676         (ede-target-parent): Avoid loading in a project unless it is safe,
677         since it may involve malicious code.  This security flaw was
678         pointed out by Hiroshi Oota.
680         * ede/auto.el (ede-project-autoload): Add safe-p slot.
681         (ede-project-class-files): Projects using Project.ede are unsafe.
682         (ede-auto-load-project): New method.
684         * ede/simple.el (ede-project-class-files): Mark as unsafe.
686 2011-12-19  Sam Steingold  <sds@gnu.org>
688         * semantic/edit.el (semantic-edits-incremental-parser): Add the
689         autoload cookie, necessary for JDEE.
691 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
693         * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo.
695 2011-11-26  Chong Yidong  <cyd@gnu.org>
697         * semantic/wisent/python-wy.el:
698         * semantic/wisent/js-wy.el:
699         * semantic/wisent/javat-wy.el:
700         * semantic/bovine/c-by.el:
701         * semantic/grammar-wy.el: Regenerate.
703 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
705         * semantic/lex-spp.el (semantic-lex-spp-first-token-arg-list): Fix typo.
707 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
709         * cedet-cscope.el (cedet-cscope-version-check):
710         * cedet-global.el (cedet-global-min-version)
711         (cedet-gnu-global-version-check):
712         * cedet.el (cedet-version):
713         * data-debug.el (data-debug-prev, data-debug-contract-current-line):
714         * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target)
715         (ede-new, ede-invoke-method, project-edit-file-target, project-rescan)
716         (ede-add-project-to-global-list, ede-map-all-subprojects):
717         * inversion.el (inversion-check-version):
718         * mode-local.el (mode-local-map-file-buffers, define-child-mode)
719         (define-overloadable-function):
720         * pulse.el (pulse-flag, pulse):
721         * semantic.el (semantic-elapsed-time, semantic-parse-region)
722         (navigate-menu):
723         * ede/proj-comp.el (ede-compilation-program):
724         * semantic/debug.el (semantic-debug-parser-go)
725         (semantic-debug-parser-fail, semantic-debug-parser-quit)
726         (semantic-debug-parser-abort):
727         * semantic/idle.el (semantic-idle-core-handler):
728         * semantic/bovine/debug.el (semantic-bovine-debug-error-frame):
729         Fix typos.
731 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
733         * semantic/lex.el (semantic-lex-tokens):
734         * semantic/tag-ls.el (semantic-tag-protected-p):
735         * srecode/mode.el (srecode-prefix-map): Fix typos.
737 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
739         * ede/project-am.el (project-compile-target-command): Fix typo.
741 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
743         * ede/auto.el (ede-project-autoload):
744         * ede/proj-comp.el (ede-makefile-rule):
745         * semantic/analyze.el (semantic-analyze-current-context):
746         * semantic/ctxt.el (semantic-get-local-variables):
747         * semantic/tag-ls.el (semantic-tag-calculate-parent): Fix typos.
749 2011-11-03  David Engster  <dengste@eml.cc>
751         * srecode.el:
752         * srecode/texi.el:
753         * srecode/template.el:
754         * srecode/java.el:
755         * srecode/insert.el:
756         * srecode/document.el:
757         * srecode/dictionary.el:
758         * srecode/compile.el:
759         * semantic/wisent/java-tags.el:
760         * semantic/texi.el:
761         * semantic/sort.el:
762         * semantic/lex-spp.el:
763         * semantic/idle.el:
764         * semantic/html.el:
765         * semantic/db-typecache.el:
766         * semantic/analyze/complete.el:
767         * ede/generic.el:
768         * ede/custom.el:
769         * ede/cpp-root.el:
770         * ede/base.el: Fix filenames in comments and headers.
772         * semantic/db-find.el:
773         * srecode/insert.el (srecode-insert-include-lookup):
774         * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
775         comments and docstrings.
777         * semantic/ctxt.el (semantic-end-of-context-default):
778         * semantic/find.el (semantic-find-tags-by-scope-protection):
779         * semantic/java.el (semantic-documentation-for-tag): Fix typos in
780         docstrings.
782         * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
783         (semanticdb-abstract-db-cache):
784         * semantic/decorate/include.el
785         (semantic-decoration-unknown-include-describe): Fix filenames in
786         docstring.
788         * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
789         (semantic-ede-grammar-compiler-bovine): Fix requires that are
790         added to the grammar-make-script.
792 2011-10-23  Chong Yidong  <cyd@gnu.org>
794         * ede.el (ede-maybe-checkout): Function deleted;
795         vc-toggle-read-only does not do version control now.
797         * ede/util.el (ede-make-buffer-writable): Don't use
798         vc-toggle-read-only.
800         * ede/project-am.el (project-remove-file, project-add-file)
801         (project-new-target): Don't call ede-maybe-checkout.
803 2011-10-19  Chong Yidong  <cyd@gnu.org>
805         * ede.el (ede-minor-mode,global-ede-mode):
806         * semantic.el (semantic-mode): Doc fix to reflect new
807         define-minor-mode calling behavior.
809 2011-07-30  Chong Yidong  <cyd@stupidchicken.com>
811         * semantic/grammar.el (semantic-grammar-insert-defanalyzers):
812         Fix require.
814 2011-07-04  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
816         * semantic/db.el (semanticdb-file-table-object): Don't bug out on
817         unconfigured projects if `global-ede-mode' is on (bug#8092).
819 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
821         * semantic.el (semantic-elapsed-time): Rewrite using
822         time-subtract and float-time.
824 2011-05-11  Glenn Morris  <rgm@gnu.org>
826         * semantic/wisent/javascript.el (semantic-get-local-variables):
827         Use define-mode-local-override rather than its obsolete alias.
829 2011-05-10  Jim Meyering  <meyering@redhat.com>
831         Fix doubled-word typos.
832         * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the
833         * semantic/complete.el (semantic-complete-read-tag-local-members):
834         Likewise.
835         * ede.el (ede-auto-add-method): then then -> then
837 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
839         * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
840         * ede/proj-comp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
841         * ede/proj-elisp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf)
842         (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
843         * ede/proj-scheme.el (ede-proj-tweak-autoconf): Fix typos in docstrings.
845 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
847         * Version 23.3 released.
849 2011-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * semantic/wisent/comp.el (wisent-byte-compile-grammar):
852         Macroexpand before passing to byte-compile-form.
854 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
856         * srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode.
857         * semantic/symref/list.el (semantic-symref-results-mode):
858         Use run-mode-hooks.
860 2010-11-12  Glenn Morris  <rgm@gnu.org>
862         * semantic/wisent/comp.el: Remove unnecessary eval-when-compiles.
864 2010-11-10  Glenn Morris  <rgm@gnu.org>
866         * semantic/bovine/c.el: Test system-type with memq.
868 2010-11-09  Glenn Morris  <rgm@gnu.org>
870         * semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
871         * semantic/grammar.el (semantic-grammar-epilogue):
872         * ede/speedbar.el (ede-find-nearest-file-line):
873         * ede/pmake.el (ede-proj-makefile-insert-dist-rules):
874         * ede/autoconf-edit.el (autoconf-delete-parameter):
875         Use point-at-bol and point-at-eol.
877 2010-11-07  Glenn Morris  <rgm@gnu.org>
879         * ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol.
881 2010-11-01  Glenn Morris  <rgm@gnu.org>
883         * semantic/bovine/c.el (semantic-analyze-split-name): Move before use.
885         * semantic/symref/cscope.el (ede-toplevel):
886         * semantic/symref.el (ede-toplevel):
887         * semantic/tag-file.el (ede-toplevel):
888         * ede.el (ede-toplevel): Fix declarations.
890 2010-10-31  Glenn Morris  <rgm@gnu.org>
892         * ede/proj-elisp.el (project-compile-target): Fix previous change.
893         * semantic/ede-grammar.el (project-compile-target): Fix previous change.
895 2010-10-31  Julien Danjou  <julien@danjou.info>
897         * ede/proj-elisp.el (project-compile-target):
898         * semantic/ede-grammar.el (project-compile-target):
899         Use `byte-recompile-file'.
901 2010-10-31  Glenn Morris  <rgm@gnu.org>
903         * mode-local.el (mode-local-augment-function-help):
904         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons):
905         * semantic/symref/list.el (semantic-symref-results-dump)
906         (semantic-symref-rb-toggle-expand-tag): Replace inappropriate uses
907         of toggle-read-only.
909 2010-09-30  Chong Yidong  <cyd@stupidchicken.com>
911         * semantic/bovine/el.el:
912         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
913         Fix require statements.
915 2010-09-29  Chong Yidong  <cyd@stupidchicken.com>
917         * semantic/tag.el (semantic-tag-version): Bump to 2.0.
919         * semantic/db-typecache.el (semanticdb-typecache-find-default):
920         * semantic/imenu.el (semantic-create-imenu-index):
921         * semantic/grammar.el (semantic--grammar-macro-function-tag):
922         * semantic/fw.el (semanticdb-without-unloaded-file-searches):
923         Fix require.  Suggested by David Engster.
925         * semantic/bovine/c-by.el: Regenerate.
927 2010-09-29  Eric Ludlam  <zappo@gnu.org>
929         * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
930         (semantic-lex-spp-enable-debug-symbol): New command
931         (semantic-lex-spp-value-valid-p)
932         (semantic-lex-spp-validate-value): New functions
933         (semantic-lex-spp-symbol-set)
934         (semantic-lex-spp-symbol-push): Add call to validate value.
935         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
936         invalid values during save, just save a nil.
938 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
940         * ede/linux.el (ede-project-class-files):
941         * ede/generic.el (ede-generic-new-autoloader):
942         * ede/emacs.el (ede-project-class-files):
943         * ede/simple.el (ede-project-class-files):
944         * ede/cpp-root.el (ede-project-class-files): Fix require name.
946 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
948         * semantic/lex.el (semantic-ignore-comments): Doc fix.
950         * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
951         Fix typo in error message.
952         (semantic-symref-list-map-open-hits): Fix typo in docstring.
954 2010-09-21  Eric Ludlam  <zappo@gnu.org>
956         Synch SRecode to CEDET 1.0.
958         * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
959         'never, disable all pulsing.
961         * cedet.el (cedet-version):
962         * srecode.el (srecode-version): Bump version to 1.0.
964         * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
965         (semantic-insert-foreign-tag): Use it.
967         * srecode/mode.el (srecode-bind-insert):
968         Call srecode-load-tables-for-mode.
969         (srecode-minor-mode-templates-menu): Do not list templates that
970         are not in the current project.
971         (srecode-menu-bar): Add binding for srecode-macro-help.
973         * srecode/table.el (srecode-template-table): Add :project slot.
974         (srecode-dump): Dump it.
976         * srecode/map.el (srecode-map-update-map): Make map loading more
977         robust.
979         * srecode/insert.el (srecode-insert-fcn): Merge template
980         dictionary before resolving arguments.
981         (srecode-insert-method-helper): Add error checking to make sure
982         that we only have dictionaries.
983         (srecode-insert-method): Check template nesting depth when using
984         point inserter override.
985         (srecode-insert-method): Install override with depth limit.
987         * srecode/getset.el (srecode-insert-getset): Force tag table
988         update.  Don't query the class if it is empty.
990         * srecode/find.el (srecode-template-get-table)
991         (srecode-template-get-table-for-binding)
992         (srecode-all-template-hash): Skip if not in current project.
993         (srecode-template-table-in-project-p): New method.
995         * srecode/fields.el (srecode-fields-exit-confirmation): New option.
996         (srecode-field-exit-ask): Use it.
998         * srecode/dictionary.el (srecode-dictionary-add-template-table):
999         Do not add variables in tables not for the current project.
1000         (srecode-compound-toString): Handle cases where the default value
1001         is another compound value.
1002         (srecode-dictionary-lookup-name): New optional argument
1003         NON-RECURSIVE, which inhibits visiting dictionary parents.
1004         (srecode-dictionary-add-section-dictionary)
1005         (srecode-dictionary-merge): New optional argument FORCE adds
1006         values even if an identically named entry exists.
1007         (srecode-dictionary-add-entries): New method.
1008         (srecode-create-dictionaries-from-tags): New function.
1010         * srecode/cpp.el (srecode-cpp): New defgroup.
1011         (srecode-cpp-namespaces): New option.
1012         (srecode-semantic-handle-:using-namespaces)
1013         (srecode-cpp-apply-templates): New functions.
1014         (srecode-semantic-apply-tag-to-dict): Handle template parameters
1015         by calling `srecode-cpp-apply-templates'.
1017         * srecode/compile.el (srecode-compile-templates): Fix directory
1018         compare of built-in templates.  Give built-ins lower piority.
1019         Support special variable "project".
1020         (srecode-compile-template-table): Set :project slot of new tables.
1021         (srecode-compile-one-template-tag):
1022         Use srecode-create-dictionaries-from-tags.
1024 2010-09-21  Eric Ludlam  <zappo@gnu.org>
1026         Synch EDE to CEDET 1.0.
1028         * cedet-idutils.el (cedet-idutils-make-command): New option.
1029         (cedet-idutils-mkid-call):
1030         (cedet-idutils-create/update-database): New functions.
1032         * cedet-cscope.el (cedet-cscope-create):
1033         (cedet-cscope-create/update-database): New functions.
1034         (cedet-cscope-support-for-directory): Make interactive.
1036         * cedet-global.el (cedet-global-gtags-command): New option.
1037         (cedet-gnu-global-gtags-call)
1038         (cedet-gnu-global-create/update-database): New functions.
1040         * ede.el (ede-save-cache): Fix recentf-exclude expression.
1041         (ede-make-dist): Always use toplevel project.
1042         (ede-buffer-object): If we fail to find an object in the current
1043         project, loop upward looking for a match.  If no target is found,
1044         use most local project.
1045         (ede-buffer-belongs-to-target-p)
1046         (ede-buffer-belongs-to-project-p): New functions.
1047         (ede-initialize-state-current-buffer): New function.
1048         (ede-target-forms-menu, ede-project-buffers): Use them.
1049         (ede-minor-mode, ede-reset-all-buffers): Use it.
1050         (project-interactive-select-target, project-add-file): Don't use
1051         ede-project-force-load.
1052         (ede-buffer-object): New arg PROJSYM.
1053         (ede-minor-mode): Remove ede-directory-project-p test.
1054         (ede-initialize-state-current-buffer): Don't test for
1055         ede-directory-project-p if there is a matching open project.
1056         (ede-customize-forms-menu): Prevent error if there is no project.
1057         (ede-load-project-file): Set ede-constructing to the thing being
1058         constructed, instead of t.
1059         (ede-project-force-load): Delete.
1061         * ede/base.el:
1062         * ede/auto.el:
1063         * ede/custom.el: New files.
1065         * ede/autoconf-edit.el (autoconf-find-last-macro)
1066         (autoconf-parameters-for-macro): Parse multiline parameters of
1067         macros.  Optionally ignore case and at bol for macro.
1068         (autoconf-parameter-strip): Use greedy match for newlines.
1069         (autoconf-new-automake-string): Delete.
1070         (autoconf-new-program): Use SRecode to fill an empty file.
1072         * ede/cpp-root.el (ede-create-lots-of-projects-under-dir):
1073         New function.
1075         * ede/files.el (ede-flush-project-hash): New command.
1076         (ede-convert-path): Add optional PROJECT arg.
1077         (ede-directory-project-p): Obey ".ede-ignore".
1078         (ede-expand-filename-local)
1079         (ede-expand-filename-impl-via-subproj): New methods.
1080         (ede-expand-filename-impl): Use them.
1081         (ede-project-root, ede-project-root-directory): Move to
1082         ede/auto.el.
1084         * ede/locate.el (ede-locate-flush-hash):
1085         (ede-locate-create/update-root-database): New methods.
1086         (initialize-instance): Use ede-locate-flush-hash.
1088         * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
1089         the top project and not a metasubproject, set TOP to CURDIR.
1090         (ede-proj-makefile-insert-variables): Output a target's object
1091         list whether or not the vars are already in the Makefile.
1092         (ede-pmake-insert-variable-once): New macro.
1094         * ede/project-am.el (project-am-with-makefile-current):
1095         Add recentf-exclude.
1096         (project-am-load-makefile): Obey an optional suggested name.
1097         (project-am-expand-subdirlist): New function.
1098         (project-am-makefile::project-rescan): Use it.  Combine SUBDIRS
1099         and DIST_SUBDIRS.
1100         (project-am-meta-type-alist): A list to scan better Makefile.am
1101         (project-am-scan-for-targets): Scan also over
1102         project-am-meta-type-alist.
1103         (ede-system-include-path): Simple implementation.
1104         (ede-find-target): Delete.  EDE core takes care of this.
1105         (ede-buffer-mine): Create the searched filename as relative.
1106         (project-am-load): Simplify, using autoconf-edit.
1107         (project-am-extract-package-info): Fix separators.
1109         * ede/proj.el (project-run-target): New method.
1110         (project-make-dist, project-compile-project):
1111         Use ede-proj-automake-p to determine which kind of compile to use.
1112         (project-rescan): Call ede-load-project-file.
1113         (ede-buffer-mine): Add more file names that belong to the project.
1114         (ede-proj-compilers): Improve error message.
1116         * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
1117         (ede-source-c++): Add more C++ extensions.
1118         (ede-proj-target-makefile-objectcode): Quote initforms.
1119         Support lex and yacc.
1121         * ede/proj-prog.el (ede-proj-makefile-insert-rules): Remove.
1122         (ede-proj-makefile-insert-variables): New, add LDDEPS.
1123         (ede-proj-makefile-insert-automake-post-variables): Add LDADD
1124         variable.  Use ldlibs-local slot.  Add a -l to ldlibs strings.
1125         (ede-proj-target-makefile-program): Swap order of two slots so
1126         they show up in the same order as in the command line.
1127         (ede-proj-target-makefile-program): Add ldlibs-local slot.
1129         * ede/proj-shared.el (ede-g++-libtool-shared-compiler):
1130         Fix inference rule to use cpp files.
1131         (ede-proj-target-makefile-shared-object): Quote initforms.
1133         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
1134         * ede/proj-info.el (ede-proj-target-makefile-info):
1135         * ede/proj-aux.el (ede-proj-target-aux):
1136         * ede/proj-archive.el (ede-proj-target-makefile-archive):
1137         * ede/proj-elisp.el (ede-proj-target-elisp)
1138         (ede-proj-target-elisp-autoloads): Quote initforms.
1140         * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
1142         * ede/shell.el (ede-shell-buffer): Fix buffer name.
1144         * ede/pconf.el (ede-proj-configure-synchronize): If user events
1145         occur while waiting for the compile process to finish, pull them
1146         in and discard those events.
1148 2010-09-19  Eric Ludlam  <zappo@gnu.org>
1150         Synch Semantic to CEDET 1.0.
1152         * semantic.el (semantic-version): Update to 2.0.
1153         (semantic-mode-map): Add "," and "m" bindings.
1154         (navigate-menu): Update.
1156         * semantic/symref.el (semantic-symref-calculate-rootdir):
1157         New function.
1158         (semantic-symref-detect-symref-tool): Use it.
1160         * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
1161         (semantic-symref-perform-search): Use it.  Calculate root dir with
1162         semantic-symref-calculate-rootdir.
1163         (semantic-symref-derive-find-filepatterns): Improve error message.
1165         * semantic/symref/list.el
1166         (semantic-symref-results-mode-map): New bindings.
1167         (semantic-symref-auto-expand-results): New option.
1168         (semantic-symref-results-dump): Obey auto-expand.
1169         (semantic-symref-list-expand-all, semantic-symref-regexp)
1170         (semantic-symref-list-contract-all)
1171         (semantic-symref-list-map-open-hits)
1172         (semantic-symref-list-update-open-hits)
1173         (semantic-symref-list-create-macro-on-open-hit)
1174         (semantic-symref-list-call-macro-on-open-hits): New functions.
1175         (semantic-symref-list-menu-entries)
1176         (semantic-symref-list-menu): New vars.
1177         (semantic-symref-list-map-open-hits): Move cursor to beginning of
1178         match before calling the mapped function.
1180         * semantic/doc.el
1181         (semantic-documentation-comment-preceeding-tag): Do nothing if the
1182         mode doesn't provide comment-start-skip.
1184         * semantic/scope.el
1185         (semantic-analyze-scope-nested-tags-default): Strip duplicates.
1186         (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
1187         looking for as part of the scoped tags list.
1189         * semantic/html.el (semantic-default-html-setup):
1190         Add senator-step-at-tag-classes.
1192         * semantic/decorate/include.el
1193         (semantic-decoration-on-unknown-includes): Change light bgcolor.
1194         (semantic-decoration-on-includes-highlight-default): Check that
1195         the include tag has a position.
1197         * semantic/complete.el (semantic-collector-local-members):
1198         (semantic-complete-read-tag-local-members)
1199         (semantic-complete-jump-local-members): New class and functions.
1200         (semantic-complete-self-insert): Save excursion before completing.
1202         * semantic/analyze/complete.el
1203         (semantic-analyze-possible-completions-default): If no completions
1204         are found, return the raw by-name-only completion list.  Add FLAGS
1205         arguments.  Add support for 'no-tc (type constraint) and
1206         'no-unique, or no stripping duplicates.
1207         (semantic-analyze-possible-completions-default): Add FLAGS arg.
1209         * semantic/util-modes.el
1210         (semantic-stickyfunc-show-only-functions-p): New option.
1211         (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
1212         the very first line in a buffer.
1214         * semantic/util.el (semantic-hack-search)
1215         (semantic-recursive-find-nonterminal-by-name)
1216         (semantic-current-tag-interactive): Delete.
1217         (semantic-describe-buffer): Fix expand-nonterminal.
1218         Add lex-syntax-mods, type relation separator char, and command
1219         separation char.
1220         (semantic-sanity-check): Only message if called interactively.
1222         * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
1223         :filename property and the tag position.
1225         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1226         Add recursion limit.
1228         * semantic/imenu.el (semantic-imenu-bucketize-type-members):
1229         Make this buffer local, not the obsoleted variable.
1231         * semantic/idle.el: Add breadcrumbs support.
1232         (semantic-idle-summary-current-symbol-info-default)
1233         (semantic-idle-tag-highlight)
1234         (semantic-idle-completion-list-default):
1235         Use semanticdb-without-unloaded-file-searches for speed, and to
1236         conform to the controls that specify if the idle timer is supposed
1237         to be parsing unparsed includes.
1238         (semantic-idle-symbol-highlight-face)
1239         (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
1240         Callers changed.
1241         (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
1242         (semantic-idle-work-update-headers-flag): New var.
1243         (semantic-idle-work-for-one-buffer): Use it.
1244         (semantic-idle-local-symbol-highlight): Rename from
1245         semantic-idle-tag-highlight.
1246         (semantic-idle-truncate-long-summaries): New option.
1248         * semantic/ia.el (semantic-ia-cache)
1249         (semantic-ia-get-completions): Delete.  Callers changed.
1250         (semantic-ia-show-variants): New command.
1251         (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
1252         (semantic-ia-show-summary): If there isn't anything to show, say so.
1254         * semantic/grammar.el (semantic-grammar-create-package):
1255         Save the buffer even in batch mode.
1257         * semantic/fw.el
1258         (semanticdb-without-unloaded-file-searches): New macro.
1260         * semantic/dep.el (semantic-dependency-find-file-on-path):
1261         Fix case dereferencing ede-object when it is a list.
1263         * semantic/db-typecache.el (semanticdb-expand-nested-tag)
1264         (semanticdb-typecache-faux-namespace): New functions.
1265         (semanticdb-typecache-file-tags)
1266         (semanticdb-typecache-merge-streams): Use them.
1267         (semanticdb-typecache-file-tags): When deriving tags from a file,
1268         give the mode a chance to monkey with the tag copy.
1269         (semanticdb-typecache-find-default): Wrap find in save-excursion.
1270         (semanticdb-typecache-find-by-name-helper): Merge found names down.
1272         * semantic/db-global.el
1273         (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
1274         GNU Global is not available and we don't want to throw an error.
1276         * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
1277         When trying to normalize the tag to a buffer, don't error if
1278         set-buffer method doesn't exist.
1280         * semantic/db-file.el (semanticdb-save-db): Simplify msg.
1282         * semantic/db.el (semanticdb-refresh-table): If forcing a
1283         refresh on a file not in a buffer, use semantic-find-file-noselect
1284         and delete the buffer after use.
1285         (semanticdb-current-database-list): When calculating root via
1286         hooks, force it through true-filename and skip the list of
1287         possible roots.
1289         * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
1291         * semantic/analyze/debug.el
1292         (semantic-analyzer-debug-insert-tag): Reset standard output to
1293         current buffer.
1294         (semantic-analyzer-debug-global-symbol)
1295         (semantic-analyzer-debug-missing-innertype): Change "prefix" to
1296         "symbol" in messages.
1298         * semantic/analyze/refs.el (semantic-analyze-refs-impl)
1299         (semantic-analyze-refs-proto): When calculating value, make sure
1300         the found tag is 'similar' to the originating tag.
1301         (semantic--analyze-refs-find-tags-with-parent): Attempt to
1302         identify matches via imported symbols of parents.
1303         (semantic--analyze-refs-full-lookup-with-parents): Do a deep
1304         search during the brute search.
1306         * semantic/analyze.el
1307         (semantic-analyze-find-tag-sequence-default): Be robust to
1308         calculated scopes being nil.
1310         * semantic/bovine/c.el (semantic-c-describe-environment):
1311         Add project macro symbol array.
1312         (semantic-c-parse-lexical-token): Add recursion limit.
1313         (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
1314         New overrides.
1315         (semantic-expand-c-tag-namelist): Split a full type from a typedef
1316         out to its own tag.
1317         (semantic-expand-c-tag-namelist): Do not split out a typedef'd
1318         inline type if it is an anonymous type.
1319         (semantic-c-reconstitute-token): Use the optional initializers as
1320         a clue that some function is probably a constructor.
1321         When defining the type of these constructors, split the parent name,
1322         and use only the class part, if applicable.
1324         * semantic/bovine/c-by.el:
1325         * semantic/wisent/python-wy.el: Regenerate.
1327 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
1329         * semantic/db-file.el (object-write): Fix typo in docstring.
1331 2010-06-03  Eric Ludlam  <zappo@gnu.org>
1333         * semantic/lex-spp.el
1334         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1335         invalid values during save, just save a nil (Bug#6324).
1337 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
1339         * ede/cpp-root.el (ede-set-project-variables): Fix feature name
1340         (bug#6231).
1342 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1344         Use a mode-line spec rather than a static string in Semantic.
1345         * semantic/util-modes.el:
1346         (semantic-minor-modes-format): New var to replace...
1347         (semantic-minor-modes-status): Remove.
1348         (semantic-mode-line-update): Construct a mode-line spec rather than
1349         a static string so that mouse buttons can be used on individual minor
1350         modes and so that semantic-mode-line-update only needs to be called
1351         when global settings are changed.
1352         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1353         Call semantic-mode-line-update.
1354         (semantic-toggle-minor-mode-globally): Don't assume mode is on
1355         minor-mode-alist, check semantic-minor-mode-alist as well.
1356         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1357         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1358         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1359         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1360         * semantic/idle.el (semantic-idle-scheduler-mode)
1361         (define-semantic-idle-service, semantic-idle-summary-mode):
1362         * semantic/decorate/mode.el (semantic-decoration-mode):
1363         Don't call semantic-mode-line-update any more.
1365 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1367         Use define-minor-mode in CEDET where applicable.
1369         * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1370         Use define-minor-mode.
1372         * semantic/util-modes.el (semantic-add-minor-mode):
1373         Remove unused arg `keymap' and code redundant with define-minor-mode.
1374         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1375         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1376         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1377         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1378         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1379         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1380         Use define-minor-mode.
1381         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1382         (semantic-show-unmatched-syntax-mode-setup)
1383         (semantic-show-parser-state-mode-setup)
1384         (semantic-highlight-func-mode-setup): Inline into sole caller.
1386         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1387         (semantic-mru-bookmark-mode): Use define-minor-mode.
1388         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1390         * semantic/idle.el (define-semantic-idle-service):
1391         Use define-minor-mode and inline setup function into its sole caller.
1392         (semantic-idle-scheduler-mode-setup)
1393         (semantic-idle-summary-mode-setup): Inline into sole caller.
1394         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1395         Use define-minor-mode.
1397         * semantic/decorate/mode.el (global-semantic-decoration-mode)
1398         (semantic-decoration-mode): Use define-minor-mode.
1399         (semantic-decoration-mode-setup): Inline into sole caller.
1401         * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1402         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1403         (ede-dired-add-to-target): Use dolist.
1405 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1407         * semantic.el (semantic-completion-at-point-function):
1408         New function.
1409         (semantic-mode): Use semantic-completion-at-point-function for
1410         completion-at-point-functions instead.
1412 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1414         * semantic.el (semantic-mode): When enabled, add
1415         semantic-ia-complete-symbol to completion-at-point-functions.
1417         * semantic/ia.el (semantic-ia-complete-symbol): Return nil
1418         if Semantic is not active.
1420 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1422         * ede/pmake.el (ede-proj-makefile-insert-variables):
1423         Don't destroy list before using it.
1425 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
1427         * semantic/imenu.el (semantic-imenu-bucketize-type-members)
1428         (semantic-create-imenu-directory-index): Fix typos in docstrings.
1429         (semantic-imenu-goto-function): Reflow docstring.
1431 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1433         * srecode/table.el (srecode-template-table): Fix docstring typo.
1435 2010-03-24  Glenn Morris  <rgm@gnu.org>
1437         * semantic/bovine/c.el (semantic-c-describe-environment):
1438         Consistently check ede-object is bound throughout.
1440         * ede/project-am.el (ede-shell-run-something): Declare.
1442 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
1444         * semantic/imenu.el: New file, from the CEDET repository
1445         (Bug#5412).
1447 2010-03-06  Glenn Morris  <rgm@gnu.org>
1449         * semantic/grammar.el (semantic-grammar-header-template):
1450         Update template copyright to GPLv3+.
1452 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
1454         * semantic/db-find.el
1455         (semanticdb-find-translate-path-brutish-default):
1456         * ede/make.el (ede-make-check-version):
1457         Use with-current-buffer instead of save-excursion.
1459 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
1461         * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
1462         Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
1464 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
1466         * data-debug.el (data-debug): Move to extensions group.
1468         * ede.el (ede):
1469         * srecode.el (srecode):
1470         * semantic.el (semantic): Put in tools and extensions group.
1472 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1474         * ede.el (ede-run-target, project-delete-target)
1475         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1476         (ede-adebug-project, ede-adebug-project-parent)
1477         (ede-adebug-project-root): Fix typos in docstrings.
1479 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1481         * ede/locate.el (ede-locate-file-in-project)
1482         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1483         (ede-enable-locate-on-project): Fix typos in error messages.
1485         * semantic/util-modes.el (semantic-unmatched-syntax-face)
1486         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1487         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1488         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1489         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1490         Fix typos in menu help.
1492         * semantic.el (semantic-require-version, semantic--buffer-cache)
1493         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1494         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1495         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1496         (semantic-parse-stream, semantic-parse-region)
1497         (semantic-parse-region-default, semantic--set-buffer-cache)
1498         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1499         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1500         (semantic-default-submodes):
1501         * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1502         (semanticdb-create-ebrowse-database)
1503         (semanticdb-find-tags-for-completion-method)
1504         (semanticdb-find-tags-by-class-method)
1505         (semanticdb-deep-find-tags-by-name-method)
1506         (semanticdb-deep-find-tags-for-completion-method):
1507         * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1508         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1509         (semanticdb-find-tags-for-completion-method)
1510         (semanticdb-find-tags-by-class-method)
1511         (semanticdb-deep-find-tags-for-completion-method):
1512         * semantic/db-find.el (semanticdb-find-translate-path)
1513         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1514         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1515         (semanticdb-find-tags-by-name-method)
1516         (semanticdb-find-tags-by-name-regexp-method)
1517         (semanticdb-find-tags-for-completion-method)
1518         (semanticdb-find-tags-by-class-method)
1519         (semanticdb-find-tags-external-children-of-type-method)
1520         (semanticdb-find-tags-subclasses-of-type-method)
1521         (semanticdb-deep-find-tags-by-name-method)
1522         (semanticdb-deep-find-tags-by-name-regexp-method)
1523         (semanticdb-deep-find-tags-for-completion-method):
1524         * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1525         (semanticdb-enable-gnu-global-in-buffer)
1526         (semanticdb-find-tags-for-completion-method)
1527         (semanticdb-deep-find-tags-by-name-method)
1528         (semanticdb-deep-find-tags-for-completion-method):
1529         * semantic/db-javascript.el (semanticdb-javascript-tags)
1530         (javascript-mode, semanticdb-find-translate-path)
1531         (semanticdb-find-tags-for-completion-method)
1532         (semanticdb-find-tags-by-class-method)
1533         (semanticdb-deep-find-tags-by-name-method)
1534         (semanticdb-deep-find-tags-for-completion-method)
1535         (semanticdb-find-tags-external-children-of-type-method):
1536         * semantic/idle.el (semantic-idle-work-core-handler)
1537         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1538         (global-semantic-idle-scheduler-mode):
1539         * srecode/dictionary.el (srecode-field-value)
1540         (srecode-dictionary-add-section-dictionary):
1541         Fix typos in docstrings.
1543 2010-01-17  Glenn Morris  <rgm@gnu.org>
1545         * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1547 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1549         * semantic.el (semantic-mode): Fix typos in docstrings.
1551 2010-01-16  Mario Lang  <mlang@delysid.org>
1553         * ede/cpp-root.el (ede-cpp-root-project):
1554         * ede/files.el (ede-expand-filename):
1555         * ede/simple.el (ede-simple-project):
1556         * semantic/complete.el (semantic-complete-read-tag-engine)
1557         (semantic-complete-inline-tag-engine):
1558         * semantic/db-el.el (semanticdb-equivalent-mode):
1559         * semantic/db-global.el (semanticdb-equivalent-mode):
1560         * semantic/db-javascript.el (semanticdb-equivalent-mode):
1561         * semantic/db.el (semanticdb-equivalent-mode):
1562         * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1563         * semantic/idle.el (semantic-idle-work-for-one-buffer):
1564         Remove duplicated words in doc-strings.
1566 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1568         * semantic/edit.el (semantic-reparse-needed-change-hook)
1569         (semantic-no-reparse-needed-change-hook):
1570         * srecode/insert.el (srecode-resolve-argument-list)
1571         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1572         (srecode-template-inserter-ask, srecode-template-inserter-width)
1573         (srecode-template-inserter-section-start)
1574         (srecode-template-inserter-section-end, srecode-insert-method):
1575         Fix typos in docstrings.
1577 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1579         * data-debug.el (data-debug): Fix customization group reference.
1581 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1583         * semantic/analyze.el (semantic-analyze-push-error)
1584         (semantic-analyze-context, semantic-analyze-context-assignment)
1585         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1586         * semantic/java.el (java-mode, semantic-tag-include-filename)
1587         (semantic-java-doc-keywords-map):
1588         * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1589         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1590         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1591         (semantic-c-classname, semantic-format-tag-uml-prototype)
1592         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1593         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1594         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1595         (semantic-get-local-variables, semantic-end-of-command)
1596         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1597         (lisp-mode):
1598         * semantic/bovine/make.el (makefile-mode):
1599         * semantic/wisent/python.el (wisent-python-string-re)
1600         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1601         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1602         (semantic-lex, semantic-get-local-variables, python-mode):
1603         * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1604         * srecode/extract.el (srecode-extract-state-set)
1605         (srecode-extract-method): Fix typos in docstrings.
1607 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1609         * semantic.el (semantic-new-buffer-setup-functions):
1610         Add python parser.
1612 2010-01-10  Richard Kim  <emacs18@gmail.com>
1614         * semantic/wisent/python-wy.el:
1615         * semantic/wisent/python.el: New files.
1617 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1619         * semantic/db-typecache.el (semanticdb-typecache-find-default):
1620         Fix typo in docstring.
1622 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1624         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1625         (semantic-mru-bookmark-mode): Doc fixes.
1627         * semantic/db.el (semanticdb-cache-get): Use error instead
1628         of assert.
1630 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
1632         * semantic/ia.el (semantic-ia-complete-symbol):
1633         Make argument optional.
1635 2009-12-05  Eric Ludlam  <zappo@gnu.org>
1637         * semantic/bovine/c.el (semantic-c-describe-environment):
1638         Describe project macro symbols.
1640         * semantic/complete.el (semantic-complete-do-completion):
1641         Don't call semantic-collector-current-exact-match.
1643         * ede.el (ede-apply-preprocessor-map): Accept lists of
1644         ede-objects as targets.
1646         * ede/pmake.el (ede-proj-makefile-insert-variables):
1647         Output a target's object list even if compiler vars are already in the
1648         Makefile.
1650         * ede/emacs.el (ede-preprocessor-map): Add config.h to the
1651         list of headers producing necessary macros.
1653 2009-11-24  Glenn Morris  <rgm@gnu.org>
1655         * semantic/idle.el (global-semantic-idle-scheduler-mode):
1656         Move after definition of global-semantic-idle-tag-highlight-mode.
1658 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
1660         * srecode/map.el (srecode-get-maps):
1661         * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1662         * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1663         * semantic/decorate/mode.el (semantic-decoration-mode)
1664         (semantic-toggle-decoration-style):
1665         * semantic/decorate/include.el
1666         (semantic-decoration-include-describe)
1667         (semantic-decoration-unknown-include-describe)
1668         (semantic-decoration-unparsed-include-describe)
1669         (semantic-decoration-all-include-summary):
1670         * semantic/bovine/c.el (semantic-c-debug-mode-init):
1671         * semantic/analyze/complete.el
1672         (semantic-analyze-possible-completions):
1673         * semantic/util-modes.el (semantic-highlight-edits-mode)
1674         (semantic-show-unmatched-syntax-mode)
1675         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1676         (semantic-highlight-func-mode):
1677         * semantic/util.el (semantic-describe-buffer):
1678         * semantic/symref.el (semantic-symref-find-references-by-name)
1679         (semantic-symref-find-tags-by-name)
1680         (semantic-symref-find-tags-by-regexp)
1681         (semantic-symref-find-tags-by-completion)
1682         (semantic-symref-find-file-references-by-name)
1683         (semantic-symref-find-text):
1684         * semantic/senator.el (senator-copy-tag, senator-kill-tag)
1685         (senator-yank-tag):
1686         * semantic/scope.el (semantic-calculate-scope):
1687         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1688         * semantic/idle.el (semantic-idle-scheduler-mode)
1689         (define-semantic-idle-service):
1690         * semantic/complete.el (semantic-complete-analyze-inline)
1691         (semantic-complete-analyze-inline-idle):
1692         * semantic/analyze.el (semantic-analyze-current-context):
1693         * mode-local.el (describe-mode-local-bindings)
1694         (describe-mode-local-bindings-in-mode):
1695         * ede/make.el (ede-make-check-version):
1696         * ede/locate.el (ede-enable-locate-on-project):
1697         * cedet-idutils.el (cedet-idutils-expand-filename)
1698         (cedet-idutils-version-check):
1699         * cedet-global.el (cedet-gnu-global-expand-filename)
1700         (cedet-gnu-global-version-check):
1701         * cedet-cscope.el (cedet-cscope-expand-filename)
1702         (cedet-cscope-version-check): Use called-interactively-p instead
1703         of interactive-p.
1705         * semantic/ia.el (semantic-ia-completion-format-tag-function):
1706         Use semantic-format-tag-prototype.
1708 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
1710         * semantic/complete.el (semantic-complete-read-tag-engine)
1711         (semantic-complete-jump-local, semantic-complete-jump):
1712         Improve prompt string.
1714 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1716         * semantic/complete.el (semantic-complete-inline-map): Doc fix.
1718         * semantic/idle.el (define-semantic-idle-service)
1719         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1721 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1723         * cedet.el (cedet-menu-map): Re-order menu items.
1725         * semantic.el: Enable idle-mode menu items only if
1726         global-semantic-idle-scheduler-mode is enabled.
1727         (semantic-default-submodes): Doc fix.
1729         * semantic/idle.el (global-semantic-idle-scheduler-mode):
1730         When turning off, disable other idle modes.
1732 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1734         * semantic/idle.el (semantic-idle-summary-mode)
1735         (semantic-idle-summary-mode): Define using define-minor-mode
1736         instead of define-semantic-idle-service.
1737         (semantic-idle-summary-mode): New function.
1738         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1739         that mouse motion does not reset the echo area.
1741 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1743         * semantic/ctxt.el (semantic-get-local-variables):
1744         Disable the progress reporter entirely.
1746 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1748         * semantic/fw.el (semantic/loaddefs):
1749         * srecode.el (srecode/loaddefs):
1750         * ede.el (ede/loaddefs): Load rather than require.
1751         * ede/cpp-root.el:
1752         * ede/emacs.el:
1753         * ede/files.el:
1754         * ede/linux.el:
1755         * ede/locate.el:
1756         * ede/make.el:
1757         * ede/shell.el:
1758         * ede/speedbar.el:
1759         * ede/system.el:
1760         * ede/util.el:
1761         * semantic/analyze.el:
1762         * semantic/bovine.el:
1763         * semantic/complete.el:
1764         * semantic/ctxt.el:
1765         * semantic/db-file.el:
1766         * semantic/db-find.el:
1767         * semantic/db-global.el:
1768         * semantic/db-mode.el:
1769         * semantic/db-typecache.el:
1770         * semantic/db.el:
1771         * semantic/debug.el:
1772         * semantic/dep.el:
1773         * semantic/doc.el:
1774         * semantic/edit.el:
1775         * semantic/find.el:
1776         * semantic/format.el:
1777         * semantic/html.el:
1778         * semantic/ia-sb.el:
1779         * semantic/ia.el:
1780         * semantic/idle.el:
1781         * semantic/lex-spp.el:
1782         * semantic/lex.el:
1783         * semantic/mru-bookmark.el:
1784         * semantic/scope.el:
1785         * semantic/senator.el:
1786         * semantic/sort.el:
1787         * semantic/symref.el:
1788         * semantic/tag-file.el:
1789         * semantic/tag-ls.el:
1790         * semantic/tag-write.el:
1791         * semantic/tag.el:
1792         * semantic/util-modes.el:
1793         * semantic/analyze/complete.el:
1794         * semantic/analyze/refs.el:
1795         * semantic/bovine/c.el:
1796         * semantic/bovine/gcc.el:
1797         * semantic/bovine/make.el:
1798         * semantic/bovine/scm.el:
1799         * semantic/decorate/include.el:
1800         * semantic/decorate/mode.el:
1801         * semantic/symref/cscope.el:
1802         * semantic/symref/global.el:
1803         * semantic/symref/grep.el:
1804         * semantic/symref/idutils.el:
1805         * semantic/symref/list.el:
1806         * semantic/wisent/java-tags.el:
1807         * semantic/wisent/javascript.el:
1808         * srecode/compile.el:
1809         * srecode/cpp.el:
1810         * srecode/document.el:
1811         * srecode/el.el:
1812         * srecode/expandproto.el:
1813         * srecode/getset.el:
1814         * srecode/insert.el:
1815         * srecode/java.el:
1816         * srecode/map.el:
1817         * srecode/mode.el:
1818         * srecode/template.el:
1819         * srecode/texi.el: Remove the file-local setting of
1820         generated-autoload-feature.
1822 2009-11-03  Glenn Morris  <rgm@gnu.org>
1824         * mode-local.el (with-mode-local): Doc fix.
1826 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1828         * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1829         items.
1831         * ede.el (ede-minor-mode):
1832         * semantic.el (semantic-mode): Toggle menu separators.
1834 2009-10-31  Glenn Morris  <rgm@gnu.org>
1836         * semantic/tag.el (semantic--tag-link-list-to-buffer):
1837         Use mapc rather than mapcar because the return value is never used.
1839         * srecode/template.el, semantic/wisent/javascript.el:
1840         * semantic/wisent/java-tags.el, semantic/texi.el:
1841         * semantic/html.el:
1842         Suppress harmless warnings about setting up semantic-imenu (not
1843         part of Emacs) variables.
1845 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1847         * srecode/srt-mode.el (semantic-analyze-possible-completions):
1848         * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1849         * semantic/symref/grep.el (semantic-symref-perform-search):
1850         * semantic/bovine/gcc.el (semantic-gcc-query):
1851         * semantic/bovine/c.el (semantic-c-parse-lexical-token):
1852         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1853         (semantic-analyzer-debug-global-symbol)
1854         (semantic-analyzer-debug-missing-innertype)
1855         (semantic-analyzer-debug-insert-include-summary):
1856         * semantic/util.el (semantic-file-tag-table):
1857         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1858         (semantic-recursive-find-nonterminal-by-name):
1859         * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1860         * semantic/tag-file.el (semantic-prototype-file):
1861         * semantic/symref.el (semantic-symref-parse-tool-output):
1862         * semantic/sb.el (semantic-sb-fetch-tag-table):
1863         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1864         * semantic/idle.el (semantic-idle-work-for-one-buffer):
1865         (semantic-idle-summary-maybe-highlight):
1866         * semantic/ia-sb.el (semantic-ia-speedbar)
1867         (semantic-ia-sb-tag-info):
1868         * semantic/grammar.el (semantic-analyze-possible-completions):
1869         * semantic/find.el (semantic-brute-find-tag-by-position):
1870         * semantic/ede-grammar.el (project-compile-target):
1871         (ede-proj-makefile-insert-variables):
1872         * semantic/debug.el (semantic-debug-set-parser-location):
1873         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1874         (semantic-debug-mode, semantic-debug):
1875         * semantic/db.el (semanticdb-needs-refresh-p):
1876         * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1877         * semantic/db-javascript.el (semanticdb-equivalent-mode):
1878         * semantic/db-find.el (semanticdb-find-log-new-search)
1879         (semanticdb-find-translate-path-includes--internal)
1880         (semanticdb-reset-log, semanticdb-find-log-activity):
1881         * semantic/db-file.el (object-write):
1882         * semantic/db-el.el (semanticdb-equivalent-mode):
1883         * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1884         (semanticdb-create-ebrowse-database):
1885         * semantic/db-debug.el (semanticdb-table-sanity-check):
1886         * semantic/complete.el (semantic-displayor-focus-request)
1887         (semantic-collector-calculate-completions-raw)
1888         (semantic-complete-read-tag-analyzer):
1889         * semantic/analyze.el (semantic-analyze-pulse):
1890         * ede/util.el (ede-update-version-in-source):
1891         * ede/proj.el (project-delete-target):
1892         * ede/proj-elisp.el (ede-update-version-in-source)
1893         (ede-proj-flush-autoconf):
1894         * ede/pconf.el (ede-proj-configure-synchronize)
1895         (ede-proj-configure-synchronize):
1896         * ede/locate.el (ede-locate-file-in-project-impl):
1897         * ede/linux.el (ede-linux-version):
1898         * ede/emacs.el (ede-emacs-version):
1899         * ede/dired.el (ede-dired-add-to-target):
1900         * ede.el (ede-buffer-header-file, ede-find-target)
1901         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1902         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1903         * cedet-idutils.el (cedet-idutils-fnid-call):
1904         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1905         (cedet-idutils-version-check):
1906         * cedet-global.el (cedet-gnu-global-call):
1907         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1908         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1909         * cedet-cscope.el (cedet-cscope-call)
1910         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1911         Use with-current-buffer.
1912         * ede.el (ede-make-project-local-variable)
1913         (ede-set-project-variables, ede-set): Use dolist.
1915 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * mode-local.el (make-obsolete-overload): Add `when' argument.
1918         (overload-docstring-extension): Use that info.
1919         * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1920         * semantic/idle.el (semantic-eldoc-current-symbol-info):
1921         * semantic/tag-ls.el (semantic-nonterminal-protection)
1922         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1923         (semantic-nonterminal-full-name): Add the new `when' info.
1924         * semantic/decorate/mode.el (semantic/decorate): Require CL for
1925         `assert'.
1927 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1929         * semantic/fw.el (semantic-alias-obsolete)
1930         (semantic-varalias-obsolete): Make the `when' arg mandatory.
1931         (define-mode-overload-implementation):
1932         * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1933         * semantic/wisent.el (wisent-lex-make-token-table):
1934         * semantic/util.el (semantic-file-token-stream)
1935         (semantic-something-to-stream):
1936         * semantic/tag.el (semantic-tag-make-assoc-list)
1937         (semantic-expand-nonterminal):
1938         * semantic/tag-file.el (semantic-find-nonterminal)
1939         (semantic-find-dependency, semantic-find-nonterminal)
1940         (semantic-find-dependency):
1941         * semantic/lex.el (semantic-flex-start, semantic-flex-end)
1942         (semantic-flex-text, semantic-flex-make-keyword-table)
1943         (semantic-flex-keyword-p, semantic-flex-keyword-put)
1944         (semantic-flex-keyword-get, semantic-flex-map-keywords)
1945         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1946         * semantic/java.el (semantic-java-prototype-nonterminal):
1947         * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1948         (semantic-after-idle-scheduler-reparse-hooks):
1949         * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1950         * semantic/db-mode.el (semanticdb-mode-hooks):
1951         * semantic.el (semantic-toplevel-bovine-table)
1952         (semantic-toplevel-bovine-cache)
1953         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1954         (semantic-init-mode-hooks, semantic-init-db-hooks)
1955         (semantic-bovination-working-type): Provide the `when' arg.
1957 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1959         * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1960         * semantic/tag.el (semantic-token-type-parent): Add WHEN
1961         argument to make-obsolete.
1963         * semantic/fw.el (semantic-alias-obsolete)
1964         (semantic-varalias-obsolete): Add optional WHEN argument.
1966 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1968         * semantic/bovine/c.el (semantic-c-debug-mode-init)
1969         (semantic-c-debug-mode-init-pch): New functions.
1970         (semantic-c-debug-mode-init-last-mode): New var.
1971         (semantic-c-parse-lexical-token): Use them.
1973         * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1974         When extracting the argument list, limit only by point-max.
1976 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1978         * srecode/srt.el:
1979         * srecode/compile.el:
1980         * semantic/mru-bookmark.el:
1981         * semantic/debug.el:
1982         * semantic/complete.el:
1983         * semantic/analyze.el: Require CL when compiling.
1985 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1987         * semantic/scope.el
1988         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1989         tmpscope so that the regular scope will continue to work.
1991         * semantic/idle.el (semantic-idle-tag-highlight):
1992         Use semantic-idle-summary-highlight-face as the highlighting.
1994         * ede/project-am.el (project-run-target): New method.
1995         (project-run-target): New method.
1997         * ede.el (ede-target): Add run target menu item.
1998         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1999         (ede-run-target): New function.
2000         (ede-target::project-run-target): New method.
2002         * ede/proj.el (project-run-target): New method.
2004         * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2005         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
2006         Add :rules.
2007         (ede-proj-target-makefile-shared-object): Only libtool compilers
2008         now available.  Add linkers for libtool.
2009         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2010         (ede-proj-makefile-target-name): Always use .la extension.
2012         * ede/proj-prog.el (project-run-target): New method.
2014         * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2015         (ede-g++-linker): Change Change link lines.
2017         * ede/pmake.el (ede-pmake-insert-variable-shared):
2018         When searching for old variables, go to the end of the buffer and
2019         search backward from there.
2020         (ede-proj-makefile-automake-insert-subdirs)
2021         (ede-proj-makefile-automake-insert-extradist): New methods.
2022         (ede-proj-makefile-create): Use them.
2024         * ede/pconf.el (ede-proj-configure-test-required-file):
2025         Force FILE to expand to the current target.  Use file-exists-p to
2026         check that it exists.
2028         * ede/linux.el (ede-linux-version): Don't call "head".
2029         (ede-linux-load): Wrap dir in file-name-as-directory.
2030         Set :version slot.
2032         * ede/files.el (ede-get-locator-object): When enabling
2033         locate, do so on "top".
2035         * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2036         file-name-as-directory during compare.
2037         (ede-emacs-version): Return Emacs/XEmacs differentiator.
2038         Get version number from different places.  Don't call egrep.
2039         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
2040         to set the directory.
2042         * ede/shell.el: New file.
2044         * inversion.el (inversion-decoders): Allow for stray . in
2045         alpha/beta variants.
2047 2009-10-17  Glenn Morris  <rgm@gnu.org>
2049         * semantic/grammar.el (semantic-grammar--lex-delim-spec):
2050         All errors should have messages.
2052 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
2054         * ede/proj-shared.el (ede-proj-makefile-target-name):
2055         Use .la for Automake.
2057 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
2059         * ede/pconf.el (ede-proj-configure-synchronize):
2060         Use "autoreconf -i".  Suggested by Andreas Schwab.
2062 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2064         * ede/proj.el (project-make-dist, project-compile-project):
2065         Fix filename test.
2066         (ede-proj-dist-makefile): Use expand-file-name instead of concat
2067         to expand file names.
2069 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2071         * ede/proj-obj.el (ede-gcc-linker): New var.
2072         (ede-proj-target-makefile-objectcode): Use it.
2074         * ede/source.el (ede-want-any-source-files-p)
2075         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2076         Return search result.  This error was introduced while merging.
2078 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2080         * semantic.el (semantic-new-buffer-setup-functions): New option.
2081         (semantic-new-buffer-fcn): Call parser setup functions here.
2082         (semantic-mode): Don't call parser setup functions here, it's done
2083         in semantic-new-buffer-fcn now.
2084         (semantic-mode): Parse all existing buffers when enabled.
2086         * srecode/compile.el (srecode-compile-file):
2087         Call semantic-new-buffer-fcn if the buffer has not been parsed.
2089 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2091         * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2093         * ede/proj-comp.el: Don't require ede/pmake at toplevel.
2094         (proj-comp-insert-variable-once): New macro, renamed from
2095         ede-pmake-insert-variable-once in ede/pmake.edl.
2096         (ede-proj-makefile-insert-variables): Use it.
2098 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2100         * ede/makefile-edit.el (makefile-beginning-of-command)
2101         (makefile-end-of-command):
2102         * srecode/srt-mode.el (semantic-beginning-of-context)
2103         (semantic-end-of-context): Fix previous change.  Doc fixes.
2105 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2107         * ede/makefile-edit.el (makefile-beginning-of-command)
2108         (makefile-end-of-command):
2109         * semantic/lex.el (semantic-lex-token):
2110         * semantic/analyze/fcn.el
2111         (semantic-analyze-dereference-metatype-1):
2112         * semantic/bovine/c.el (semantic-lex-cpp-define)
2113         (semantic-lex-cpp-undef):
2114         * semantic/wisent/wisent.el (wisent-skip-block):
2115         * srecode/srt-mode.el (semantic-beginning-of-context)
2116         (semantic-end-of-context): Fix typos in docstrings.
2118 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2120         * ede.el (ede-project-placeholder-cache-file):
2121         * semantic/db-file.el (semanticdb-default-save-directory):
2122         * srecode/map.el (srecode-map-save-file):
2123         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
2125 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
2127         * srecode/insert.el: Require srecode/args.
2129         * srecode/args.el: Require srecode/dictionary instead of
2130         srecode/insert.
2132         * srecode/srt-mode.el (srecode-template-mode): Doc fix.
2134         * files.el (auto-mode-alist): Add .srt and Project.ede.
2136         * semantic.el (semantic-mode):
2137         Handle srecode-template-mode-hook as well.
2138         (semantic-mode): Use js-mode-hook for Javascript hook.
2140         * srecode/template.el: Remove hook variable.
2142         * ede/proj-comp.el: Require ede/pmake when compiling.
2144         * ede.el (ede-target-forms-menu): Don't enable if no
2145         projects exist.
2146         (ede-project-placeholder-cache-file): Default to a file in
2147         user-emacs-directory.
2149         * srecode/map.el (srecode-map-base-template-dir): Look for
2150         templates in data-directory.
2151         (srecode-map-save-file): Default to a file in user-emacs-directory.
2153         * ede/srecode.el (ede-srecode-setup): Use default templates
2154         directory.
2156 2009-09-30  Eric Ludlam  <zappo@gnu.org>
2158         * semantic/util-modes.el (semantic-highlight-func-mode):
2159         Doc fix.
2161         * ede/proj-comp.el (ede-proj-makefile-insert-variables):
2162         Only insert each variable once.
2164         * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2165         (ede-pmake-insert-variable-shared): Use it.
2167         * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2168         for lexical table iff table is nil.
2170 2009-10-01  Glenn Morris  <rgm@gnu.org>
2172         * semantic/bovine/gcc.el
2173         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
2174         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2176 2009-10-03  Glenn Morris  <rgm@gnu.org>
2178         * semantic/db-find.el (data-debug-insert-tag-list): Comment out
2179         declaration, currently false.
2181 2009-10-01  Glenn Morris  <rgm@gnu.org>
2183         * cedet-files.el (cedet-directory-name-to-file-name):
2184         * cedet-idutils.el (cedet-idutils-search)
2185         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2186         (cedet-idutils-version-check):
2187         * cedet.el (cedet-version):
2188         * data-debug.el (data-debug-insert-overlay-button)
2189         (data-debug-insert-overlay-list-button)
2190         (data-debug-insert-buffer-button)
2191         (data-debug-insert-buffer-list-button)
2192         (data-debug-insert-process-button, data-debug-insert-ring-button)
2193         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2194         (data-debug-insert-stuff-vector-button)
2195         (data-debug-insert-symbol-button, data-debug-insert-string)
2196         (data-debug-insert-number, data-debug-insert-lambda-expression)
2197         (data-debug-insert-nil, data-debug-insert-simple-thing)
2198         (data-debug-insert-custom, data-debug-edebug-expr):
2199         * ede.el (ede-auto-add-method, ede-project-class-files)
2200         (global-ede-mode-map, ede-new, ede-debug-target)
2201         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2202         * semantic.el (semantic-minimum-working-buffer-size)
2203         (semantic-fetch-tags, semantic-submode-list)
2204         (semantic-default-submodes):
2205         * ede/source.el (ede-source-match):
2206         * ede/project-am.el (project-am-type-alist, project-add-file)
2207         (project-am-package-info):
2208         * ede/proj.el (ede-proj-target, project-new-target):
2209         * ede/proj-elisp.el (ede-proj-tweak-autoconf):
2210         * ede/proj-comp.el (ede-current-build-list):
2211         * ede/makefile-edit.el (makefile-move-to-macro):
2212         * ede/files.el (ede-toplevel-project-or-nil):
2213         * ede/cpp-root.el (initialize-instance):
2214         * ede/autoconf-edit.el (autoconf-find-last-macro)
2215         (autoconf-parameter-strip, autoconf-insert-new-macro):
2216         * semantic/wisent.el (wisent-lex-eoi):
2217         * semantic/util-modes.el (global-semantic-show-parser-state-mode)
2218         (semantic-show-parser-state-mode):
2219         * semantic/texi.el (semantic-texi-environment-regexp):
2220         * semantic/tag.el (semantic-tag-new-variable)
2221         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2222         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2223         (semantic--tag-deep-copy-tag-list)
2224         (semantic-tag-components-with-overlays-default):
2225         * semantic/symref.el (semantic-symref-find-text):
2226         * semantic/senator.el (senator-yank-tag)
2227         (senator-transpose-tags-up):
2228         * semantic/scope.el (semantic-analyze-scoped-tags-default)
2229         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2230         * semantic/sb.el (semantic-sb-autoexpand-length):
2231         * semantic/lex.el (semantic-lex-comment-regex)
2232         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2233         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2234         * semantic/lex-spp.el
2235         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2236         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2237         * semantic/idle.el
2238         (semantic-idle-summary-current-symbol-info-brutish)
2239         (semantic-idle-summary-current-symbol-info-default):
2240         * semantic/grammar.el (semantic-grammar-recreate-package)
2241         (semantic--grammar-macro-compl-dict):
2242         * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2243         * semantic/format.el (semantic-format-tag-custom-list)
2244         (semantic-format-tag-canonical-name-default):
2245         * semantic/find.el (semantic-find-tag-by-overlay-in-region)
2246         (semantic-find-tags-for-completion)
2247         (semantic-find-tags-by-scope-protection-default)
2248         (semantic-deep-find-tags-for-completion):
2249         * semantic/edit.el
2250         (semantic-edits-incremental-reparse-failed-hook)
2251         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2252         (semantic-edits-splice-remove, semantic-edits-splice-replace):
2253         * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2254         * semantic/dep.el (semantic-dependency-include-path):
2255         * semantic/db.el (semanticdb-default-find-index-class)
2256         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2257         (semanticdb-project-roots):
2258         * semantic/db-find.el (semanticdb-implied-include-tags)
2259         (semanticdb-find-adebug-insert-scanned-tag-cons)
2260         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
2261         (semanticdb-brute-deep-find-tags-for-completion):
2262         * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
2263         * semantic/ctxt.el (semantic-beginning-of-context-default)
2264         (semantic-end-of-context-default)
2265         (semantic-ctxt-current-function-default)
2266         (semantic-ctxt-scoped-types-default):
2267         * semantic/complete.el (semantic-complete-read-tag-engine)
2268         (semantic-complete-inline-tag-engine)
2269         (semantic-complete-inline-custom-type)
2270         (semantic-complete-read-tag-analyzer):
2271         * semantic/chart.el (semantic-chart-tags-by-class)
2272         (semantic-chart-database-size):
2273         * semantic/analyze.el (semantic-analyze-current-symbol)
2274         (semantic-analyze-current-context):
2275         * semantic/symref/list.el (semantic-symref)
2276         (semantic-symref-hide-buffer, semantic-symref-symbol):
2277         * semantic/symref/grep.el (semantic-symref-grep-use-template):
2278         * semantic/symref/filter.el (semantic-symref-hits-in-region):
2279         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
2280         * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
2281         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
2282         (semantic-c-dereference-template):
2283         * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
2284         (semantic--analyze-refs-full-lookup-with-parents)
2285         (semantic--analyze-refs-full-lookup-simple):
2286         * semantic/analyze/complete.el
2287         (semantic-analyze-possible-completions):
2288         * srecode/table.el (srecode-mode-table-new):
2289         * srecode/srt.el (srecode-read-variable-name):
2290         * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
2291         * srecode/semantic.el (srecode-semantic-handle-:tag)
2292         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
2293         * srecode/map.el (srecode-current-map):
2294         * srecode/insert.el (srecode-insert)
2295         (srecode-insert-variable-secondname-handler, srecode-insert-method)
2296         (srecode-template-inserter-point-override)
2297         (srecode-insert-include-lookup):
2298         * srecode/getset.el (srecode-auto-choose-class):
2299         * srecode/extract.el (srecode-inserter-extract):
2300         * srecode/document.el
2301         (srecode-document-autocomment-return-last-alist)
2302         (srecode-document-autocomment-param-type-alist)
2303         (srecode-document-insert-function-comment)
2304         (srecode-document-insert-variable-one-line-comment)
2305         (srecode-document-function-name-comment):
2306         * srecode/dictionary.el (srecode-create-dictionary)
2307         (srecode-compound-toString):
2308         * srecode/compile.el (srecode-flush-active-templates):
2309         * srecode/args.el (srecode-semantic-handle-:blank):
2310         Doc/message fixes.
2312 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2314         * semantic/wisent/javat-wy.el
2315         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
2317 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
2319         * srecode/expandproto.el: Fix provide statement.
2321 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
2323         * ede/srecode.el: Fix provide statement.
2325 2009-09-30  Glenn Morris  <rgm@gnu.org>
2327         * ede/proj.el (ede-proj-target-makefile-miscelaneous):
2328         * ede/proj-aux.el (ede-aux-source):
2329         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
2330         (ede-misc-source):
2331         * semantic/mru-bookmark.el (semantic-mrub-completing-read)
2332         (semantic-mrub-switch-tags): Fix doc typos.
2334         * semantic/db-global.el (data-debug-new-buffer)
2335         (data-debug-insert-thing): Remove unneeded declarations (one broken).
2336         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
2338         * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
2340         * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
2341         use of CL function `remove-if-not'.
2343 2009-09-29  Glenn Morris  <rgm@gnu.org>
2345         * semantic/symref/idutils.el:
2346         * semantic/symref/list.el: Relicense under GPLv3+.
2348         * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
2350         * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
2351         * semantic/tag-file.el (semanticdb-table-child-p):
2352         * srecode/compile.el (srecode-template-inserter-newline-child-p):
2353         Mark declarations not understood by check-declare.
2355 2009-09-28  Eric Ludlam  <zappo@gnu.org>
2357         CEDET (development tools) package merged.
2359         * *.el:
2360         * ede/*.el:
2361         * semantic/*.el:
2362         * srecode/*.el: New files.
2364 2009-09-28  Eric Ludlam  <zappo@gnu.org>
2366         * cedet-cscope.el:
2367         * cedet-files.el:
2368         * cedet-global.el:
2369         * cedet-idutils.el:
2370         * data-debug.el:
2371         * inversion.el:
2372         * mode-local.el:
2373         * pulse.el: New files.
2375 ;; Local Variables:
2376 ;; coding: utf-8
2377 ;; End:
2379         Copyright (C) 2009-2012  Free Software Foundation, Inc.
2381   This file is part of GNU Emacs.
2383   GNU Emacs is free software: you can redistribute it and/or modify
2384   it under the terms of the GNU General Public License as published by
2385   the Free Software Foundation, either version 3 of the License, or
2386   (at your option) any later version.
2388   GNU Emacs is distributed in the hope that it will be useful,
2389   but WITHOUT ANY WARRANTY; without even the implied warranty of
2390   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2391   GNU General Public License for more details.
2393   You should have received a copy of the GNU General Public License
2394   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.