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