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