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