Try to let it compile on other platforms
[emacs.git] / lisp / cedet / ChangeLog
blob925bde8a193bd2e45b545417244b850703bf601b
1 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
3         * ede/base.el (ede-with-projectfile): Use backquote forms.
5 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
7         inaccessable -> inaccessible spelling fix (Bug#10052)
8         * semantic/wisent/comp.el (wisent-inaccessible-symbols):
9         Rename from wisent-inaccessable-symbols, fixing a misspelling.
10         Caller changed.
12 2012-07-09  Andreas Schwab  <schwab@linux-m68k.org>
14         * ede/project-am.el: Fix typo.
16 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
18         Rename configure.in to configure.ac (Bug#11603).
19         * ede/autoconf-edit.el (autoconf-find-query-for-program)
20         (autoconf-new-program):
21         * ede/emacs.el (ede-emacs-version):
22         * ede/proj.el (ede-proj-setup-buildenvironment):
23         * ede/project-am.el (project-am-autoconf-file-options):
24         Prefer configure.ac to configure.in.
26 2012-03-12  David Engster  <deng@randomsample.de>
28         * semantic/db-find.el
29         (semanticdb-find-translate-path-brutish-default): If we don't yet
30         have a proper table for PATH, use `semanticdb-current-database'
31         instead (bug #10343).
33 2012-03-11  David Engster  <deng@randomsample.de>
35         * semantic/wisent/javascript.el (js-mode): Define `js-mode' as
36         child-mode of `javascript-mode' (bug #8445).
38 2012-02-28  Glenn Morris  <rgm@gnu.org>
40         * semantic/db.el (semanticdb-search-results-table):
41         Doc fix (standardize possessive apostrophe usage).
43 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
45         * ede/auto.el (ede-directory-safe-p, ede-add-project-to-global-list):
46         Add declarations.
48 2012-01-29  David Engster  <deng@randomsample.de>
50         Fix require error when using srecode-insert (Bug#9967).
51         * srecode/insert.el: Require srecode/filters.
52         * srecode/filters.el: Drop two requires.
54 2012-01-09  Eric Ludlam  <zappo@gnu.org>
56         * ede.el (ede-project-directories): New option.
57         (ede-directory-safe-p): Check it.
58         (ede-initialize-state-current-buffer, ede, ede-new)
59         (ede-check-project-directory, ede-rescan-toplevel)
60         (ede-load-project-file, ede-parent-project, ede-current-project):
61         (ede-target-parent): Avoid loading in a project unless it is safe,
62         since it may involve malicious code.  This security flaw was
63         pointed out by Hiroshi Oota.
65         * ede/auto.el (ede-project-autoload): Add safe-p slot.
66         (ede-project-class-files): Projects using Project.ede are unsafe.
67         (ede-auto-load-project): New method.
69         * ede/simple.el (ede-project-class-files): Mark as unsafe.
71 2011-12-19  Sam Steingold  <sds@gnu.org>
73         * semantic/edit.el (semantic-edits-incremental-parser): Add the
74         autoload cookie, necessary for JDEE.
76 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
78         * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo.
80 2011-11-26  Chong Yidong  <cyd@gnu.org>
82         * semantic/wisent/python-wy.el:
83         * semantic/wisent/js-wy.el:
84         * semantic/wisent/javat-wy.el:
85         * semantic/bovine/c-by.el:
86         * semantic/grammar-wy.el: Regenerate.
88 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
90         * semantic/lex-spp.el (semantic-lex-spp-first-token-arg-list): Fix typo.
92 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
94         * cedet-cscope.el (cedet-cscope-version-check):
95         * cedet-global.el (cedet-global-min-version)
96         (cedet-gnu-global-version-check):
97         * cedet.el (cedet-version):
98         * data-debug.el (data-debug-prev, data-debug-contract-current-line):
99         * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target)
100         (ede-new, ede-invoke-method, project-edit-file-target, project-rescan)
101         (ede-add-project-to-global-list, ede-map-all-subprojects):
102         * inversion.el (inversion-check-version):
103         * mode-local.el (mode-local-map-file-buffers, define-child-mode)
104         (define-overloadable-function):
105         * pulse.el (pulse-flag, pulse):
106         * semantic.el (semantic-elapsed-time, semantic-parse-region)
107         (navigate-menu):
108         * ede/proj-comp.el (ede-compilation-program):
109         * semantic/debug.el (semantic-debug-parser-go)
110         (semantic-debug-parser-fail, semantic-debug-parser-quit)
111         (semantic-debug-parser-abort):
112         * semantic/idle.el (semantic-idle-core-handler):
113         * semantic/bovine/debug.el (semantic-bovine-debug-error-frame):
114         Fix typos.
116 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
118         * semantic/lex.el (semantic-lex-tokens):
119         * semantic/tag-ls.el (semantic-tag-protected-p):
120         * srecode/mode.el (srecode-prefix-map): Fix typos.
122 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
124         * ede/project-am.el (project-compile-target-command): Fix typo.
126 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
128         * ede/auto.el (ede-project-autoload):
129         * ede/proj-comp.el (ede-makefile-rule):
130         * semantic/analyze.el (semantic-analyze-current-context):
131         * semantic/ctxt.el (semantic-get-local-variables):
132         * semantic/tag-ls.el (semantic-tag-calculate-parent): Fix typos.
134 2011-11-03  David Engster  <dengste@eml.cc>
136         * srecode.el:
137         * srecode/texi.el:
138         * srecode/template.el:
139         * srecode/java.el:
140         * srecode/insert.el:
141         * srecode/document.el:
142         * srecode/dictionary.el:
143         * srecode/compile.el:
144         * semantic/wisent/java-tags.el:
145         * semantic/texi.el:
146         * semantic/sort.el:
147         * semantic/lex-spp.el:
148         * semantic/idle.el:
149         * semantic/html.el:
150         * semantic/db-typecache.el:
151         * semantic/analyze/complete.el:
152         * ede/generic.el:
153         * ede/custom.el:
154         * ede/cpp-root.el:
155         * ede/base.el: Fix filenames in comments and headers.
157         * semantic/db-find.el:
158         * srecode/insert.el (srecode-insert-include-lookup):
159         * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
160         comments and docstrings.
162         * semantic/ctxt.el (semantic-end-of-context-default):
163         * semantic/find.el (semantic-find-tags-by-scope-protection):
164         * semantic/java.el (semantic-documentation-for-tag): Fix typos in
165         docstrings.
167         * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
168         (semanticdb-abstract-db-cache):
169         * semantic/decorate/include.el
170         (semantic-decoration-unknown-include-describe): Fix filenames in
171         docstring.
173         * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
174         (semantic-ede-grammar-compiler-bovine): Fix requires that are
175         added to the grammar-make-script.
177 2011-10-23  Chong Yidong  <cyd@gnu.org>
179         * ede.el (ede-maybe-checkout): Function deleted;
180         vc-toggle-read-only does not do version control now.
182         * ede/util.el (ede-make-buffer-writable): Don't use
183         vc-toggle-read-only.
185         * ede/project-am.el (project-remove-file, project-add-file)
186         (project-new-target): Don't call ede-maybe-checkout.
188 2011-10-19  Chong Yidong  <cyd@gnu.org>
190         * ede.el (ede-minor-mode,global-ede-mode):
191         * semantic.el (semantic-mode): Doc fix to reflect new
192         define-minor-mode calling behavior.
194 2011-07-30  Chong Yidong  <cyd@stupidchicken.com>
196         * semantic/grammar.el (semantic-grammar-insert-defanalyzers):
197         Fix require.
199 2011-07-04  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
201         * semantic/db.el (semanticdb-file-table-object): Don't bug out on
202         unconfigured projects if `global-ede-mode' is on (bug#8092).
204 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
206         * semantic.el (semantic-elapsed-time): Rewrite using
207         time-subtract and float-time.
209 2011-05-11  Glenn Morris  <rgm@gnu.org>
211         * semantic/wisent/javascript.el (semantic-get-local-variables):
212         Use define-mode-local-override rather than its obsolete alias.
214 2011-05-10  Jim Meyering  <meyering@redhat.com>
216         Fix doubled-word typos.
217         * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the
218         * semantic/complete.el (semantic-complete-read-tag-local-members):
219         Likewise.
220         * ede.el (ede-auto-add-method): then then -> then
222 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
224         * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
225         * ede/proj-comp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
226         * ede/proj-elisp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf)
227         (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
228         * ede/proj-scheme.el (ede-proj-tweak-autoconf): Fix typos in docstrings.
230 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
232         * Version 23.3 released.
234 2011-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * semantic/wisent/comp.el (wisent-byte-compile-grammar):
237         Macroexpand before passing to byte-compile-form.
239 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
241         * srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode.
242         * semantic/symref/list.el (semantic-symref-results-mode):
243         Use run-mode-hooks.
245 2010-11-12  Glenn Morris  <rgm@gnu.org>
247         * semantic/wisent/comp.el: Remove unnecessary eval-when-compiles.
249 2010-11-10  Glenn Morris  <rgm@gnu.org>
251         * semantic/bovine/c.el: Test system-type with memq.
253 2010-11-09  Glenn Morris  <rgm@gnu.org>
255         * semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
256         * semantic/grammar.el (semantic-grammar-epilogue):
257         * ede/speedbar.el (ede-find-nearest-file-line):
258         * ede/pmake.el (ede-proj-makefile-insert-dist-rules):
259         * ede/autoconf-edit.el (autoconf-delete-parameter):
260         Use point-at-bol and point-at-eol.
262 2010-11-07  Glenn Morris  <rgm@gnu.org>
264         * ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol.
266 2010-11-01  Glenn Morris  <rgm@gnu.org>
268         * semantic/bovine/c.el (semantic-analyze-split-name): Move before use.
270         * semantic/symref/cscope.el (ede-toplevel):
271         * semantic/symref.el (ede-toplevel):
272         * semantic/tag-file.el (ede-toplevel):
273         * ede.el (ede-toplevel): Fix declarations.
275 2010-10-31  Glenn Morris  <rgm@gnu.org>
277         * ede/proj-elisp.el (project-compile-target): Fix previous change.
278         * semantic/ede-grammar.el (project-compile-target): Fix previous change.
280 2010-10-31  Julien Danjou  <julien@danjou.info>
282         * ede/proj-elisp.el (project-compile-target):
283         * semantic/ede-grammar.el (project-compile-target):
284         Use `byte-recompile-file'.
286 2010-10-31  Glenn Morris  <rgm@gnu.org>
288         * mode-local.el (mode-local-augment-function-help):
289         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons):
290         * semantic/symref/list.el (semantic-symref-results-dump)
291         (semantic-symref-rb-toggle-expand-tag): Replace inappropriate uses
292         of toggle-read-only.
294 2010-09-30  Chong Yidong  <cyd@stupidchicken.com>
296         * semantic/bovine/el.el:
297         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
298         Fix require statements.
300 2010-09-29  Chong Yidong  <cyd@stupidchicken.com>
302         * semantic/tag.el (semantic-tag-version): Bump to 2.0.
304         * semantic/db-typecache.el (semanticdb-typecache-find-default):
305         * semantic/imenu.el (semantic-create-imenu-index):
306         * semantic/grammar.el (semantic--grammar-macro-function-tag):
307         * semantic/fw.el (semanticdb-without-unloaded-file-searches):
308         Fix require.  Suggested by David Engster.
310         * semantic/bovine/c-by.el: Regenerate.
312 2010-09-29  Eric Ludlam  <zappo@gnu.org>
314         * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
315         (semantic-lex-spp-enable-debug-symbol): New command
316         (semantic-lex-spp-value-valid-p)
317         (semantic-lex-spp-validate-value): New functions
318         (semantic-lex-spp-symbol-set)
319         (semantic-lex-spp-symbol-push): Add call to validate value.
320         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
321         invalid values during save, just save a nil.
323 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
325         * ede/linux.el (ede-project-class-files):
326         * ede/generic.el (ede-generic-new-autoloader):
327         * ede/emacs.el (ede-project-class-files):
328         * ede/simple.el (ede-project-class-files):
329         * ede/cpp-root.el (ede-project-class-files): Fix require name.
331 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
333         * semantic/lex.el (semantic-ignore-comments): Doc fix.
335         * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
336         Fix typo in error message.
337         (semantic-symref-list-map-open-hits): Fix typo in docstring.
339 2010-09-21  Eric Ludlam  <zappo@gnu.org>
341         Synch SRecode to CEDET 1.0.
343         * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
344         'never, disable all pulsing.
346         * cedet.el (cedet-version):
347         * srecode.el (srecode-version): Bump version to 1.0.
349         * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
350         (semantic-insert-foreign-tag): Use it.
352         * srecode/mode.el (srecode-bind-insert):
353         Call srecode-load-tables-for-mode.
354         (srecode-minor-mode-templates-menu): Do not list templates that
355         are not in the current project.
356         (srecode-menu-bar): Add binding for srecode-macro-help.
358         * srecode/table.el (srecode-template-table): Add :project slot.
359         (srecode-dump): Dump it.
361         * srecode/map.el (srecode-map-update-map): Make map loading more
362         robust.
364         * srecode/insert.el (srecode-insert-fcn): Merge template
365         dictionary before resolving arguments.
366         (srecode-insert-method-helper): Add error checking to make sure
367         that we only have dictionaries.
368         (srecode-insert-method): Check template nesting depth when using
369         point inserter override.
370         (srecode-insert-method): Install override with depth limit.
372         * srecode/getset.el (srecode-insert-getset): Force tag table
373         update.  Don't query the class if it is empty.
375         * srecode/find.el (srecode-template-get-table)
376         (srecode-template-get-table-for-binding)
377         (srecode-all-template-hash): Skip if not in current project.
378         (srecode-template-table-in-project-p): New method.
380         * srecode/fields.el (srecode-fields-exit-confirmation): New option.
381         (srecode-field-exit-ask): Use it.
383         * srecode/dictionary.el (srecode-dictionary-add-template-table):
384         Do not add variables in tables not for the current project.
385         (srecode-compound-toString): Handle cases where the default value
386         is another compound value.
387         (srecode-dictionary-lookup-name): New optional argument
388         NON-RECURSIVE, which inhibits visiting dictionary parents.
389         (srecode-dictionary-add-section-dictionary)
390         (srecode-dictionary-merge): New optional argument FORCE adds
391         values even if an identically named entry exists.
392         (srecode-dictionary-add-entries): New method.
393         (srecode-create-dictionaries-from-tags): New function.
395         * srecode/cpp.el (srecode-cpp): New defgroup.
396         (srecode-cpp-namespaces): New option.
397         (srecode-semantic-handle-:using-namespaces)
398         (srecode-cpp-apply-templates): New functions.
399         (srecode-semantic-apply-tag-to-dict): Handle template parameters
400         by calling `srecode-cpp-apply-templates'.
402         * srecode/compile.el (srecode-compile-templates): Fix directory
403         compare of built-in templates.  Give built-ins lower piority.
404         Support special variable "project".
405         (srecode-compile-template-table): Set :project slot of new tables.
406         (srecode-compile-one-template-tag):
407         Use srecode-create-dictionaries-from-tags.
409 2010-09-21  Eric Ludlam  <zappo@gnu.org>
411         Synch EDE to CEDET 1.0.
413         * cedet-idutils.el (cedet-idutils-make-command): New option.
414         (cedet-idutils-mkid-call):
415         (cedet-idutils-create/update-database): New functions.
417         * cedet-cscope.el (cedet-cscope-create):
418         (cedet-cscope-create/update-database): New functions.
419         (cedet-cscope-support-for-directory): Make interactive.
421         * cedet-global.el (cedet-global-gtags-command): New option.
422         (cedet-gnu-global-gtags-call)
423         (cedet-gnu-global-create/update-database): New functions.
425         * ede.el (ede-save-cache): Fix recentf-exclude expression.
426         (ede-make-dist): Always use toplevel project.
427         (ede-buffer-object): If we fail to find an object in the current
428         project, loop upward looking for a match.  If no target is found,
429         use most local project.
430         (ede-buffer-belongs-to-target-p)
431         (ede-buffer-belongs-to-project-p): New functions.
432         (ede-initialize-state-current-buffer): New function.
433         (ede-target-forms-menu, ede-project-buffers): Use them.
434         (ede-minor-mode, ede-reset-all-buffers): Use it.
435         (project-interactive-select-target, project-add-file): Don't use
436         ede-project-force-load.
437         (ede-buffer-object): New arg PROJSYM.
438         (ede-minor-mode): Remove ede-directory-project-p test.
439         (ede-initialize-state-current-buffer): Don't test for
440         ede-directory-project-p if there is a matching open project.
441         (ede-customize-forms-menu): Prevent error if there is no project.
442         (ede-load-project-file): Set ede-constructing to the thing being
443         constructed, instead of t.
444         (ede-project-force-load): Deleted.
446         * ede/base.el:
447         * ede/auto.el:
448         * ede/custom.el: New files.
450         * ede/autoconf-edit.el (autoconf-find-last-macro)
451         (autoconf-parameters-for-macro): Parse multiline parameters of
452         macros.  Optionally ignore case and at bol for macro.
453         (autoconf-parameter-strip): Use greedy match for newlines.
454         (autoconf-new-automake-string): Deleted.
455         (autoconf-new-program): Use SRecode to fill an empty file.
457         * ede/cpp-root.el (ede-create-lots-of-projects-under-dir):
458         New function.
460         * ede/files.el (ede-flush-project-hash): New command.
461         (ede-convert-path): Add optional PROJECT arg.
462         (ede-directory-project-p): Obey ".ede-ignore".
463         (ede-expand-filename-local)
464         (ede-expand-filename-impl-via-subproj): New methods.
465         (ede-expand-filename-impl): Use them.
466         (ede-project-root, ede-project-root-directory): Move to
467         ede/auto.el.
469         * ede/locate.el (ede-locate-flush-hash):
470         (ede-locate-create/update-root-database): New methods.
471         (initialize-instance): Use ede-locate-flush-hash.
473         * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
474         the top project and not a metasubproject, set TOP to CURDIR.
475         (ede-proj-makefile-insert-variables): Output a target's object
476         list whether or not the vars are already in the Makefile.
477         (ede-pmake-insert-variable-once): New macro.
479         * ede/project-am.el (project-am-with-makefile-current):
480         Add recentf-exclude.
481         (project-am-load-makefile): Obey an optional suggested name.
482         (project-am-expand-subdirlist): New function.
483         (project-am-makefile::project-rescan): Use it.  Combine SUBDIRS
484         and DIST_SUBDIRS.
485         (project-am-meta-type-alist): A list to scan better Makefile.am
486         (project-am-scan-for-targets): Scan also over
487         project-am-meta-type-alist.
488         (ede-system-include-path): Simple implementation.
489         (ede-find-target): Deleted.  EDE core takes care of this.
490         (ede-buffer-mine): Create the searched filename as relative.
491         (project-am-load): Simplify, using autoconf-edit.
492         (project-am-extract-package-info): Fix separators.
494         * ede/proj.el (project-run-target): New method.
495         (project-make-dist, project-compile-project):
496         Use ede-proj-automake-p to determine which kind of compile to use.
497         (project-rescan): Call ede-load-project-file.
498         (ede-buffer-mine): Add more file names that belong to the project.
499         (ede-proj-compilers): Improve error message.
501         * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
502         (ede-source-c++): Add more C++ extensions.
503         (ede-proj-target-makefile-objectcode): Quote initforms.
504         Support lex and yacc.
506         * ede/proj-prog.el (ede-proj-makefile-insert-rules): Removed.
507         (ede-proj-makefile-insert-variables): New, add LDDEPS.
508         (ede-proj-makefile-insert-automake-post-variables): Add LDADD
509         variable.  Use ldlibs-local slot.  Add a -l to ldlibs strings.
510         (ede-proj-target-makefile-program): Swap order of two slots so
511         they show up in the same order as in the command line.
512         (ede-proj-target-makefile-program): Add ldlibs-local slot.
514         * ede/proj-shared.el (ede-g++-libtool-shared-compiler):
515         Fix inference rule to use cpp files.
516         (ede-proj-target-makefile-shared-object): Quote initforms.
518         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
519         * ede/proj-info.el (ede-proj-target-makefile-info):
520         * ede/proj-aux.el (ede-proj-target-aux):
521         * ede/proj-archive.el (ede-proj-target-makefile-archive):
522         * ede/proj-elisp.el (ede-proj-target-elisp)
523         (ede-proj-target-elisp-autoloads): Quote initforms.
525         * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
527         * ede/shell.el (ede-shell-buffer): Fix buffer name.
529         * ede/pconf.el (ede-proj-configure-synchronize): If user events
530         occur while waiting for the compile process to finish, pull them
531         in and discard those events.
533 2010-09-19  Eric Ludlam  <zappo@gnu.org>
535         Synch Semantic to CEDET 1.0.
537         * semantic.el (semantic-version): Update to 2.0.
538         (semantic-mode-map): Add "," and "m" bindings.
539         (navigate-menu): Update.
541         * semantic/symref.el (semantic-symref-calculate-rootdir):
542         New function.
543         (semantic-symref-detect-symref-tool): Use it.
545         * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
546         (semantic-symref-perform-search): Use it.  Calculate root dir with
547         semantic-symref-calculate-rootdir.
548         (semantic-symref-derive-find-filepatterns): Improve error message.
550         * semantic/symref/list.el
551         (semantic-symref-results-mode-map): New bindings.
552         (semantic-symref-auto-expand-results): New option.
553         (semantic-symref-results-dump): Obey auto-expand.
554         (semantic-symref-list-expand-all, semantic-symref-regexp)
555         (semantic-symref-list-contract-all)
556         (semantic-symref-list-map-open-hits)
557         (semantic-symref-list-update-open-hits)
558         (semantic-symref-list-create-macro-on-open-hit)
559         (semantic-symref-list-call-macro-on-open-hits): New functions.
560         (semantic-symref-list-menu-entries)
561         (semantic-symref-list-menu): New vars.
562         (semantic-symref-list-map-open-hits): Move cursor to beginning of
563         match before calling the mapped function.
565         * semantic/doc.el
566         (semantic-documentation-comment-preceeding-tag): Do nothing if the
567         mode doesn't provide comment-start-skip.
569         * semantic/scope.el
570         (semantic-analyze-scope-nested-tags-default): Strip duplicates.
571         (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
572         looking for as part of the scoped tags list.
574         * semantic/html.el (semantic-default-html-setup):
575         Add senator-step-at-tag-classes.
577         * semantic/decorate/include.el
578         (semantic-decoration-on-unknown-includes): Change light bgcolor.
579         (semantic-decoration-on-includes-highlight-default): Check that
580         the include tag has a position.
582         * semantic/complete.el (semantic-collector-local-members):
583         (semantic-complete-read-tag-local-members)
584         (semantic-complete-jump-local-members): New class and functions.
585         (semantic-complete-self-insert): Save excursion before completing.
587         * semantic/analyze/complete.el
588         (semantic-analyze-possible-completions-default): If no completions
589         are found, return the raw by-name-only completion list.  Add FLAGS
590         arguments.  Add support for 'no-tc (type constraint) and
591         'no-unique, or no stripping duplicates.
592         (semantic-analyze-possible-completions-default): Add FLAGS arg.
594         * semantic/util-modes.el
595         (semantic-stickyfunc-show-only-functions-p): New option.
596         (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
597         the very first line in a buffer.
599         * semantic/util.el (semantic-hack-search)
600         (semantic-recursive-find-nonterminal-by-name)
601         (semantic-current-tag-interactive): Deleted.
602         (semantic-describe-buffer): Fix expand-nonterminal.
603         Add lex-syntax-mods, type relation separator char, and command
604         separation char.
605         (semantic-sanity-check): Only message if called interactively.
607         * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
608         :filename property and the tag position.
610         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
611         Add recursion limit.
613         * semantic/imenu.el (semantic-imenu-bucketize-type-members):
614         Make this buffer local, not the obsoleted variable.
616         * semantic/idle.el: Add breadcrumbs support.
617         (semantic-idle-summary-current-symbol-info-default)
618         (semantic-idle-tag-highlight)
619         (semantic-idle-completion-list-default):
620         Use semanticdb-without-unloaded-file-searches for speed, and to
621         conform to the controls that specify if the idle timer is supposed
622         to be parsing unparsed includes.
623         (semantic-idle-symbol-highlight-face)
624         (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
625         Callers changed.
626         (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
627         (semantic-idle-work-update-headers-flag): New var.
628         (semantic-idle-work-for-one-buffer): Use it.
629         (semantic-idle-local-symbol-highlight): Rename from
630         semantic-idle-tag-highlight.
631         (semantic-idle-truncate-long-summaries): New option.
633         * semantic/ia.el (semantic-ia-cache)
634         (semantic-ia-get-completions): Deleted.  Callers changed.
635         (semantic-ia-show-variants): New command.
636         (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
637         (semantic-ia-show-summary): If there isn't anything to show, say so.
639         * semantic/grammar.el (semantic-grammar-create-package):
640         Save the buffer even in batch mode.
642         * semantic/fw.el
643         (semanticdb-without-unloaded-file-searches): New macro.
645         * semantic/dep.el (semantic-dependency-find-file-on-path):
646         Fix case dereferencing ede-object when it is a list.
648         * semantic/db-typecache.el (semanticdb-expand-nested-tag)
649         (semanticdb-typecache-faux-namespace): New functions.
650         (semanticdb-typecache-file-tags)
651         (semanticdb-typecache-merge-streams): Use them.
652         (semanticdb-typecache-file-tags): When deriving tags from a file,
653         give the mode a chance to monkey with the tag copy.
654         (semanticdb-typecache-find-default): Wrap find in save-excursion.
655         (semanticdb-typecache-find-by-name-helper): Merge found names down.
657         * semantic/db-global.el
658         (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
659         GNU Global is not available and we don't want to throw an error.
661         * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
662         When trying to normalize the tag to a buffer, don't error if
663         set-buffer method doesn't exist.
665         * semantic/db-file.el (semanticdb-save-db): Simplify msg.
667         * semantic/db.el (semanticdb-refresh-table): If forcing a
668         refresh on a file not in a buffer, use semantic-find-file-noselect
669         and delete the buffer after use.
670         (semanticdb-current-database-list): When calculating root via
671         hooks, force it through true-filename and skip the list of
672         possible roots.
674         * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
676         * semantic/analyze/debug.el
677         (semantic-analyzer-debug-insert-tag): Reset standard output to
678         current buffer.
679         (semantic-analyzer-debug-global-symbol)
680         (semantic-analyzer-debug-missing-innertype): Change "prefix" to
681         "symbol" in messages.
683         * semantic/analyze/refs.el (semantic-analyze-refs-impl)
684         (semantic-analyze-refs-proto): When calculating value, make sure
685         the found tag is 'similar' to the originating tag.
686         (semantic--analyze-refs-find-tags-with-parent): Attempt to
687         identify matches via imported symbols of parents.
688         (semantic--analyze-refs-full-lookup-with-parents): Do a deep
689         search during the brute search.
691         * semantic/analyze.el
692         (semantic-analyze-find-tag-sequence-default): Be robust to
693         calculated scopes being nil.
695         * semantic/bovine/c.el (semantic-c-describe-environment):
696         Add project macro symbol array.
697         (semantic-c-parse-lexical-token): Add recursion limit.
698         (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
699         New overrides.
700         (semantic-expand-c-tag-namelist): Split a full type from a typedef
701         out to its own tag.
702         (semantic-expand-c-tag-namelist): Do not split out a typedef'd
703         inline type if it is an anonymous type.
704         (semantic-c-reconstitute-token): Use the optional initializers as
705         a clue that some function is probably a constructor.
706         When defining the type of these constructors, split the parent name,
707         and use only the class part, if applicable.
709         * semantic/bovine/c-by.el:
710         * semantic/wisent/python-wy.el: Regenerate.
712 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
714         * semantic/db-file.el (object-write): Fix typo in docstring.
716 2010-06-03  Eric Ludlam  <zappo@gnu.org>
718         * semantic/lex-spp.el
719         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
720         invalid values during save, just save a nil (Bug#6324).
722 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
724         * ede/cpp-root.el (ede-set-project-variables): Fix feature name
725         (bug#6231).
727 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
729         Use a mode-line spec rather than a static string in Semantic.
730         * semantic/util-modes.el:
731         (semantic-minor-modes-format): New var to replace...
732         (semantic-minor-modes-status): Remove.
733         (semantic-mode-line-update): Construct a mode-line spec rather than
734         a static string so that mouse buttons can be used on individual minor
735         modes and so that semantic-mode-line-update only needs to be called
736         when global settings are changed.
737         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
738         Call semantic-mode-line-update.
739         (semantic-toggle-minor-mode-globally): Don't assume mode is on
740         minor-mode-alist, check semantic-minor-mode-alist as well.
741         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
742         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
743         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
744         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
745         * semantic/idle.el (semantic-idle-scheduler-mode)
746         (define-semantic-idle-service, semantic-idle-summary-mode):
747         * semantic/decorate/mode.el (semantic-decoration-mode):
748         Don't call semantic-mode-line-update any more.
750 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
752         Use define-minor-mode in CEDET where applicable.
754         * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
755         Use define-minor-mode.
757         * semantic/util-modes.el (semantic-add-minor-mode):
758         Remove unused arg `keymap' and code redundant with define-minor-mode.
759         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
760         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
761         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
762         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
763         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
764         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
765         Use define-minor-mode.
766         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
767         (semantic-show-unmatched-syntax-mode-setup)
768         (semantic-show-parser-state-mode-setup)
769         (semantic-highlight-func-mode-setup): Inline into sole caller.
771         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
772         (semantic-mru-bookmark-mode): Use define-minor-mode.
773         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
775         * semantic/idle.el (define-semantic-idle-service):
776         Use define-minor-mode and inline setup function into its sole caller.
777         (semantic-idle-scheduler-mode-setup)
778         (semantic-idle-summary-mode-setup): Inline into sole caller.
779         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
780         Use define-minor-mode.
782         * semantic/decorate/mode.el (global-semantic-decoration-mode)
783         (semantic-decoration-mode): Use define-minor-mode.
784         (semantic-decoration-mode-setup): Inline into sole caller.
786         * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
787         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
788         (ede-dired-add-to-target): Use dolist.
790 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
792         * semantic.el (semantic-completion-at-point-function):
793         New function.
794         (semantic-mode): Use semantic-completion-at-point-function for
795         completion-at-point-functions instead.
797 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
799         * semantic.el (semantic-mode): When enabled, add
800         semantic-ia-complete-symbol to completion-at-point-functions.
802         * semantic/ia.el (semantic-ia-complete-symbol): Return nil
803         if Semantic is not active.
805 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
807         * ede/pmake.el (ede-proj-makefile-insert-variables):
808         Don't destroy list before using it.
810 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
812         * semantic/imenu.el (semantic-imenu-bucketize-type-members)
813         (semantic-create-imenu-directory-index): Fix typos in docstrings.
814         (semantic-imenu-goto-function): Reflow docstring.
816 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
818         * srecode/table.el (srecode-template-table): Fix docstring typo.
820 2010-03-24  Glenn Morris  <rgm@gnu.org>
822         * semantic/bovine/c.el (semantic-c-describe-environment):
823         Consistently check ede-object is bound throughout.
825         * ede/project-am.el (ede-shell-run-something): Declare.
827 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
829         * semantic/imenu.el: New file, from the CEDET repository
830         (Bug#5412).
832 2010-03-06  Glenn Morris  <rgm@gnu.org>
834         * semantic/grammar.el (semantic-grammar-header-template):
835         Update template copyright to GPLv3+.
837 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
839         * semantic/db-find.el
840         (semanticdb-find-translate-path-brutish-default):
841         * ede/make.el (ede-make-check-version):
842         Use with-current-buffer instead of save-excursion.
844 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
846         * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
847         Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
849 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
851         * data-debug.el (data-debug): Move to extensions group.
853         * ede.el (ede):
854         * srecode.el (srecode):
855         * semantic.el (semantic): Put in tools and extensions group.
857 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
859         * ede.el (ede-run-target, project-delete-target)
860         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
861         (ede-adebug-project, ede-adebug-project-parent)
862         (ede-adebug-project-root): Fix typos in docstrings.
864 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
866         * ede/locate.el (ede-locate-file-in-project)
867         (ede-locate-file-in-project-impl): Fix typos in docstrings.
868         (ede-enable-locate-on-project): Fix typos in error messages.
870         * semantic/util-modes.el (semantic-unmatched-syntax-face)
871         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
872         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
873         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
874         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
875         Fix typos in menu help.
877         * semantic.el (semantic-require-version, semantic--buffer-cache)
878         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
879         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
880         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
881         (semantic-parse-stream, semantic-parse-region)
882         (semantic-parse-region-default, semantic--set-buffer-cache)
883         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
884         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
885         (semantic-default-submodes):
886         * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
887         (semanticdb-create-ebrowse-database)
888         (semanticdb-find-tags-for-completion-method)
889         (semanticdb-find-tags-by-class-method)
890         (semanticdb-deep-find-tags-by-name-method)
891         (semanticdb-deep-find-tags-for-completion-method):
892         * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
893         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
894         (semanticdb-find-tags-for-completion-method)
895         (semanticdb-find-tags-by-class-method)
896         (semanticdb-deep-find-tags-for-completion-method):
897         * semantic/db-find.el (semanticdb-find-translate-path)
898         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
899         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
900         (semanticdb-find-tags-by-name-method)
901         (semanticdb-find-tags-by-name-regexp-method)
902         (semanticdb-find-tags-for-completion-method)
903         (semanticdb-find-tags-by-class-method)
904         (semanticdb-find-tags-external-children-of-type-method)
905         (semanticdb-find-tags-subclasses-of-type-method)
906         (semanticdb-deep-find-tags-by-name-method)
907         (semanticdb-deep-find-tags-by-name-regexp-method)
908         (semanticdb-deep-find-tags-for-completion-method):
909         * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
910         (semanticdb-enable-gnu-global-in-buffer)
911         (semanticdb-find-tags-for-completion-method)
912         (semanticdb-deep-find-tags-by-name-method)
913         (semanticdb-deep-find-tags-for-completion-method):
914         * semantic/db-javascript.el (semanticdb-javascript-tags)
915         (javascript-mode, semanticdb-find-translate-path)
916         (semanticdb-find-tags-for-completion-method)
917         (semanticdb-find-tags-by-class-method)
918         (semanticdb-deep-find-tags-by-name-method)
919         (semanticdb-deep-find-tags-for-completion-method)
920         (semanticdb-find-tags-external-children-of-type-method):
921         * semantic/idle.el (semantic-idle-work-core-handler)
922         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
923         (global-semantic-idle-scheduler-mode):
924         * srecode/dictionary.el (srecode-field-value)
925         (srecode-dictionary-add-section-dictionary):
926         Fix typos in docstrings.
928 2010-01-17  Glenn Morris  <rgm@gnu.org>
930         * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
932 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
934         * semantic.el (semantic-mode): Fix typos in docstrings.
936 2010-01-16  Mario Lang  <mlang@delysid.org>
938         * ede/cpp-root.el (ede-cpp-root-project):
939         * ede/files.el (ede-expand-filename):
940         * ede/simple.el (ede-simple-project):
941         * semantic/complete.el (semantic-complete-read-tag-engine)
942         (semantic-complete-inline-tag-engine):
943         * semantic/db-el.el (semanticdb-equivalent-mode):
944         * semantic/db-global.el (semanticdb-equivalent-mode):
945         * semantic/db-javascript.el (semanticdb-equivalent-mode):
946         * semantic/db.el (semanticdb-equivalent-mode):
947         * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
948         * semantic/idle.el (semantic-idle-work-for-one-buffer):
949         Remove duplicated words in doc-strings.
951 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
953         * semantic/edit.el (semantic-reparse-needed-change-hook)
954         (semantic-no-reparse-needed-change-hook):
955         * srecode/insert.el (srecode-resolve-argument-list)
956         (srecode-template-inserter-blank, srecode-template-inserter-variable)
957         (srecode-template-inserter-ask, srecode-template-inserter-width)
958         (srecode-template-inserter-section-start)
959         (srecode-template-inserter-section-end, srecode-insert-method):
960         Fix typos in docstrings.
962 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
964         * data-debug.el (data-debug): Fix customization group reference.
966 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
968         * semantic/analyze.el (semantic-analyze-push-error)
969         (semantic-analyze-context, semantic-analyze-context-assignment)
970         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
971         * semantic/java.el (java-mode, semantic-tag-include-filename)
972         (semantic-java-doc-keywords-map):
973         * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
974         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
975         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
976         (semantic-c-classname, semantic-format-tag-uml-prototype)
977         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
978         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
979         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
980         (semantic-get-local-variables, semantic-end-of-command)
981         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
982         (lisp-mode):
983         * semantic/bovine/make.el (makefile-mode):
984         * semantic/wisent/python.el (wisent-python-string-re)
985         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
986         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
987         (semantic-lex, semantic-get-local-variables, python-mode):
988         * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
989         * srecode/extract.el (srecode-extract-state-set)
990         (srecode-extract-method): Fix typos in docstrings.
992 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
994         * semantic.el (semantic-new-buffer-setup-functions):
995         Add python parser.
997 2010-01-10  Richard Kim  <emacs18@gmail.com>
999         * semantic/wisent/python-wy.el:
1000         * semantic/wisent/python.el: New files.
1002 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1004         * semantic/db-typecache.el (semanticdb-typecache-find-default):
1005         Fix typo in docstring.
1007 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
1009         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1010         (semantic-mru-bookmark-mode): Doc fixes.
1012         * semantic/db.el (semanticdb-cache-get): Use error instead
1013         of assert.
1015 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
1017         * semantic/ia.el (semantic-ia-complete-symbol):
1018         Make argument optional.
1020 2009-12-05  Eric Ludlam  <zappo@gnu.org>
1022         * semantic/bovine/c.el (semantic-c-describe-environment):
1023         Describe project macro symbols.
1025         * semantic/complete.el (semantic-complete-do-completion):
1026         Don't call semantic-collector-current-exact-match.
1028         * ede.el (ede-apply-preprocessor-map): Accept lists of
1029         ede-objects as targets.
1031         * ede/pmake.el (ede-proj-makefile-insert-variables):
1032         Output a target's object list even if compiler vars are already in the
1033         Makefile.
1035         * ede/emacs.el (ede-preprocessor-map): Add config.h to the
1036         list of headers producing necessary macros.
1038 2009-11-24  Glenn Morris  <rgm@gnu.org>
1040         * semantic/idle.el (global-semantic-idle-scheduler-mode):
1041         Move after definition of global-semantic-idle-tag-highlight-mode.
1043 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
1045         * srecode/map.el (srecode-get-maps):
1046         * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1047         * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1048         * semantic/decorate/mode.el (semantic-decoration-mode)
1049         (semantic-toggle-decoration-style):
1050         * semantic/decorate/include.el
1051         (semantic-decoration-include-describe)
1052         (semantic-decoration-unknown-include-describe)
1053         (semantic-decoration-unparsed-include-describe)
1054         (semantic-decoration-all-include-summary):
1055         * semantic/bovine/c.el (semantic-c-debug-mode-init):
1056         * semantic/analyze/complete.el
1057         (semantic-analyze-possible-completions):
1058         * semantic/util-modes.el (semantic-highlight-edits-mode)
1059         (semantic-show-unmatched-syntax-mode)
1060         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1061         (semantic-highlight-func-mode):
1062         * semantic/util.el (semantic-describe-buffer):
1063         * semantic/symref.el (semantic-symref-find-references-by-name)
1064         (semantic-symref-find-tags-by-name)
1065         (semantic-symref-find-tags-by-regexp)
1066         (semantic-symref-find-tags-by-completion)
1067         (semantic-symref-find-file-references-by-name)
1068         (semantic-symref-find-text):
1069         * semantic/senator.el (senator-copy-tag, senator-kill-tag)
1070         (senator-yank-tag):
1071         * semantic/scope.el (semantic-calculate-scope):
1072         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1073         * semantic/idle.el (semantic-idle-scheduler-mode)
1074         (define-semantic-idle-service):
1075         * semantic/complete.el (semantic-complete-analyze-inline)
1076         (semantic-complete-analyze-inline-idle):
1077         * semantic/analyze.el (semantic-analyze-current-context):
1078         * mode-local.el (describe-mode-local-bindings)
1079         (describe-mode-local-bindings-in-mode):
1080         * ede/make.el (ede-make-check-version):
1081         * ede/locate.el (ede-enable-locate-on-project):
1082         * cedet-idutils.el (cedet-idutils-expand-filename)
1083         (cedet-idutils-version-check):
1084         * cedet-global.el (cedet-gnu-global-expand-filename)
1085         (cedet-gnu-global-version-check):
1086         * cedet-cscope.el (cedet-cscope-expand-filename)
1087         (cedet-cscope-version-check): Use called-interactively-p instead
1088         of interactive-p.
1090         * semantic/ia.el (semantic-ia-completion-format-tag-function):
1091         Use semantic-format-tag-prototype.
1093 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
1095         * semantic/complete.el (semantic-complete-read-tag-engine)
1096         (semantic-complete-jump-local, semantic-complete-jump):
1097         Improve prompt string.
1099 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1101         * semantic/complete.el (semantic-complete-inline-map): Doc fix.
1103         * semantic/idle.el (define-semantic-idle-service)
1104         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1106 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1108         * cedet.el (cedet-menu-map): Re-order menu items.
1110         * semantic.el: Enable idle-mode menu items only if
1111         global-semantic-idle-scheduler-mode is enabled.
1112         (semantic-default-submodes): Doc fix.
1114         * semantic/idle.el (global-semantic-idle-scheduler-mode):
1115         When turning off, disable other idle modes.
1117 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1119         * semantic/idle.el (semantic-idle-summary-mode)
1120         (semantic-idle-summary-mode): Define using define-minor-mode
1121         instead of define-semantic-idle-service.
1122         (semantic-idle-summary-mode): New function.
1123         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1124         that mouse motion does not reset the echo area.
1126 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1128         * semantic/ctxt.el (semantic-get-local-variables):
1129         Disable the progress reporter entirely.
1131 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1133         * semantic/fw.el (semantic/loaddefs):
1134         * srecode.el (srecode/loaddefs):
1135         * ede.el (ede/loaddefs): Load rather than require.
1136         * ede/cpp-root.el:
1137         * ede/emacs.el:
1138         * ede/files.el:
1139         * ede/linux.el:
1140         * ede/locate.el:
1141         * ede/make.el:
1142         * ede/shell.el:
1143         * ede/speedbar.el:
1144         * ede/system.el:
1145         * ede/util.el:
1146         * semantic/analyze.el:
1147         * semantic/bovine.el:
1148         * semantic/complete.el:
1149         * semantic/ctxt.el:
1150         * semantic/db-file.el:
1151         * semantic/db-find.el:
1152         * semantic/db-global.el:
1153         * semantic/db-mode.el:
1154         * semantic/db-typecache.el:
1155         * semantic/db.el:
1156         * semantic/debug.el:
1157         * semantic/dep.el:
1158         * semantic/doc.el:
1159         * semantic/edit.el:
1160         * semantic/find.el:
1161         * semantic/format.el:
1162         * semantic/html.el:
1163         * semantic/ia-sb.el:
1164         * semantic/ia.el:
1165         * semantic/idle.el:
1166         * semantic/lex-spp.el:
1167         * semantic/lex.el:
1168         * semantic/mru-bookmark.el:
1169         * semantic/scope.el:
1170         * semantic/senator.el:
1171         * semantic/sort.el:
1172         * semantic/symref.el:
1173         * semantic/tag-file.el:
1174         * semantic/tag-ls.el:
1175         * semantic/tag-write.el:
1176         * semantic/tag.el:
1177         * semantic/util-modes.el:
1178         * semantic/analyze/complete.el:
1179         * semantic/analyze/refs.el:
1180         * semantic/bovine/c.el:
1181         * semantic/bovine/gcc.el:
1182         * semantic/bovine/make.el:
1183         * semantic/bovine/scm.el:
1184         * semantic/decorate/include.el:
1185         * semantic/decorate/mode.el:
1186         * semantic/symref/cscope.el:
1187         * semantic/symref/global.el:
1188         * semantic/symref/grep.el:
1189         * semantic/symref/idutils.el:
1190         * semantic/symref/list.el:
1191         * semantic/wisent/java-tags.el:
1192         * semantic/wisent/javascript.el:
1193         * srecode/compile.el:
1194         * srecode/cpp.el:
1195         * srecode/document.el:
1196         * srecode/el.el:
1197         * srecode/expandproto.el:
1198         * srecode/getset.el:
1199         * srecode/insert.el:
1200         * srecode/java.el:
1201         * srecode/map.el:
1202         * srecode/mode.el:
1203         * srecode/template.el:
1204         * srecode/texi.el: Remove the file-local setting of
1205         generated-autoload-feature.
1207 2009-11-03  Glenn Morris  <rgm@gnu.org>
1209         * mode-local.el (with-mode-local): Doc fix.
1211 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1213         * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1214         items.
1216         * ede.el (ede-minor-mode):
1217         * semantic.el (semantic-mode): Toggle menu separators.
1219 2009-10-31  Glenn Morris  <rgm@gnu.org>
1221         * semantic/tag.el (semantic--tag-link-list-to-buffer):
1222         Use mapc rather than mapcar because the return value is never used.
1224         * srecode/template.el, semantic/wisent/javascript.el:
1225         * semantic/wisent/java-tags.el, semantic/texi.el:
1226         * semantic/html.el:
1227         Suppress harmless warnings about setting up semantic-imenu (not
1228         part of Emacs) variables.
1230 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1232         * srecode/srt-mode.el (semantic-analyze-possible-completions):
1233         * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1234         * semantic/symref/grep.el (semantic-symref-perform-search):
1235         * semantic/bovine/gcc.el (semantic-gcc-query):
1236         * semantic/bovine/c.el (semantic-c-parse-lexical-token):
1237         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1238         (semantic-analyzer-debug-global-symbol)
1239         (semantic-analyzer-debug-missing-innertype)
1240         (semantic-analyzer-debug-insert-include-summary):
1241         * semantic/util.el (semantic-file-tag-table):
1242         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1243         (semantic-recursive-find-nonterminal-by-name):
1244         * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1245         * semantic/tag-file.el (semantic-prototype-file):
1246         * semantic/symref.el (semantic-symref-parse-tool-output):
1247         * semantic/sb.el (semantic-sb-fetch-tag-table):
1248         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1249         * semantic/idle.el (semantic-idle-work-for-one-buffer):
1250         (semantic-idle-summary-maybe-highlight):
1251         * semantic/ia-sb.el (semantic-ia-speedbar)
1252         (semantic-ia-sb-tag-info):
1253         * semantic/grammar.el (semantic-analyze-possible-completions):
1254         * semantic/find.el (semantic-brute-find-tag-by-position):
1255         * semantic/ede-grammar.el (project-compile-target):
1256         (ede-proj-makefile-insert-variables):
1257         * semantic/debug.el (semantic-debug-set-parser-location):
1258         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1259         (semantic-debug-mode, semantic-debug):
1260         * semantic/db.el (semanticdb-needs-refresh-p):
1261         * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1262         * semantic/db-javascript.el (semanticdb-equivalent-mode):
1263         * semantic/db-find.el (semanticdb-find-log-new-search)
1264         (semanticdb-find-translate-path-includes--internal)
1265         (semanticdb-reset-log, semanticdb-find-log-activity):
1266         * semantic/db-file.el (object-write):
1267         * semantic/db-el.el (semanticdb-equivalent-mode):
1268         * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1269         (semanticdb-create-ebrowse-database):
1270         * semantic/db-debug.el (semanticdb-table-sanity-check):
1271         * semantic/complete.el (semantic-displayor-focus-request)
1272         (semantic-collector-calculate-completions-raw)
1273         (semantic-complete-read-tag-analyzer):
1274         * semantic/analyze.el (semantic-analyze-pulse):
1275         * ede/util.el (ede-update-version-in-source):
1276         * ede/proj.el (project-delete-target):
1277         * ede/proj-elisp.el (ede-update-version-in-source)
1278         (ede-proj-flush-autoconf):
1279         * ede/pconf.el (ede-proj-configure-synchronize)
1280         (ede-proj-configure-synchronize):
1281         * ede/locate.el (ede-locate-file-in-project-impl):
1282         * ede/linux.el (ede-linux-version):
1283         * ede/emacs.el (ede-emacs-version):
1284         * ede/dired.el (ede-dired-add-to-target):
1285         * ede.el (ede-buffer-header-file, ede-find-target)
1286         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1287         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1288         * cedet-idutils.el (cedet-idutils-fnid-call):
1289         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1290         (cedet-idutils-version-check):
1291         * cedet-global.el (cedet-gnu-global-call):
1292         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1293         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1294         * cedet-cscope.el (cedet-cscope-call)
1295         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1296         Use with-current-buffer.
1297         * ede.el (ede-make-project-local-variable)
1298         (ede-set-project-variables, ede-set): Use dolist.
1300 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1302         * mode-local.el (make-obsolete-overload): Add `when' argument.
1303         (overload-docstring-extension): Use that info.
1304         * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1305         * semantic/idle.el (semantic-eldoc-current-symbol-info):
1306         * semantic/tag-ls.el (semantic-nonterminal-protection)
1307         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1308         (semantic-nonterminal-full-name): Add the new `when' info.
1309         * semantic/decorate/mode.el (semantic/decorate): Require CL for
1310         `assert'.
1312 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * semantic/fw.el (semantic-alias-obsolete)
1315         (semantic-varalias-obsolete): Make the `when' arg mandatory.
1316         (define-mode-overload-implementation):
1317         * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1318         * semantic/wisent.el (wisent-lex-make-token-table):
1319         * semantic/util.el (semantic-file-token-stream)
1320         (semantic-something-to-stream):
1321         * semantic/tag.el (semantic-tag-make-assoc-list)
1322         (semantic-expand-nonterminal):
1323         * semantic/tag-file.el (semantic-find-nonterminal)
1324         (semantic-find-dependency, semantic-find-nonterminal)
1325         (semantic-find-dependency):
1326         * semantic/lex.el (semantic-flex-start, semantic-flex-end)
1327         (semantic-flex-text, semantic-flex-make-keyword-table)
1328         (semantic-flex-keyword-p, semantic-flex-keyword-put)
1329         (semantic-flex-keyword-get, semantic-flex-map-keywords)
1330         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1331         * semantic/java.el (semantic-java-prototype-nonterminal):
1332         * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1333         (semantic-after-idle-scheduler-reparse-hooks):
1334         * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1335         * semantic/db-mode.el (semanticdb-mode-hooks):
1336         * semantic.el (semantic-toplevel-bovine-table)
1337         (semantic-toplevel-bovine-cache)
1338         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1339         (semantic-init-mode-hooks, semantic-init-db-hooks)
1340         (semantic-bovination-working-type): Provide the `when' arg.
1342 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1344         * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1345         * semantic/tag.el (semantic-token-type-parent): Add WHEN
1346         argument to make-obsolete.
1348         * semantic/fw.el (semantic-alias-obsolete)
1349         (semantic-varalias-obsolete): Add optional WHEN argument.
1351 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1353         * semantic/bovine/c.el (semantic-c-debug-mode-init)
1354         (semantic-c-debug-mode-init-pch): New functions.
1355         (semantic-c-debug-mode-init-last-mode): New var.
1356         (semantic-c-parse-lexical-token): Use them.
1358         * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1359         When extracting the argument list, limit only by point-max.
1361 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1363         * srecode/srt.el:
1364         * srecode/compile.el:
1365         * semantic/mru-bookmark.el:
1366         * semantic/debug.el:
1367         * semantic/complete.el:
1368         * semantic/analyze.el: Require CL when compiling.
1370 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1372         * semantic/scope.el
1373         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1374         tmpscope so that the regular scope will continue to work.
1376         * semantic/idle.el (semantic-idle-tag-highlight):
1377         Use semantic-idle-summary-highlight-face as the highlighting.
1379         * ede/project-am.el (project-run-target): New method.
1380         (project-run-target): New method.
1382         * ede.el (ede-target): Add run target menu item.
1383         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1384         (ede-run-target): New function.
1385         (ede-target::project-run-target): New method.
1387         * ede/proj.el (project-run-target): New method.
1389         * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1390         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1391         Add :rules.
1392         (ede-proj-target-makefile-shared-object): Only libtool compilers
1393         now available.  Add linkers for libtool.
1394         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1395         (ede-proj-makefile-target-name): Always use .la extension.
1397         * ede/proj-prog.el (project-run-target): New method.
1399         * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1400         (ede-g++-linker): Change Change link lines.
1402         * ede/pmake.el (ede-pmake-insert-variable-shared):
1403         When searching for old variables, go to the end of the buffer and
1404         search backward from there.
1405         (ede-proj-makefile-automake-insert-subdirs)
1406         (ede-proj-makefile-automake-insert-extradist): New methods.
1407         (ede-proj-makefile-create): Use them.
1409         * ede/pconf.el (ede-proj-configure-test-required-file):
1410         Force FILE to expand to the current target.  Use file-exists-p to
1411         check that it exists.
1413         * ede/linux.el (ede-linux-version): Don't call "head".
1414         (ede-linux-load): Wrap dir in file-name-as-directory.
1415         Set :version slot.
1417         * ede/files.el (ede-get-locator-object): When enabling
1418         locate, do so on "top".
1420         * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1421         file-name-as-directory during compare.
1422         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1423         Get version number from different places.  Don't call egrep.
1424         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1425         to set the directory.
1427         * ede/shell.el: New file.
1429         * inversion.el (inversion-decoders): Allow for stray . in
1430         alpha/beta variants.
1432 2009-10-17  Glenn Morris  <rgm@gnu.org>
1434         * semantic/grammar.el (semantic-grammar--lex-delim-spec):
1435         All errors should have messages.
1437 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
1439         * ede/proj-shared.el (ede-proj-makefile-target-name):
1440         Use .la for Automake.
1442 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
1444         * ede/pconf.el (ede-proj-configure-synchronize):
1445         Use "autoreconf -i".  Suggested by Andreas Schwab.
1447 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1449         * ede/proj.el (project-make-dist, project-compile-project):
1450         Fix filename test.
1451         (ede-proj-dist-makefile): Use expand-file-name instead of concat
1452         to expand file names.
1454 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1456         * ede/proj-obj.el (ede-gcc-linker): New var.
1457         (ede-proj-target-makefile-objectcode): Use it.
1459         * ede/source.el (ede-want-any-source-files-p)
1460         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1461         Return search result.  This error was introduced while merging.
1463 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1465         * semantic.el (semantic-new-buffer-setup-functions): New option.
1466         (semantic-new-buffer-fcn): Call parser setup functions here.
1467         (semantic-mode): Don't call parser setup functions here, it's done
1468         in semantic-new-buffer-fcn now.
1469         (semantic-mode): Parse all existing buffers when enabled.
1471         * srecode/compile.el (srecode-compile-file):
1472         Call semantic-new-buffer-fcn if the buffer has not been parsed.
1474 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1476         * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1478         * ede/proj-comp.el: Don't require ede/pmake at toplevel.
1479         (proj-comp-insert-variable-once): New macro, renamed from
1480         ede-pmake-insert-variable-once in ede/pmake.edl.
1481         (ede-proj-makefile-insert-variables): Use it.
1483 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1485         * ede/makefile-edit.el (makefile-beginning-of-command)
1486         (makefile-end-of-command):
1487         * srecode/srt-mode.el (semantic-beginning-of-context)
1488         (semantic-end-of-context): Fix previous change.  Doc fixes.
1490 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1492         * ede/makefile-edit.el (makefile-beginning-of-command)
1493         (makefile-end-of-command):
1494         * semantic/lex.el (semantic-lex-token):
1495         * semantic/analyze/fcn.el
1496         (semantic-analyze-dereference-metatype-1):
1497         * semantic/bovine/c.el (semantic-lex-cpp-define)
1498         (semantic-lex-cpp-undef):
1499         * semantic/wisent/wisent.el (wisent-skip-block):
1500         * srecode/srt-mode.el (semantic-beginning-of-context)
1501         (semantic-end-of-context): Fix typos in docstrings.
1503 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1505         * ede.el (ede-project-placeholder-cache-file):
1506         * semantic/db-file.el (semanticdb-default-save-directory):
1507         * srecode/map.el (srecode-map-save-file):
1508         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
1510 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
1512         * srecode/insert.el: Require srecode/args.
1514         * srecode/args.el: Require srecode/dictionary instead of
1515         srecode/insert.
1517         * srecode/srt-mode.el (srecode-template-mode): Doc fix.
1519         * files.el (auto-mode-alist): Add .srt and Project.ede.
1521         * semantic.el (semantic-mode):
1522         Handle srecode-template-mode-hook as well.
1523         (semantic-mode): Use js-mode-hook for Javascript hook.
1525         * srecode/template.el: Remove hook variable.
1527         * ede/proj-comp.el: Require ede/pmake when compiling.
1529         * ede.el (ede-target-forms-menu): Don't enable if no
1530         projects exist.
1531         (ede-project-placeholder-cache-file): Default to a file in
1532         user-emacs-directory.
1534         * srecode/map.el (srecode-map-base-template-dir): Look for
1535         templates in data-directory.
1536         (srecode-map-save-file): Default to a file in user-emacs-directory.
1538         * ede/srecode.el (ede-srecode-setup): Use default templates
1539         directory.
1541 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1543         * semantic/util-modes.el (semantic-highlight-func-mode):
1544         Doc fix.
1546         * ede/proj-comp.el (ede-proj-makefile-insert-variables):
1547         Only insert each variable once.
1549         * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1550         (ede-pmake-insert-variable-shared): Use it.
1552         * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1553         for lexical table iff table is nil.
1555 2009-10-01  Glenn Morris  <rgm@gnu.org>
1557         * semantic/bovine/gcc.el
1558         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1559         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1561 2009-10-03  Glenn Morris  <rgm@gnu.org>
1563         * semantic/db-find.el (data-debug-insert-tag-list): Comment out
1564         declaration, currently false.
1566 2009-10-01  Glenn Morris  <rgm@gnu.org>
1568         * cedet-files.el (cedet-directory-name-to-file-name):
1569         * cedet-idutils.el (cedet-idutils-search)
1570         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
1571         (cedet-idutils-version-check):
1572         * cedet.el (cedet-version):
1573         * data-debug.el (data-debug-insert-overlay-button)
1574         (data-debug-insert-overlay-list-button)
1575         (data-debug-insert-buffer-button)
1576         (data-debug-insert-buffer-list-button)
1577         (data-debug-insert-process-button, data-debug-insert-ring-button)
1578         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1579         (data-debug-insert-stuff-vector-button)
1580         (data-debug-insert-symbol-button, data-debug-insert-string)
1581         (data-debug-insert-number, data-debug-insert-lambda-expression)
1582         (data-debug-insert-nil, data-debug-insert-simple-thing)
1583         (data-debug-insert-custom, data-debug-edebug-expr):
1584         * ede.el (ede-auto-add-method, ede-project-class-files)
1585         (global-ede-mode-map, ede-new, ede-debug-target)
1586         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1587         * semantic.el (semantic-minimum-working-buffer-size)
1588         (semantic-fetch-tags, semantic-submode-list)
1589         (semantic-default-submodes):
1590         * ede/source.el (ede-source-match):
1591         * ede/project-am.el (project-am-type-alist, project-add-file)
1592         (project-am-package-info):
1593         * ede/proj.el (ede-proj-target, project-new-target):
1594         * ede/proj-elisp.el (ede-proj-tweak-autoconf):
1595         * ede/proj-comp.el (ede-current-build-list):
1596         * ede/makefile-edit.el (makefile-move-to-macro):
1597         * ede/files.el (ede-toplevel-project-or-nil):
1598         * ede/cpp-root.el (initialize-instance):
1599         * ede/autoconf-edit.el (autoconf-find-last-macro)
1600         (autoconf-parameter-strip, autoconf-insert-new-macro):
1601         * semantic/wisent.el (wisent-lex-eoi):
1602         * semantic/util-modes.el (global-semantic-show-parser-state-mode)
1603         (semantic-show-parser-state-mode):
1604         * semantic/texi.el (semantic-texi-environment-regexp):
1605         * semantic/tag.el (semantic-tag-new-variable)
1606         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1607         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1608         (semantic--tag-deep-copy-tag-list)
1609         (semantic-tag-components-with-overlays-default):
1610         * semantic/symref.el (semantic-symref-find-text):
1611         * semantic/senator.el (senator-yank-tag)
1612         (senator-transpose-tags-up):
1613         * semantic/scope.el (semantic-analyze-scoped-tags-default)
1614         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1615         * semantic/sb.el (semantic-sb-autoexpand-length):
1616         * semantic/lex.el (semantic-lex-comment-regex)
1617         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1618         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1619         * semantic/lex-spp.el
1620         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1621         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1622         * semantic/idle.el
1623         (semantic-idle-summary-current-symbol-info-brutish)
1624         (semantic-idle-summary-current-symbol-info-default):
1625         * semantic/grammar.el (semantic-grammar-recreate-package)
1626         (semantic--grammar-macro-compl-dict):
1627         * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1628         * semantic/format.el (semantic-format-tag-custom-list)
1629         (semantic-format-tag-canonical-name-default):
1630         * semantic/find.el (semantic-find-tag-by-overlay-in-region)
1631         (semantic-find-tags-for-completion)
1632         (semantic-find-tags-by-scope-protection-default)
1633         (semantic-deep-find-tags-for-completion):
1634         * semantic/edit.el
1635         (semantic-edits-incremental-reparse-failed-hook)
1636         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1637         (semantic-edits-splice-remove, semantic-edits-splice-replace):
1638         * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1639         * semantic/dep.el (semantic-dependency-include-path):
1640         * semantic/db.el (semanticdb-default-find-index-class)
1641         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1642         (semanticdb-project-roots):
1643         * semantic/db-find.el (semanticdb-implied-include-tags)
1644         (semanticdb-find-adebug-insert-scanned-tag-cons)
1645         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1646         (semanticdb-brute-deep-find-tags-for-completion):
1647         * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1648         * semantic/ctxt.el (semantic-beginning-of-context-default)
1649         (semantic-end-of-context-default)
1650         (semantic-ctxt-current-function-default)
1651         (semantic-ctxt-scoped-types-default):
1652         * semantic/complete.el (semantic-complete-read-tag-engine)
1653         (semantic-complete-inline-tag-engine)
1654         (semantic-complete-inline-custom-type)
1655         (semantic-complete-read-tag-analyzer):
1656         * semantic/chart.el (semantic-chart-tags-by-class)
1657         (semantic-chart-database-size):
1658         * semantic/analyze.el (semantic-analyze-current-symbol)
1659         (semantic-analyze-current-context):
1660         * semantic/symref/list.el (semantic-symref)
1661         (semantic-symref-hide-buffer, semantic-symref-symbol):
1662         * semantic/symref/grep.el (semantic-symref-grep-use-template):
1663         * semantic/symref/filter.el (semantic-symref-hits-in-region):
1664         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1665         * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1666         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1667         (semantic-c-dereference-template):
1668         * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1669         (semantic--analyze-refs-full-lookup-with-parents)
1670         (semantic--analyze-refs-full-lookup-simple):
1671         * semantic/analyze/complete.el
1672         (semantic-analyze-possible-completions):
1673         * srecode/table.el (srecode-mode-table-new):
1674         * srecode/srt.el (srecode-read-variable-name):
1675         * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1676         * srecode/semantic.el (srecode-semantic-handle-:tag)
1677         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1678         * srecode/map.el (srecode-current-map):
1679         * srecode/insert.el (srecode-insert)
1680         (srecode-insert-variable-secondname-handler, srecode-insert-method)
1681         (srecode-template-inserter-point-override)
1682         (srecode-insert-include-lookup):
1683         * srecode/getset.el (srecode-auto-choose-class):
1684         * srecode/extract.el (srecode-inserter-extract):
1685         * srecode/document.el
1686         (srecode-document-autocomment-return-last-alist)
1687         (srecode-document-autocomment-param-type-alist)
1688         (srecode-document-insert-function-comment)
1689         (srecode-document-insert-variable-one-line-comment)
1690         (srecode-document-function-name-comment):
1691         * srecode/dictionary.el (srecode-create-dictionary)
1692         (srecode-compound-toString):
1693         * srecode/compile.el (srecode-flush-active-templates):
1694         * srecode/args.el (srecode-semantic-handle-:blank):
1695         Doc/message fixes.
1697 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1699         * semantic/wisent/javat-wy.el
1700         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1702 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
1704         * srecode/expandproto.el: Fix provide statement.
1706 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
1708         * ede/srecode.el: Fix provide statement.
1710 2009-09-30  Glenn Morris  <rgm@gnu.org>
1712         * ede/proj.el (ede-proj-target-makefile-miscelaneous):
1713         * ede/proj-aux.el (ede-aux-source):
1714         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1715         (ede-misc-source):
1716         * semantic/mru-bookmark.el (semantic-mrub-completing-read)
1717         (semantic-mrub-switch-tags): Fix doc typos.
1719         * semantic/db-global.el (data-debug-new-buffer)
1720         (data-debug-insert-thing): Remove unneeded declarations (one broken).
1721         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1723         * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1725         * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1726         use of CL function `remove-if-not'.
1728 2009-09-29  Glenn Morris  <rgm@gnu.org>
1730         * semantic/symref/idutils.el:
1731         * semantic/symref/list.el: Relicense under GPLv3+.
1733         * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1735         * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1736         * semantic/tag-file.el (semanticdb-table-child-p):
1737         * srecode/compile.el (srecode-template-inserter-newline-child-p):
1738         Mark declarations not understood by check-declare.
1740 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1742         CEDET (development tools) package merged.
1744         * *.el:
1745         * ede/*.el:
1746         * semantic/*.el:
1747         * srecode/*.el: New files.
1749 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1751         * cedet-cscope.el:
1752         * cedet-files.el:
1753         * cedet-global.el:
1754         * cedet-idutils.el:
1755         * data-debug.el:
1756         * inversion.el:
1757         * mode-local.el:
1758         * pulse.el: New files.
1760 ;; Local Variables:
1761 ;; coding: utf-8
1762 ;; End:
1764         Copyright (C) 2009-2012  Free Software Foundation, Inc.
1766   This file is part of GNU Emacs.
1768   GNU Emacs is free software: you can redistribute it and/or modify
1769   it under the terms of the GNU General Public License as published by
1770   the Free Software Foundation, either version 3 of the License, or
1771   (at your option) any later version.
1773   GNU Emacs is distributed in the hope that it will be useful,
1774   but WITHOUT ANY WARRANTY; without even the implied warranty of
1775   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1776   GNU General Public License for more details.
1778   You should have received a copy of the GNU General Public License
1779   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.