Fix typos.
[emacs.git] / lisp / cedet / ChangeLog
blobdf02d554004478e537c63926f7d642aeafff47d6
1 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
3         * semantic/lex.el (semantic-ignore-comments): Doc fix.
5         * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
6         Fix typo in error message.
7         (semantic-symref-list-map-open-hits): Fix typo in docstring.
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-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
399         Use a mode-line spec rather than a static string in Semantic.
400         * semantic/util-modes.el:
401         (semantic-minor-modes-format): New var to replace...
402         (semantic-minor-modes-status): Remove.
403         (semantic-mode-line-update): Construct a mode-line spec rather than
404         a static string so that mouse buttons can be used on individual minor
405         modes and so that semantic-mode-line-update only needs to be called
406         when global settings are changed.
407         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
408         Call semantic-mode-line-update.
409         (semantic-toggle-minor-mode-globally): Don't assume mode is on
410         minor-mode-alist, check semantic-minor-mode-alist as well.
411         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
412         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
413         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
414         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
415         * semantic/idle.el (semantic-idle-scheduler-mode)
416         (define-semantic-idle-service, semantic-idle-summary-mode):
417         * semantic/decorate/mode.el (semantic-decoration-mode):
418         Don't call semantic-mode-line-update any more.
420 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
422         Use define-minor-mode in CEDET where applicable.
424         * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
425         Use define-minor-mode.
427         * semantic/util-modes.el (semantic-add-minor-mode):
428         Remove unused arg `keymap' and code redundant with define-minor-mode.
429         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
430         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
431         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
432         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
433         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
434         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
435         Use define-minor-mode.
436         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
437         (semantic-show-unmatched-syntax-mode-setup)
438         (semantic-show-parser-state-mode-setup)
439         (semantic-highlight-func-mode-setup): Inline into sole caller.
441         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
442         (semantic-mru-bookmark-mode): Use define-minor-mode.
443         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
445         * semantic/idle.el (define-semantic-idle-service):
446         Use define-minor-mode and inline setup function into its sole caller.
447         (semantic-idle-scheduler-mode-setup)
448         (semantic-idle-summary-mode-setup): Inline into sole caller.
449         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
450         Use define-minor-mode.
452         * semantic/decorate/mode.el (global-semantic-decoration-mode)
453         (semantic-decoration-mode): Use define-minor-mode.
454         (semantic-decoration-mode-setup): Inline into sole caller.
456         * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
457         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
458         (ede-dired-add-to-target): Use dolist.
460 2010-04-18  Chong Yidong  <cyd@stupidchicken.com>
462         * ede/pmake.el (ede-proj-makefile-insert-variables):
463         Don't destroy list before using it.
465 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
467         * semantic.el (semantic-completion-at-point-function):
468         New function.
469         (semantic-mode): Use semantic-completion-at-point-function for
470         completion-at-point-functions instead.
472 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
474         * semantic.el (semantic-mode): When enabled, add
475         semantic-ia-complete-symbol to completion-at-point-functions.
477         * semantic/ia.el (semantic-ia-complete-symbol): Return nil
478         if Semantic is not active.
480 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
482         * ede/pmake.el (ede-proj-makefile-insert-variables):
483         Don't destroy list before using it.
485 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
487         * semantic/imenu.el (semantic-imenu-bucketize-type-members)
488         (semantic-create-imenu-directory-index): Fix typos in docstrings.
489         (semantic-imenu-goto-function): Reflow docstring.
491 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
493         * srecode/table.el (srecode-template-table): Fix docstring typo.
495 2010-03-24  Glenn Morris  <rgm@gnu.org>
497         * semantic/bovine/c.el (semantic-c-describe-environment):
498         Consistently check ede-object is bound throughout.
500         * ede/project-am.el (ede-shell-run-something): Declare.
502 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
504         * semantic/imenu.el: New file, from the CEDET repository
505         (Bug#5412).
507 2010-03-06  Glenn Morris  <rgm@gnu.org>
509         * semantic/grammar.el (semantic-grammar-header-template):
510         Update template copyright to GPLv3+.
512 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
514         * semantic/db-find.el
515         (semanticdb-find-translate-path-brutish-default):
516         * ede/make.el (ede-make-check-version): Use
517         with-current-buffer instead of save-excursion.
519 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
521         * data-debug.el (data-debug): Move to extensions group.
523         * ede.el (ede):
524         * srecode.el (srecode):
525         * semantic.el (semantic): Put in tools and extensions group.
527 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
529         * ede.el (ede-run-target, project-delete-target)
530         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
531         (ede-adebug-project, ede-adebug-project-parent)
532         (ede-adebug-project-root): Fix typos in docstrings.
534 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
536         * ede/locate.el (ede-locate-file-in-project)
537         (ede-locate-file-in-project-impl): Fix typos in docstrings.
538         (ede-enable-locate-on-project): Fix typos in error messages.
540         * semantic/util-modes.el (semantic-unmatched-syntax-face)
541         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
542         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
543         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
544         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
545         Fix typos in menu help.
547         * semantic.el (semantic-require-version, semantic--buffer-cache)
548         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
549         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
550         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
551         (semantic-parse-stream, semantic-parse-region)
552         (semantic-parse-region-default, semantic--set-buffer-cache)
553         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
554         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
555         (semantic-default-submodes):
556         * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
557         (semanticdb-create-ebrowse-database)
558         (semanticdb-find-tags-for-completion-method)
559         (semanticdb-find-tags-by-class-method)
560         (semanticdb-deep-find-tags-by-name-method)
561         (semanticdb-deep-find-tags-for-completion-method):
562         * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
563         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
564         (semanticdb-find-tags-for-completion-method)
565         (semanticdb-find-tags-by-class-method)
566         (semanticdb-deep-find-tags-for-completion-method):
567         * semantic/db-find.el (semanticdb-find-translate-path)
568         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
569         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
570         (semanticdb-find-tags-by-name-method)
571         (semanticdb-find-tags-by-name-regexp-method)
572         (semanticdb-find-tags-for-completion-method)
573         (semanticdb-find-tags-by-class-method)
574         (semanticdb-find-tags-external-children-of-type-method)
575         (semanticdb-find-tags-subclasses-of-type-method)
576         (semanticdb-deep-find-tags-by-name-method)
577         (semanticdb-deep-find-tags-by-name-regexp-method)
578         (semanticdb-deep-find-tags-for-completion-method):
579         * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
580         (semanticdb-enable-gnu-global-in-buffer)
581         (semanticdb-find-tags-for-completion-method)
582         (semanticdb-deep-find-tags-by-name-method)
583         (semanticdb-deep-find-tags-for-completion-method):
584         * semantic/db-javascript.el (semanticdb-javascript-tags)
585         (javascript-mode, semanticdb-find-translate-path)
586         (semanticdb-find-tags-for-completion-method)
587         (semanticdb-find-tags-by-class-method)
588         (semanticdb-deep-find-tags-by-name-method)
589         (semanticdb-deep-find-tags-for-completion-method)
590         (semanticdb-find-tags-external-children-of-type-method):
591         * semantic/idle.el (semantic-idle-work-core-handler)
592         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
593         (global-semantic-idle-scheduler-mode):
594         * srecode/dictionary.el (srecode-field-value)
595         (srecode-dictionary-add-section-dictionary):
596         Fix typos in docstrings.
598 2010-01-17  Glenn Morris  <rgm@gnu.org>
600         * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
602 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
604         * semantic.el (semantic-mode): Fix typos in docstrings.
606 2010-01-16  Mario Lang  <mlang@delysid.org>
608         * ede/cpp-root.el (ede-cpp-root-project):
609         * ede/files.el (ede-expand-filename):
610         * ede/simple.el (ede-simple-project):
611         * semantic/complete.el (semantic-complete-read-tag-engine)
612         (semantic-complete-inline-tag-engine):
613         * semantic/db-el.el (semanticdb-equivalent-mode):
614         * semantic/db-global.el (semanticdb-equivalent-mode):
615         * semantic/db-javascript.el (semanticdb-equivalent-mode):
616         * semantic/db.el (semanticdb-equivalent-mode):
617         * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
618         * semantic/idle.el (semantic-idle-work-for-one-buffer):
619         Remove duplicated words in doc-strings.
621 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
623         * semantic/edit.el (semantic-reparse-needed-change-hook)
624         (semantic-no-reparse-needed-change-hook):
625         * srecode/insert.el (srecode-resolve-argument-list)
626         (srecode-template-inserter-blank, srecode-template-inserter-variable)
627         (srecode-template-inserter-ask, srecode-template-inserter-width)
628         (srecode-template-inserter-section-start)
629         (srecode-template-inserter-section-end, srecode-insert-method):
631 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
633         * data-debug.el (data-debug): Fix customization group reference.
635 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
637         * semantic/analyze.el (semantic-analyze-push-error)
638         (semantic-analyze-context, semantic-analyze-context-assignment)
639         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
640         * semantic/java.el (java-mode, semantic-tag-include-filename)
641         (semantic-java-doc-keywords-map):
642         * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
643         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
644         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
645         (semantic-c-classname, semantic-format-tag-uml-prototype)
646         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
647         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
648         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
649         (semantic-get-local-variables, semantic-end-of-command)
650         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
651         (lisp-mode):
652         * semantic/bovine/make.el (makefile-mode):
653         * semantic/wisent/python.el (wisent-python-string-re)
654         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
655         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
656         (semantic-lex, semantic-get-local-variables, python-mode):
657         * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
658         * srecode/extract.el (srecode-extract-state-set)
659         (srecode-extract-method): Fix typos in docstrings.
661 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
663         * semantic.el (semantic-new-buffer-setup-functions):
664         Add python parser.
666 2010-01-10  Richard Kim  <emacs18@gmail.com>
668         * semantic/wisent/python-wy.el:
669         * semantic/wisent/python.el: New files.
671 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
673         * semantic/db-typecache.el (semanticdb-typecache-find-default):
674         Fix typo in docstring.
676 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
678         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
679         (semantic-mru-bookmark-mode): Doc fixes.
681         * semantic/db.el (semanticdb-cache-get): Use error instead
682         of assert.
684 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
686         * semantic/ia.el (semantic-ia-complete-symbol):
687         Make argument optional.
689 2009-12-05  Eric Ludlam  <zappo@gnu.org>
691         * semantic/bovine/c.el (semantic-c-describe-environment):
692         Describe project macro symbols.
694         * semantic/complete.el (semantic-complete-do-completion):
695         Don't call semantic-collector-current-exact-match.
697         * ede.el (ede-apply-preprocessor-map): Accept lists of
698         ede-objects as targets.
700         * ede/pmake.el (ede-proj-makefile-insert-variables): Output
701         a target's object list even if compiler vars are already in the
702         Makefile.
704         * ede/emacs.el (ede-preprocessor-map): Add config.h to the
705         list of headers producing necessary macros.
707 2009-11-24  Glenn Morris  <rgm@gnu.org>
709         * semantic/idle.el (global-semantic-idle-scheduler-mode):
710         Move after definition of global-semantic-idle-tag-highlight-mode.
712 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
714         * srecode/map.el (srecode-get-maps):
715         * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
716         * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
717         * semantic/decorate/mode.el (semantic-decoration-mode)
718         (semantic-toggle-decoration-style):
719         * semantic/decorate/include.el
720         (semantic-decoration-include-describe)
721         (semantic-decoration-unknown-include-describe)
722         (semantic-decoration-unparsed-include-describe)
723         (semantic-decoration-all-include-summary):
724         * semantic/bovine/c.el (semantic-c-debug-mode-init):
725         * semantic/analyze/complete.el
726         (semantic-analyze-possible-completions):
727         * semantic/util-modes.el (semantic-highlight-edits-mode)
728         (semantic-show-unmatched-syntax-mode)
729         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
730         (semantic-highlight-func-mode):
731         * semantic/util.el (semantic-describe-buffer):
732         * semantic/symref.el (semantic-symref-find-references-by-name)
733         (semantic-symref-find-tags-by-name)
734         (semantic-symref-find-tags-by-regexp)
735         (semantic-symref-find-tags-by-completion)
736         (semantic-symref-find-file-references-by-name)
737         (semantic-symref-find-text):
738         * semantic/senator.el (senator-copy-tag, senator-kill-tag)
739         (senator-yank-tag):
740         * semantic/scope.el (semantic-calculate-scope):
741         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
742         * semantic/idle.el (semantic-idle-scheduler-mode)
743         (define-semantic-idle-service):
744         * semantic/complete.el (semantic-complete-analyze-inline)
745         (semantic-complete-analyze-inline-idle):
746         * semantic/analyze.el (semantic-analyze-current-context):
747         * mode-local.el (describe-mode-local-bindings)
748         (describe-mode-local-bindings-in-mode):
749         * ede/make.el (ede-make-check-version):
750         * ede/locate.el (ede-enable-locate-on-project):
751         * cedet-idutils.el (cedet-idutils-expand-filename)
752         (cedet-idutils-version-check):
753         * cedet-global.el (cedet-gnu-global-expand-filename)
754         (cedet-gnu-global-version-check):
755         * cedet-cscope.el (cedet-cscope-expand-filename)
756         (cedet-cscope-version-check): Use called-interactively-p instead
757         of interactive-p.
759         * semantic/ia.el (semantic-ia-completion-format-tag-function):
760         Use semantic-format-tag-prototype.
762 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
764         * semantic/complete.el (semantic-complete-read-tag-engine)
765         (semantic-complete-jump-local, semantic-complete-jump):
766         Improve prompt string.
768 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
770         * semantic/complete.el (semantic-complete-inline-map): Doc fix.
772         * semantic/idle.el (define-semantic-idle-service)
773         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
775 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
777         * cedet.el (cedet-menu-map): Re-order menu items.
779         * semantic.el: Enable idle-mode menu items only if
780         global-semantic-idle-scheduler-mode is enabled.
781         (semantic-default-submodes): Doc fix.
783         * semantic/idle.el (global-semantic-idle-scheduler-mode):
784         When turning off, disable other idle modes.
786 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
788         * semantic/idle.el (semantic-idle-summary-mode)
789         (semantic-idle-summary-mode): Define using define-minor-mode
790         instead of define-semantic-idle-service.
791         (semantic-idle-summary-mode): New function.
792         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
793         that mouse motion does not reset the echo area.
795 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
797         * semantic/ctxt.el (semantic-get-local-variables): Disable
798         the progress reporter entirely.
800 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * semantic/fw.el (semantic/loaddefs):
803         * srecode.el (srecode/loaddefs):
804         * ede.el (ede/loaddefs): Load rather than require.
805         * ede/cpp-root.el:
806         * ede/emacs.el:
807         * ede/files.el:
808         * ede/linux.el:
809         * ede/locate.el:
810         * ede/make.el:
811         * ede/shell.el:
812         * ede/speedbar.el:
813         * ede/system.el:
814         * ede/util.el:
815         * semantic/analyze.el:
816         * semantic/bovine.el:
817         * semantic/complete.el:
818         * semantic/ctxt.el:
819         * semantic/db-file.el:
820         * semantic/db-find.el:
821         * semantic/db-global.el:
822         * semantic/db-mode.el:
823         * semantic/db-typecache.el:
824         * semantic/db.el:
825         * semantic/debug.el:
826         * semantic/dep.el:
827         * semantic/doc.el:
828         * semantic/edit.el:
829         * semantic/find.el:
830         * semantic/format.el:
831         * semantic/html.el:
832         * semantic/ia-sb.el:
833         * semantic/ia.el:
834         * semantic/idle.el:
835         * semantic/lex-spp.el:
836         * semantic/lex.el:
837         * semantic/mru-bookmark.el:
838         * semantic/scope.el:
839         * semantic/senator.el:
840         * semantic/sort.el:
841         * semantic/symref.el:
842         * semantic/tag-file.el:
843         * semantic/tag-ls.el:
844         * semantic/tag-write.el:
845         * semantic/tag.el:
846         * semantic/util-modes.el:
847         * semantic/analyze/complete.el:
848         * semantic/analyze/refs.el:
849         * semantic/bovine/c.el:
850         * semantic/bovine/gcc.el:
851         * semantic/bovine/make.el:
852         * semantic/bovine/scm.el:
853         * semantic/decorate/include.el:
854         * semantic/decorate/mode.el:
855         * semantic/symref/cscope.el:
856         * semantic/symref/global.el:
857         * semantic/symref/grep.el:
858         * semantic/symref/idutils.el:
859         * semantic/symref/list.el:
860         * semantic/wisent/java-tags.el:
861         * semantic/wisent/javascript.el:
862         * srecode/compile.el:
863         * srecode/cpp.el:
864         * srecode/document.el:
865         * srecode/el.el:
866         * srecode/expandproto.el:
867         * srecode/getset.el:
868         * srecode/insert.el:
869         * srecode/java.el:
870         * srecode/map.el:
871         * srecode/mode.el:
872         * srecode/template.el:
873         * srecode/texi.el: Remove the file-local setting of
874         generated-autoload-feature.
876 2009-11-03  Glenn Morris  <rgm@gnu.org>
878         * mode-local.el (with-mode-local): Doc fix.
880 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
882         * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
883         items.
885         * ede.el (ede-minor-mode):
886         * semantic.el (semantic-mode): Toggle menu separators.
888 2009-10-31  Glenn Morris  <rgm@gnu.org>
890         * semantic/tag.el (semantic--tag-link-list-to-buffer):
891         Use mapc rather than mapcar because the return value is never used.
893         * srecode/template.el, semantic/wisent/javascript.el:
894         * semantic/wisent/java-tags.el, semantic/texi.el:
895         * semantic/html.el:
896         Suppress harmless warnings about setting up semantic-imenu (not
897         part of Emacs) variables.
899 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
901         * srecode/srt-mode.el (semantic-analyze-possible-completions):
902         * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
903         * semantic/symref/grep.el (semantic-symref-perform-search):
904         * semantic/bovine/gcc.el (semantic-gcc-query):
905         * semantic/bovine/c.el (semantic-c-parse-lexical-token):
906         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
907         (semantic-analyzer-debug-global-symbol)
908         (semantic-analyzer-debug-missing-innertype)
909         (semantic-analyzer-debug-insert-include-summary):
910         * semantic/util.el (semantic-file-tag-table):
911         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
912         (semantic-recursive-find-nonterminal-by-name):
913         * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
914         * semantic/tag-file.el (semantic-prototype-file):
915         * semantic/symref.el (semantic-symref-parse-tool-output):
916         * semantic/sb.el (semantic-sb-fetch-tag-table):
917         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
918         * semantic/idle.el (semantic-idle-work-for-one-buffer):
919         (semantic-idle-summary-maybe-highlight):
920         * semantic/ia-sb.el (semantic-ia-speedbar)
921         (semantic-ia-sb-tag-info):
922         * semantic/grammar.el (semantic-analyze-possible-completions):
923         * semantic/find.el (semantic-brute-find-tag-by-position):
924         * semantic/ede-grammar.el (project-compile-target):
925         (ede-proj-makefile-insert-variables):
926         * semantic/debug.el (semantic-debug-set-parser-location):
927         (semantic-debug-set-source-location, semantic-debug-interface-layout)
928         (semantic-debug-mode, semantic-debug):
929         * semantic/db.el (semanticdb-needs-refresh-p):
930         * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
931         * semantic/db-javascript.el (semanticdb-equivalent-mode):
932         * semantic/db-find.el (semanticdb-find-log-new-search)
933         (semanticdb-find-translate-path-includes--internal)
934         (semanticdb-reset-log, semanticdb-find-log-activity):
935         * semantic/db-file.el (object-write):
936         * semantic/db-el.el (semanticdb-equivalent-mode):
937         * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
938         (semanticdb-create-ebrowse-database):
939         * semantic/db-debug.el (semanticdb-table-sanity-check):
940         * semantic/complete.el (semantic-displayor-focus-request)
941         (semantic-collector-calculate-completions-raw)
942         (semantic-complete-read-tag-analyzer):
943         * semantic/analyze.el (semantic-analyze-pulse):
944         * ede/util.el (ede-update-version-in-source):
945         * ede/proj.el (project-delete-target):
946         * ede/proj-elisp.el (ede-update-version-in-source)
947         (ede-proj-flush-autoconf):
948         * ede/pconf.el (ede-proj-configure-synchronize)
949         (ede-proj-configure-synchronize):
950         * ede/locate.el (ede-locate-file-in-project-impl):
951         * ede/linux.el (ede-linux-version):
952         * ede/emacs.el (ede-emacs-version):
953         * ede/dired.el (ede-dired-add-to-target):
954         * ede.el (ede-buffer-header-file, ede-find-target)
955         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
956         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
957         * cedet-idutils.el (cedet-idutils-fnid-call):
958         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
959         (cedet-idutils-version-check):
960         * cedet-global.el (cedet-gnu-global-call):
961         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
962         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
963         * cedet-cscope.el (cedet-cscope-call)
964         (cedet-cscope-expand-filename, cedet-cscope-version-check):
965         Use with-current-buffer.
966         * ede.el (ede-make-project-local-variable)
967         (ede-set-project-variables, ede-set): Use dolist.
969 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * mode-local.el (make-obsolete-overload): Add `when' argument.
972         (overload-docstring-extension): Use that info.
973         * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
974         * semantic/idle.el (semantic-eldoc-current-symbol-info):
975         * semantic/tag-ls.el (semantic-nonterminal-protection)
976         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
977         (semantic-nonterminal-full-name): Add the new `when' info.
978         * semantic/decorate/mode.el (semantic/decorate): Require CL for
979         `assert'.
981 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * semantic/fw.el (semantic-alias-obsolete)
984         (semantic-varalias-obsolete): Make the `when' arg mandatory.
985         (define-mode-overload-implementation):
986         * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
987         * semantic/wisent.el (wisent-lex-make-token-table):
988         * semantic/util.el (semantic-file-token-stream)
989         (semantic-something-to-stream):
990         * semantic/tag.el (semantic-tag-make-assoc-list)
991         (semantic-expand-nonterminal):
992         * semantic/tag-file.el (semantic-find-nonterminal)
993         (semantic-find-dependency, semantic-find-nonterminal)
994         (semantic-find-dependency):
995         * semantic/lex.el (semantic-flex-start, semantic-flex-end)
996         (semantic-flex-text, semantic-flex-make-keyword-table)
997         (semantic-flex-keyword-p, semantic-flex-keyword-put)
998         (semantic-flex-keyword-get, semantic-flex-map-keywords)
999         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1000         * semantic/java.el (semantic-java-prototype-nonterminal):
1001         * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1002         (semantic-after-idle-scheduler-reparse-hooks):
1003         * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1004         * semantic/db-mode.el (semanticdb-mode-hooks):
1005         * semantic.el (semantic-toplevel-bovine-table)
1006         (semantic-toplevel-bovine-cache)
1007         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1008         (semantic-init-mode-hooks, semantic-init-db-hooks)
1009         (semantic-bovination-working-type): Provide the `when' arg.
1011 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1013         * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1014         * semantic/tag.el (semantic-token-type-parent): Add WHEN
1015         argument to make-obsolete.
1017         * semantic/fw.el (semantic-alias-obsolete)
1018         (semantic-varalias-obsolete): Add optional WHEN argument.
1020 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1022         * semantic/bovine/c.el (semantic-c-debug-mode-init)
1023         (semantic-c-debug-mode-init-pch): New functions.
1024         (semantic-c-debug-mode-init-last-mode): New var.
1025         (semantic-c-parse-lexical-token): Use them.
1027         * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1028         When extracting the argument list, limit only by point-max.
1030 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1032         * srecode/srt.el:
1033         * srecode/compile.el:
1034         * semantic/mru-bookmark.el:
1035         * semantic/debug.el:
1036         * semantic/complete.el:
1037         * semantic/analyze.el: Require CL when compiling.
1039 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1041         * semantic/scope.el
1042         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1043         tmpscope so that the regular scope will continue to work.
1045         * semantic/idle.el (semantic-idle-tag-highlight):
1046         Use semantic-idle-summary-highlight-face as the highlighting.
1048         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1049         contains multibyte characters, choose first applicable coding
1050         system automatically.
1052         * ede/project-am.el (project-run-target): New method.
1053         (project-run-target): New method.
1055         * ede.el (ede-target): Add run target menu item.
1056         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1057         (ede-run-target): New function.
1058         (ede-target::project-run-target): New method.
1060         * ede/proj.el (project-run-target): New method.
1062         * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1063         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1064         Add :rules.
1065         (ede-proj-target-makefile-shared-object): Only libtool compilers
1066         now available.  Add linkers for libtool.
1067         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1068         (ede-proj-makefile-target-name): Always use .la extension.
1070         * ede/proj-prog.el (project-run-target): New method.
1072         * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1073         (ede-g++-linker): Change Change link lines.
1075         * ede/pmake.el (ede-pmake-insert-variable-shared):
1076         When searching for old variables, go to the end of the buffer and
1077         search backward from there.
1078         (ede-proj-makefile-automake-insert-subdirs)
1079         (ede-proj-makefile-automake-insert-extradist): New methods.
1080         (ede-proj-makefile-create): Use them.
1082         * ede/pconf.el (ede-proj-configure-test-required-file):
1083         Force FILE to expand to the current target.  Use file-exists-p to
1084         check that it exists.
1086         * ede/linux.el (ede-linux-version): Don't call "head".
1087         (ede-linux-load): Wrap dir in file-name-as-directory.
1088         Set :version slot.
1090         * ede/files.el (ede-get-locator-object): When enabling
1091         locate, do so on "top".
1093         * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1094         file-name-as-directory during compare.
1095         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1096         Get version number from different places.  Don't call egrep.
1097         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1098         to set the directory.
1100         * ede/shell.el: New file.
1102         * inversion.el (inversion-decoders): Allow for stray . in
1103         alpha/beta variants.
1105 2009-10-17  Glenn Morris  <rgm@gnu.org>
1107         * semantic/grammar.el (semantic-grammar--lex-delim-spec):
1108         All errors should have messages.
1110 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
1112         * ede/proj-shared.el (ede-proj-makefile-target-name):
1113         Use .la for Automake.
1115 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
1117         * ede/pconf.el (ede-proj-configure-synchronize):
1118         Use "autoreconf -i".  Suggested by Andreas Schwab.
1120 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1122         * ede/proj.el (project-make-dist, project-compile-project):
1123         Fix filename test.
1124         (ede-proj-dist-makefile): Use expand-file-name instead of concat
1125         to expand file names.
1127 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1129         * ede/proj-obj.el (ede-gcc-linker): New var.
1130         (ede-proj-target-makefile-objectcode): Use it.
1132         * ede/source.el (ede-want-any-source-files-p)
1133         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1134         Return search result.  This error was introduced while merging.
1136 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1138         * semantic.el (semantic-new-buffer-setup-functions): New option.
1139         (semantic-new-buffer-fcn): Call parser setup functions here.
1140         (semantic-mode): Don't call parser setup functions here, it's done
1141         in semantic-new-buffer-fcn now.
1142         (semantic-mode): Parse all existing buffers when enabled.
1144         * srecode/compile.el (srecode-compile-file):
1145         Call semantic-new-buffer-fcn if the buffer has not been parsed.
1147 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1149         * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1151         * ede/proj-comp.el: Don't require ede/pmake at toplevel.
1152         (proj-comp-insert-variable-once): New macro, renamed from
1153         ede-pmake-insert-variable-once in ede/pmake.edl.
1154         (ede-proj-makefile-insert-variables): Use it.
1156 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1158         * ede/makefile-edit.el (makefile-beginning-of-command)
1159         (makefile-end-of-command):
1160         * srecode/srt-mode.el (semantic-beginning-of-context)
1161         (semantic-end-of-context): Fix previous change.  Doc fixes.
1163 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1165         * ede/makefile-edit.el (makefile-beginning-of-command)
1166         (makefile-end-of-command):
1167         * semantic/lex.el (semantic-lex-token):
1168         * semantic/analyze/fcn.el
1169         (semantic-analyze-dereference-metatype-1):
1170         * semantic/bovine/c.el (semantic-lex-cpp-define)
1171         (semantic-lex-cpp-undef):
1172         * semantic/wisent/wisent.el (wisent-skip-block):
1173         * srecode/srt-mode.el (semantic-beginning-of-context)
1174         (semantic-end-of-context): Fix typos in docstrings.
1176 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1178         * ede.el (ede-project-placeholder-cache-file):
1179         * semantic/db-file.el (semanticdb-default-save-directory):
1180         * srecode/map.el (srecode-map-save-file):
1181         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
1183 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
1185         * srecode/insert.el: Require srecode/args.
1187         * srecode/args.el: Require srecode/dictionary instead of
1188         srecode/insert.
1190         * srecode/srt-mode.el (srecode-template-mode): Doc fix.
1192         * files.el (auto-mode-alist): Add .srt and Project.ede.
1194         * semantic.el (semantic-mode):
1195         Handle srecode-template-mode-hook as well.
1196         (semantic-mode): Use js-mode-hook for Javascript hook.
1198         * srecode/template.el: Remove hook variable.
1200         * ede/proj-comp.el: Require ede/pmake when compiling.
1202         * ede.el (ede-target-forms-menu): Don't enable if no
1203         projects exist.
1204         (ede-project-placeholder-cache-file): Default to a file in
1205         user-emacs-directory.
1207         * srecode/map.el (srecode-map-base-template-dir): Look for
1208         templates in data-directory.
1209         (srecode-map-save-file): Default to a file in user-emacs-directory.
1211         * ede/srecode.el (ede-srecode-setup): Use default templates
1212         directory.
1214 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1216         * semantic/util-modes.el (semantic-highlight-func-mode):
1217         Doc fix.
1219         * ede/proj-comp.el (ede-proj-makefile-insert-variables):
1220         Only insert each variable once.
1222         * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1223         (ede-pmake-insert-variable-shared): Use it.
1225         * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1226         for lexical table iff table is nil.
1228 2009-10-01  Glenn Morris  <rgm@gnu.org>
1230         * semantic/bovine/gcc.el
1231         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1232         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1234 2009-10-03  Glenn Morris  <rgm@gnu.org>
1236         * semantic/db-find.el (data-debug-insert-tag-list): Comment out
1237         declaration, currently false.
1239 2009-10-01  Glenn Morris  <rgm@gnu.org>
1241         * cedet-files.el (cedet-directory-name-to-file-name):
1242         * cedet-idutils.el (cedet-idutils-search)
1243         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
1244         (cedet-idutils-version-check):
1245         * cedet.el (cedet-version):
1246         * data-debug.el (data-debug-insert-overlay-button)
1247         (data-debug-insert-overlay-list-button)
1248         (data-debug-insert-buffer-button)
1249         (data-debug-insert-buffer-list-button)
1250         (data-debug-insert-process-button, data-debug-insert-ring-button)
1251         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1252         (data-debug-insert-stuff-vector-button)
1253         (data-debug-insert-symbol-button, data-debug-insert-string)
1254         (data-debug-insert-number, data-debug-insert-lambda-expression)
1255         (data-debug-insert-nil, data-debug-insert-simple-thing)
1256         (data-debug-insert-custom, data-debug-edebug-expr):
1257         * ede.el (ede-auto-add-method, ede-project-class-files)
1258         (global-ede-mode-map, ede-new, ede-debug-target)
1259         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1260         * semantic.el (semantic-minimum-working-buffer-size)
1261         (semantic-fetch-tags, semantic-submode-list)
1262         (semantic-default-submodes):
1263         * ede/source.el (ede-source-match):
1264         * ede/project-am.el (project-am-type-alist, project-add-file)
1265         (project-am-package-info):
1266         * ede/proj.el (ede-proj-target, project-new-target):
1267         * ede/proj-elisp.el (ede-proj-tweak-autoconf):
1268         * ede/proj-comp.el (ede-current-build-list):
1269         * ede/makefile-edit.el (makefile-move-to-macro):
1270         * ede/files.el (ede-toplevel-project-or-nil):
1271         * ede/cpp-root.el (initialize-instance):
1272         * ede/autoconf-edit.el (autoconf-find-last-macro)
1273         (autoconf-parameter-strip, autoconf-insert-new-macro):
1274         * semantic/wisent.el (wisent-lex-eoi):
1275         * semantic/util-modes.el (global-semantic-show-parser-state-mode)
1276         (semantic-show-parser-state-mode):
1277         * semantic/texi.el (semantic-texi-environment-regexp):
1278         * semantic/tag.el (semantic-tag-new-variable)
1279         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1280         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1281         (semantic--tag-deep-copy-tag-list)
1282         (semantic-tag-components-with-overlays-default):
1283         * semantic/symref.el (semantic-symref-find-text):
1284         * semantic/senator.el (senator-yank-tag)
1285         (senator-transpose-tags-up):
1286         * semantic/scope.el (semantic-analyze-scoped-tags-default)
1287         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1288         * semantic/sb.el (semantic-sb-autoexpand-length):
1289         * semantic/lex.el (semantic-lex-comment-regex)
1290         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1291         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1292         * semantic/lex-spp.el
1293         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1294         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1295         * semantic/idle.el
1296         (semantic-idle-summary-current-symbol-info-brutish)
1297         (semantic-idle-summary-current-symbol-info-default):
1298         * semantic/grammar.el (semantic-grammar-recreate-package)
1299         (semantic--grammar-macro-compl-dict):
1300         * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1301         * semantic/format.el (semantic-format-tag-custom-list)
1302         (semantic-format-tag-canonical-name-default):
1303         * semantic/find.el (semantic-find-tag-by-overlay-in-region)
1304         (semantic-find-tags-for-completion)
1305         (semantic-find-tags-by-scope-protection-default)
1306         (semantic-deep-find-tags-for-completion):
1307         * semantic/edit.el
1308         (semantic-edits-incremental-reparse-failed-hook)
1309         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1310         (semantic-edits-splice-remove, semantic-edits-splice-replace):
1311         * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1312         * semantic/dep.el (semantic-dependency-include-path):
1313         * semantic/db.el (semanticdb-default-find-index-class)
1314         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1315         (semanticdb-project-roots):
1316         * semantic/db-find.el (semanticdb-implied-include-tags)
1317         (semanticdb-find-adebug-insert-scanned-tag-cons)
1318         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1319         (semanticdb-brute-deep-find-tags-for-completion):
1320         * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1321         * semantic/ctxt.el (semantic-beginning-of-context-default)
1322         (semantic-end-of-context-default)
1323         (semantic-ctxt-current-function-default)
1324         (semantic-ctxt-scoped-types-default):
1325         * semantic/complete.el (semantic-complete-read-tag-engine)
1326         (semantic-complete-inline-tag-engine)
1327         (semantic-complete-inline-custom-type)
1328         (semantic-complete-read-tag-analyzer):
1329         * semantic/chart.el (semantic-chart-tags-by-class)
1330         (semantic-chart-database-size):
1331         * semantic/analyze.el (semantic-analyze-current-symbol)
1332         (semantic-analyze-current-context):
1333         * semantic/symref/list.el (semantic-symref)
1334         (semantic-symref-hide-buffer, semantic-symref-symbol):
1335         * semantic/symref/grep.el (semantic-symref-grep-use-template):
1336         * semantic/symref/filter.el (semantic-symref-hits-in-region):
1337         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1338         * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1339         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1340         (semantic-c-dereference-template):
1341         * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1342         (semantic--analyze-refs-full-lookup-with-parents)
1343         (semantic--analyze-refs-full-lookup-simple):
1344         * semantic/analyze/complete.el
1345         (semantic-analyze-possible-completions):
1346         * srecode/table.el (srecode-mode-table-new):
1347         * srecode/srt.el (srecode-read-variable-name):
1348         * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1349         * srecode/semantic.el (srecode-semantic-handle-:tag)
1350         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1351         * srecode/map.el (srecode-current-map):
1352         * srecode/insert.el (srecode-insert)
1353         (srecode-insert-variable-secondname-handler, srecode-insert-method)
1354         (srecode-template-inserter-point-override)
1355         (srecode-insert-include-lookup):
1356         * srecode/getset.el (srecode-auto-choose-class):
1357         * srecode/extract.el (srecode-inserter-extract):
1358         * srecode/document.el
1359         (srecode-document-autocomment-return-last-alist)
1360         (srecode-document-autocomment-param-type-alist)
1361         (srecode-document-insert-function-comment)
1362         (srecode-document-insert-variable-one-line-comment)
1363         (srecode-document-function-name-comment):
1364         * srecode/dictionary.el (srecode-create-dictionary)
1365         (srecode-compound-toString):
1366         * srecode/compile.el (srecode-flush-active-templates):
1367         * srecode/args.el (srecode-semantic-handle-:blank):
1368         Doc/message fixes.
1370 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1372         * semantic/wisent/javat-wy.el
1373         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1375 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
1377         * srecode/expandproto.el: Fix provide statement.
1379 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1381         * emacs-lisp/eieio.el (boolean-p): Delete.
1383 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
1385         * ede/srecode.el: Fix provide statement.
1387 2009-09-30  Glenn Morris  <rgm@gnu.org>
1389         * ede/proj.el (ede-proj-target-makefile-miscelaneous):
1390         * ede/proj-aux.el (ede-aux-source):
1391         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1392         (ede-misc-source):
1393         * semantic/mru-bookmark.el (semantic-mrub-completing-read)
1394         (semantic-mrub-switch-tags): Fix doc typos.
1396         * semantic/db-global.el (data-debug-new-buffer)
1397         (data-debug-insert-thing): Remove unneeded declarations (one broken).
1398         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1400         * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1402         * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1403         use of CL function `remove-if-not'.
1405 2009-09-29  Glenn Morris  <rgm@gnu.org>
1407         * semantic/symref/idutils.el:
1408         * semantic/symref/list.el: Relicense under GPLv3+.
1410         * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1412         * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1413         * semantic/tag-file.el (semanticdb-table-child-p):
1414         * srecode/compile.el (srecode-template-inserter-newline-child-p):
1415         Mark declarations not understood by check-declare.
1417 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1419         CEDET (development tools) package merged.
1421         * *.el:
1422         * ede/*.el:
1423         * semantic/*.el:
1424         * srecode/*.el: New files.
1426 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1428         * emacs-lisp/chart.el:
1429         * emacs-lisp/eieio-base.el:
1430         * emacs-lisp/eieio-comp.el:
1431         * emacs-lisp/eieio-custom.el:
1432         * emacs-lisp/eieio-datadebug.el:
1433         * emacs-lisp/eieio-opt.el:
1434         * emacs-lisp/eieio-speedbar.el:
1435         * emacs-lisp/eieio.el: New files.
1437         * cedet-cscope.el:
1438         * cedet-files.el:
1439         * cedet-global.el:
1440         * cedet-idutils.el:
1441         * data-debug.el:
1442         * inversion.el:
1443         * mode-local.el:
1444         * pulse.el: New files.