* lisp/emacs-lisp/cconv.el (cconv-closure-convert-rec): Let the byte
[emacs.git] / lisp / cedet / ChangeLog
blobfa3f633d1acd3526d19334d70269a4f9299da489
1 2011-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * semantic/wisent/comp.el (wisent-byte-compile-grammar):
4         Macroexpand before passing to byte-compile-form.
6 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode.
9         * semantic/symref/list.el (semantic-symref-results-mode):
10         Use run-mode-hooks.
12 2010-11-12  Glenn Morris  <rgm@gnu.org>
14         * semantic/wisent/comp.el: Remove unnecessary eval-when-compiles.
16 2010-11-10  Glenn Morris  <rgm@gnu.org>
18         * semantic/bovine/c.el: Test system-type with memq.
20 2010-11-09  Glenn Morris  <rgm@gnu.org>
22         * semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
23         * semantic/grammar.el (semantic-grammar-epilogue):
24         * ede/speedbar.el (ede-find-nearest-file-line):
25         * ede/pmake.el (ede-proj-makefile-insert-dist-rules):
26         * ede/autoconf-edit.el (autoconf-delete-parameter):
27         Use point-at-bol and point-at-eol.
29 2010-11-07  Glenn Morris  <rgm@gnu.org>
31         * ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol.
33 2010-11-01  Glenn Morris  <rgm@gnu.org>
35         * semantic/bovine/c.el (semantic-analyze-split-name): Move before use.
37         * semantic/symref/cscope.el (ede-toplevel):
38         * semantic/symref.el (ede-toplevel):
39         * semantic/tag-file.el (ede-toplevel):
40         * ede.el (ede-toplevel): Fix declarations.
42 2010-10-31  Glenn Morris  <rgm@gnu.org>
44         * ede/proj-elisp.el (project-compile-target): Fix previous change.
45         * semantic/ede-grammar.el (project-compile-target): Fix previous change.
47 2010-10-31  Julien Danjou  <julien@danjou.info>
49         * ede/proj-elisp.el (project-compile-target):
50         * semantic/ede-grammar.el (project-compile-target):
51         Use `byte-recompile-file'.
53 2010-10-31  Glenn Morris  <rgm@gnu.org>
55         * mode-local.el (mode-local-augment-function-help):
56         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons):
57         * semantic/symref/list.el (semantic-symref-results-dump)
58         (semantic-symref-rb-toggle-expand-tag): Replace inappropriate uses
59         of toggle-read-only.
61 2010-09-30  Chong Yidong  <cyd@stupidchicken.com>
63         * semantic/bovine/el.el:
64         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
65         Fix require statements.
67 2010-09-29  Chong Yidong  <cyd@stupidchicken.com>
69         * semantic/tag.el (semantic-tag-version): Bump to 2.0.
71         * semantic/db-typecache.el (semanticdb-typecache-find-default):
72         * semantic/imenu.el (semantic-create-imenu-index):
73         * semantic/grammar.el (semantic--grammar-macro-function-tag):
74         * semantic/fw.el (semanticdb-without-unloaded-file-searches):
75         Fix require.  Suggested by David Engster.
77         * semantic/bovine/c-by.el: Regenerate.
79 2010-09-29  Eric Ludlam  <zappo@gnu.org>
81         * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
82         (semantic-lex-spp-enable-debug-symbol): New command
83         (semantic-lex-spp-value-valid-p)
84         (semantic-lex-spp-validate-value): New functions
85         (semantic-lex-spp-symbol-set)
86         (semantic-lex-spp-symbol-push): Add call to validate value.
87         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
88         invalid values during save, just save a nil.
90 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
92         * ede/linux.el (ede-project-class-files):
93         * ede/generic.el (ede-generic-new-autoloader):
94         * ede/emacs.el (ede-project-class-files):
95         * ede/simple.el (ede-project-class-files):
96         * ede/cpp-root.el (ede-project-class-files): Fix require name.
98 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
100         * semantic/lex.el (semantic-ignore-comments): Doc fix.
102         * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
103         Fix typo in error message.
104         (semantic-symref-list-map-open-hits): Fix typo in docstring.
106 2010-09-21  Eric Ludlam  <zappo@gnu.org>
108         Synch SRecode to CEDET 1.0.
110         * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
111         'never, disable all pulsing.
113         * cedet.el (cedet-version):
114         * srecode.el (srecode-version): Bump version to 1.0.
116         * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
117         (semantic-insert-foreign-tag): Use it.
119         * srecode/mode.el (srecode-bind-insert):
120         Call srecode-load-tables-for-mode.
121         (srecode-minor-mode-templates-menu): Do not list templates that
122         are not in the current project.
123         (srecode-menu-bar): Add binding for srecode-macro-help.
125         * srecode/table.el (srecode-template-table): Add :project slot.
126         (srecode-dump): Dump it.
128         * srecode/map.el (srecode-map-update-map): Make map loading more
129         robust.
131         * srecode/insert.el (srecode-insert-fcn): Merge template
132         dictionary before resolving arguments.
133         (srecode-insert-method-helper): Add error checking to make sure
134         that we only have dictionaries.
135         (srecode-insert-method): Check template nesting depth when using
136         point inserter override.
137         (srecode-insert-method): Install override with depth limit.
139         * srecode/getset.el (srecode-insert-getset): Force tag table
140         update.  Don't query the class if it is empty.
142         * srecode/find.el (srecode-template-get-table)
143         (srecode-template-get-table-for-binding)
144         (srecode-all-template-hash): Skip if not in current project.
145         (srecode-template-table-in-project-p): New method.
147         * srecode/fields.el (srecode-fields-exit-confirmation): New option.
148         (srecode-field-exit-ask): Use it.
150         * srecode/dictionary.el (srecode-dictionary-add-template-table):
151         Do not add variables in tables not for the current project.
152         (srecode-compound-toString): Handle cases where the default value
153         is another compound value.
154         (srecode-dictionary-lookup-name): New optional argument
155         NON-RECURSIVE, which inhibits visiting dictionary parents.
156         (srecode-dictionary-add-section-dictionary)
157         (srecode-dictionary-merge): New optional argument FORCE adds
158         values even if an identically named entry exists.
159         (srecode-dictionary-add-entries): New method.
160         (srecode-create-dictionaries-from-tags): New function.
162         * srecode/cpp.el (srecode-cpp): New defgroup.
163         (srecode-cpp-namespaces): New option.
164         (srecode-semantic-handle-:using-namespaces)
165         (srecode-cpp-apply-templates): New functions.
166         (srecode-semantic-apply-tag-to-dict): Handle template parameters
167         by calling `srecode-cpp-apply-templates'.
169         * srecode/compile.el (srecode-compile-templates): Fix directory
170         compare of built-in templates.  Give built-ins lower piority.
171         Support special variable "project".
172         (srecode-compile-template-table): Set :project slot of new tables.
173         (srecode-compile-one-template-tag):
174         Use srecode-create-dictionaries-from-tags.
176 2010-09-21  Eric Ludlam  <zappo@gnu.org>
178         Synch EDE to CEDET 1.0.
180         * cedet-idutils.el (cedet-idutils-make-command): New option.
181         (cedet-idutils-mkid-call):
182         (cedet-idutils-create/update-database): New functions.
184         * cedet-cscope.el (cedet-cscope-create):
185         (cedet-cscope-create/update-database): New functions.
186         (cedet-cscope-support-for-directory): Make interactive.
188         * cedet-global.el (cedet-global-gtags-command): New option.
189         (cedet-gnu-global-gtags-call)
190         (cedet-gnu-global-create/update-database): New functions.
192         * ede.el (ede-save-cache): Fix recentf-exclude expression.
193         (ede-make-dist): Always use toplevel project.
194         (ede-buffer-object): If we fail to find an object in the current
195         project, loop upward looking for a match.  If no target is found,
196         use most local project.
197         (ede-buffer-belongs-to-target-p)
198         (ede-buffer-belongs-to-project-p): New functions.
199         (ede-initialize-state-current-buffer): New function.
200         (ede-target-forms-menu, ede-project-buffers): Use them.
201         (ede-minor-mode, ede-reset-all-buffers): Use it.
202         (project-interactive-select-target, project-add-file): Don't use
203         ede-project-force-load.
204         (ede-buffer-object): New arg PROJSYM.
205         (ede-minor-mode): Remove ede-directory-project-p test.
206         (ede-initialize-state-current-buffer): Don't test for
207         ede-directory-project-p if there is a matching open project.
208         (ede-customize-forms-menu): Prevent error if there is no project.
209         (ede-load-project-file): Set ede-constructing to the thing being
210         constructed, instead of t.
211         (ede-project-force-load): Deleted.
213         * ede/base.el:
214         * ede/auto.el:
215         * ede/custom.el: New files.
217         * ede/autoconf-edit.el (autoconf-find-last-macro)
218         (autoconf-parameters-for-macro): Parse multiline parameters of
219         macros.  Optionally ignore case and at bol for macro.
220         (autoconf-parameter-strip): Use greedy match for newlines.
221         (autoconf-new-automake-string): Deleted.
222         (autoconf-new-program): Use SRecode to fill an empty file.
224         * ede/cpp-root.el (ede-create-lots-of-projects-under-dir):
225         New function.
227         * ede/files.el (ede-flush-project-hash): New command.
228         (ede-convert-path): Add optional PROJECT arg.
229         (ede-directory-project-p): Obey ".ede-ignore".
230         (ede-expand-filename-local)
231         (ede-expand-filename-impl-via-subproj): New methods.
232         (ede-expand-filename-impl): Use them.
233         (ede-project-root, ede-project-root-directory): Move to
234         ede/auto.el.
236         * ede/locate.el (ede-locate-flush-hash):
237         (ede-locate-create/update-root-database): New methods.
238         (initialize-instance): Use ede-locate-flush-hash.
240         * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
241         the top project and not a metasubproject, set TOP to CURDIR.
242         (ede-proj-makefile-insert-variables): Output a target's object
243         list whether or not the vars are already in the Makefile.
244         (ede-pmake-insert-variable-once): New macro.
246         * ede/project-am.el (project-am-with-makefile-current):
247         Add recentf-exclude.
248         (project-am-load-makefile): Obey an optional suggested name.
249         (project-am-expand-subdirlist): New function.
250         (project-am-makefile::project-rescan): Use it.  Combine SUBDIRS
251         and DIST_SUBDIRS.
252         (project-am-meta-type-alist): A list to scan better Makefile.am
253         (project-am-scan-for-targets): Scan also over
254         project-am-meta-type-alist.
255         (ede-system-include-path): Simple implementation.
256         (ede-find-target): Deleted.  EDE core takes care of this.
257         (ede-buffer-mine): Create the searched filename as relative.
258         (project-am-load): Simplify, using autoconf-edit.
259         (project-am-extract-package-info): Fix separators.
261         * ede/proj.el (project-run-target): New method.
262         (project-make-dist, project-compile-project):
263         Use ede-proj-automake-p to determine which kind of compile to use.
264         (project-rescan): Call ede-load-project-file.
265         (ede-buffer-mine): Add more file names that belong to the project.
266         (ede-proj-compilers): Improve error message.
268         * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
269         (ede-source-c++): Add more C++ extensions.
270         (ede-proj-target-makefile-objectcode): Quote initforms.
271         Support lex and yacc.
273         * ede/proj-prog.el (ede-proj-makefile-insert-rules): Removed.
274         (ede-proj-makefile-insert-variables): New, add LDDEPS.
275         (ede-proj-makefile-insert-automake-post-variables): Add LDADD
276         variable.  Use ldlibs-local slot.  Add a -l to ldlibs strings.
277         (ede-proj-target-makefile-program): Swap order of two slots so
278         they show up in the same order as in the command line.
279         (ede-proj-target-makefile-program): Add ldlibs-local slot.
281         * ede/proj-shared.el (ede-g++-libtool-shared-compiler):
282         Fix inference rule to use cpp files.
283         (ede-proj-target-makefile-shared-object): Quote initforms.
285         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
286         * ede/proj-info.el (ede-proj-target-makefile-info):
287         * ede/proj-aux.el (ede-proj-target-aux):
288         * ede/proj-archive.el (ede-proj-target-makefile-archive):
289         * ede/proj-elisp.el (ede-proj-target-elisp)
290         (ede-proj-target-elisp-autoloads): Quote initforms.
292         * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
294         * ede/shell.el (ede-shell-buffer): Fix buffer name.
296         * ede/pconf.el (ede-proj-configure-synchronize): If user events
297         occur while waiting for the compile process to finish, pull them
298         in and discard those events.
300 2010-09-19  Eric Ludlam  <zappo@gnu.org>
302         Synch Semantic to CEDET 1.0.
304         * semantic.el (semantic-version): Update to 2.0.
305         (semantic-mode-map): Add "," and "m" bindings.
306         (navigate-menu): Update.
308         * semantic/symref.el (semantic-symref-calculate-rootdir):
309         New function.
310         (semantic-symref-detect-symref-tool): Use it.
312         * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
313         (semantic-symref-perform-search): Use it.  Calculate root dir with
314         semantic-symref-calculate-rootdir.
315         (semantic-symref-derive-find-filepatterns): Improve error message.
317         * semantic/symref/list.el
318         (semantic-symref-results-mode-map): New bindings.
319         (semantic-symref-auto-expand-results): New option.
320         (semantic-symref-results-dump): Obey auto-expand.
321         (semantic-symref-list-expand-all, semantic-symref-regexp)
322         (semantic-symref-list-contract-all)
323         (semantic-symref-list-map-open-hits)
324         (semantic-symref-list-update-open-hits)
325         (semantic-symref-list-create-macro-on-open-hit)
326         (semantic-symref-list-call-macro-on-open-hits): New functions.
327         (semantic-symref-list-menu-entries)
328         (semantic-symref-list-menu): New vars.
329         (semantic-symref-list-map-open-hits): Move cursor to beginning of
330         match before calling the mapped function.
332         * semantic/doc.el
333         (semantic-documentation-comment-preceeding-tag): Do nothing if the
334         mode doesn't provide comment-start-skip.
336         * semantic/scope.el
337         (semantic-analyze-scope-nested-tags-default): Strip duplicates.
338         (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
339         looking for as part of the scoped tags list.
341         * semantic/html.el (semantic-default-html-setup):
342         Add senator-step-at-tag-classes.
344         * semantic/decorate/include.el
345         (semantic-decoration-on-unknown-includes): Change light bgcolor.
346         (semantic-decoration-on-includes-highlight-default): Check that
347         the include tag has a postion.
349         * semantic/complete.el (semantic-collector-local-members):
350         (semantic-complete-read-tag-local-members)
351         (semantic-complete-jump-local-members): New class and functions.
352         (semantic-complete-self-insert): Save excursion before completing.
354         * semantic/analyze/complete.el
355         (semantic-analyze-possible-completions-default): If no completions
356         are found, return the raw by-name-only completion list.  Add FLAGS
357         arguments.  Add support for 'no-tc (type constraint) and
358         'no-unique, or no stripping duplicates.
359         (semantic-analyze-possible-completions-default): Add FLAGS arg.
361         * semantic/util-modes.el
362         (semantic-stickyfunc-show-only-functions-p): New option.
363         (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
364         the very first line in a buffer.
366         * semantic/util.el (semantic-hack-search)
367         (semantic-recursive-find-nonterminal-by-name)
368         (semantic-current-tag-interactive): Deleted.
369         (semantic-describe-buffer): Fix expand-nonterminal.
370         Add lex-syntax-mods, type relation separator char, and command
371         separation char.
372         (semantic-sanity-check): Only message if called interactively.
374         * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
375         :filename property and the tag position.
377         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
378         Add recursion limit.
380         * semantic/imenu.el (semantic-imenu-bucketize-type-members):
381         Make this buffer local, not the obsoleted variable.
383         * semantic/idle.el: Add breadcrumbs support.
384         (semantic-idle-summary-current-symbol-info-default)
385         (semantic-idle-tag-highlight)
386         (semantic-idle-completion-list-default):
387         Use semanticdb-without-unloaded-file-searches for speed, and to
388         conform to the controls that specify if the idle timer is supposed
389         to be parsing unparsed includes.
390         (semantic-idle-symbol-highlight-face)
391         (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
392         Callers changed.
393         (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
394         (semantic-idle-work-update-headers-flag): New var.
395         (semantic-idle-work-for-one-buffer): Use it.
396         (semantic-idle-local-symbol-highlight): Rename from
397         semantic-idle-tag-highlight.
398         (semantic-idle-truncate-long-summaries): New option.
400         * semantic/ia.el (semantic-ia-cache)
401         (semantic-ia-get-completions): Deleted.  Callers changed.
402         (semantic-ia-show-variants): New command.
403         (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
404         (semantic-ia-show-summary): If there isn't anything to show, say so.
406         * semantic/grammar.el (semantic-grammar-create-package):
407         Save the buffer even in batch mode.
409         * semantic/fw.el
410         (semanticdb-without-unloaded-file-searches): New macro.
412         * semantic/dep.el (semantic-dependency-find-file-on-path):
413         Fix case dereferencing ede-object when it is a list.
415         * semantic/db-typecache.el (semanticdb-expand-nested-tag)
416         (semanticdb-typecache-faux-namespace): New functions.
417         (semanticdb-typecache-file-tags)
418         (semanticdb-typecache-merge-streams): Use them.
419         (semanticdb-typecache-file-tags): When deriving tags from a file,
420         give the mode a chance to monkey with the tag copy.
421         (semanticdb-typecache-find-default): Wrap find in save-excursion.
422         (semanticdb-typecache-find-by-name-helper): Merge found names down.
424         * semantic/db-global.el
425         (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
426         GNU Global is not available and we don't want to throw an error.
428         * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
429         When trying to normalize the tag to a buffer, don't error if
430         set-buffer method doesn't exist.
432         * semantic/db-file.el (semanticdb-save-db): Simplify msg.
434         * semantic/db.el (semanticdb-refresh-table): If forcing a
435         refresh on a file not in a buffer, use semantic-find-file-noselect
436         and delete the buffer after use.
437         (semanticdb-current-database-list): When calculating root via
438         hooks, force it through true-filename and skip the list of
439         possible roots.
441         * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
443         * semantic/analyze/debug.el
444         (semantic-analyzer-debug-insert-tag): Reset standard output to
445         current buffer.
446         (semantic-analyzer-debug-global-symbol)
447         (semantic-analyzer-debug-missing-innertype): Change "prefix" to
448         "symbol" in messages.
450         * semantic/analyze/refs.el: (semantic-analyze-refs-impl)
451         (semantic-analyze-refs-proto): When calculating value, make sure
452         the found tag is 'similar' to the originating tag.
453         (semantic--analyze-refs-find-tags-with-parent): Attempt to
454         identify matches via imported symbols of parents.
455         (semantic--analyze-refs-full-lookup-with-parents): Do a deep
456         search during the brute search.
458         * semantic/analyze.el
459         (semantic-analyze-find-tag-sequence-default): Be robust to
460         calculated scopes being nil.
462         * semantic/bovine/c.el (semantic-c-describe-environment):
463         Add project macro symbol array.
464         (semantic-c-parse-lexical-token): Add recursion limit.
465         (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
466         New overrides.
467         (semantic-expand-c-tag-namelist): Split a full type from a typedef
468         out to its own tag.
469         (semantic-expand-c-tag-namelist): Do not split out a typedef'd
470         inline type if it is an anonymous type.
471         (semantic-c-reconstitute-token): Use the optional initializers as
472         a clue that some function is probably a constructor.
473         When defining the type of these constructors, split the parent name,
474         and use only the class part, if applicable.
476         * semantic/bovine/c-by.el:
477         * semantic/wisent/python-wy.el: Regenerate.
479 2010-07-20  Juanma Barranquero  <lekktu@gmail.com>
481         * semantic/db-file.el (object-write): Fix typo in docstring.
483 2010-06-03  Eric Ludlam  <zappo@gnu.org>
485         * semantic/lex-spp.el
486         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
487         invalid values during save, just save a nil (Bug#6324).
489 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
491         * ede/cpp-root.el (ede-set-project-variables): Fix feature name
492         (bug#6231).
494 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
496         Use a mode-line spec rather than a static string in Semantic.
497         * semantic/util-modes.el:
498         (semantic-minor-modes-format): New var to replace...
499         (semantic-minor-modes-status): Remove.
500         (semantic-mode-line-update): Construct a mode-line spec rather than
501         a static string so that mouse buttons can be used on individual minor
502         modes and so that semantic-mode-line-update only needs to be called
503         when global settings are changed.
504         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
505         Call semantic-mode-line-update.
506         (semantic-toggle-minor-mode-globally): Don't assume mode is on
507         minor-mode-alist, check semantic-minor-mode-alist as well.
508         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
509         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
510         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
511         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
512         * semantic/idle.el (semantic-idle-scheduler-mode)
513         (define-semantic-idle-service, semantic-idle-summary-mode):
514         * semantic/decorate/mode.el (semantic-decoration-mode):
515         Don't call semantic-mode-line-update any more.
517 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
519         Use define-minor-mode in CEDET where applicable.
521         * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
522         Use define-minor-mode.
524         * semantic/util-modes.el (semantic-add-minor-mode):
525         Remove unused arg `keymap' and code redundant with define-minor-mode.
526         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
527         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
528         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
529         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
530         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
531         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
532         Use define-minor-mode.
533         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
534         (semantic-show-unmatched-syntax-mode-setup)
535         (semantic-show-parser-state-mode-setup)
536         (semantic-highlight-func-mode-setup): Inline into sole caller.
538         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
539         (semantic-mru-bookmark-mode): Use define-minor-mode.
540         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
542         * semantic/idle.el (define-semantic-idle-service):
543         Use define-minor-mode and inline setup function into its sole caller.
544         (semantic-idle-scheduler-mode-setup)
545         (semantic-idle-summary-mode-setup): Inline into sole caller.
546         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
547         Use define-minor-mode.
549         * semantic/decorate/mode.el (global-semantic-decoration-mode)
550         (semantic-decoration-mode): Use define-minor-mode.
551         (semantic-decoration-mode-setup): Inline into sole caller.
553         * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
554         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
555         (ede-dired-add-to-target): Use dolist.
557 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
559         * semantic.el (semantic-completion-at-point-function):
560         New function.
561         (semantic-mode): Use semantic-completion-at-point-function for
562         completion-at-point-functions instead.
564 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
566         * semantic.el (semantic-mode): When enabled, add
567         semantic-ia-complete-symbol to completion-at-point-functions.
569         * semantic/ia.el (semantic-ia-complete-symbol): Return nil
570         if Semantic is not active.
572 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
574         * ede/pmake.el (ede-proj-makefile-insert-variables):
575         Don't destroy list before using it.
577 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
579         * semantic/imenu.el (semantic-imenu-bucketize-type-members)
580         (semantic-create-imenu-directory-index): Fix typos in docstrings.
581         (semantic-imenu-goto-function): Reflow docstring.
583 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
585         * srecode/table.el (srecode-template-table): Fix docstring typo.
587 2010-03-24  Glenn Morris  <rgm@gnu.org>
589         * semantic/bovine/c.el (semantic-c-describe-environment):
590         Consistently check ede-object is bound throughout.
592         * ede/project-am.el (ede-shell-run-something): Declare.
594 2010-03-13  Eric M. Ludlam  <zappo@gnu.org>
596         * semantic/imenu.el: New file, from the CEDET repository
597         (Bug#5412).
599 2010-03-06  Glenn Morris  <rgm@gnu.org>
601         * semantic/grammar.el (semantic-grammar-header-template):
602         Update template copyright to GPLv3+.
604 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
606         * semantic/db-find.el
607         (semanticdb-find-translate-path-brutish-default):
608         * ede/make.el (ede-make-check-version):
609         Use with-current-buffer instead of save-excursion.
611 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
613         * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
614         Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
616 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
618         * data-debug.el (data-debug): Move to extensions group.
620         * ede.el (ede):
621         * srecode.el (srecode):
622         * semantic.el (semantic): Put in tools and extensions group.
624 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
626         * ede.el (ede-run-target, project-delete-target)
627         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
628         (ede-adebug-project, ede-adebug-project-parent)
629         (ede-adebug-project-root): Fix typos in docstrings.
631 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
633         * ede/locate.el (ede-locate-file-in-project)
634         (ede-locate-file-in-project-impl): Fix typos in docstrings.
635         (ede-enable-locate-on-project): Fix typos in error messages.
637         * semantic/util-modes.el (semantic-unmatched-syntax-face)
638         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
639         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
640         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
641         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
642         Fix typos in menu help.
644         * semantic.el (semantic-require-version, semantic--buffer-cache)
645         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
646         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
647         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
648         (semantic-parse-stream, semantic-parse-region)
649         (semantic-parse-region-default, semantic--set-buffer-cache)
650         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
651         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
652         (semantic-default-submodes):
653         * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
654         (semanticdb-create-ebrowse-database)
655         (semanticdb-find-tags-for-completion-method)
656         (semanticdb-find-tags-by-class-method)
657         (semanticdb-deep-find-tags-by-name-method)
658         (semanticdb-deep-find-tags-for-completion-method):
659         * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
660         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
661         (semanticdb-find-tags-for-completion-method)
662         (semanticdb-find-tags-by-class-method)
663         (semanticdb-deep-find-tags-for-completion-method):
664         * semantic/db-find.el (semanticdb-find-translate-path)
665         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
666         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
667         (semanticdb-find-tags-by-name-method)
668         (semanticdb-find-tags-by-name-regexp-method)
669         (semanticdb-find-tags-for-completion-method)
670         (semanticdb-find-tags-by-class-method)
671         (semanticdb-find-tags-external-children-of-type-method)
672         (semanticdb-find-tags-subclasses-of-type-method)
673         (semanticdb-deep-find-tags-by-name-method)
674         (semanticdb-deep-find-tags-by-name-regexp-method)
675         (semanticdb-deep-find-tags-for-completion-method):
676         * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
677         (semanticdb-enable-gnu-global-in-buffer)
678         (semanticdb-find-tags-for-completion-method)
679         (semanticdb-deep-find-tags-by-name-method)
680         (semanticdb-deep-find-tags-for-completion-method):
681         * semantic/db-javascript.el (semanticdb-javascript-tags)
682         (javascript-mode, semanticdb-find-translate-path)
683         (semanticdb-find-tags-for-completion-method)
684         (semanticdb-find-tags-by-class-method)
685         (semanticdb-deep-find-tags-by-name-method)
686         (semanticdb-deep-find-tags-for-completion-method)
687         (semanticdb-find-tags-external-children-of-type-method):
688         * semantic/idle.el (semantic-idle-work-core-handler)
689         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
690         (global-semantic-idle-scheduler-mode):
691         * srecode/dictionary.el (srecode-field-value)
692         (srecode-dictionary-add-section-dictionary):
693         Fix typos in docstrings.
695 2010-01-17  Glenn Morris  <rgm@gnu.org>
697         * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
699 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
701         * semantic.el (semantic-mode): Fix typos in docstrings.
703 2010-01-16  Mario Lang  <mlang@delysid.org>
705         * ede/cpp-root.el (ede-cpp-root-project):
706         * ede/files.el (ede-expand-filename):
707         * ede/simple.el (ede-simple-project):
708         * semantic/complete.el (semantic-complete-read-tag-engine)
709         (semantic-complete-inline-tag-engine):
710         * semantic/db-el.el (semanticdb-equivalent-mode):
711         * semantic/db-global.el (semanticdb-equivalent-mode):
712         * semantic/db-javascript.el (semanticdb-equivalent-mode):
713         * semantic/db.el (semanticdb-equivalent-mode):
714         * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
715         * semantic/idle.el (semantic-idle-work-for-one-buffer):
716         Remove duplicated words in doc-strings.
718 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
720         * semantic/edit.el (semantic-reparse-needed-change-hook)
721         (semantic-no-reparse-needed-change-hook):
722         * srecode/insert.el (srecode-resolve-argument-list)
723         (srecode-template-inserter-blank, srecode-template-inserter-variable)
724         (srecode-template-inserter-ask, srecode-template-inserter-width)
725         (srecode-template-inserter-section-start)
726         (srecode-template-inserter-section-end, srecode-insert-method):
728 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
730         * data-debug.el (data-debug): Fix customization group reference.
732 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
734         * semantic/analyze.el (semantic-analyze-push-error)
735         (semantic-analyze-context, semantic-analyze-context-assignment)
736         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
737         * semantic/java.el (java-mode, semantic-tag-include-filename)
738         (semantic-java-doc-keywords-map):
739         * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
740         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
741         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
742         (semantic-c-classname, semantic-format-tag-uml-prototype)
743         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
744         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
745         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
746         (semantic-get-local-variables, semantic-end-of-command)
747         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
748         (lisp-mode):
749         * semantic/bovine/make.el (makefile-mode):
750         * semantic/wisent/python.el (wisent-python-string-re)
751         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
752         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
753         (semantic-lex, semantic-get-local-variables, python-mode):
754         * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
755         * srecode/extract.el (srecode-extract-state-set)
756         (srecode-extract-method): Fix typos in docstrings.
758 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
760         * semantic.el (semantic-new-buffer-setup-functions):
761         Add python parser.
763 2010-01-10  Richard Kim  <emacs18@gmail.com>
765         * semantic/wisent/python-wy.el:
766         * semantic/wisent/python.el: New files.
768 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
770         * semantic/db-typecache.el (semanticdb-typecache-find-default):
771         Fix typo in docstring.
773 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
775         * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
776         (semantic-mru-bookmark-mode): Doc fixes.
778         * semantic/db.el (semanticdb-cache-get): Use error instead
779         of assert.
781 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
783         * semantic/ia.el (semantic-ia-complete-symbol):
784         Make argument optional.
786 2009-12-05  Eric Ludlam  <zappo@gnu.org>
788         * semantic/bovine/c.el (semantic-c-describe-environment):
789         Describe project macro symbols.
791         * semantic/complete.el (semantic-complete-do-completion):
792         Don't call semantic-collector-current-exact-match.
794         * ede.el (ede-apply-preprocessor-map): Accept lists of
795         ede-objects as targets.
797         * ede/pmake.el (ede-proj-makefile-insert-variables):
798         Output a target's object list even if compiler vars are already in the
799         Makefile.
801         * ede/emacs.el (ede-preprocessor-map): Add config.h to the
802         list of headers producing necessary macros.
804 2009-11-24  Glenn Morris  <rgm@gnu.org>
806         * semantic/idle.el (global-semantic-idle-scheduler-mode):
807         Move after definition of global-semantic-idle-tag-highlight-mode.
809 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
811         * srecode/map.el (srecode-get-maps):
812         * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
813         * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
814         * semantic/decorate/mode.el (semantic-decoration-mode)
815         (semantic-toggle-decoration-style):
816         * semantic/decorate/include.el
817         (semantic-decoration-include-describe)
818         (semantic-decoration-unknown-include-describe)
819         (semantic-decoration-unparsed-include-describe)
820         (semantic-decoration-all-include-summary):
821         * semantic/bovine/c.el (semantic-c-debug-mode-init):
822         * semantic/analyze/complete.el
823         (semantic-analyze-possible-completions):
824         * semantic/util-modes.el (semantic-highlight-edits-mode)
825         (semantic-show-unmatched-syntax-mode)
826         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
827         (semantic-highlight-func-mode):
828         * semantic/util.el (semantic-describe-buffer):
829         * semantic/symref.el (semantic-symref-find-references-by-name)
830         (semantic-symref-find-tags-by-name)
831         (semantic-symref-find-tags-by-regexp)
832         (semantic-symref-find-tags-by-completion)
833         (semantic-symref-find-file-references-by-name)
834         (semantic-symref-find-text):
835         * semantic/senator.el (senator-copy-tag, senator-kill-tag)
836         (senator-yank-tag):
837         * semantic/scope.el (semantic-calculate-scope):
838         * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
839         * semantic/idle.el (semantic-idle-scheduler-mode)
840         (define-semantic-idle-service):
841         * semantic/complete.el (semantic-complete-analyze-inline)
842         (semantic-complete-analyze-inline-idle):
843         * semantic/analyze.el (semantic-analyze-current-context):
844         * mode-local.el (describe-mode-local-bindings)
845         (describe-mode-local-bindings-in-mode):
846         * ede/make.el (ede-make-check-version):
847         * ede/locate.el (ede-enable-locate-on-project):
848         * cedet-idutils.el (cedet-idutils-expand-filename)
849         (cedet-idutils-version-check):
850         * cedet-global.el (cedet-gnu-global-expand-filename)
851         (cedet-gnu-global-version-check):
852         * cedet-cscope.el (cedet-cscope-expand-filename)
853         (cedet-cscope-version-check): Use called-interactively-p instead
854         of interactive-p.
856         * semantic/ia.el (semantic-ia-completion-format-tag-function):
857         Use semantic-format-tag-prototype.
859 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
861         * semantic/complete.el (semantic-complete-read-tag-engine)
862         (semantic-complete-jump-local, semantic-complete-jump):
863         Improve prompt string.
865 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
867         * semantic/complete.el (semantic-complete-inline-map): Doc fix.
869         * semantic/idle.el (define-semantic-idle-service)
870         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
872 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
874         * cedet.el (cedet-menu-map): Re-order menu items.
876         * semantic.el: Enable idle-mode menu items only if
877         global-semantic-idle-scheduler-mode is enabled.
878         (semantic-default-submodes): Doc fix.
880         * semantic/idle.el (global-semantic-idle-scheduler-mode):
881         When turning off, disable other idle modes.
883 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
885         * semantic/idle.el (semantic-idle-summary-mode)
886         (semantic-idle-summary-mode): Define using define-minor-mode
887         instead of define-semantic-idle-service.
888         (semantic-idle-summary-mode): New function.
889         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
890         that mouse motion does not reset the echo area.
892 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
894         * semantic/ctxt.el (semantic-get-local-variables):
895         Disable the progress reporter entirely.
897 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * semantic/fw.el (semantic/loaddefs):
900         * srecode.el (srecode/loaddefs):
901         * ede.el (ede/loaddefs): Load rather than require.
902         * ede/cpp-root.el:
903         * ede/emacs.el:
904         * ede/files.el:
905         * ede/linux.el:
906         * ede/locate.el:
907         * ede/make.el:
908         * ede/shell.el:
909         * ede/speedbar.el:
910         * ede/system.el:
911         * ede/util.el:
912         * semantic/analyze.el:
913         * semantic/bovine.el:
914         * semantic/complete.el:
915         * semantic/ctxt.el:
916         * semantic/db-file.el:
917         * semantic/db-find.el:
918         * semantic/db-global.el:
919         * semantic/db-mode.el:
920         * semantic/db-typecache.el:
921         * semantic/db.el:
922         * semantic/debug.el:
923         * semantic/dep.el:
924         * semantic/doc.el:
925         * semantic/edit.el:
926         * semantic/find.el:
927         * semantic/format.el:
928         * semantic/html.el:
929         * semantic/ia-sb.el:
930         * semantic/ia.el:
931         * semantic/idle.el:
932         * semantic/lex-spp.el:
933         * semantic/lex.el:
934         * semantic/mru-bookmark.el:
935         * semantic/scope.el:
936         * semantic/senator.el:
937         * semantic/sort.el:
938         * semantic/symref.el:
939         * semantic/tag-file.el:
940         * semantic/tag-ls.el:
941         * semantic/tag-write.el:
942         * semantic/tag.el:
943         * semantic/util-modes.el:
944         * semantic/analyze/complete.el:
945         * semantic/analyze/refs.el:
946         * semantic/bovine/c.el:
947         * semantic/bovine/gcc.el:
948         * semantic/bovine/make.el:
949         * semantic/bovine/scm.el:
950         * semantic/decorate/include.el:
951         * semantic/decorate/mode.el:
952         * semantic/symref/cscope.el:
953         * semantic/symref/global.el:
954         * semantic/symref/grep.el:
955         * semantic/symref/idutils.el:
956         * semantic/symref/list.el:
957         * semantic/wisent/java-tags.el:
958         * semantic/wisent/javascript.el:
959         * srecode/compile.el:
960         * srecode/cpp.el:
961         * srecode/document.el:
962         * srecode/el.el:
963         * srecode/expandproto.el:
964         * srecode/getset.el:
965         * srecode/insert.el:
966         * srecode/java.el:
967         * srecode/map.el:
968         * srecode/mode.el:
969         * srecode/template.el:
970         * srecode/texi.el: Remove the file-local setting of
971         generated-autoload-feature.
973 2009-11-03  Glenn Morris  <rgm@gnu.org>
975         * mode-local.el (with-mode-local): Doc fix.
977 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
979         * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
980         items.
982         * ede.el (ede-minor-mode):
983         * semantic.el (semantic-mode): Toggle menu separators.
985 2009-10-31  Glenn Morris  <rgm@gnu.org>
987         * semantic/tag.el (semantic--tag-link-list-to-buffer):
988         Use mapc rather than mapcar because the return value is never used.
990         * srecode/template.el, semantic/wisent/javascript.el:
991         * semantic/wisent/java-tags.el, semantic/texi.el:
992         * semantic/html.el:
993         Suppress harmless warnings about setting up semantic-imenu (not
994         part of Emacs) variables.
996 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
998         * srecode/srt-mode.el (semantic-analyze-possible-completions):
999         * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1000         * semantic/symref/grep.el (semantic-symref-perform-search):
1001         * semantic/bovine/gcc.el (semantic-gcc-query):
1002         * semantic/bovine/c.el (semantic-c-parse-lexical-token):
1003         * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1004         (semantic-analyzer-debug-global-symbol)
1005         (semantic-analyzer-debug-missing-innertype)
1006         (semantic-analyzer-debug-insert-include-summary):
1007         * semantic/util.el (semantic-file-tag-table):
1008         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1009         (semantic-recursive-find-nonterminal-by-name):
1010         * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1011         * semantic/tag-file.el (semantic-prototype-file):
1012         * semantic/symref.el (semantic-symref-parse-tool-output):
1013         * semantic/sb.el (semantic-sb-fetch-tag-table):
1014         * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1015         * semantic/idle.el (semantic-idle-work-for-one-buffer):
1016         (semantic-idle-summary-maybe-highlight):
1017         * semantic/ia-sb.el (semantic-ia-speedbar)
1018         (semantic-ia-sb-tag-info):
1019         * semantic/grammar.el (semantic-analyze-possible-completions):
1020         * semantic/find.el (semantic-brute-find-tag-by-position):
1021         * semantic/ede-grammar.el (project-compile-target):
1022         (ede-proj-makefile-insert-variables):
1023         * semantic/debug.el (semantic-debug-set-parser-location):
1024         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1025         (semantic-debug-mode, semantic-debug):
1026         * semantic/db.el (semanticdb-needs-refresh-p):
1027         * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1028         * semantic/db-javascript.el (semanticdb-equivalent-mode):
1029         * semantic/db-find.el (semanticdb-find-log-new-search)
1030         (semanticdb-find-translate-path-includes--internal)
1031         (semanticdb-reset-log, semanticdb-find-log-activity):
1032         * semantic/db-file.el (object-write):
1033         * semantic/db-el.el (semanticdb-equivalent-mode):
1034         * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1035         (semanticdb-create-ebrowse-database):
1036         * semantic/db-debug.el (semanticdb-table-sanity-check):
1037         * semantic/complete.el (semantic-displayor-focus-request)
1038         (semantic-collector-calculate-completions-raw)
1039         (semantic-complete-read-tag-analyzer):
1040         * semantic/analyze.el (semantic-analyze-pulse):
1041         * ede/util.el (ede-update-version-in-source):
1042         * ede/proj.el (project-delete-target):
1043         * ede/proj-elisp.el (ede-update-version-in-source)
1044         (ede-proj-flush-autoconf):
1045         * ede/pconf.el (ede-proj-configure-synchronize)
1046         (ede-proj-configure-synchronize):
1047         * ede/locate.el (ede-locate-file-in-project-impl):
1048         * ede/linux.el (ede-linux-version):
1049         * ede/emacs.el (ede-emacs-version):
1050         * ede/dired.el (ede-dired-add-to-target):
1051         * ede.el (ede-buffer-header-file, ede-find-target)
1052         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1053         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1054         * cedet-idutils.el (cedet-idutils-fnid-call):
1055         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1056         (cedet-idutils-version-check):
1057         * cedet-global.el (cedet-gnu-global-call):
1058         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1059         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1060         * cedet-cscope.el (cedet-cscope-call)
1061         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1062         Use with-current-buffer.
1063         * ede.el (ede-make-project-local-variable)
1064         (ede-set-project-variables, ede-set): Use dolist.
1066 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1068         * mode-local.el (make-obsolete-overload): Add `when' argument.
1069         (overload-docstring-extension): Use that info.
1070         * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1071         * semantic/idle.el (semantic-eldoc-current-symbol-info):
1072         * semantic/tag-ls.el (semantic-nonterminal-protection)
1073         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1074         (semantic-nonterminal-full-name): Add the new `when' info.
1075         * semantic/decorate/mode.el (semantic/decorate): Require CL for
1076         `assert'.
1078 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1080         * semantic/fw.el (semantic-alias-obsolete)
1081         (semantic-varalias-obsolete): Make the `when' arg mandatory.
1082         (define-mode-overload-implementation):
1083         * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1084         * semantic/wisent.el (wisent-lex-make-token-table):
1085         * semantic/util.el (semantic-file-token-stream)
1086         (semantic-something-to-stream):
1087         * semantic/tag.el (semantic-tag-make-assoc-list)
1088         (semantic-expand-nonterminal):
1089         * semantic/tag-file.el (semantic-find-nonterminal)
1090         (semantic-find-dependency, semantic-find-nonterminal)
1091         (semantic-find-dependency):
1092         * semantic/lex.el (semantic-flex-start, semantic-flex-end)
1093         (semantic-flex-text, semantic-flex-make-keyword-table)
1094         (semantic-flex-keyword-p, semantic-flex-keyword-put)
1095         (semantic-flex-keyword-get, semantic-flex-map-keywords)
1096         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1097         * semantic/java.el (semantic-java-prototype-nonterminal):
1098         * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1099         (semantic-after-idle-scheduler-reparse-hooks):
1100         * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1101         * semantic/db-mode.el (semanticdb-mode-hooks):
1102         * semantic.el (semantic-toplevel-bovine-table)
1103         (semantic-toplevel-bovine-cache)
1104         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1105         (semantic-init-mode-hooks, semantic-init-db-hooks)
1106         (semantic-bovination-working-type): Provide the `when' arg.
1108 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1110         * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1111         * semantic/tag.el (semantic-token-type-parent): Add WHEN
1112         argument to make-obsolete.
1114         * semantic/fw.el (semantic-alias-obsolete)
1115         (semantic-varalias-obsolete): Add optional WHEN argument.
1117 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1119         * semantic/bovine/c.el (semantic-c-debug-mode-init)
1120         (semantic-c-debug-mode-init-pch): New functions.
1121         (semantic-c-debug-mode-init-last-mode): New var.
1122         (semantic-c-parse-lexical-token): Use them.
1124         * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1125         When extracting the argument list, limit only by point-max.
1127 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1129         * srecode/srt.el:
1130         * srecode/compile.el:
1131         * semantic/mru-bookmark.el:
1132         * semantic/debug.el:
1133         * semantic/complete.el:
1134         * semantic/analyze.el: Require CL when compiling.
1136 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1138         * semantic/scope.el
1139         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1140         tmpscope so that the regular scope will continue to work.
1142         * semantic/idle.el (semantic-idle-tag-highlight):
1143         Use semantic-idle-summary-highlight-face as the highlighting.
1145         * ede/project-am.el (project-run-target): New method.
1146         (project-run-target): New method.
1148         * ede.el (ede-target): Add run target menu item.
1149         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1150         (ede-run-target): New function.
1151         (ede-target::project-run-target): New method.
1153         * ede/proj.el (project-run-target): New method.
1155         * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1156         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1157         Add :rules.
1158         (ede-proj-target-makefile-shared-object): Only libtool compilers
1159         now available.  Add linkers for libtool.
1160         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1161         (ede-proj-makefile-target-name): Always use .la extension.
1163         * ede/proj-prog.el (project-run-target): New method.
1165         * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1166         (ede-g++-linker): Change Change link lines.
1168         * ede/pmake.el (ede-pmake-insert-variable-shared):
1169         When searching for old variables, go to the end of the buffer and
1170         search backward from there.
1171         (ede-proj-makefile-automake-insert-subdirs)
1172         (ede-proj-makefile-automake-insert-extradist): New methods.
1173         (ede-proj-makefile-create): Use them.
1175         * ede/pconf.el (ede-proj-configure-test-required-file):
1176         Force FILE to expand to the current target.  Use file-exists-p to
1177         check that it exists.
1179         * ede/linux.el (ede-linux-version): Don't call "head".
1180         (ede-linux-load): Wrap dir in file-name-as-directory.
1181         Set :version slot.
1183         * ede/files.el (ede-get-locator-object): When enabling
1184         locate, do so on "top".
1186         * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1187         file-name-as-directory during compare.
1188         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1189         Get version number from different places.  Don't call egrep.
1190         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1191         to set the directory.
1193         * ede/shell.el: New file.
1195         * inversion.el (inversion-decoders): Allow for stray . in
1196         alpha/beta variants.
1198 2009-10-17  Glenn Morris  <rgm@gnu.org>
1200         * semantic/grammar.el (semantic-grammar--lex-delim-spec):
1201         All errors should have messages.
1203 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
1205         * ede/proj-shared.el (ede-proj-makefile-target-name):
1206         Use .la for Automake.
1208 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
1210         * ede/pconf.el (ede-proj-configure-synchronize):
1211         Use "autoreconf -i".  Suggested by Andreas Schwab.
1213 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1215         * ede/proj.el (project-make-dist, project-compile-project):
1216         Fix filename test.
1217         (ede-proj-dist-makefile): Use expand-file-name instead of concat
1218         to expand file names.
1220 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1222         * ede/proj-obj.el (ede-gcc-linker): New var.
1223         (ede-proj-target-makefile-objectcode): Use it.
1225         * ede/source.el (ede-want-any-source-files-p)
1226         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1227         Return search result.  This error was introduced while merging.
1229 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1231         * semantic.el (semantic-new-buffer-setup-functions): New option.
1232         (semantic-new-buffer-fcn): Call parser setup functions here.
1233         (semantic-mode): Don't call parser setup functions here, it's done
1234         in semantic-new-buffer-fcn now.
1235         (semantic-mode): Parse all existing buffers when enabled.
1237         * srecode/compile.el (srecode-compile-file):
1238         Call semantic-new-buffer-fcn if the buffer has not been parsed.
1240 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1242         * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1244         * ede/proj-comp.el: Don't require ede/pmake at toplevel.
1245         (proj-comp-insert-variable-once): New macro, renamed from
1246         ede-pmake-insert-variable-once in ede/pmake.edl.
1247         (ede-proj-makefile-insert-variables): Use it.
1249 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1251         * ede/makefile-edit.el (makefile-beginning-of-command)
1252         (makefile-end-of-command):
1253         * srecode/srt-mode.el (semantic-beginning-of-context)
1254         (semantic-end-of-context): Fix previous change.  Doc fixes.
1256 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1258         * ede/makefile-edit.el (makefile-beginning-of-command)
1259         (makefile-end-of-command):
1260         * semantic/lex.el (semantic-lex-token):
1261         * semantic/analyze/fcn.el
1262         (semantic-analyze-dereference-metatype-1):
1263         * semantic/bovine/c.el (semantic-lex-cpp-define)
1264         (semantic-lex-cpp-undef):
1265         * semantic/wisent/wisent.el (wisent-skip-block):
1266         * srecode/srt-mode.el (semantic-beginning-of-context)
1267         (semantic-end-of-context): Fix typos in docstrings.
1269 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1271         * ede.el (ede-project-placeholder-cache-file):
1272         * semantic/db-file.el (semanticdb-default-save-directory):
1273         * srecode/map.el (srecode-map-save-file):
1274         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
1276 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
1278         * srecode/insert.el: Require srecode/args.
1280         * srecode/args.el: Require srecode/dictionary instead of
1281         srecode/insert.
1283         * srecode/srt-mode.el (srecode-template-mode): Doc fix.
1285         * files.el (auto-mode-alist): Add .srt and Project.ede.
1287         * semantic.el (semantic-mode):
1288         Handle srecode-template-mode-hook as well.
1289         (semantic-mode): Use js-mode-hook for Javascript hook.
1291         * srecode/template.el: Remove hook variable.
1293         * ede/proj-comp.el: Require ede/pmake when compiling.
1295         * ede.el (ede-target-forms-menu): Don't enable if no
1296         projects exist.
1297         (ede-project-placeholder-cache-file): Default to a file in
1298         user-emacs-directory.
1300         * srecode/map.el (srecode-map-base-template-dir): Look for
1301         templates in data-directory.
1302         (srecode-map-save-file): Default to a file in user-emacs-directory.
1304         * ede/srecode.el (ede-srecode-setup): Use default templates
1305         directory.
1307 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1309         * semantic/util-modes.el (semantic-highlight-func-mode):
1310         Doc fix.
1312         * ede/proj-comp.el (ede-proj-makefile-insert-variables):
1313         Only insert each variable once.
1315         * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1316         (ede-pmake-insert-variable-shared): Use it.
1318         * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1319         for lexical table iff table is nil.
1321 2009-10-01  Glenn Morris  <rgm@gnu.org>
1323         * semantic/bovine/gcc.el
1324         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1325         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1327 2009-10-03  Glenn Morris  <rgm@gnu.org>
1329         * semantic/db-find.el (data-debug-insert-tag-list): Comment out
1330         declaration, currently false.
1332 2009-10-01  Glenn Morris  <rgm@gnu.org>
1334         * cedet-files.el (cedet-directory-name-to-file-name):
1335         * cedet-idutils.el (cedet-idutils-search)
1336         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
1337         (cedet-idutils-version-check):
1338         * cedet.el (cedet-version):
1339         * data-debug.el (data-debug-insert-overlay-button)
1340         (data-debug-insert-overlay-list-button)
1341         (data-debug-insert-buffer-button)
1342         (data-debug-insert-buffer-list-button)
1343         (data-debug-insert-process-button, data-debug-insert-ring-button)
1344         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1345         (data-debug-insert-stuff-vector-button)
1346         (data-debug-insert-symbol-button, data-debug-insert-string)
1347         (data-debug-insert-number, data-debug-insert-lambda-expression)
1348         (data-debug-insert-nil, data-debug-insert-simple-thing)
1349         (data-debug-insert-custom, data-debug-edebug-expr):
1350         * ede.el (ede-auto-add-method, ede-project-class-files)
1351         (global-ede-mode-map, ede-new, ede-debug-target)
1352         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1353         * semantic.el (semantic-minimum-working-buffer-size)
1354         (semantic-fetch-tags, semantic-submode-list)
1355         (semantic-default-submodes):
1356         * ede/source.el (ede-source-match):
1357         * ede/project-am.el (project-am-type-alist, project-add-file)
1358         (project-am-package-info):
1359         * ede/proj.el (ede-proj-target, project-new-target):
1360         * ede/proj-elisp.el (ede-proj-tweak-autoconf):
1361         * ede/proj-comp.el (ede-current-build-list):
1362         * ede/makefile-edit.el (makefile-move-to-macro):
1363         * ede/files.el (ede-toplevel-project-or-nil):
1364         * ede/cpp-root.el (initialize-instance):
1365         * ede/autoconf-edit.el (autoconf-find-last-macro)
1366         (autoconf-parameter-strip, autoconf-insert-new-macro):
1367         * semantic/wisent.el (wisent-lex-eoi):
1368         * semantic/util-modes.el (global-semantic-show-parser-state-mode)
1369         (semantic-show-parser-state-mode):
1370         * semantic/texi.el (semantic-texi-environment-regexp):
1371         * semantic/tag.el (semantic-tag-new-variable)
1372         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1373         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1374         (semantic--tag-deep-copy-tag-list)
1375         (semantic-tag-components-with-overlays-default):
1376         * semantic/symref.el (semantic-symref-find-text):
1377         * semantic/senator.el (senator-yank-tag)
1378         (senator-transpose-tags-up):
1379         * semantic/scope.el (semantic-analyze-scoped-tags-default)
1380         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1381         * semantic/sb.el (semantic-sb-autoexpand-length):
1382         * semantic/lex.el (semantic-lex-comment-regex)
1383         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1384         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1385         * semantic/lex-spp.el
1386         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1387         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1388         * semantic/idle.el
1389         (semantic-idle-summary-current-symbol-info-brutish)
1390         (semantic-idle-summary-current-symbol-info-default):
1391         * semantic/grammar.el (semantic-grammar-recreate-package)
1392         (semantic--grammar-macro-compl-dict):
1393         * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1394         * semantic/format.el (semantic-format-tag-custom-list)
1395         (semantic-format-tag-canonical-name-default):
1396         * semantic/find.el (semantic-find-tag-by-overlay-in-region)
1397         (semantic-find-tags-for-completion)
1398         (semantic-find-tags-by-scope-protection-default)
1399         (semantic-deep-find-tags-for-completion):
1400         * semantic/edit.el
1401         (semantic-edits-incremental-reparse-failed-hook)
1402         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1403         (semantic-edits-splice-remove, semantic-edits-splice-replace):
1404         * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1405         * semantic/dep.el (semantic-dependency-include-path):
1406         * semantic/db.el (semanticdb-default-find-index-class)
1407         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1408         (semanticdb-project-roots):
1409         * semantic/db-find.el (semanticdb-implied-include-tags)
1410         (semanticdb-find-adebug-insert-scanned-tag-cons)
1411         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1412         (semanticdb-brute-deep-find-tags-for-completion):
1413         * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1414         * semantic/ctxt.el (semantic-beginning-of-context-default)
1415         (semantic-end-of-context-default)
1416         (semantic-ctxt-current-function-default)
1417         (semantic-ctxt-scoped-types-default):
1418         * semantic/complete.el (semantic-complete-read-tag-engine)
1419         (semantic-complete-inline-tag-engine)
1420         (semantic-complete-inline-custom-type)
1421         (semantic-complete-read-tag-analyzer):
1422         * semantic/chart.el (semantic-chart-tags-by-class)
1423         (semantic-chart-database-size):
1424         * semantic/analyze.el (semantic-analyze-current-symbol)
1425         (semantic-analyze-current-context):
1426         * semantic/symref/list.el (semantic-symref)
1427         (semantic-symref-hide-buffer, semantic-symref-symbol):
1428         * semantic/symref/grep.el (semantic-symref-grep-use-template):
1429         * semantic/symref/filter.el (semantic-symref-hits-in-region):
1430         * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1431         * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1432         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1433         (semantic-c-dereference-template):
1434         * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1435         (semantic--analyze-refs-full-lookup-with-parents)
1436         (semantic--analyze-refs-full-lookup-simple):
1437         * semantic/analyze/complete.el
1438         (semantic-analyze-possible-completions):
1439         * srecode/table.el (srecode-mode-table-new):
1440         * srecode/srt.el (srecode-read-variable-name):
1441         * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1442         * srecode/semantic.el (srecode-semantic-handle-:tag)
1443         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1444         * srecode/map.el (srecode-current-map):
1445         * srecode/insert.el (srecode-insert)
1446         (srecode-insert-variable-secondname-handler, srecode-insert-method)
1447         (srecode-template-inserter-point-override)
1448         (srecode-insert-include-lookup):
1449         * srecode/getset.el (srecode-auto-choose-class):
1450         * srecode/extract.el (srecode-inserter-extract):
1451         * srecode/document.el
1452         (srecode-document-autocomment-return-last-alist)
1453         (srecode-document-autocomment-param-type-alist)
1454         (srecode-document-insert-function-comment)
1455         (srecode-document-insert-variable-one-line-comment)
1456         (srecode-document-function-name-comment):
1457         * srecode/dictionary.el (srecode-create-dictionary)
1458         (srecode-compound-toString):
1459         * srecode/compile.el (srecode-flush-active-templates):
1460         * srecode/args.el (srecode-semantic-handle-:blank):
1461         Doc/message fixes.
1463 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1465         * semantic/wisent/javat-wy.el
1466         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1468 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
1470         * srecode/expandproto.el: Fix provide statement.
1472 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
1474         * ede/srecode.el: Fix provide statement.
1476 2009-09-30  Glenn Morris  <rgm@gnu.org>
1478         * ede/proj.el (ede-proj-target-makefile-miscelaneous):
1479         * ede/proj-aux.el (ede-aux-source):
1480         * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1481         (ede-misc-source):
1482         * semantic/mru-bookmark.el (semantic-mrub-completing-read)
1483         (semantic-mrub-switch-tags): Fix doc typos.
1485         * semantic/db-global.el (data-debug-new-buffer)
1486         (data-debug-insert-thing): Remove unneeded declarations (one broken).
1487         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1489         * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1491         * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1492         use of CL function `remove-if-not'.
1494 2009-09-29  Glenn Morris  <rgm@gnu.org>
1496         * semantic/symref/idutils.el:
1497         * semantic/symref/list.el: Relicense under GPLv3+.
1499         * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1501         * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1502         * semantic/tag-file.el (semanticdb-table-child-p):
1503         * srecode/compile.el (srecode-template-inserter-newline-child-p):
1504         Mark declarations not understood by check-declare.
1506 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1508         CEDET (development tools) package merged.
1510         * *.el:
1511         * ede/*.el:
1512         * semantic/*.el:
1513         * srecode/*.el: New files.
1515 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1517         * cedet-cscope.el:
1518         * cedet-files.el:
1519         * cedet-global.el:
1520         * cedet-idutils.el:
1521         * data-debug.el:
1522         * inversion.el:
1523         * mode-local.el:
1524         * pulse.el: New files.
1526 ;; Local Variables:
1527 ;; coding: utf-8
1528 ;; End:
1530         Copyright (C) 2009-2011  Free Software Foundation, Inc.
1532   This file is part of GNU Emacs.
1534   GNU Emacs is free software: you can redistribute it and/or modify
1535   it under the terms of the GNU General Public License as published by
1536   the Free Software Foundation, either version 3 of the License, or
1537   (at your option) any later version.
1539   GNU Emacs is distributed in the hope that it will be useful,
1540   but WITHOUT ANY WARRANTY; without even the implied warranty of
1541   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1542   GNU General Public License for more details.
1544   You should have received a copy of the GNU General Public License
1545   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.