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