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