Fix require names in CEDET 1.0 merge.
[emacs.git] / lisp / cedet / ChangeLog
blob5b75dfb5048436751b913e8a22734be88ccce8d4
1 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
3         * ede/linux.el (ede-project-class-files):
4         * ede/generic.el (ede-generic-new-autoloader):
5         * ede/emacs.el (ede-project-class-files):
6         * ede/simple.el (ede-project-class-files):
7         * ede/cpp-root.el (ede-project-class-files): Fix require name.
9 2010-09-21  Eric Ludlam  <zappo@gnu.org>
11         Synch SRecode to CEDET 1.0.
13         * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
14         'never, disable all pulsing.
16         * cedet.el (cedet-version):
17         * srecode.el (srecode-version): Bump version to 1.0.
19         * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
20         (semantic-insert-foreign-tag): Use it.
22         * srecode/mode.el (srecode-bind-insert): Call
23         srecode-load-tables-for-mode.
24         (srecode-minor-mode-templates-menu): Do not list templates that
25         are not in the current project.
26         (srecode-menu-bar): Add binding for srecode-macro-help.
28         * srecode/table.el (srecode-template-table): Add :project slot.
29         (srecode-dump): Dump it.
31         * srecode/map.el (srecode-map-update-map): Make map loading more
32         robust.
34         * srecode/insert.el (srecode-insert-fcn): Merge template
35         dictionary before resolving arguments.
36         (srecode-insert-method-helper): Add error checking to make sure
37         that we only have dictionaries.
38         (srecode-insert-method): Check template nesting depth when using
39         point inserter override.
40         (srecode-insert-method): Install override with depth limit.
42         * srecode/getset.el (srecode-insert-getset): Force tag table
43         update.  Don't query the class if it is empty.
45         * srecode/find.el (srecode-template-get-table)
46         (srecode-template-get-table-for-binding)
47         (srecode-all-template-hash): Skip if not in current project.
48         (srecode-template-table-in-project-p): New method.
50         * srecode/fields.el (srecode-fields-exit-confirmation): New option.
51         (srecode-field-exit-ask): Use it.
53         * srecode/dictionary.el (srecode-dictionary-add-template-table):
54         Do not add variables in tables not for the current project.
55         (srecode-compound-toString): Handle cases where the default value
56         is another compound value.
57         (srecode-dictionary-lookup-name): New optional argument
58         NON-RECURSIVE, which inhibits visiting dictionary parents.
59         (srecode-dictionary-add-section-dictionary)
60         (srecode-dictionary-merge): New optional argument FORCE adds
61         values even if an identically named entry exists.
62         (srecode-dictionary-add-entries): New method.
63         (srecode-create-dictionaries-from-tags): New function.
65         * srecode/cpp.el (srecode-cpp): New defgroup.
66         (srecode-cpp-namespaces): New option.
67         (srecode-semantic-handle-:using-namespaces)
68         (srecode-cpp-apply-templates): New functions.
69         (srecode-semantic-apply-tag-to-dict): Handle template parameters
70         by calling `srecode-cpp-apply-templates'.
72         * srecode/compile.el (srecode-compile-templates): Fix directory
73         compare of built-in templates.  Give built-ins lower piority.
74         Support special variable "project".
75         (srecode-compile-template-table): Set :project slot of new tables.
76         (srecode-compile-one-template-tag): Use
77         srecode-create-dictionaries-from-tags.
79 2010-09-21  Eric Ludlam  <zappo@gnu.org>
81         Synch EDE to CEDET 1.0.
83         * cedet-idutils.el (cedet-idutils-make-command): New option.
84         (cedet-idutils-mkid-call):
85         (cedet-idutils-create/update-database): New functions.
87         * cedet-cscope.el (cedet-cscope-create):
88         (cedet-cscope-create/update-database): New functions.
89         (cedet-cscope-support-for-directory): Make interactive.
91         * cedet-global.el (cedet-global-gtags-command): New option.
92         (cedet-gnu-global-gtags-call)
93         (cedet-gnu-global-create/update-database): New functions.
95         * ede.el (ede-save-cache): Fix recentf-exclude expression.
96         (ede-make-dist): Always use toplevel project.
97         (ede-buffer-object): If we fail to find an object in the current
98         project, loop upward looking for a match.  If no target is found,
99         use most local project.
100         (ede-buffer-belongs-to-target-p)
101         (ede-buffer-belongs-to-project-p): New functions.
102         (ede-initialize-state-current-buffer): New function.
103         (ede-target-forms-menu, ede-project-buffers): Use them.
104         (ede-minor-mode, ede-reset-all-buffers): Use it.
105         (project-interactive-select-target, project-add-file): Don't use
106         ede-project-force-load.
107         (ede-buffer-object): New arg PROJSYM.
108         (ede-minor-mode): Remove ede-directory-project-p test.
109         (ede-initialize-state-current-buffer): Don't test for
110         ede-directory-project-p if there is a matching open project.
111         (ede-customize-forms-menu): Prevent error if there is no project.
112         (ede-load-project-file): Set ede-constructing to the thing being
113         constructed, instead of t.
114         (ede-project-force-load): Deleted.
116         * ede/base.el:
117         * ede/auto.el:
118         * ede/custom.el: New files.
120         * ede/autoconf-edit.el (autoconf-find-last-macro)
121         (autoconf-parameters-for-macro): Parse multiline parameters of
122         macros.  Optionally ignore case and at bol for macro.
123         (autoconf-parameter-strip): Use greedy match for newlines.
124         (autoconf-new-automake-string): Deleted.
125         (autoconf-new-program): Use SRecode to fill an empty file.
127         * ede/cpp-root.el (ede-create-lots-of-projects-under-dir): New
128         function.
130         * ede/files.el (ede-flush-project-hash): New command.
131         (ede-convert-path): Add optional PROJECT arg.
132         (ede-directory-project-p): Obey ".ede-ignore".
133         (ede-expand-filename-local)
134         (ede-expand-filename-impl-via-subproj): New methods.
135         (ede-expand-filename-impl): Use them.
136         (ede-project-root, ede-project-root-directory): Move to
137         ede/auto.el.
139         * ede/locate.el (ede-locate-flush-hash):
140         (ede-locate-create/update-root-database): New methods.
141         (initialize-instance): Use ede-locate-flush-hash.
143         * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
144         the top project and not a metasubproject, set TOP to CURDIR.
145         (ede-proj-makefile-insert-variables): Output a target's object
146         list whether or not the vars are already in the Makefile.
147         (ede-pmake-insert-variable-once): New macro.
149         * ede/project-am.el (project-am-with-makefile-current): Add
150         recentf-exclude.
151         (project-am-load-makefile): Obey an optional suggested name.
152         (project-am-expand-subdirlist): New function.
153         (project-am-makefile::project-rescan): Use it.  Combine SUBDIRS
154         and DIST_SUBDIRS.
155         (project-am-meta-type-alist): A list to scan better Makefile.am
156         (project-am-scan-for-targets): Scan also over
157         project-am-meta-type-alist.
158         (ede-system-include-path): Simple implementation.
159         (ede-find-target): Deleted.  EDE core takes care of this.
160         (ede-buffer-mine): Create the searched filename as relative.
161         (project-am-load): Simplify, using autoconf-edit.
162         (project-am-extract-package-info): Fix separators.
164         * ede/proj.el (project-run-target): New method.
165         (project-make-dist, project-compile-project): Use
166         ede-proj-automake-p to determine which kind of compile to use.
167         (project-rescan): Call ede-load-project-file.
168         (ede-buffer-mine): Add more file names that belong to the project.
169         (ede-proj-compilers): Improve error message.
171         * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
172         (ede-source-c++): Add more C++ extensions.
173         (ede-proj-target-makefile-objectcode): Quote initforms.  Support
174         lex and yacc.
176         * ede/proj-prog.el (ede-proj-makefile-insert-rules): Removed.
177         (ede-proj-makefile-insert-variables): New, add LDDEPS.
178         (ede-proj-makefile-insert-automake-post-variables): Add LDADD
179         variable.  Use ldlibs-local slot.  Add a -l to ldlibs strings.
180         (ede-proj-target-makefile-program): Swap order of two slots so
181         they show up in the same order as in the command line.
182         (ede-proj-target-makefile-program): Add ldlibs-local slot.
184         * ede/proj-shared.el (ede-g++-libtool-shared-compiler): Fix
185         inference rule to use cpp files.
186         (ede-proj-target-makefile-shared-object): Quote initforms.
188         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
189         * ede/proj-info.el (ede-proj-target-makefile-info):
190         * ede/proj-aux.el (ede-proj-target-aux):
191         * ede/proj-archive.el (ede-proj-target-makefile-archive):
192         * ede/proj-elisp.el (ede-proj-target-elisp)
193         (ede-proj-target-elisp-autoloads): Quote initforms.
195         * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
197         * ede/shell.el (ede-shell-buffer): Fix buffer name.
199         * ede/pconf.el (ede-proj-configure-synchronize): If user events
200         occur while waiting for the compile process to finish, pull them
201         in and discard those events.
203 2010-09-19  Eric Ludlam  <zappo@gnu.org>
205         Synch Semantic to CEDET 1.0.
207         * semantic.el (semantic-version): Update to 2.0.
208         (semantic-mode-map): Add "," and "m" bindings.
209         (navigate-menu): Update.
211         * semantic/symref.el (semantic-symref-calculate-rootdir):
212         New function.
213         (semantic-symref-detect-symref-tool): Use it.
215         * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
216         (semantic-symref-perform-search): Use it.  Calculate root dir with
217         semantic-symref-calculate-rootdir.
218         (semantic-symref-derive-find-filepatterns): Improve error message.
220         * semantic/symref/list.el
221         (semantic-symref-results-mode-map): New bindings.
222         (semantic-symref-auto-expand-results): New option.
223         (semantic-symref-results-dump): Obey auto-expand.
224         (semantic-symref-list-expand-all, semantic-symref-regexp)
225         (semantic-symref-list-contract-all)
226         (semantic-symref-list-map-open-hits)
227         (semantic-symref-list-update-open-hits)
228         (semantic-symref-list-create-macro-on-open-hit)
229         (semantic-symref-list-call-macro-on-open-hits): New functions.
230         (semantic-symref-list-menu-entries)
231         (semantic-symref-list-menu): New vars.
232         (semantic-symref-list-map-open-hits): Move cursor to beginning of
233         match before calling the mapped function.
235         * semantic/doc.el
236         (semantic-documentation-comment-preceeding-tag): Do nothing if the
237         mode doesn't provide comment-start-skip.
239         * semantic/scope.el
240         (semantic-analyze-scope-nested-tags-default): Strip duplicates.
241         (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
242         looking for as part of the scoped tags list.
244         * semantic/html.el (semantic-default-html-setup): Add
245         senator-step-at-tag-classes.
247         * semantic/decorate/include.el
248         (semantic-decoration-on-unknown-includes): Change light bgcolor.
249         (semantic-decoration-on-includes-highlight-default): Check that
250         the include tag has a postion.
252         * semantic/complete.el (semantic-collector-local-members):
253         (semantic-complete-read-tag-local-members)
254         (semantic-complete-jump-local-members): New class and functions.
255         (semantic-complete-self-insert): Save excursion before completing.
257         * semantic/analyze/complete.el
258         (semantic-analyze-possible-completions-default): If no completions
259         are found, return the raw by-name-only completion list.  Add FLAGS
260         arguments.  Add support for 'no-tc (type constraint) and
261         'no-unique, or no stripping duplicates.
262         (semantic-analyze-possible-completions-default): Add FLAGS arg.
264         * semantic/util-modes.el
265         (semantic-stickyfunc-show-only-functions-p): New option.
266         (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
267         the very first line in a buffer.
269         * semantic/util.el (semantic-hack-search)
270         (semantic-recursive-find-nonterminal-by-name)
271         (semantic-current-tag-interactive): Deleted.
272         (semantic-describe-buffer): Fix expand-nonterminal.  Add
273         lex-syntax-mods, type relation separator char, and command
274         separation char.
275         (semantic-sanity-check): Only message if called interactively.
277         * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
278         :filename property and the tag position.
280         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
281         Add recursion limit.
283         * semantic/imenu.el (semantic-imenu-bucketize-type-members):
284         Make this buffer local, not the obsoleted variable.
286         * semantic/idle.el: Add breadcrumbs support.
287         (semantic-idle-summary-current-symbol-info-default)
288         (semantic-idle-tag-highlight)
289         (semantic-idle-completion-list-default): Use
290         semanticdb-without-unloaded-file-searches for speed, and to
291         conform to the controls that specify if the idle timer is supposed
292         to be parsing unparsed includes.
293         (semantic-idle-symbol-highlight-face)
294         (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
295         Callers changed.
296         (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
297         (semantic-idle-work-update-headers-flag): New var.
298         (semantic-idle-work-for-one-buffer): Use it.
299         (semantic-idle-local-symbol-highlight): Rename from
300         semantic-idle-tag-highlight.
301         (semantic-idle-truncate-long-summaries): New option.
303         * semantic/ia.el (semantic-ia-cache)
304         (semantic-ia-get-completions): Deleted.  Callers changed.
305         (semantic-ia-show-variants): New command.
306         (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
307         (semantic-ia-show-summary): If there isn't anything to show, say so.
309         * semantic/grammar.el (semantic-grammar-create-package):
310         Save the buffer even in batch mode.
312         * semantic/fw.el
313         (semanticdb-without-unloaded-file-searches): New macro.
315         * semantic/dep.el (semantic-dependency-find-file-on-path):
316         Fix case dereferencing ede-object when it is a list.
318         * semantic/db-typecache.el (semanticdb-expand-nested-tag)
319         (semanticdb-typecache-faux-namespace): New functions.
320         (semanticdb-typecache-file-tags)
321         (semanticdb-typecache-merge-streams): Use them.
322         (semanticdb-typecache-file-tags): When deriving tags from a file,
323         give the mode a chance to monkey with the tag copy.
324         (semanticdb-typecache-find-default): Wrap find in save-excursion.
325         (semanticdb-typecache-find-by-name-helper): Merge found names down.
327         * semantic/db-global.el
328         (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
329         GNU Global is not available and we don't want to throw an error.
331         * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
332         When trying to normalize the tag to a buffer, don't error if
333         set-buffer method doesn't exist.
335         * semantic/db-file.el (semanticdb-save-db): Simplify msg.
337         * semantic/db.el (semanticdb-refresh-table): If forcing a
338         refresh on a file not in a buffer, use semantic-find-file-noselect
339         and delete the buffer after use.
340         (semanticdb-current-database-list): When calculating root via
341         hooks, force it through true-filename and skip the list of
342         possible roots.
344         * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
346         * semantic/analyze/debug.el
347         (semantic-analyzer-debug-insert-tag): Reset standard output to
348         current buffer.
349         (semantic-analyzer-debug-global-symbol)
350         (semantic-analyzer-debug-missing-innertype): Change "prefix" to
351         "symbol" in messages.
353         * semantic/analyze/refs.el: (semantic-analyze-refs-impl)
354         (semantic-analyze-refs-proto): When calculating value, make sure
355         the found tag is 'similar' to the originating tag.
356         (semantic--analyze-refs-find-tags-with-parent): Attempt to
357         identify matches via imported symbols of parents.
358         (semantic--analyze-refs-full-lookup-with-parents): Do a deep
359         search during the brute search.
361         * semantic/analyze.el
362         (semantic-analyze-find-tag-sequence-default): Be robust to
363         calculated scopes being nil.
365         * semantic/bovine/c.el (semantic-c-describe-environment): Add
366         project macro symbol array.
367         (semantic-c-parse-lexical-token): Add recursion limit.
368         (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
369         New overrides.
370         (semantic-expand-c-tag-namelist): Split a full type from a typedef
371         out to its own tag.
372         (semantic-expand-c-tag-namelist): Do not split out a typedef'd
373         inline type if it is an anonymous type.
374         (semantic-c-reconstitute-token): Use the optional initializers as
375         a clue that some function is probably a constructor.  When
376         defining the type of these constructors, split the parent name,
377         and use only the class part, if applicable.
379         * semantic/bovine/c-by.el:
380         * semantic/wisent/python-wy.el: Regenerate.
382 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
384         * semantic/db-file.el (object-write): Fix typo in docstring.
386 2010-06-03  Eric Ludlam  <zappo@gnu.org>
388         * semantic/lex-spp.el
389         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
390         invalid values during save, just save a nil (Bug#6324).
392 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
394         * ede/cpp-root.el (ede-set-project-variables): Fix feature name
395         (bug#6231).
397 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
399         * ede/pmake.el (ede-proj-makefile-insert-variables):
400         Don't destroy list before using it.
402 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
404         * semantic/imenu.el (semantic-imenu-bucketize-type-members)
405         (semantic-create-imenu-directory-index): Fix typos in docstrings.
406         (semantic-imenu-goto-function): Reflow docstring.
408 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
410         * srecode/table.el (srecode-template-table): Fix docstring typo.
412 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
414         * semantic/imenu.el: New file, from the CEDET repository
415         (Bug#5412).
417 2010-03-06  Glenn Morris  <rgm@gnu.org>
419         * semantic/grammar.el (semantic-grammar-header-template):
420         Update template copyright to GPLv3+.
422 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
424         * semantic/db-find.el
425         (semanticdb-find-translate-path-brutish-default):
426         * ede/make.el (ede-make-check-version): Use
427         with-current-buffer instead of save-excursion.
429 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
431         * data-debug.el (data-debug): Move to extensions group.
433         * ede.el (ede):
434         * srecode.el (srecode):
435         * semantic.el (semantic): Put in tools and extensions group.
437 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
439         * ede.el (ede-run-target, project-delete-target)
440         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
441         (ede-adebug-project, ede-adebug-project-parent)
442         (ede-adebug-project-root): Fix typos in docstrings.
444 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
446         * ede/locate.el (ede-locate-file-in-project)
447         (ede-locate-file-in-project-impl): Fix typos in docstrings.
448         (ede-enable-locate-on-project): Fix typos in error messages.
450         * semantic/util-modes.el (semantic-unmatched-syntax-face)
451         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
452         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
453         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
454         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
455         Fix typos in menu help.
457         * semantic.el (semantic-require-version, semantic--buffer-cache)
458         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
459         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
460         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
461         (semantic-parse-stream, semantic-parse-region)
462         (semantic-parse-region-default, semantic--set-buffer-cache)
463         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
464         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
465         (semantic-default-submodes):
466         * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
467         (semanticdb-create-ebrowse-database)
468         (semanticdb-find-tags-for-completion-method)
469         (semanticdb-find-tags-by-class-method)
470         (semanticdb-deep-find-tags-by-name-method)
471         (semanticdb-deep-find-tags-for-completion-method):
472         * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
473         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
474         (semanticdb-find-tags-for-completion-method)
475         (semanticdb-find-tags-by-class-method)
476         (semanticdb-deep-find-tags-for-completion-method):
477         * semantic/db-find.el (semanticdb-find-translate-path)
478         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
479         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
480         (semanticdb-find-tags-by-name-method)
481         (semanticdb-find-tags-by-name-regexp-method)
482         (semanticdb-find-tags-for-completion-method)
483         (semanticdb-find-tags-by-class-method)
484         (semanticdb-find-tags-external-children-of-type-method)
485         (semanticdb-find-tags-subclasses-of-type-method)
486         (semanticdb-deep-find-tags-by-name-method)
487         (semanticdb-deep-find-tags-by-name-regexp-method)
488         (semanticdb-deep-find-tags-for-completion-method):
489         * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
490         (semanticdb-enable-gnu-global-in-buffer)
491         (semanticdb-find-tags-for-completion-method)
492         (semanticdb-deep-find-tags-by-name-method)
493         (semanticdb-deep-find-tags-for-completion-method):
494         * semantic/db-javascript.el (semanticdb-javascript-tags)
495         (javascript-mode, semanticdb-find-translate-path)
496         (semanticdb-find-tags-for-completion-method)
497         (semanticdb-find-tags-by-class-method)
498         (semanticdb-deep-find-tags-by-name-method)
499         (semanticdb-deep-find-tags-for-completion-method)
500         (semanticdb-find-tags-external-children-of-type-method):
501         * semantic/idle.el (semantic-idle-work-core-handler)
502         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
503         (global-semantic-idle-scheduler-mode):
504         * srecode/dictionary.el (srecode-field-value)
505         (srecode-dictionary-add-section-dictionary):
506         Fix typos in docstrings.
508 2010-01-17  Glenn Morris  <rgm@gnu.org>
510         * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
512 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
514         * semantic.el (semantic-mode): Fix typos in docstrings.
516 2010-01-16  Mario Lang  <mlang@delysid.org>
518         * ede/cpp-root.el (ede-cpp-root-project):
519         * ede/files.el (ede-expand-filename):
520         * ede/simple.el (ede-simple-project):
521         * semantic/complete.el (semantic-complete-read-tag-engine)
522         (semantic-complete-inline-tag-engine):
523         * semantic/db-el.el (semanticdb-equivalent-mode):
524         * semantic/db-global.el (semanticdb-equivalent-mode):
525         * semantic/db-javascript.el (semanticdb-equivalent-mode):
526         * semantic/db.el (semanticdb-equivalent-mode):
527         * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
528         * semantic/idle.el (semantic-idle-work-for-one-buffer):
529         Remove duplicated words in doc-strings.
531 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
533         * semantic/edit.el (semantic-reparse-needed-change-hook)
534         (semantic-no-reparse-needed-change-hook):
535         * srecode/insert.el (srecode-resolve-argument-list)
536         (srecode-template-inserter-blank, srecode-template-inserter-variable)
537         (srecode-template-inserter-ask, srecode-template-inserter-width)
538         (srecode-template-inserter-section-start)
539         (srecode-template-inserter-section-end, srecode-insert-method):
541 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
543         * data-debug.el (data-debug): Fix customization group reference.
545 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
547         * semantic/analyze.el (semantic-analyze-push-error)
548         (semantic-analyze-context, semantic-analyze-context-assignment)
549         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
550         * semantic/java.el (java-mode, semantic-tag-include-filename)
551         (semantic-java-doc-keywords-map):
552         * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
553         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
554         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
555         (semantic-c-classname, semantic-format-tag-uml-prototype)
556         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
557         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
558         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
559         (semantic-get-local-variables, semantic-end-of-command)
560         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
561         (lisp-mode):
562         * semantic/bovine/make.el (makefile-mode):
563         * semantic/wisent/python.el (wisent-python-string-re)
564         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
565         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
566         (semantic-lex, semantic-get-local-variables, python-mode):
567         * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
568         * srecode/extract.el (srecode-extract-state-set)
569         (srecode-extract-method): Fix typos in docstrings.
571 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
573         * semantic.el (semantic-new-buffer-setup-functions):
574         Add python parser.
576 2010-01-10  Richard Kim  <emacs18@gmail.com>
578         * semantic/wisent/python-wy.el:
579         * semantic/wisent/python.el: New files.
581 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
583         * semantic/db-typecache.el (semanticdb-typecache-find-default):
584         Fix typo in docstring.
586 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
588         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
589         (semantic-mru-bookmark-mode): Doc fixes.
591         * semantic/db.el (semanticdb-cache-get): Use error instead
592         of assert.
594 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
596         * semantic/ia.el (semantic-ia-complete-symbol):
597         Make argument optional.
599 2009-12-05  Eric Ludlam  <zappo@gnu.org>
601         * semantic/bovine/c.el (semantic-c-describe-environment):
602         Describe project macro symbols.
604         * semantic/complete.el (semantic-complete-do-completion):
605         Don't call semantic-collector-current-exact-match.
607         * ede.el (ede-apply-preprocessor-map): Accept lists of
608         ede-objects as targets.
610         * ede/pmake.el (ede-proj-makefile-insert-variables): Output
611         a target's object list even if compiler vars are already in the
612         Makefile.
614         * ede/emacs.el (ede-preprocessor-map): Add config.h to the
615         list of headers producing necessary macros.
617 2009-11-24  Glenn Morris  <rgm@gnu.org>
619         * semantic/idle.el (global-semantic-idle-scheduler-mode):
620         Move after definition of global-semantic-idle-tag-highlight-mode.
622 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
624         * srecode/map.el (srecode-get-maps):
625         * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
626         * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
627         * semantic/decorate/mode.el (semantic-decoration-mode)
628         (semantic-toggle-decoration-style):
629         * semantic/decorate/include.el
630         (semantic-decoration-include-describe)
631         (semantic-decoration-unknown-include-describe)
632         (semantic-decoration-unparsed-include-describe)
633         (semantic-decoration-all-include-summary):
634         * semantic/bovine/c.el (semantic-c-debug-mode-init):
635         * semantic/analyze/complete.el
636         (semantic-analyze-possible-completions):
637         * semantic/util-modes.el (semantic-highlight-edits-mode)
638         (semantic-show-unmatched-syntax-mode)
639         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
640         (semantic-highlight-func-mode):
641         * semantic/util.el (semantic-describe-buffer):
642         * semantic/symref.el (semantic-symref-find-references-by-name)
643         (semantic-symref-find-tags-by-name)
644         (semantic-symref-find-tags-by-regexp)
645         (semantic-symref-find-tags-by-completion)
646         (semantic-symref-find-file-references-by-name)
647         (semantic-symref-find-text):
648         * semantic/senator.el (senator-copy-tag, senator-kill-tag)
649         (senator-yank-tag):
650         * semantic/scope.el (semantic-calculate-scope):
651         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
652         * semantic/idle.el (semantic-idle-scheduler-mode)
653         (define-semantic-idle-service):
654         * semantic/complete.el (semantic-complete-analyze-inline)
655         (semantic-complete-analyze-inline-idle):
656         * semantic/analyze.el (semantic-analyze-current-context):
657         * mode-local.el (describe-mode-local-bindings)
658         (describe-mode-local-bindings-in-mode):
659         * ede/make.el (ede-make-check-version):
660         * ede/locate.el (ede-enable-locate-on-project):
661         * cedet-idutils.el (cedet-idutils-expand-filename)
662         (cedet-idutils-version-check):
663         * cedet-global.el (cedet-gnu-global-expand-filename)
664         (cedet-gnu-global-version-check):
665         * cedet-cscope.el (cedet-cscope-expand-filename)
666         (cedet-cscope-version-check): Use called-interactively-p instead
667         of interactive-p.
669         * semantic/ia.el (semantic-ia-completion-format-tag-function):
670         Use semantic-format-tag-prototype.
672 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
674         * semantic/complete.el (semantic-complete-read-tag-engine)
675         (semantic-complete-jump-local, semantic-complete-jump):
676         Improve prompt string.
678 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
680         * semantic/complete.el (semantic-complete-inline-map): Doc fix.
682         * semantic/idle.el (define-semantic-idle-service)
683         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
685 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
687         * cedet.el (cedet-menu-map): Re-order menu items.
689         * semantic.el: Enable idle-mode menu items only if
690         global-semantic-idle-scheduler-mode is enabled.
691         (semantic-default-submodes): Doc fix.
693         * semantic/idle.el (global-semantic-idle-scheduler-mode):
694         When turning off, disable other idle modes.
696 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
698         * semantic/idle.el (semantic-idle-summary-mode)
699         (semantic-idle-summary-mode): Define using define-minor-mode
700         instead of define-semantic-idle-service.
701         (semantic-idle-summary-mode): New function.
702         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
703         that mouse motion does not reset the echo area.
705 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
707         * semantic/ctxt.el (semantic-get-local-variables): Disable
708         the progress reporter entirely.
710 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
712         * semantic/fw.el (semantic/loaddefs):
713         * srecode.el (srecode/loaddefs):
714         * ede.el (ede/loaddefs): Load rather than require.
715         * ede/cpp-root.el:
716         * ede/emacs.el:
717         * ede/files.el:
718         * ede/linux.el:
719         * ede/locate.el:
720         * ede/make.el:
721         * ede/shell.el:
722         * ede/speedbar.el:
723         * ede/system.el:
724         * ede/util.el:
725         * semantic/analyze.el:
726         * semantic/bovine.el:
727         * semantic/complete.el:
728         * semantic/ctxt.el:
729         * semantic/db-file.el:
730         * semantic/db-find.el:
731         * semantic/db-global.el:
732         * semantic/db-mode.el:
733         * semantic/db-typecache.el:
734         * semantic/db.el:
735         * semantic/debug.el:
736         * semantic/dep.el:
737         * semantic/doc.el:
738         * semantic/edit.el:
739         * semantic/find.el:
740         * semantic/format.el:
741         * semantic/html.el:
742         * semantic/ia-sb.el:
743         * semantic/ia.el:
744         * semantic/idle.el:
745         * semantic/lex-spp.el:
746         * semantic/lex.el:
747         * semantic/mru-bookmark.el:
748         * semantic/scope.el:
749         * semantic/senator.el:
750         * semantic/sort.el:
751         * semantic/symref.el:
752         * semantic/tag-file.el:
753         * semantic/tag-ls.el:
754         * semantic/tag-write.el:
755         * semantic/tag.el:
756         * semantic/util-modes.el:
757         * semantic/analyze/complete.el:
758         * semantic/analyze/refs.el:
759         * semantic/bovine/c.el:
760         * semantic/bovine/gcc.el:
761         * semantic/bovine/make.el:
762         * semantic/bovine/scm.el:
763         * semantic/decorate/include.el:
764         * semantic/decorate/mode.el:
765         * semantic/symref/cscope.el:
766         * semantic/symref/global.el:
767         * semantic/symref/grep.el:
768         * semantic/symref/idutils.el:
769         * semantic/symref/list.el:
770         * semantic/wisent/java-tags.el:
771         * semantic/wisent/javascript.el:
772         * srecode/compile.el:
773         * srecode/cpp.el:
774         * srecode/document.el:
775         * srecode/el.el:
776         * srecode/expandproto.el:
777         * srecode/getset.el:
778         * srecode/insert.el:
779         * srecode/java.el:
780         * srecode/map.el:
781         * srecode/mode.el:
782         * srecode/template.el:
783         * srecode/texi.el: Remove the file-local setting of
784         generated-autoload-feature.
786 2009-11-03  Glenn Morris  <rgm@gnu.org>
788         * mode-local.el (with-mode-local): Doc fix.
790 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
792         * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
793         items.
795         * ede.el (ede-minor-mode):
796         * semantic.el (semantic-mode): Toggle menu separators.
798 2009-10-31  Glenn Morris  <rgm@gnu.org>
800         * semantic/tag.el (semantic--tag-link-list-to-buffer):
801         Use mapc rather than mapcar because the return value is never used.
803         * srecode/template.el, cedet/semantic/wisent/javascript.el:
804         * semantic/wisent/java-tags.el, cedet/semantic/texi.el:
805         * semantic/html.el:
806         Suppress harmless warnings about setting up semantic-imenu (not
807         part of Emacs) variables.
809 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * srecode/srt-mode.el (semantic-analyze-possible-completions):
812         * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
813         * semantic/symref/grep.el (semantic-symref-perform-search):
814         * semantic/bovine/gcc.el (semantic-gcc-query):
815         * semantic/bovine/c.el (semantic-c-parse-lexical-token):
816         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
817         (semantic-analyzer-debug-global-symbol)
818         (semantic-analyzer-debug-missing-innertype)
819         (semantic-analyzer-debug-insert-include-summary):
820         * semantic/util.el (semantic-file-tag-table):
821         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
822         (semantic-recursive-find-nonterminal-by-name):
823         * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
824         * semantic/tag-file.el (semantic-prototype-file):
825         * semantic/symref.el (semantic-symref-parse-tool-output):
826         * semantic/sb.el (semantic-sb-fetch-tag-table):
827         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
828         * semantic/idle.el (semantic-idle-work-for-one-buffer):
829         (semantic-idle-summary-maybe-highlight):
830         * semantic/ia-sb.el (semantic-ia-speedbar)
831         (semantic-ia-sb-tag-info):
832         * semantic/grammar.el (semantic-analyze-possible-completions):
833         * semantic/find.el (semantic-brute-find-tag-by-position):
834         * semantic/ede-grammar.el (project-compile-target):
835         (ede-proj-makefile-insert-variables):
836         * semantic/debug.el (semantic-debug-set-parser-location):
837         (semantic-debug-set-source-location, semantic-debug-interface-layout)
838         (semantic-debug-mode, semantic-debug):
839         * semantic/db.el (semanticdb-needs-refresh-p):
840         * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
841         * semantic/db-javascript.el (semanticdb-equivalent-mode):
842         * semantic/db-find.el (semanticdb-find-log-new-search)
843         (semanticdb-find-translate-path-includes--internal)
844         (semanticdb-reset-log, semanticdb-find-log-activity):
845         * semantic/db-file.el (object-write):
846         * semantic/db-el.el (semanticdb-equivalent-mode):
847         * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
848         (semanticdb-create-ebrowse-database):
849         * semantic/db-debug.el (semanticdb-table-sanity-check):
850         * semantic/complete.el (semantic-displayor-focus-request)
851         (semantic-collector-calculate-completions-raw)
852         (semantic-complete-read-tag-analyzer):
853         * semantic/analyze.el (semantic-analyze-pulse):
854         * ede/util.el (ede-update-version-in-source):
855         * ede/proj.el (project-delete-target):
856         * ede/proj-elisp.el (ede-update-version-in-source)
857         (ede-proj-flush-autoconf):
858         * ede/pconf.el (ede-proj-configure-synchronize)
859         (ede-proj-configure-synchronize):
860         * ede/locate.el (ede-locate-file-in-project-impl):
861         * ede/linux.el (ede-linux-version):
862         * ede/emacs.el (ede-emacs-version):
863         * ede/dired.el (ede-dired-add-to-target):
864         * ede.el (ede-buffer-header-file, ede-find-target)
865         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
866         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
867         * cedet-idutils.el (cedet-idutils-fnid-call):
868         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
869         (cedet-idutils-version-check):
870         * cedet-global.el (cedet-gnu-global-call):
871         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
872         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
873         * cedet-cscope.el (cedet-cscope-call)
874         (cedet-cscope-expand-filename, cedet-cscope-version-check):
875         Use with-current-buffer.
876         * ede.el (ede-make-project-local-variable)
877         (ede-set-project-variables, ede-set): Use dolist.
879 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * mode-local.el (make-obsolete-overload): Add `when' argument.
882         (overload-docstring-extension): Use that info.
883         * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
884         * semantic/idle.el (semantic-eldoc-current-symbol-info):
885         * semantic/tag-ls.el (semantic-nonterminal-protection)
886         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
887         (semantic-nonterminal-full-name): Add the new `when' info.
888         * semantic/decorate/mode.el (semantic/decorate): Require CL for
889         `assert'.
891 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
893         * semantic/fw.el (semantic-alias-obsolete)
894         (semantic-varalias-obsolete): Make the `when' arg mandatory.
895         (define-mode-overload-implementation):
896         * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
897         * semantic/wisent.el (wisent-lex-make-token-table):
898         * semantic/util.el (semantic-file-token-stream)
899         (semantic-something-to-stream):
900         * semantic/tag.el (semantic-tag-make-assoc-list)
901         (semantic-expand-nonterminal):
902         * semantic/tag-file.el (semantic-find-nonterminal)
903         (semantic-find-dependency, semantic-find-nonterminal)
904         (semantic-find-dependency):
905         * semantic/lex.el (semantic-flex-start, semantic-flex-end)
906         (semantic-flex-text, semantic-flex-make-keyword-table)
907         (semantic-flex-keyword-p, semantic-flex-keyword-put)
908         (semantic-flex-keyword-get, semantic-flex-map-keywords)
909         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
910         * semantic/java.el (semantic-java-prototype-nonterminal):
911         * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
912         (semantic-after-idle-scheduler-reparse-hooks):
913         * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
914         * semantic/db-mode.el (semanticdb-mode-hooks):
915         * semantic.el (semantic-toplevel-bovine-table)
916         (semantic-toplevel-bovine-cache)
917         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
918         (semantic-init-mode-hooks, semantic-init-db-hooks)
919         (semantic-bovination-working-type): Provide the `when' arg.
921 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
923         * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
924         * semantic/tag.el (semantic-token-type-parent): Add WHEN
925         argument to make-obsolete.
927         * semantic/fw.el (semantic-alias-obsolete)
928         (semantic-varalias-obsolete): Add optional WHEN argument.
930 2009-10-21  Eric Ludlam  <zappo@gnu.org>
932         * semantic/bovine/c.el (semantic-c-debug-mode-init)
933         (semantic-c-debug-mode-init-pch): New functions.
934         (semantic-c-debug-mode-init-last-mode): New var.
935         (semantic-c-parse-lexical-token): Use them.
937         * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
938         When extracting the argument list, limit only by point-max.
940 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
942         * srecode/srt.el:
943         * srecode/compile.el:
944         * semantic/mru-bookmark.el:
945         * semantic/debug.el:
946         * semantic/complete.el:
947         * semantic/analyze.el: Require CL when compiling.
949 2009-10-17  Eric Ludlam  <zappo@gnu.org>
951         * semantic/scope.el
952         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
953         tmpscope so that the regular scope will continue to work.
955         * semantic/idle.el (semantic-idle-tag-highlight):
956         Use semantic-idle-summary-highlight-face as the highlighting.
958         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
959         contains multibyte characters, choose first applicable coding
960         system automatically.
962         * ede/project-am.el (project-run-target): New method.
963         (project-run-target): New method.
965         * ede.el (ede-target): Add run target menu item.
966         (ede-project, ede-minor-keymap): Add ede-run-target binding.
967         (ede-run-target): New function.
968         (ede-target::project-run-target): New method.
970         * ede/proj.el (project-run-target): New method.
972         * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
973         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
974         Add :rules.
975         (ede-proj-target-makefile-shared-object): Only libtool compilers
976         now available.  Add linkers for libtool.
977         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
978         (ede-proj-makefile-target-name): Always use .la extension.
980         * ede/proj-prog.el (project-run-target): New method.
982         * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
983         (ede-g++-linker): Change Change link lines.
985         * ede/pmake.el (ede-pmake-insert-variable-shared):
986         When searching for old variables, go to the end of the buffer and
987         search backward from there.
988         (ede-proj-makefile-automake-insert-subdirs)
989         (ede-proj-makefile-automake-insert-extradist): New methods.
990         (ede-proj-makefile-create): Use them.
992         * ede/pconf.el (ede-proj-configure-test-required-file):
993         Force FILE to expand to the current target.  Use file-exists-p to
994         check that it exists.
996         * ede/linux.el (ede-linux-version): Don't call "head".
997         (ede-linux-load): Wrap dir in file-name-as-directory.
998         Set :version slot.
1000         * ede/files.el (ede-get-locator-object): When enabling
1001         locate, do so on "top".
1003         * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1004         file-name-as-directory during compare.
1005         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1006         Get version number from different places.  Don't call egrep.
1007         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1008         to set the directory.
1010         * ede/shell.el: New file.
1012         * inversion.el (inversion-decoders): Allow for stray . in
1013         alpha/beta variants.
1015 2009-10-17  Glenn Morris  <rgm@gnu.org>
1017         * semantic/grammar.el (semantic-grammar--lex-delim-spec):
1018         All errors should have messages.
1020 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
1022         * ede/proj-shared.el (ede-proj-makefile-target-name):
1023         Use .la for Automake.
1025 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
1027         * ede/pconf.el (ede-proj-configure-synchronize):
1028         Use "autoreconf -i".  Suggested by Andreas Schwab.
1030 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1032         * ede/proj.el (project-make-dist, project-compile-project):
1033         Fix filename test.
1034         (ede-proj-dist-makefile): Use expand-file-name instead of concat
1035         to expand file names.
1037 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1039         * ede/proj-obj.el (ede-gcc-linker): New var.
1040         (ede-proj-target-makefile-objectcode): Use it.
1042         * ede/source.el (ede-want-any-source-files-p)
1043         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1044         Return search result.  This error was introduced while merging.
1046 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1048         * semantic.el (semantic-new-buffer-setup-functions): New option.
1049         (semantic-new-buffer-fcn): Call parser setup functions here.
1050         (semantic-mode): Don't call parser setup functions here, it's done
1051         in semantic-new-buffer-fcn now.
1052         (semantic-mode): Parse all existing buffers when enabled.
1054         * srecode/compile.el (srecode-compile-file):
1055         Call semantic-new-buffer-fcn if the buffer has not been parsed.
1057 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1059         * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1061         * ede/proj-comp.el: Don't require ede/pmake at toplevel.
1062         (proj-comp-insert-variable-once): New macro, renamed from
1063         ede-pmake-insert-variable-once in ede/pmake.edl.
1064         (ede-proj-makefile-insert-variables): Use it.
1066 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1068         * ede/makefile-edit.el (makefile-beginning-of-command)
1069         (makefile-end-of-command):
1070         * srecode/srt-mode.el (semantic-beginning-of-context)
1071         (semantic-end-of-context): Fix previous change.  Doc fixes.
1073 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1075         * ede/makefile-edit.el (makefile-beginning-of-command)
1076         (makefile-end-of-command):
1077         * semantic/lex.el (semantic-lex-token):
1078         * semantic/analyze/fcn.el
1079         (semantic-analyze-dereference-metatype-1):
1080         * semantic/bovine/c.el (semantic-lex-cpp-define)
1081         (semantic-lex-cpp-undef):
1082         * semantic/wisent/wisent.el (wisent-skip-block):
1083         * srecode/srt-mode.el (semantic-beginning-of-context)
1084         (semantic-end-of-context): Fix typos in docstrings.
1086 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1088         * ede.el (ede-project-placeholder-cache-file):
1089         * semantic/db-file.el (semanticdb-default-save-directory):
1090         * srecode/map.el (srecode-map-save-file):
1091         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
1093 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
1095         * srecode/insert.el: Require srecode/args.
1097         * srecode/args.el: Require srecode/dictionary instead of
1098         srecode/insert.
1100         * srecode/srt-mode.el (srecode-template-mode): Doc fix.
1102         * files.el (auto-mode-alist): Add .srt and Project.ede.
1104         * semantic.el (semantic-mode):
1105         Handle srecode-template-mode-hook as well.
1106         (semantic-mode): Use js-mode-hook for Javascript hook.
1108         * srecode/template.el: Remove hook variable.
1110         * ede/proj-comp.el: Require ede/pmake when compiling.
1112         * ede.el (ede-target-forms-menu): Don't enable if no
1113         projects exist.
1114         (ede-project-placeholder-cache-file): Default to a file in
1115         user-emacs-directory.
1117         * srecode/map.el (srecode-map-base-template-dir): Look for
1118         templates in data-directory.
1119         (srecode-map-save-file): Default to a file in user-emacs-directory.
1121         * ede/srecode.el (ede-srecode-setup): Use default templates
1122         directory.
1124 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1126         * semantic/util-modes.el (semantic-highlight-func-mode):
1127         Doc fix.
1129         * ede/proj-comp.el (ede-proj-makefile-insert-variables):
1130         Only insert each variable once.
1132         * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1133         (ede-pmake-insert-variable-shared): Use it.
1135         * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1136         for lexical table iff table is nil.
1138 2009-10-01  Glenn Morris  <rgm@gnu.org>
1140         * semantic/bovine/gcc.el
1141         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1142         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1144 2009-10-03  Glenn Morris  <rgm@gnu.org>
1146         * semantic/db-find.el (data-debug-insert-tag-list): Comment out
1147         declaration, currently false.
1149 2009-10-01  Glenn Morris  <rgm@gnu.org>
1151         * cedet-files.el (cedet-directory-name-to-file-name):
1152         * cedet-idutils.el (cedet-idutils-search)
1153         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
1154         (cedet-idutils-version-check):
1155         * cedet.el (cedet-version):
1156         * data-debug.el (data-debug-insert-overlay-button)
1157         (data-debug-insert-overlay-list-button)
1158         (data-debug-insert-buffer-button)
1159         (data-debug-insert-buffer-list-button)
1160         (data-debug-insert-process-button, data-debug-insert-ring-button)
1161         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1162         (data-debug-insert-stuff-vector-button)
1163         (data-debug-insert-symbol-button, data-debug-insert-string)
1164         (data-debug-insert-number, data-debug-insert-lambda-expression)
1165         (data-debug-insert-nil, data-debug-insert-simple-thing)
1166         (data-debug-insert-custom, data-debug-edebug-expr):
1167         * ede.el (ede-auto-add-method, ede-project-class-files)
1168         (global-ede-mode-map, ede-new, ede-debug-target)
1169         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1170         * semantic.el (semantic-minimum-working-buffer-size)
1171         (semantic-fetch-tags, semantic-submode-list)
1172         (semantic-default-submodes):
1173         * ede/source.el (ede-source-match):
1174         * ede/project-am.el (project-am-type-alist, project-add-file)
1175         (project-am-package-info):
1176         * ede/proj.el (ede-proj-target, project-new-target):
1177         * ede/proj-elisp.el (ede-proj-tweak-autoconf):
1178         * ede/proj-comp.el (ede-current-build-list):
1179         * ede/makefile-edit.el (makefile-move-to-macro):
1180         * ede/files.el (ede-toplevel-project-or-nil):
1181         * ede/cpp-root.el (initialize-instance):
1182         * ede/autoconf-edit.el (autoconf-find-last-macro)
1183         (autoconf-parameter-strip, autoconf-insert-new-macro):
1184         * semantic/wisent.el (wisent-lex-eoi):
1185         * semantic/util-modes.el (global-semantic-show-parser-state-mode)
1186         (semantic-show-parser-state-mode):
1187         * semantic/texi.el (semantic-texi-environment-regexp):
1188         * semantic/tag.el (semantic-tag-new-variable)
1189         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1190         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1191         (semantic--tag-deep-copy-tag-list)
1192         (semantic-tag-components-with-overlays-default):
1193         * semantic/symref.el (semantic-symref-find-text):
1194         * semantic/senator.el (senator-yank-tag)
1195         (senator-transpose-tags-up):
1196         * semantic/scope.el (semantic-analyze-scoped-tags-default)
1197         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1198         * semantic/sb.el (semantic-sb-autoexpand-length):
1199         * semantic/lex.el (semantic-lex-comment-regex)
1200         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1201         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1202         * semantic/lex-spp.el
1203         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1204         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1205         * semantic/idle.el
1206         (semantic-idle-summary-current-symbol-info-brutish)
1207         (semantic-idle-summary-current-symbol-info-default):
1208         * semantic/grammar.el (semantic-grammar-recreate-package)
1209         (semantic--grammar-macro-compl-dict):
1210         * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1211         * semantic/format.el (semantic-format-tag-custom-list)
1212         (semantic-format-tag-canonical-name-default):
1213         * semantic/find.el (semantic-find-tag-by-overlay-in-region)
1214         (semantic-find-tags-for-completion)
1215         (semantic-find-tags-by-scope-protection-default)
1216         (semantic-deep-find-tags-for-completion):
1217         * semantic/edit.el
1218         (semantic-edits-incremental-reparse-failed-hook)
1219         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1220         (semantic-edits-splice-remove, semantic-edits-splice-replace):
1221         * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1222         * semantic/dep.el (semantic-dependency-include-path):
1223         * semantic/db.el (semanticdb-default-find-index-class)
1224         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1225         (semanticdb-project-roots):
1226         * semantic/db-find.el (semanticdb-implied-include-tags)
1227         (semanticdb-find-adebug-insert-scanned-tag-cons)
1228         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1229         (semanticdb-brute-deep-find-tags-for-completion):
1230         * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1231         * semantic/ctxt.el (semantic-beginning-of-context-default)
1232         (semantic-end-of-context-default)
1233         (semantic-ctxt-current-function-default)
1234         (semantic-ctxt-scoped-types-default):
1235         * semantic/complete.el (semantic-complete-read-tag-engine)
1236         (semantic-complete-inline-tag-engine)
1237         (semantic-complete-inline-custom-type)
1238         (semantic-complete-read-tag-analyzer):
1239         * semantic/chart.el (semantic-chart-tags-by-class)
1240         (semantic-chart-database-size):
1241         * semantic/analyze.el (semantic-analyze-current-symbol)
1242         (semantic-analyze-current-context):
1243         * semantic/symref/list.el (semantic-symref)
1244         (semantic-symref-hide-buffer, semantic-symref-symbol):
1245         * semantic/symref/grep.el (semantic-symref-grep-use-template):
1246         * semantic/symref/filter.el (semantic-symref-hits-in-region):
1247         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1248         * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1249         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1250         (semantic-c-dereference-template):
1251         * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1252         (semantic--analyze-refs-full-lookup-with-parents)
1253         (semantic--analyze-refs-full-lookup-simple):
1254         * semantic/analyze/complete.el
1255         (semantic-analyze-possible-completions):
1256         * srecode/table.el (srecode-mode-table-new):
1257         * srecode/srt.el (srecode-read-variable-name):
1258         * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1259         * srecode/semantic.el (srecode-semantic-handle-:tag)
1260         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1261         * srecode/map.el (srecode-current-map):
1262         * srecode/insert.el (srecode-insert)
1263         (srecode-insert-variable-secondname-handler, srecode-insert-method)
1264         (srecode-template-inserter-point-override)
1265         (srecode-insert-include-lookup):
1266         * srecode/getset.el (srecode-auto-choose-class):
1267         * srecode/extract.el (srecode-inserter-extract):
1268         * srecode/document.el
1269         (srecode-document-autocomment-return-last-alist)
1270         (srecode-document-autocomment-param-type-alist)
1271         (srecode-document-insert-function-comment)
1272         (srecode-document-insert-variable-one-line-comment)
1273         (srecode-document-function-name-comment):
1274         * srecode/dictionary.el (srecode-create-dictionary)
1275         (srecode-compound-toString):
1276         * srecode/compile.el (srecode-flush-active-templates):
1277         * srecode/args.el (srecode-semantic-handle-:blank):
1278         Doc/message fixes.
1280 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1282         * semantic/wisent/javat-wy.el
1283         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1285 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
1287         * srecode/expandproto.el: Fix provide statement.
1289 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1291         * emacs-lisp/eieio.el (boolean-p): Delete.
1293 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
1295         * ede/srecode.el: Fix provide statement.
1297 2009-09-30  Glenn Morris  <rgm@gnu.org>
1299         * ede/proj.el (ede-proj-target-makefile-miscelaneous):
1300         * ede/proj-aux.el (ede-aux-source):
1301         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1302         (ede-misc-source):
1303         * semantic/mru-bookmark.el (semantic-mrub-completing-read)
1304         (semantic-mrub-switch-tags): Fix doc typos.
1306         * semantic/db-global.el (data-debug-new-buffer)
1307         (data-debug-insert-thing): Remove unneeded declarations (one broken).
1308         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1310         * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1312         * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1313         use of CL function `remove-if-not'.
1315 2009-09-29  Glenn Morris  <rgm@gnu.org>
1317         * semantic/symref/idutils.el:
1318         * semantic/symref/list.el: Relicense under GPLv3+.
1320         * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1322         * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1323         * semantic/tag-file.el (semanticdb-table-child-p):
1324         * srecode/compile.el (srecode-template-inserter-newline-child-p):
1325         Mark declarations not understood by check-declare.
1327 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1329         CEDET (development tools) package merged.
1331         * *.el:
1332         * ede/*.el:
1333         * semantic/*.el:
1334         * srecode/*.el: New files.
1336 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1338         * emacs-lisp/chart.el:
1339         * emacs-lisp/eieio-base.el:
1340         * emacs-lisp/eieio-comp.el:
1341         * emacs-lisp/eieio-custom.el:
1342         * emacs-lisp/eieio-datadebug.el:
1343         * emacs-lisp/eieio-opt.el:
1344         * emacs-lisp/eieio-speedbar.el:
1345         * emacs-lisp/eieio.el: New files.
1347         * cedet-cscope.el:
1348         * cedet-files.el:
1349         * cedet-global.el:
1350         * cedet-idutils.el:
1351         * data-debug.el:
1352         * inversion.el:
1353         * mode-local.el:
1354         * pulse.el: New files.