cc-engine.el (c-forward-objc-directive): Prevent looping in "#pragma mark
[emacs.git] / lisp / cedet / ChangeLog
blob36fb9f13698332fc17f54e33ffd1f99203723956
1 2012-01-29  David Engster  <deng@randomsample.de>
3         Fix require error when using srecode-insert (Bug#9967).
4         * srecode/insert.el: Require srecode/filters.
5         * srecode/filters.el: Drop two requires.
7 2012-01-09  Eric Ludlam  <zappo@gnu.org>
9         * ede.el (ede-project-directories): New option.
10         (ede-directory-safe-p): Check it.
11         (ede-initialize-state-current-buffer, ede, ede-new)
12         (ede-check-project-directory, ede-rescan-toplevel)
13         (ede-load-project-file, ede-parent-project, ede-current-project):
14         (ede-target-parent): Avoid loading in a project unless it is safe,
15         since it may involve malicious code.  This security flaw was
16         pointed out by Hiroshi Oota.
18         * ede/auto.el (ede-project-autoload): Add safe-p slot.
19         (ede-project-class-files): Projects using Project.ede are unsafe.
20         (ede-auto-load-project): New method.
22         * ede/simple.el (ede-project-class-files): Mark as unsafe.
24 2011-12-19  Sam Steingold  <sds@gnu.org>
26         * semantic/edit.el (semantic-edits-incremental-parser): Add the
27         autoload cookie, necessary for JDEE.
29 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
31         * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo.
33 2011-11-26  Chong Yidong  <cyd@gnu.org>
35         * semantic/wisent/python-wy.el:
36         * semantic/wisent/js-wy.el:
37         * semantic/wisent/javat-wy.el:
38         * semantic/bovine/c-by.el:
39         * semantic/grammar-wy.el: Regenerate.
41 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
43         * semantic/lex-spp.el (semantic-lex-spp-first-token-arg-list): Fix typo.
45 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
47         * cedet-cscope.el (cedet-cscope-version-check):
48         * cedet-global.el (cedet-global-min-version)
49         (cedet-gnu-global-version-check):
50         * cedet.el (cedet-version):
51         * data-debug.el (data-debug-prev, data-debug-contract-current-line):
52         * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target)
53         (ede-new, ede-invoke-method, project-edit-file-target, project-rescan)
54         (ede-add-project-to-global-list, ede-map-all-subprojects):
55         * inversion.el (inversion-check-version):
56         * mode-local.el (mode-local-map-file-buffers, define-child-mode)
57         (define-overloadable-function):
58         * pulse.el (pulse-flag, pulse):
59         * semantic.el (semantic-elapsed-time, semantic-parse-region)
60         (navigate-menu):
61         * ede/proj-comp.el (ede-compilation-program):
62         * semantic/debug.el (semantic-debug-parser-go)
63         (semantic-debug-parser-fail, semantic-debug-parser-quit)
64         (semantic-debug-parser-abort):
65         * semantic/idle.el (semantic-idle-core-handler):
66         * semantic/bovine/debug.el (semantic-bovine-debug-error-frame):
67         Fix typos.
69 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
71         * semantic/lex.el (semantic-lex-tokens):
72         * semantic/tag-ls.el (semantic-tag-protected-p):
73         * srecode/mode.el (srecode-prefix-map): Fix typos.
75 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
77         * ede/project-am.el (project-compile-target-command): Fix typo.
79 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
81         * ede/auto.el (ede-project-autoload):
82         * ede/proj-comp.el (ede-makefile-rule):
83         * semantic/analyze.el (semantic-analyze-current-context):
84         * semantic/ctxt.el (semantic-get-local-variables):
85         * semantic/tag-ls.el (semantic-tag-calculate-parent): Fix typos.
87 2011-11-03  David Engster  <dengste@eml.cc>
89         * srecode.el:
90         * srecode/texi.el:
91         * srecode/template.el:
92         * srecode/java.el:
93         * srecode/insert.el:
94         * srecode/document.el:
95         * srecode/dictionary.el:
96         * srecode/compile.el:
97         * semantic/wisent/java-tags.el:
98         * semantic/texi.el:
99         * semantic/sort.el:
100         * semantic/lex-spp.el:
101         * semantic/idle.el:
102         * semantic/html.el:
103         * semantic/db-typecache.el:
104         * semantic/analyze/complete.el:
105         * ede/generic.el:
106         * ede/custom.el:
107         * ede/cpp-root.el:
108         * ede/base.el: Fix filenames in comments and headers.
110         * semantic/db-find.el:
111         * srecode/insert.el (srecode-insert-include-lookup):
112         * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
113         comments and docstrings.
115         * semantic/ctxt.el (semantic-end-of-context-default):
116         * semantic/find.el (semantic-find-tags-by-scope-protection):
117         * semantic/java.el (semantic-documentation-for-tag): Fix typos in
118         docstrings.
120         * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
121         (semanticdb-abstract-db-cache):
122         * semantic/decorate/include.el
123         (semantic-decoration-unknown-include-describe): Fix filenames in
124         docstring.
126         * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
127         (semantic-ede-grammar-compiler-bovine): Fix requires that are
128         added to the grammar-make-script.
130 2011-10-23  Chong Yidong  <cyd@gnu.org>
132         * ede.el (ede-maybe-checkout): Function deleted;
133         vc-toggle-read-only does not do version control now.
135         * ede/util.el (ede-make-buffer-writable): Don't use
136         vc-toggle-read-only.
138         * ede/project-am.el (project-remove-file, project-add-file)
139         (project-new-target): Don't call ede-maybe-checkout.
141 2011-10-19  Chong Yidong  <cyd@gnu.org>
143         * ede.el (ede-minor-mode,global-ede-mode):
144         * semantic.el (semantic-mode): Doc fix to reflect new
145         define-minor-mode calling behavior.
147 2011-07-30  Chong Yidong  <cyd@stupidchicken.com>
149         * semantic/grammar.el (semantic-grammar-insert-defanalyzers): Fix
150         require.
152 2011-07-04  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
154         * semantic/db.el (semanticdb-file-table-object): Don't bug out on
155         unconfigured projects if `global-ede-mode' is on (bug#8092).
157 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
159         * semantic.el (semantic-elapsed-time): Rewrite using
160         time-subtract and float-time.
162 2011-05-11  Glenn Morris  <rgm@gnu.org>
164         * semantic/wisent/javascript.el (semantic-get-local-variables):
165         Use define-mode-local-override rather than its obsolete alias.
167 2011-05-10  Jim Meyering  <meyering@redhat.com>
169         Fix doubled-word typos.
170         * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the
171         * semantic/complete.el (semantic-complete-read-tag-local-members):
172         Likewise.
173         * ede.el (ede-auto-add-method): then then -> then
175 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
177         * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
178         * ede/proj-comp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
179         * ede/proj-elisp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf)
180         (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
181         * ede/proj-scheme.el (ede-proj-tweak-autoconf): Fix typos in docstrings.
183 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
185         * Version 23.3 released.
187 2011-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * semantic/wisent/comp.el (wisent-byte-compile-grammar):
190         Macroexpand before passing to byte-compile-form.
192 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode.
195         * semantic/symref/list.el (semantic-symref-results-mode):
196         Use run-mode-hooks.
198 2010-11-12  Glenn Morris  <rgm@gnu.org>
200         * semantic/wisent/comp.el: Remove unnecessary eval-when-compiles.
202 2010-11-10  Glenn Morris  <rgm@gnu.org>
204         * semantic/bovine/c.el: Test system-type with memq.
206 2010-11-09  Glenn Morris  <rgm@gnu.org>
208         * semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
209         * semantic/grammar.el (semantic-grammar-epilogue):
210         * ede/speedbar.el (ede-find-nearest-file-line):
211         * ede/pmake.el (ede-proj-makefile-insert-dist-rules):
212         * ede/autoconf-edit.el (autoconf-delete-parameter):
213         Use point-at-bol and point-at-eol.
215 2010-11-07  Glenn Morris  <rgm@gnu.org>
217         * ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol.
219 2010-11-01  Glenn Morris  <rgm@gnu.org>
221         * semantic/bovine/c.el (semantic-analyze-split-name): Move before use.
223         * semantic/symref/cscope.el (ede-toplevel):
224         * semantic/symref.el (ede-toplevel):
225         * semantic/tag-file.el (ede-toplevel):
226         * ede.el (ede-toplevel): Fix declarations.
228 2010-10-31  Glenn Morris  <rgm@gnu.org>
230         * ede/proj-elisp.el (project-compile-target): Fix previous change.
231         * semantic/ede-grammar.el (project-compile-target): Fix previous change.
233 2010-10-31  Julien Danjou  <julien@danjou.info>
235         * ede/proj-elisp.el (project-compile-target):
236         * semantic/ede-grammar.el (project-compile-target):
237         Use `byte-recompile-file'.
239 2010-10-31  Glenn Morris  <rgm@gnu.org>
241         * mode-local.el (mode-local-augment-function-help):
242         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons):
243         * semantic/symref/list.el (semantic-symref-results-dump)
244         (semantic-symref-rb-toggle-expand-tag): Replace inappropriate uses
245         of toggle-read-only.
247 2010-09-30  Chong Yidong  <cyd@stupidchicken.com>
249         * semantic/bovine/el.el:
250         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
251         Fix require statements.
253 2010-09-29  Chong Yidong  <cyd@stupidchicken.com>
255         * semantic/tag.el (semantic-tag-version): Bump to 2.0.
257         * semantic/db-typecache.el (semanticdb-typecache-find-default):
258         * semantic/imenu.el (semantic-create-imenu-index):
259         * semantic/grammar.el (semantic--grammar-macro-function-tag):
260         * semantic/fw.el (semanticdb-without-unloaded-file-searches):
261         Fix require.  Suggested by David Engster.
263         * semantic/bovine/c-by.el: Regenerate.
265 2010-09-29  Eric Ludlam  <zappo@gnu.org>
267         * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
268         (semantic-lex-spp-enable-debug-symbol): New command
269         (semantic-lex-spp-value-valid-p)
270         (semantic-lex-spp-validate-value): New functions
271         (semantic-lex-spp-symbol-set)
272         (semantic-lex-spp-symbol-push): Add call to validate value.
273         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
274         invalid values during save, just save a nil.
276 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
278         * ede/linux.el (ede-project-class-files):
279         * ede/generic.el (ede-generic-new-autoloader):
280         * ede/emacs.el (ede-project-class-files):
281         * ede/simple.el (ede-project-class-files):
282         * ede/cpp-root.el (ede-project-class-files): Fix require name.
284 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
286         * semantic/lex.el (semantic-ignore-comments): Doc fix.
288         * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
289         Fix typo in error message.
290         (semantic-symref-list-map-open-hits): Fix typo in docstring.
292 2010-09-21  Eric Ludlam  <zappo@gnu.org>
294         Synch SRecode to CEDET 1.0.
296         * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
297         'never, disable all pulsing.
299         * cedet.el (cedet-version):
300         * srecode.el (srecode-version): Bump version to 1.0.
302         * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
303         (semantic-insert-foreign-tag): Use it.
305         * srecode/mode.el (srecode-bind-insert):
306         Call srecode-load-tables-for-mode.
307         (srecode-minor-mode-templates-menu): Do not list templates that
308         are not in the current project.
309         (srecode-menu-bar): Add binding for srecode-macro-help.
311         * srecode/table.el (srecode-template-table): Add :project slot.
312         (srecode-dump): Dump it.
314         * srecode/map.el (srecode-map-update-map): Make map loading more
315         robust.
317         * srecode/insert.el (srecode-insert-fcn): Merge template
318         dictionary before resolving arguments.
319         (srecode-insert-method-helper): Add error checking to make sure
320         that we only have dictionaries.
321         (srecode-insert-method): Check template nesting depth when using
322         point inserter override.
323         (srecode-insert-method): Install override with depth limit.
325         * srecode/getset.el (srecode-insert-getset): Force tag table
326         update.  Don't query the class if it is empty.
328         * srecode/find.el (srecode-template-get-table)
329         (srecode-template-get-table-for-binding)
330         (srecode-all-template-hash): Skip if not in current project.
331         (srecode-template-table-in-project-p): New method.
333         * srecode/fields.el (srecode-fields-exit-confirmation): New option.
334         (srecode-field-exit-ask): Use it.
336         * srecode/dictionary.el (srecode-dictionary-add-template-table):
337         Do not add variables in tables not for the current project.
338         (srecode-compound-toString): Handle cases where the default value
339         is another compound value.
340         (srecode-dictionary-lookup-name): New optional argument
341         NON-RECURSIVE, which inhibits visiting dictionary parents.
342         (srecode-dictionary-add-section-dictionary)
343         (srecode-dictionary-merge): New optional argument FORCE adds
344         values even if an identically named entry exists.
345         (srecode-dictionary-add-entries): New method.
346         (srecode-create-dictionaries-from-tags): New function.
348         * srecode/cpp.el (srecode-cpp): New defgroup.
349         (srecode-cpp-namespaces): New option.
350         (srecode-semantic-handle-:using-namespaces)
351         (srecode-cpp-apply-templates): New functions.
352         (srecode-semantic-apply-tag-to-dict): Handle template parameters
353         by calling `srecode-cpp-apply-templates'.
355         * srecode/compile.el (srecode-compile-templates): Fix directory
356         compare of built-in templates.  Give built-ins lower piority.
357         Support special variable "project".
358         (srecode-compile-template-table): Set :project slot of new tables.
359         (srecode-compile-one-template-tag):
360         Use srecode-create-dictionaries-from-tags.
362 2010-09-21  Eric Ludlam  <zappo@gnu.org>
364         Synch EDE to CEDET 1.0.
366         * cedet-idutils.el (cedet-idutils-make-command): New option.
367         (cedet-idutils-mkid-call):
368         (cedet-idutils-create/update-database): New functions.
370         * cedet-cscope.el (cedet-cscope-create):
371         (cedet-cscope-create/update-database): New functions.
372         (cedet-cscope-support-for-directory): Make interactive.
374         * cedet-global.el (cedet-global-gtags-command): New option.
375         (cedet-gnu-global-gtags-call)
376         (cedet-gnu-global-create/update-database): New functions.
378         * ede.el (ede-save-cache): Fix recentf-exclude expression.
379         (ede-make-dist): Always use toplevel project.
380         (ede-buffer-object): If we fail to find an object in the current
381         project, loop upward looking for a match.  If no target is found,
382         use most local project.
383         (ede-buffer-belongs-to-target-p)
384         (ede-buffer-belongs-to-project-p): New functions.
385         (ede-initialize-state-current-buffer): New function.
386         (ede-target-forms-menu, ede-project-buffers): Use them.
387         (ede-minor-mode, ede-reset-all-buffers): Use it.
388         (project-interactive-select-target, project-add-file): Don't use
389         ede-project-force-load.
390         (ede-buffer-object): New arg PROJSYM.
391         (ede-minor-mode): Remove ede-directory-project-p test.
392         (ede-initialize-state-current-buffer): Don't test for
393         ede-directory-project-p if there is a matching open project.
394         (ede-customize-forms-menu): Prevent error if there is no project.
395         (ede-load-project-file): Set ede-constructing to the thing being
396         constructed, instead of t.
397         (ede-project-force-load): Deleted.
399         * ede/base.el:
400         * ede/auto.el:
401         * ede/custom.el: New files.
403         * ede/autoconf-edit.el (autoconf-find-last-macro)
404         (autoconf-parameters-for-macro): Parse multiline parameters of
405         macros.  Optionally ignore case and at bol for macro.
406         (autoconf-parameter-strip): Use greedy match for newlines.
407         (autoconf-new-automake-string): Deleted.
408         (autoconf-new-program): Use SRecode to fill an empty file.
410         * ede/cpp-root.el (ede-create-lots-of-projects-under-dir):
411         New function.
413         * ede/files.el (ede-flush-project-hash): New command.
414         (ede-convert-path): Add optional PROJECT arg.
415         (ede-directory-project-p): Obey ".ede-ignore".
416         (ede-expand-filename-local)
417         (ede-expand-filename-impl-via-subproj): New methods.
418         (ede-expand-filename-impl): Use them.
419         (ede-project-root, ede-project-root-directory): Move to
420         ede/auto.el.
422         * ede/locate.el (ede-locate-flush-hash):
423         (ede-locate-create/update-root-database): New methods.
424         (initialize-instance): Use ede-locate-flush-hash.
426         * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
427         the top project and not a metasubproject, set TOP to CURDIR.
428         (ede-proj-makefile-insert-variables): Output a target's object
429         list whether or not the vars are already in the Makefile.
430         (ede-pmake-insert-variable-once): New macro.
432         * ede/project-am.el (project-am-with-makefile-current):
433         Add recentf-exclude.
434         (project-am-load-makefile): Obey an optional suggested name.
435         (project-am-expand-subdirlist): New function.
436         (project-am-makefile::project-rescan): Use it.  Combine SUBDIRS
437         and DIST_SUBDIRS.
438         (project-am-meta-type-alist): A list to scan better Makefile.am
439         (project-am-scan-for-targets): Scan also over
440         project-am-meta-type-alist.
441         (ede-system-include-path): Simple implementation.
442         (ede-find-target): Deleted.  EDE core takes care of this.
443         (ede-buffer-mine): Create the searched filename as relative.
444         (project-am-load): Simplify, using autoconf-edit.
445         (project-am-extract-package-info): Fix separators.
447         * ede/proj.el (project-run-target): New method.
448         (project-make-dist, project-compile-project):
449         Use ede-proj-automake-p to determine which kind of compile to use.
450         (project-rescan): Call ede-load-project-file.
451         (ede-buffer-mine): Add more file names that belong to the project.
452         (ede-proj-compilers): Improve error message.
454         * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
455         (ede-source-c++): Add more C++ extensions.
456         (ede-proj-target-makefile-objectcode): Quote initforms.
457         Support lex and yacc.
459         * ede/proj-prog.el (ede-proj-makefile-insert-rules): Removed.
460         (ede-proj-makefile-insert-variables): New, add LDDEPS.
461         (ede-proj-makefile-insert-automake-post-variables): Add LDADD
462         variable.  Use ldlibs-local slot.  Add a -l to ldlibs strings.
463         (ede-proj-target-makefile-program): Swap order of two slots so
464         they show up in the same order as in the command line.
465         (ede-proj-target-makefile-program): Add ldlibs-local slot.
467         * ede/proj-shared.el (ede-g++-libtool-shared-compiler):
468         Fix inference rule to use cpp files.
469         (ede-proj-target-makefile-shared-object): Quote initforms.
471         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
472         * ede/proj-info.el (ede-proj-target-makefile-info):
473         * ede/proj-aux.el (ede-proj-target-aux):
474         * ede/proj-archive.el (ede-proj-target-makefile-archive):
475         * ede/proj-elisp.el (ede-proj-target-elisp)
476         (ede-proj-target-elisp-autoloads): Quote initforms.
478         * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
480         * ede/shell.el (ede-shell-buffer): Fix buffer name.
482         * ede/pconf.el (ede-proj-configure-synchronize): If user events
483         occur while waiting for the compile process to finish, pull them
484         in and discard those events.
486 2010-09-19  Eric Ludlam  <zappo@gnu.org>
488         Synch Semantic to CEDET 1.0.
490         * semantic.el (semantic-version): Update to 2.0.
491         (semantic-mode-map): Add "," and "m" bindings.
492         (navigate-menu): Update.
494         * semantic/symref.el (semantic-symref-calculate-rootdir):
495         New function.
496         (semantic-symref-detect-symref-tool): Use it.
498         * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
499         (semantic-symref-perform-search): Use it.  Calculate root dir with
500         semantic-symref-calculate-rootdir.
501         (semantic-symref-derive-find-filepatterns): Improve error message.
503         * semantic/symref/list.el
504         (semantic-symref-results-mode-map): New bindings.
505         (semantic-symref-auto-expand-results): New option.
506         (semantic-symref-results-dump): Obey auto-expand.
507         (semantic-symref-list-expand-all, semantic-symref-regexp)
508         (semantic-symref-list-contract-all)
509         (semantic-symref-list-map-open-hits)
510         (semantic-symref-list-update-open-hits)
511         (semantic-symref-list-create-macro-on-open-hit)
512         (semantic-symref-list-call-macro-on-open-hits): New functions.
513         (semantic-symref-list-menu-entries)
514         (semantic-symref-list-menu): New vars.
515         (semantic-symref-list-map-open-hits): Move cursor to beginning of
516         match before calling the mapped function.
518         * semantic/doc.el
519         (semantic-documentation-comment-preceeding-tag): Do nothing if the
520         mode doesn't provide comment-start-skip.
522         * semantic/scope.el
523         (semantic-analyze-scope-nested-tags-default): Strip duplicates.
524         (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
525         looking for as part of the scoped tags list.
527         * semantic/html.el (semantic-default-html-setup):
528         Add senator-step-at-tag-classes.
530         * semantic/decorate/include.el
531         (semantic-decoration-on-unknown-includes): Change light bgcolor.
532         (semantic-decoration-on-includes-highlight-default): Check that
533         the include tag has a position.
535         * semantic/complete.el (semantic-collector-local-members):
536         (semantic-complete-read-tag-local-members)
537         (semantic-complete-jump-local-members): New class and functions.
538         (semantic-complete-self-insert): Save excursion before completing.
540         * semantic/analyze/complete.el
541         (semantic-analyze-possible-completions-default): If no completions
542         are found, return the raw by-name-only completion list.  Add FLAGS
543         arguments.  Add support for 'no-tc (type constraint) and
544         'no-unique, or no stripping duplicates.
545         (semantic-analyze-possible-completions-default): Add FLAGS arg.
547         * semantic/util-modes.el
548         (semantic-stickyfunc-show-only-functions-p): New option.
549         (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
550         the very first line in a buffer.
552         * semantic/util.el (semantic-hack-search)
553         (semantic-recursive-find-nonterminal-by-name)
554         (semantic-current-tag-interactive): Deleted.
555         (semantic-describe-buffer): Fix expand-nonterminal.
556         Add lex-syntax-mods, type relation separator char, and command
557         separation char.
558         (semantic-sanity-check): Only message if called interactively.
560         * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
561         :filename property and the tag position.
563         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
564         Add recursion limit.
566         * semantic/imenu.el (semantic-imenu-bucketize-type-members):
567         Make this buffer local, not the obsoleted variable.
569         * semantic/idle.el: Add breadcrumbs support.
570         (semantic-idle-summary-current-symbol-info-default)
571         (semantic-idle-tag-highlight)
572         (semantic-idle-completion-list-default):
573         Use semanticdb-without-unloaded-file-searches for speed, and to
574         conform to the controls that specify if the idle timer is supposed
575         to be parsing unparsed includes.
576         (semantic-idle-symbol-highlight-face)
577         (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
578         Callers changed.
579         (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
580         (semantic-idle-work-update-headers-flag): New var.
581         (semantic-idle-work-for-one-buffer): Use it.
582         (semantic-idle-local-symbol-highlight): Rename from
583         semantic-idle-tag-highlight.
584         (semantic-idle-truncate-long-summaries): New option.
586         * semantic/ia.el (semantic-ia-cache)
587         (semantic-ia-get-completions): Deleted.  Callers changed.
588         (semantic-ia-show-variants): New command.
589         (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
590         (semantic-ia-show-summary): If there isn't anything to show, say so.
592         * semantic/grammar.el (semantic-grammar-create-package):
593         Save the buffer even in batch mode.
595         * semantic/fw.el
596         (semanticdb-without-unloaded-file-searches): New macro.
598         * semantic/dep.el (semantic-dependency-find-file-on-path):
599         Fix case dereferencing ede-object when it is a list.
601         * semantic/db-typecache.el (semanticdb-expand-nested-tag)
602         (semanticdb-typecache-faux-namespace): New functions.
603         (semanticdb-typecache-file-tags)
604         (semanticdb-typecache-merge-streams): Use them.
605         (semanticdb-typecache-file-tags): When deriving tags from a file,
606         give the mode a chance to monkey with the tag copy.
607         (semanticdb-typecache-find-default): Wrap find in save-excursion.
608         (semanticdb-typecache-find-by-name-helper): Merge found names down.
610         * semantic/db-global.el
611         (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
612         GNU Global is not available and we don't want to throw an error.
614         * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
615         When trying to normalize the tag to a buffer, don't error if
616         set-buffer method doesn't exist.
618         * semantic/db-file.el (semanticdb-save-db): Simplify msg.
620         * semantic/db.el (semanticdb-refresh-table): If forcing a
621         refresh on a file not in a buffer, use semantic-find-file-noselect
622         and delete the buffer after use.
623         (semanticdb-current-database-list): When calculating root via
624         hooks, force it through true-filename and skip the list of
625         possible roots.
627         * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
629         * semantic/analyze/debug.el
630         (semantic-analyzer-debug-insert-tag): Reset standard output to
631         current buffer.
632         (semantic-analyzer-debug-global-symbol)
633         (semantic-analyzer-debug-missing-innertype): Change "prefix" to
634         "symbol" in messages.
636         * semantic/analyze/refs.el (semantic-analyze-refs-impl)
637         (semantic-analyze-refs-proto): When calculating value, make sure
638         the found tag is 'similar' to the originating tag.
639         (semantic--analyze-refs-find-tags-with-parent): Attempt to
640         identify matches via imported symbols of parents.
641         (semantic--analyze-refs-full-lookup-with-parents): Do a deep
642         search during the brute search.
644         * semantic/analyze.el
645         (semantic-analyze-find-tag-sequence-default): Be robust to
646         calculated scopes being nil.
648         * semantic/bovine/c.el (semantic-c-describe-environment):
649         Add project macro symbol array.
650         (semantic-c-parse-lexical-token): Add recursion limit.
651         (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
652         New overrides.
653         (semantic-expand-c-tag-namelist): Split a full type from a typedef
654         out to its own tag.
655         (semantic-expand-c-tag-namelist): Do not split out a typedef'd
656         inline type if it is an anonymous type.
657         (semantic-c-reconstitute-token): Use the optional initializers as
658         a clue that some function is probably a constructor.
659         When defining the type of these constructors, split the parent name,
660         and use only the class part, if applicable.
662         * semantic/bovine/c-by.el:
663         * semantic/wisent/python-wy.el: Regenerate.
665 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
667         * semantic/db-file.el (object-write): Fix typo in docstring.
669 2010-06-03  Eric Ludlam  <zappo@gnu.org>
671         * semantic/lex-spp.el
672         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
673         invalid values during save, just save a nil (Bug#6324).
675 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
677         * ede/cpp-root.el (ede-set-project-variables): Fix feature name
678         (bug#6231).
680 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
682         Use a mode-line spec rather than a static string in Semantic.
683         * semantic/util-modes.el:
684         (semantic-minor-modes-format): New var to replace...
685         (semantic-minor-modes-status): Remove.
686         (semantic-mode-line-update): Construct a mode-line spec rather than
687         a static string so that mouse buttons can be used on individual minor
688         modes and so that semantic-mode-line-update only needs to be called
689         when global settings are changed.
690         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
691         Call semantic-mode-line-update.
692         (semantic-toggle-minor-mode-globally): Don't assume mode is on
693         minor-mode-alist, check semantic-minor-mode-alist as well.
694         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
695         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
696         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
697         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
698         * semantic/idle.el (semantic-idle-scheduler-mode)
699         (define-semantic-idle-service, semantic-idle-summary-mode):
700         * semantic/decorate/mode.el (semantic-decoration-mode):
701         Don't call semantic-mode-line-update any more.
703 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
705         Use define-minor-mode in CEDET where applicable.
707         * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
708         Use define-minor-mode.
710         * semantic/util-modes.el (semantic-add-minor-mode):
711         Remove unused arg `keymap' and code redundant with define-minor-mode.
712         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
713         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
714         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
715         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
716         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
717         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
718         Use define-minor-mode.
719         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
720         (semantic-show-unmatched-syntax-mode-setup)
721         (semantic-show-parser-state-mode-setup)
722         (semantic-highlight-func-mode-setup): Inline into sole caller.
724         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
725         (semantic-mru-bookmark-mode): Use define-minor-mode.
726         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
728         * semantic/idle.el (define-semantic-idle-service):
729         Use define-minor-mode and inline setup function into its sole caller.
730         (semantic-idle-scheduler-mode-setup)
731         (semantic-idle-summary-mode-setup): Inline into sole caller.
732         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
733         Use define-minor-mode.
735         * semantic/decorate/mode.el (global-semantic-decoration-mode)
736         (semantic-decoration-mode): Use define-minor-mode.
737         (semantic-decoration-mode-setup): Inline into sole caller.
739         * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
740         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
741         (ede-dired-add-to-target): Use dolist.
743 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
745         * semantic.el (semantic-completion-at-point-function):
746         New function.
747         (semantic-mode): Use semantic-completion-at-point-function for
748         completion-at-point-functions instead.
750 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
752         * semantic.el (semantic-mode): When enabled, add
753         semantic-ia-complete-symbol to completion-at-point-functions.
755         * semantic/ia.el (semantic-ia-complete-symbol): Return nil
756         if Semantic is not active.
758 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
760         * ede/pmake.el (ede-proj-makefile-insert-variables):
761         Don't destroy list before using it.
763 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
765         * semantic/imenu.el (semantic-imenu-bucketize-type-members)
766         (semantic-create-imenu-directory-index): Fix typos in docstrings.
767         (semantic-imenu-goto-function): Reflow docstring.
769 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
771         * srecode/table.el (srecode-template-table): Fix docstring typo.
773 2010-03-24  Glenn Morris  <rgm@gnu.org>
775         * semantic/bovine/c.el (semantic-c-describe-environment):
776         Consistently check ede-object is bound throughout.
778         * ede/project-am.el (ede-shell-run-something): Declare.
780 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
782         * semantic/imenu.el: New file, from the CEDET repository
783         (Bug#5412).
785 2010-03-06  Glenn Morris  <rgm@gnu.org>
787         * semantic/grammar.el (semantic-grammar-header-template):
788         Update template copyright to GPLv3+.
790 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
792         * semantic/db-find.el
793         (semanticdb-find-translate-path-brutish-default):
794         * ede/make.el (ede-make-check-version):
795         Use with-current-buffer instead of save-excursion.
797 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
799         * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
800         Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
802 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
804         * data-debug.el (data-debug): Move to extensions group.
806         * ede.el (ede):
807         * srecode.el (srecode):
808         * semantic.el (semantic): Put in tools and extensions group.
810 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
812         * ede.el (ede-run-target, project-delete-target)
813         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
814         (ede-adebug-project, ede-adebug-project-parent)
815         (ede-adebug-project-root): Fix typos in docstrings.
817 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
819         * ede/locate.el (ede-locate-file-in-project)
820         (ede-locate-file-in-project-impl): Fix typos in docstrings.
821         (ede-enable-locate-on-project): Fix typos in error messages.
823         * semantic/util-modes.el (semantic-unmatched-syntax-face)
824         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
825         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
826         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
827         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
828         Fix typos in menu help.
830         * semantic.el (semantic-require-version, semantic--buffer-cache)
831         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
832         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
833         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
834         (semantic-parse-stream, semantic-parse-region)
835         (semantic-parse-region-default, semantic--set-buffer-cache)
836         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
837         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
838         (semantic-default-submodes):
839         * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
840         (semanticdb-create-ebrowse-database)
841         (semanticdb-find-tags-for-completion-method)
842         (semanticdb-find-tags-by-class-method)
843         (semanticdb-deep-find-tags-by-name-method)
844         (semanticdb-deep-find-tags-for-completion-method):
845         * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
846         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
847         (semanticdb-find-tags-for-completion-method)
848         (semanticdb-find-tags-by-class-method)
849         (semanticdb-deep-find-tags-for-completion-method):
850         * semantic/db-find.el (semanticdb-find-translate-path)
851         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
852         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
853         (semanticdb-find-tags-by-name-method)
854         (semanticdb-find-tags-by-name-regexp-method)
855         (semanticdb-find-tags-for-completion-method)
856         (semanticdb-find-tags-by-class-method)
857         (semanticdb-find-tags-external-children-of-type-method)
858         (semanticdb-find-tags-subclasses-of-type-method)
859         (semanticdb-deep-find-tags-by-name-method)
860         (semanticdb-deep-find-tags-by-name-regexp-method)
861         (semanticdb-deep-find-tags-for-completion-method):
862         * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
863         (semanticdb-enable-gnu-global-in-buffer)
864         (semanticdb-find-tags-for-completion-method)
865         (semanticdb-deep-find-tags-by-name-method)
866         (semanticdb-deep-find-tags-for-completion-method):
867         * semantic/db-javascript.el (semanticdb-javascript-tags)
868         (javascript-mode, semanticdb-find-translate-path)
869         (semanticdb-find-tags-for-completion-method)
870         (semanticdb-find-tags-by-class-method)
871         (semanticdb-deep-find-tags-by-name-method)
872         (semanticdb-deep-find-tags-for-completion-method)
873         (semanticdb-find-tags-external-children-of-type-method):
874         * semantic/idle.el (semantic-idle-work-core-handler)
875         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
876         (global-semantic-idle-scheduler-mode):
877         * srecode/dictionary.el (srecode-field-value)
878         (srecode-dictionary-add-section-dictionary):
879         Fix typos in docstrings.
881 2010-01-17  Glenn Morris  <rgm@gnu.org>
883         * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
885 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
887         * semantic.el (semantic-mode): Fix typos in docstrings.
889 2010-01-16  Mario Lang  <mlang@delysid.org>
891         * ede/cpp-root.el (ede-cpp-root-project):
892         * ede/files.el (ede-expand-filename):
893         * ede/simple.el (ede-simple-project):
894         * semantic/complete.el (semantic-complete-read-tag-engine)
895         (semantic-complete-inline-tag-engine):
896         * semantic/db-el.el (semanticdb-equivalent-mode):
897         * semantic/db-global.el (semanticdb-equivalent-mode):
898         * semantic/db-javascript.el (semanticdb-equivalent-mode):
899         * semantic/db.el (semanticdb-equivalent-mode):
900         * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
901         * semantic/idle.el (semantic-idle-work-for-one-buffer):
902         Remove duplicated words in doc-strings.
904 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
906         * semantic/edit.el (semantic-reparse-needed-change-hook)
907         (semantic-no-reparse-needed-change-hook):
908         * srecode/insert.el (srecode-resolve-argument-list)
909         (srecode-template-inserter-blank, srecode-template-inserter-variable)
910         (srecode-template-inserter-ask, srecode-template-inserter-width)
911         (srecode-template-inserter-section-start)
912         (srecode-template-inserter-section-end, srecode-insert-method):
914 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
916         * data-debug.el (data-debug): Fix customization group reference.
918 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
920         * semantic/analyze.el (semantic-analyze-push-error)
921         (semantic-analyze-context, semantic-analyze-context-assignment)
922         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
923         * semantic/java.el (java-mode, semantic-tag-include-filename)
924         (semantic-java-doc-keywords-map):
925         * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
926         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
927         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
928         (semantic-c-classname, semantic-format-tag-uml-prototype)
929         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
930         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
931         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
932         (semantic-get-local-variables, semantic-end-of-command)
933         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
934         (lisp-mode):
935         * semantic/bovine/make.el (makefile-mode):
936         * semantic/wisent/python.el (wisent-python-string-re)
937         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
938         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
939         (semantic-lex, semantic-get-local-variables, python-mode):
940         * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
941         * srecode/extract.el (srecode-extract-state-set)
942         (srecode-extract-method): Fix typos in docstrings.
944 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
946         * semantic.el (semantic-new-buffer-setup-functions):
947         Add python parser.
949 2010-01-10  Richard Kim  <emacs18@gmail.com>
951         * semantic/wisent/python-wy.el:
952         * semantic/wisent/python.el: New files.
954 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
956         * semantic/db-typecache.el (semanticdb-typecache-find-default):
957         Fix typo in docstring.
959 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
961         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
962         (semantic-mru-bookmark-mode): Doc fixes.
964         * semantic/db.el (semanticdb-cache-get): Use error instead
965         of assert.
967 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
969         * semantic/ia.el (semantic-ia-complete-symbol):
970         Make argument optional.
972 2009-12-05  Eric Ludlam  <zappo@gnu.org>
974         * semantic/bovine/c.el (semantic-c-describe-environment):
975         Describe project macro symbols.
977         * semantic/complete.el (semantic-complete-do-completion):
978         Don't call semantic-collector-current-exact-match.
980         * ede.el (ede-apply-preprocessor-map): Accept lists of
981         ede-objects as targets.
983         * ede/pmake.el (ede-proj-makefile-insert-variables):
984         Output a target's object list even if compiler vars are already in the
985         Makefile.
987         * ede/emacs.el (ede-preprocessor-map): Add config.h to the
988         list of headers producing necessary macros.
990 2009-11-24  Glenn Morris  <rgm@gnu.org>
992         * semantic/idle.el (global-semantic-idle-scheduler-mode):
993         Move after definition of global-semantic-idle-tag-highlight-mode.
995 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
997         * srecode/map.el (srecode-get-maps):
998         * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
999         * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1000         * semantic/decorate/mode.el (semantic-decoration-mode)
1001         (semantic-toggle-decoration-style):
1002         * semantic/decorate/include.el
1003         (semantic-decoration-include-describe)
1004         (semantic-decoration-unknown-include-describe)
1005         (semantic-decoration-unparsed-include-describe)
1006         (semantic-decoration-all-include-summary):
1007         * semantic/bovine/c.el (semantic-c-debug-mode-init):
1008         * semantic/analyze/complete.el
1009         (semantic-analyze-possible-completions):
1010         * semantic/util-modes.el (semantic-highlight-edits-mode)
1011         (semantic-show-unmatched-syntax-mode)
1012         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1013         (semantic-highlight-func-mode):
1014         * semantic/util.el (semantic-describe-buffer):
1015         * semantic/symref.el (semantic-symref-find-references-by-name)
1016         (semantic-symref-find-tags-by-name)
1017         (semantic-symref-find-tags-by-regexp)
1018         (semantic-symref-find-tags-by-completion)
1019         (semantic-symref-find-file-references-by-name)
1020         (semantic-symref-find-text):
1021         * semantic/senator.el (senator-copy-tag, senator-kill-tag)
1022         (senator-yank-tag):
1023         * semantic/scope.el (semantic-calculate-scope):
1024         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1025         * semantic/idle.el (semantic-idle-scheduler-mode)
1026         (define-semantic-idle-service):
1027         * semantic/complete.el (semantic-complete-analyze-inline)
1028         (semantic-complete-analyze-inline-idle):
1029         * semantic/analyze.el (semantic-analyze-current-context):
1030         * mode-local.el (describe-mode-local-bindings)
1031         (describe-mode-local-bindings-in-mode):
1032         * ede/make.el (ede-make-check-version):
1033         * ede/locate.el (ede-enable-locate-on-project):
1034         * cedet-idutils.el (cedet-idutils-expand-filename)
1035         (cedet-idutils-version-check):
1036         * cedet-global.el (cedet-gnu-global-expand-filename)
1037         (cedet-gnu-global-version-check):
1038         * cedet-cscope.el (cedet-cscope-expand-filename)
1039         (cedet-cscope-version-check): Use called-interactively-p instead
1040         of interactive-p.
1042         * semantic/ia.el (semantic-ia-completion-format-tag-function):
1043         Use semantic-format-tag-prototype.
1045 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
1047         * semantic/complete.el (semantic-complete-read-tag-engine)
1048         (semantic-complete-jump-local, semantic-complete-jump):
1049         Improve prompt string.
1051 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1053         * semantic/complete.el (semantic-complete-inline-map): Doc fix.
1055         * semantic/idle.el (define-semantic-idle-service)
1056         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1058 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1060         * cedet.el (cedet-menu-map): Re-order menu items.
1062         * semantic.el: Enable idle-mode menu items only if
1063         global-semantic-idle-scheduler-mode is enabled.
1064         (semantic-default-submodes): Doc fix.
1066         * semantic/idle.el (global-semantic-idle-scheduler-mode):
1067         When turning off, disable other idle modes.
1069 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1071         * semantic/idle.el (semantic-idle-summary-mode)
1072         (semantic-idle-summary-mode): Define using define-minor-mode
1073         instead of define-semantic-idle-service.
1074         (semantic-idle-summary-mode): New function.
1075         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1076         that mouse motion does not reset the echo area.
1078 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1080         * semantic/ctxt.el (semantic-get-local-variables):
1081         Disable the progress reporter entirely.
1083 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1085         * semantic/fw.el (semantic/loaddefs):
1086         * srecode.el (srecode/loaddefs):
1087         * ede.el (ede/loaddefs): Load rather than require.
1088         * ede/cpp-root.el:
1089         * ede/emacs.el:
1090         * ede/files.el:
1091         * ede/linux.el:
1092         * ede/locate.el:
1093         * ede/make.el:
1094         * ede/shell.el:
1095         * ede/speedbar.el:
1096         * ede/system.el:
1097         * ede/util.el:
1098         * semantic/analyze.el:
1099         * semantic/bovine.el:
1100         * semantic/complete.el:
1101         * semantic/ctxt.el:
1102         * semantic/db-file.el:
1103         * semantic/db-find.el:
1104         * semantic/db-global.el:
1105         * semantic/db-mode.el:
1106         * semantic/db-typecache.el:
1107         * semantic/db.el:
1108         * semantic/debug.el:
1109         * semantic/dep.el:
1110         * semantic/doc.el:
1111         * semantic/edit.el:
1112         * semantic/find.el:
1113         * semantic/format.el:
1114         * semantic/html.el:
1115         * semantic/ia-sb.el:
1116         * semantic/ia.el:
1117         * semantic/idle.el:
1118         * semantic/lex-spp.el:
1119         * semantic/lex.el:
1120         * semantic/mru-bookmark.el:
1121         * semantic/scope.el:
1122         * semantic/senator.el:
1123         * semantic/sort.el:
1124         * semantic/symref.el:
1125         * semantic/tag-file.el:
1126         * semantic/tag-ls.el:
1127         * semantic/tag-write.el:
1128         * semantic/tag.el:
1129         * semantic/util-modes.el:
1130         * semantic/analyze/complete.el:
1131         * semantic/analyze/refs.el:
1132         * semantic/bovine/c.el:
1133         * semantic/bovine/gcc.el:
1134         * semantic/bovine/make.el:
1135         * semantic/bovine/scm.el:
1136         * semantic/decorate/include.el:
1137         * semantic/decorate/mode.el:
1138         * semantic/symref/cscope.el:
1139         * semantic/symref/global.el:
1140         * semantic/symref/grep.el:
1141         * semantic/symref/idutils.el:
1142         * semantic/symref/list.el:
1143         * semantic/wisent/java-tags.el:
1144         * semantic/wisent/javascript.el:
1145         * srecode/compile.el:
1146         * srecode/cpp.el:
1147         * srecode/document.el:
1148         * srecode/el.el:
1149         * srecode/expandproto.el:
1150         * srecode/getset.el:
1151         * srecode/insert.el:
1152         * srecode/java.el:
1153         * srecode/map.el:
1154         * srecode/mode.el:
1155         * srecode/template.el:
1156         * srecode/texi.el: Remove the file-local setting of
1157         generated-autoload-feature.
1159 2009-11-03  Glenn Morris  <rgm@gnu.org>
1161         * mode-local.el (with-mode-local): Doc fix.
1163 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1165         * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1166         items.
1168         * ede.el (ede-minor-mode):
1169         * semantic.el (semantic-mode): Toggle menu separators.
1171 2009-10-31  Glenn Morris  <rgm@gnu.org>
1173         * semantic/tag.el (semantic--tag-link-list-to-buffer):
1174         Use mapc rather than mapcar because the return value is never used.
1176         * srecode/template.el, semantic/wisent/javascript.el:
1177         * semantic/wisent/java-tags.el, semantic/texi.el:
1178         * semantic/html.el:
1179         Suppress harmless warnings about setting up semantic-imenu (not
1180         part of Emacs) variables.
1182 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1184         * srecode/srt-mode.el (semantic-analyze-possible-completions):
1185         * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1186         * semantic/symref/grep.el (semantic-symref-perform-search):
1187         * semantic/bovine/gcc.el (semantic-gcc-query):
1188         * semantic/bovine/c.el (semantic-c-parse-lexical-token):
1189         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1190         (semantic-analyzer-debug-global-symbol)
1191         (semantic-analyzer-debug-missing-innertype)
1192         (semantic-analyzer-debug-insert-include-summary):
1193         * semantic/util.el (semantic-file-tag-table):
1194         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1195         (semantic-recursive-find-nonterminal-by-name):
1196         * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1197         * semantic/tag-file.el (semantic-prototype-file):
1198         * semantic/symref.el (semantic-symref-parse-tool-output):
1199         * semantic/sb.el (semantic-sb-fetch-tag-table):
1200         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1201         * semantic/idle.el (semantic-idle-work-for-one-buffer):
1202         (semantic-idle-summary-maybe-highlight):
1203         * semantic/ia-sb.el (semantic-ia-speedbar)
1204         (semantic-ia-sb-tag-info):
1205         * semantic/grammar.el (semantic-analyze-possible-completions):
1206         * semantic/find.el (semantic-brute-find-tag-by-position):
1207         * semantic/ede-grammar.el (project-compile-target):
1208         (ede-proj-makefile-insert-variables):
1209         * semantic/debug.el (semantic-debug-set-parser-location):
1210         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1211         (semantic-debug-mode, semantic-debug):
1212         * semantic/db.el (semanticdb-needs-refresh-p):
1213         * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1214         * semantic/db-javascript.el (semanticdb-equivalent-mode):
1215         * semantic/db-find.el (semanticdb-find-log-new-search)
1216         (semanticdb-find-translate-path-includes--internal)
1217         (semanticdb-reset-log, semanticdb-find-log-activity):
1218         * semantic/db-file.el (object-write):
1219         * semantic/db-el.el (semanticdb-equivalent-mode):
1220         * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1221         (semanticdb-create-ebrowse-database):
1222         * semantic/db-debug.el (semanticdb-table-sanity-check):
1223         * semantic/complete.el (semantic-displayor-focus-request)
1224         (semantic-collector-calculate-completions-raw)
1225         (semantic-complete-read-tag-analyzer):
1226         * semantic/analyze.el (semantic-analyze-pulse):
1227         * ede/util.el (ede-update-version-in-source):
1228         * ede/proj.el (project-delete-target):
1229         * ede/proj-elisp.el (ede-update-version-in-source)
1230         (ede-proj-flush-autoconf):
1231         * ede/pconf.el (ede-proj-configure-synchronize)
1232         (ede-proj-configure-synchronize):
1233         * ede/locate.el (ede-locate-file-in-project-impl):
1234         * ede/linux.el (ede-linux-version):
1235         * ede/emacs.el (ede-emacs-version):
1236         * ede/dired.el (ede-dired-add-to-target):
1237         * ede.el (ede-buffer-header-file, ede-find-target)
1238         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1239         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1240         * cedet-idutils.el (cedet-idutils-fnid-call):
1241         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1242         (cedet-idutils-version-check):
1243         * cedet-global.el (cedet-gnu-global-call):
1244         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1245         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1246         * cedet-cscope.el (cedet-cscope-call)
1247         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1248         Use with-current-buffer.
1249         * ede.el (ede-make-project-local-variable)
1250         (ede-set-project-variables, ede-set): Use dolist.
1252 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * mode-local.el (make-obsolete-overload): Add `when' argument.
1255         (overload-docstring-extension): Use that info.
1256         * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1257         * semantic/idle.el (semantic-eldoc-current-symbol-info):
1258         * semantic/tag-ls.el (semantic-nonterminal-protection)
1259         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1260         (semantic-nonterminal-full-name): Add the new `when' info.
1261         * semantic/decorate/mode.el (semantic/decorate): Require CL for
1262         `assert'.
1264 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1266         * semantic/fw.el (semantic-alias-obsolete)
1267         (semantic-varalias-obsolete): Make the `when' arg mandatory.
1268         (define-mode-overload-implementation):
1269         * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1270         * semantic/wisent.el (wisent-lex-make-token-table):
1271         * semantic/util.el (semantic-file-token-stream)
1272         (semantic-something-to-stream):
1273         * semantic/tag.el (semantic-tag-make-assoc-list)
1274         (semantic-expand-nonterminal):
1275         * semantic/tag-file.el (semantic-find-nonterminal)
1276         (semantic-find-dependency, semantic-find-nonterminal)
1277         (semantic-find-dependency):
1278         * semantic/lex.el (semantic-flex-start, semantic-flex-end)
1279         (semantic-flex-text, semantic-flex-make-keyword-table)
1280         (semantic-flex-keyword-p, semantic-flex-keyword-put)
1281         (semantic-flex-keyword-get, semantic-flex-map-keywords)
1282         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1283         * semantic/java.el (semantic-java-prototype-nonterminal):
1284         * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1285         (semantic-after-idle-scheduler-reparse-hooks):
1286         * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1287         * semantic/db-mode.el (semanticdb-mode-hooks):
1288         * semantic.el (semantic-toplevel-bovine-table)
1289         (semantic-toplevel-bovine-cache)
1290         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1291         (semantic-init-mode-hooks, semantic-init-db-hooks)
1292         (semantic-bovination-working-type): Provide the `when' arg.
1294 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1296         * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1297         * semantic/tag.el (semantic-token-type-parent): Add WHEN
1298         argument to make-obsolete.
1300         * semantic/fw.el (semantic-alias-obsolete)
1301         (semantic-varalias-obsolete): Add optional WHEN argument.
1303 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1305         * semantic/bovine/c.el (semantic-c-debug-mode-init)
1306         (semantic-c-debug-mode-init-pch): New functions.
1307         (semantic-c-debug-mode-init-last-mode): New var.
1308         (semantic-c-parse-lexical-token): Use them.
1310         * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1311         When extracting the argument list, limit only by point-max.
1313 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1315         * srecode/srt.el:
1316         * srecode/compile.el:
1317         * semantic/mru-bookmark.el:
1318         * semantic/debug.el:
1319         * semantic/complete.el:
1320         * semantic/analyze.el: Require CL when compiling.
1322 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1324         * semantic/scope.el
1325         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1326         tmpscope so that the regular scope will continue to work.
1328         * semantic/idle.el (semantic-idle-tag-highlight):
1329         Use semantic-idle-summary-highlight-face as the highlighting.
1331         * ede/project-am.el (project-run-target): New method.
1332         (project-run-target): New method.
1334         * ede.el (ede-target): Add run target menu item.
1335         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1336         (ede-run-target): New function.
1337         (ede-target::project-run-target): New method.
1339         * ede/proj.el (project-run-target): New method.
1341         * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1342         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1343         Add :rules.
1344         (ede-proj-target-makefile-shared-object): Only libtool compilers
1345         now available.  Add linkers for libtool.
1346         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1347         (ede-proj-makefile-target-name): Always use .la extension.
1349         * ede/proj-prog.el (project-run-target): New method.
1351         * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1352         (ede-g++-linker): Change Change link lines.
1354         * ede/pmake.el (ede-pmake-insert-variable-shared):
1355         When searching for old variables, go to the end of the buffer and
1356         search backward from there.
1357         (ede-proj-makefile-automake-insert-subdirs)
1358         (ede-proj-makefile-automake-insert-extradist): New methods.
1359         (ede-proj-makefile-create): Use them.
1361         * ede/pconf.el (ede-proj-configure-test-required-file):
1362         Force FILE to expand to the current target.  Use file-exists-p to
1363         check that it exists.
1365         * ede/linux.el (ede-linux-version): Don't call "head".
1366         (ede-linux-load): Wrap dir in file-name-as-directory.
1367         Set :version slot.
1369         * ede/files.el (ede-get-locator-object): When enabling
1370         locate, do so on "top".
1372         * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1373         file-name-as-directory during compare.
1374         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1375         Get version number from different places.  Don't call egrep.
1376         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1377         to set the directory.
1379         * ede/shell.el: New file.
1381         * inversion.el (inversion-decoders): Allow for stray . in
1382         alpha/beta variants.
1384 2009-10-17  Glenn Morris  <rgm@gnu.org>
1386         * semantic/grammar.el (semantic-grammar--lex-delim-spec):
1387         All errors should have messages.
1389 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
1391         * ede/proj-shared.el (ede-proj-makefile-target-name):
1392         Use .la for Automake.
1394 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
1396         * ede/pconf.el (ede-proj-configure-synchronize):
1397         Use "autoreconf -i".  Suggested by Andreas Schwab.
1399 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1401         * ede/proj.el (project-make-dist, project-compile-project):
1402         Fix filename test.
1403         (ede-proj-dist-makefile): Use expand-file-name instead of concat
1404         to expand file names.
1406 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1408         * ede/proj-obj.el (ede-gcc-linker): New var.
1409         (ede-proj-target-makefile-objectcode): Use it.
1411         * ede/source.el (ede-want-any-source-files-p)
1412         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1413         Return search result.  This error was introduced while merging.
1415 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1417         * semantic.el (semantic-new-buffer-setup-functions): New option.
1418         (semantic-new-buffer-fcn): Call parser setup functions here.
1419         (semantic-mode): Don't call parser setup functions here, it's done
1420         in semantic-new-buffer-fcn now.
1421         (semantic-mode): Parse all existing buffers when enabled.
1423         * srecode/compile.el (srecode-compile-file):
1424         Call semantic-new-buffer-fcn if the buffer has not been parsed.
1426 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1428         * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1430         * ede/proj-comp.el: Don't require ede/pmake at toplevel.
1431         (proj-comp-insert-variable-once): New macro, renamed from
1432         ede-pmake-insert-variable-once in ede/pmake.edl.
1433         (ede-proj-makefile-insert-variables): Use it.
1435 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1437         * ede/makefile-edit.el (makefile-beginning-of-command)
1438         (makefile-end-of-command):
1439         * srecode/srt-mode.el (semantic-beginning-of-context)
1440         (semantic-end-of-context): Fix previous change.  Doc fixes.
1442 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1444         * ede/makefile-edit.el (makefile-beginning-of-command)
1445         (makefile-end-of-command):
1446         * semantic/lex.el (semantic-lex-token):
1447         * semantic/analyze/fcn.el
1448         (semantic-analyze-dereference-metatype-1):
1449         * semantic/bovine/c.el (semantic-lex-cpp-define)
1450         (semantic-lex-cpp-undef):
1451         * semantic/wisent/wisent.el (wisent-skip-block):
1452         * srecode/srt-mode.el (semantic-beginning-of-context)
1453         (semantic-end-of-context): Fix typos in docstrings.
1455 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1457         * ede.el (ede-project-placeholder-cache-file):
1458         * semantic/db-file.el (semanticdb-default-save-directory):
1459         * srecode/map.el (srecode-map-save-file):
1460         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
1462 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
1464         * srecode/insert.el: Require srecode/args.
1466         * srecode/args.el: Require srecode/dictionary instead of
1467         srecode/insert.
1469         * srecode/srt-mode.el (srecode-template-mode): Doc fix.
1471         * files.el (auto-mode-alist): Add .srt and Project.ede.
1473         * semantic.el (semantic-mode):
1474         Handle srecode-template-mode-hook as well.
1475         (semantic-mode): Use js-mode-hook for Javascript hook.
1477         * srecode/template.el: Remove hook variable.
1479         * ede/proj-comp.el: Require ede/pmake when compiling.
1481         * ede.el (ede-target-forms-menu): Don't enable if no
1482         projects exist.
1483         (ede-project-placeholder-cache-file): Default to a file in
1484         user-emacs-directory.
1486         * srecode/map.el (srecode-map-base-template-dir): Look for
1487         templates in data-directory.
1488         (srecode-map-save-file): Default to a file in user-emacs-directory.
1490         * ede/srecode.el (ede-srecode-setup): Use default templates
1491         directory.
1493 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1495         * semantic/util-modes.el (semantic-highlight-func-mode):
1496         Doc fix.
1498         * ede/proj-comp.el (ede-proj-makefile-insert-variables):
1499         Only insert each variable once.
1501         * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1502         (ede-pmake-insert-variable-shared): Use it.
1504         * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1505         for lexical table iff table is nil.
1507 2009-10-01  Glenn Morris  <rgm@gnu.org>
1509         * semantic/bovine/gcc.el
1510         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1511         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1513 2009-10-03  Glenn Morris  <rgm@gnu.org>
1515         * semantic/db-find.el (data-debug-insert-tag-list): Comment out
1516         declaration, currently false.
1518 2009-10-01  Glenn Morris  <rgm@gnu.org>
1520         * cedet-files.el (cedet-directory-name-to-file-name):
1521         * cedet-idutils.el (cedet-idutils-search)
1522         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
1523         (cedet-idutils-version-check):
1524         * cedet.el (cedet-version):
1525         * data-debug.el (data-debug-insert-overlay-button)
1526         (data-debug-insert-overlay-list-button)
1527         (data-debug-insert-buffer-button)
1528         (data-debug-insert-buffer-list-button)
1529         (data-debug-insert-process-button, data-debug-insert-ring-button)
1530         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1531         (data-debug-insert-stuff-vector-button)
1532         (data-debug-insert-symbol-button, data-debug-insert-string)
1533         (data-debug-insert-number, data-debug-insert-lambda-expression)
1534         (data-debug-insert-nil, data-debug-insert-simple-thing)
1535         (data-debug-insert-custom, data-debug-edebug-expr):
1536         * ede.el (ede-auto-add-method, ede-project-class-files)
1537         (global-ede-mode-map, ede-new, ede-debug-target)
1538         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1539         * semantic.el (semantic-minimum-working-buffer-size)
1540         (semantic-fetch-tags, semantic-submode-list)
1541         (semantic-default-submodes):
1542         * ede/source.el (ede-source-match):
1543         * ede/project-am.el (project-am-type-alist, project-add-file)
1544         (project-am-package-info):
1545         * ede/proj.el (ede-proj-target, project-new-target):
1546         * ede/proj-elisp.el (ede-proj-tweak-autoconf):
1547         * ede/proj-comp.el (ede-current-build-list):
1548         * ede/makefile-edit.el (makefile-move-to-macro):
1549         * ede/files.el (ede-toplevel-project-or-nil):
1550         * ede/cpp-root.el (initialize-instance):
1551         * ede/autoconf-edit.el (autoconf-find-last-macro)
1552         (autoconf-parameter-strip, autoconf-insert-new-macro):
1553         * semantic/wisent.el (wisent-lex-eoi):
1554         * semantic/util-modes.el (global-semantic-show-parser-state-mode)
1555         (semantic-show-parser-state-mode):
1556         * semantic/texi.el (semantic-texi-environment-regexp):
1557         * semantic/tag.el (semantic-tag-new-variable)
1558         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1559         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1560         (semantic--tag-deep-copy-tag-list)
1561         (semantic-tag-components-with-overlays-default):
1562         * semantic/symref.el (semantic-symref-find-text):
1563         * semantic/senator.el (senator-yank-tag)
1564         (senator-transpose-tags-up):
1565         * semantic/scope.el (semantic-analyze-scoped-tags-default)
1566         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1567         * semantic/sb.el (semantic-sb-autoexpand-length):
1568         * semantic/lex.el (semantic-lex-comment-regex)
1569         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1570         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1571         * semantic/lex-spp.el
1572         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1573         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1574         * semantic/idle.el
1575         (semantic-idle-summary-current-symbol-info-brutish)
1576         (semantic-idle-summary-current-symbol-info-default):
1577         * semantic/grammar.el (semantic-grammar-recreate-package)
1578         (semantic--grammar-macro-compl-dict):
1579         * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1580         * semantic/format.el (semantic-format-tag-custom-list)
1581         (semantic-format-tag-canonical-name-default):
1582         * semantic/find.el (semantic-find-tag-by-overlay-in-region)
1583         (semantic-find-tags-for-completion)
1584         (semantic-find-tags-by-scope-protection-default)
1585         (semantic-deep-find-tags-for-completion):
1586         * semantic/edit.el
1587         (semantic-edits-incremental-reparse-failed-hook)
1588         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1589         (semantic-edits-splice-remove, semantic-edits-splice-replace):
1590         * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1591         * semantic/dep.el (semantic-dependency-include-path):
1592         * semantic/db.el (semanticdb-default-find-index-class)
1593         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1594         (semanticdb-project-roots):
1595         * semantic/db-find.el (semanticdb-implied-include-tags)
1596         (semanticdb-find-adebug-insert-scanned-tag-cons)
1597         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1598         (semanticdb-brute-deep-find-tags-for-completion):
1599         * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1600         * semantic/ctxt.el (semantic-beginning-of-context-default)
1601         (semantic-end-of-context-default)
1602         (semantic-ctxt-current-function-default)
1603         (semantic-ctxt-scoped-types-default):
1604         * semantic/complete.el (semantic-complete-read-tag-engine)
1605         (semantic-complete-inline-tag-engine)
1606         (semantic-complete-inline-custom-type)
1607         (semantic-complete-read-tag-analyzer):
1608         * semantic/chart.el (semantic-chart-tags-by-class)
1609         (semantic-chart-database-size):
1610         * semantic/analyze.el (semantic-analyze-current-symbol)
1611         (semantic-analyze-current-context):
1612         * semantic/symref/list.el (semantic-symref)
1613         (semantic-symref-hide-buffer, semantic-symref-symbol):
1614         * semantic/symref/grep.el (semantic-symref-grep-use-template):
1615         * semantic/symref/filter.el (semantic-symref-hits-in-region):
1616         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1617         * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1618         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1619         (semantic-c-dereference-template):
1620         * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1621         (semantic--analyze-refs-full-lookup-with-parents)
1622         (semantic--analyze-refs-full-lookup-simple):
1623         * semantic/analyze/complete.el
1624         (semantic-analyze-possible-completions):
1625         * srecode/table.el (srecode-mode-table-new):
1626         * srecode/srt.el (srecode-read-variable-name):
1627         * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1628         * srecode/semantic.el (srecode-semantic-handle-:tag)
1629         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1630         * srecode/map.el (srecode-current-map):
1631         * srecode/insert.el (srecode-insert)
1632         (srecode-insert-variable-secondname-handler, srecode-insert-method)
1633         (srecode-template-inserter-point-override)
1634         (srecode-insert-include-lookup):
1635         * srecode/getset.el (srecode-auto-choose-class):
1636         * srecode/extract.el (srecode-inserter-extract):
1637         * srecode/document.el
1638         (srecode-document-autocomment-return-last-alist)
1639         (srecode-document-autocomment-param-type-alist)
1640         (srecode-document-insert-function-comment)
1641         (srecode-document-insert-variable-one-line-comment)
1642         (srecode-document-function-name-comment):
1643         * srecode/dictionary.el (srecode-create-dictionary)
1644         (srecode-compound-toString):
1645         * srecode/compile.el (srecode-flush-active-templates):
1646         * srecode/args.el (srecode-semantic-handle-:blank):
1647         Doc/message fixes.
1649 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1651         * semantic/wisent/javat-wy.el
1652         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1654 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
1656         * srecode/expandproto.el: Fix provide statement.
1658 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
1660         * ede/srecode.el: Fix provide statement.
1662 2009-09-30  Glenn Morris  <rgm@gnu.org>
1664         * ede/proj.el (ede-proj-target-makefile-miscelaneous):
1665         * ede/proj-aux.el (ede-aux-source):
1666         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1667         (ede-misc-source):
1668         * semantic/mru-bookmark.el (semantic-mrub-completing-read)
1669         (semantic-mrub-switch-tags): Fix doc typos.
1671         * semantic/db-global.el (data-debug-new-buffer)
1672         (data-debug-insert-thing): Remove unneeded declarations (one broken).
1673         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1675         * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1677         * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1678         use of CL function `remove-if-not'.
1680 2009-09-29  Glenn Morris  <rgm@gnu.org>
1682         * semantic/symref/idutils.el:
1683         * semantic/symref/list.el: Relicense under GPLv3+.
1685         * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1687         * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1688         * semantic/tag-file.el (semanticdb-table-child-p):
1689         * srecode/compile.el (srecode-template-inserter-newline-child-p):
1690         Mark declarations not understood by check-declare.
1692 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1694         CEDET (development tools) package merged.
1696         * *.el:
1697         * ede/*.el:
1698         * semantic/*.el:
1699         * srecode/*.el: New files.
1701 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1703         * cedet-cscope.el:
1704         * cedet-files.el:
1705         * cedet-global.el:
1706         * cedet-idutils.el:
1707         * data-debug.el:
1708         * inversion.el:
1709         * mode-local.el:
1710         * pulse.el: New files.
1712 ;; Local Variables:
1713 ;; coding: utf-8
1714 ;; End:
1716         Copyright (C) 2009-2012  Free Software Foundation, Inc.
1718   This file is part of GNU Emacs.
1720   GNU Emacs is free software: you can redistribute it and/or modify
1721   it under the terms of the GNU General Public License as published by
1722   the Free Software Foundation, either version 3 of the License, or
1723   (at your option) any later version.
1725   GNU Emacs is distributed in the hope that it will be useful,
1726   but WITHOUT ANY WARRANTY; without even the implied warranty of
1727   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1728   GNU General Public License for more details.
1730   You should have received a copy of the GNU General Public License
1731   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.