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