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