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