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