Fix critical bug in Org.
[bpt/emacs.git] / lisp / cedet / ChangeLog
1 2012-11-14 David Engster <deng@randomsample.de>
2
3 * semantic/symref/list.el (semantic-symref-symbol): Use
4 `semantic-complete-read-tag-project' instead of
5 `semantic-complete-read-tag-buffer-deep', since the latter is not
6 working correctly.
7
8 * semantic/symref.el (semantic-symref-result-get-tags): Use
9 `find-buffer-visiting' to follow symbolic links.
10
11 * semantic/fw.el (semantic-find-file-noselect): Always set
12 `enable-local-variables' to `:safe' when loading files.
13
14 2012-11-13 Glenn Morris <rgm@gnu.org>
15
16 * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
17 * semantic/util.el (semantic-describe-buffer):
18 * semantic/bovine/c.el (semantic-c-parse-lexical-token)
19 (semantic-default-c-setup):
20 Use new names for hooks rather than obsolete aliases.
21
22 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
25 * semantic/grammar.el (semantic-grammar-mode):
26 * semantic/util-modes.el (semantic-highlight-edits-mode)
27 (semantic-show-parser-state-mode): Avoid obsolete name
28 semantic-edits-new-change-hooks (bug#12869).
29
30 2012-11-10 Glenn Morris <rgm@gnu.org>
31
32 * srecode/srt-mode.el (srecode-template-mode):
33 Don't change global values of comment-start, comment-end. (Bug#12781)
34
35 2012-10-25 David Engster <deng@randomsample.de>
36
37 * semantic/analyze.el (semantic-analyze-dereference-alias):
38 New function to dereference aliases.
39 (semantic-analyze-current-context-default): Use it.
40
41 * semantic/grammar.el (semantic-grammar-create-package):
42 * srecode/compile.el (srecode-compile-templates): Throw a proper
43 error if semantic-mode is not enabled (bug#9968).
44
45 Compiler warning fixes:
46
47 * semantic.el (semantic-elapsed-time): Make it a defsubst.
48
49 * srecode/dictionary.el (srecode-adebug-dictionary):
50 Remove require for `semantic'.
51
52 * srecode/map.el:
53 * srecode/insert.el: Declare functions from `data-debug'.
54
55 * semantic/grammar.el: Require `help-fns'. Declare functions from
56 `eldoc', which is required in function body.
57
58 * srecode/java.el:
59 * semantic/texi.el:
60 * semantic/grammar-wy.el:
61 * semantic/db-file.el:
62 * semantic/db-el.el:
63 * semantic/chart.el: Fix requires.
64
65 * ede/locate.el: Remove useless requires. Declare functions
66 instead and require in functions when needed.
67
68 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * semantic/db-file.el (semanticdb-save-database-functions):
71 * semantic/lex.el (semantic-lex-reset-functions):
72 * semantic/edit.el (semantic-change-functions)
73 (semantic-edits-new-change-functions)
74 (semantic-edits-delete-change-functions)
75 (semantic-edits-reparse-change-functions): Don't use "-hooks" suffix.
76
77 2012-10-14 David Engster <deng@randomsample.de>
78
79 * semantic.el (semantic-error-if-unparsed): New function.
80 Raise error if buffer was not parsed by Semantic (bug #12045).
81 (navigate-menu, edit-menu, cedet-menu-map): Enable Semantic items
82 only if buffer was parsed. Also, replace ':active' with ':enable'
83 where necessary.
84
85 * semantic/wisent/python.el
86 (semantic-python-get-system-include-path):
87 Use `python-shell-internal-send-string' if available to query Python
88 for system paths.
89
90 * semantic/senator.el (senator-next-tag, senator-previous-tag)
91 (senator-go-to-up-reference): Use `semantic-error-if-unparsed'.
92
93 * semantic/complete.el (semantic-complete-jump-local)
94 (semantic-complete-jump, semantic-complete-jump-local-members)
95 (semantic-complete-self-insert): Use `semantic-error-if-unparsed'.
96 (semantic-complete-inline-project): Fix autoload cookie.
97
98 * semantic/analyze/complete.el
99 (semantic-analyze-possible-completions): Check if buffer was
100 parsed. Only raise an error if function was called interactively,
101 otherwise silently return nil.
102
103 * cedet.el (cedet-menu-map): Fix copy&paste typo in menu creation.
104
105 2012-10-08 David Engster <deng@randomsample.de>
106
107 * semantic/bovine/el.el: Add `semantic-default-elisp-setup' to
108 `emacs-lisp-mode-hook'. This was accidentally removed during the
109 CEDET update (2012-10-01T18:10:29Z!cyd@gnu.org).
110
111 2012-10-07 David Engster <deng@randomsample.de>
112
113 * semantic/wisent/python.el (semantic-ctxt-current-function)
114 (semantic-ctxt-current-assignment): New overrides, simply
115 returning nil. The defaults do not work correctly and can send
116 the parser in an infinite loop (bug#12458).
117
118 * semantic/ede-grammar.el (project-compile-target): Fix grammar
119 compilation after introduction of %provide statement.
120
121 * semantic.el (semantic-new-buffer-setup-functions): Remove setup
122 function for `f90-mode', since the parser only exists upstream.
123
124 2012-10-06 Glenn Morris <rgm@gnu.org>
125
126 * semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.
127
128 * semantic/complete.el (semantic-displayor-tooltip-mode)
129 (semantic-displayor-tooltip-initial-max-tags)
130 (semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
131 * ede/linux.el (project-linux): Add missing group :version tag.
132
133 2012-10-06 Chong Yidong <cyd@gnu.org>
134
135 * semantic/bovine/grammar.el:
136 * semantic/wisent/grammar.el: Move from admin/grammars.
137 Add autoloads for bovine-grammar-mode and wisent-grammar-mode.
138
139 2012-10-02 Chong Yidong <cyd@gnu.org>
140
141 * srecode.el, ede.el: Restore Version header.
142
143 2012-10-01 Chong Yidong <cyd@gnu.org>
144
145 * semantic/bovine/c-by.el: Regenerate.
146 * semantic/bovine/make-by.el:
147 * semantic/bovine/scm-by.el:
148 * semantic/grammar-wy.el:
149 * semantic/wisent/javat-wy.el:
150 * semantic/wisent/js-wy.el:
151 * srecode/srt-wy.el:
152
153 2012-10-01 Eric Ludlam <zappo@gnu.org>
154
155 * cedet.el (cedet-version, cedet-packages): Update.
156
157 * cedet-global.el (cedet-gnu-global-version-check): Support newer
158 versions that have extra (parens) in the version string.
159
160 * cedet-idutils.el (cedet-idutils-version-check): Make sure a
161 version number was found before calling inversion-check-version.
162
163 * data-debug.el (data-debug-insert-thing): Bind inhibit-read-only
164 while inserting the thing, then clear modified bit.
165 (data-debug-map): Suppress the keymap.
166 (data-debug-mode, data-debug-new-buffer): Make buffer read-only.
167 (data-debug-contract-current-line): Inhibit read-only, then clear
168 modified bit.
169
170 * ede.el (ede-buffer-belongs-to-project-p): Use ede-object-project
171 to allow use in more kinds of buffers.
172 (ede-project-forms-menu): Add `Default configuration' menu item.
173 (ede-configuration-forms-menu): New, for use in above.
174 (ede-project-configurations-set): New command used from menu.
175 (ede-java-classpath): New conveninece for Java support.
176 (ede-apply-object-keymap): Combine keybindings from the project
177 and the target, not just whatever is local to the buffer.
178 (ede-apply-target-options): Call fcn to apply project local
179 variables.
180 (ede-reset-all-buffers): Remove arg.
181 (ede, ede-rescan-toplevel): Callers changed.
182 (ede-new-target): Fix bug where you couldn't call this from Dired.
183 (ede-add-file): Replace assignment of ede-object with generic call
184 to re-init the buffer.
185 (ede-find-target): If ede-object is set, run short-cut code
186 instead of `or' shortcut.
187 (ede-project-buffers): Return buffers belonging to input project,
188 not any buffer belonging to any project.
189 (ede-system-include-path, ede-apply-project-local-variables)
190 (ede-set-project-local-variable): New functions.
191 (ede-make-project-local-variable): Apply to toplevel if none
192 specified.
193 (ede-set): Make it interactive.
194
195 * ede/auto.el (ede-project-autoload): New class.
196 (ede-do-dirmatch): New method.
197 (ede-project-dirmatch-p): New function.
198 (ede-project-root-directory): Call it.
199 (ede-dir-to-projectfile): Don't call project file function if we
200 didn't match the root.
201 (ede-project-root-directory): Don't call a project's root function
202 if the tool in question isn't installed.
203 (ede-dir-to-projectfile): Don't call project file function if we
204 didn't match the root.
205
206 * ede/autoconf-edit.el (autoconf-parameter-strip): Remove any
207 trailing `\' mid string, and replace with a space.
208 (autoconf-parameter-count): New function.
209 (autoconf-set-version): Use it.
210
211 * ede/base.el (ede-project): The :type of targets is now a list of
212 target base classes.
213
214 * ede/emacs.el (ede-emacs-load): Fix typo.
215
216 * ede/files.el (ede-flush-project-hash, ede-flush-directory-hash):
217 Protect against missing locator object.
218 (ede-get-locator-object): Protect against missing project.
219 (ede-flush-directory-hash): New command.
220 (ede-get-locator-object): Protect against missing project.
221
222 * ede/generic.el (ede-generic-config): Add configurable
223 `run-command' slot.
224 (project-compile-project, project-compile-target)
225 (project-debug-target, project-run-target): New methods.
226 (ede-generic-get-configuration): Specify the class to load.
227 (ede-generic-new-autoloader): Use ede-add-project-autoload.
228 (ede-enable-generic-projects): Rename projects so as to never
229 match the edeproject-* projects.
230
231 * ede/makefile-edit.el (makefile-macro-file-list): Case sensitive
232 searches. Protect against "SUBDIRS=$(subdirs)" infloop.
233
234 * ede/proj-elisp.el (ede-proj-tweak-autoconf)
235 (ede-proj-flush-autoconf): Disable local variables when loading
236 the autoconf lisp compile script.
237
238 * ede/proj.el (ede-proj-target-aux, -elisp, -elisp-autoloads)
239 (-scheme, -makefile-misc, ede-proj-target-makefile-program)
240 (-makefile-archive, -makefile-shared-object)
241 (ede-proj-target-makefile-info, -grammar): New autoloads.
242 (ede-proj-project): Inherit from eieio-persistent-read.
243 Specify extension and header line.
244 (ede-proj-load, ede-proj-save): Replace with impl using
245 eieio-persistent-read.
246
247 * ede/project-am.el (project-add-file): Use ede-target-parent
248 instead of loading the project file.
249
250 * semantic.el (semantic-version): Update.
251 (semantic-new-buffer-setup-functions): Add f90-mode, texinfo-mode.
252 (navigate-menu): Add menu item for Stickyfunc mode.
253
254 * semantic/analyze/debug.el
255 (semantic-analyzer-debug-insert-include-summary):
256 Before dereferencing tableinner, make sure it has a value.
257
258 * semantic/analyze/refs.el
259 (semantic-analyze-tag-references-default): When doing a lookup,
260 specify noerror.
261 (semantic--analyze-refs-full-lookup): Add optional noerror input
262 argument. Pass to to full-lookup-simple.
263 (semantic-analyze-refs-impl, semantic-analyze-refs-proto):
264 Ignore :typemodifiers during compare.
265
266 * semantic/bovine/c.el (semantic-lex-cpp-define): Specify limits
267 to looking back for comment chars.
268 (semantic--tag-similar-names-p, semantic--tag-similar-names-p-default)
269 (semantic--tag-attribute-similar-p): New.
270 (semantic-c-describe-environment): Handle list value of ede-object.
271 (semantic-lex-c-preprocessor-symbol-map-builtin):
272 Add __attribute_pure__.
273
274 * semantic/bovine/scm.el (semantic-format-tag-prototype):
275 Add parent and color argument. Pass them through.
276
277 * semantic/complete.el (semantic-collector-calculate-completions):
278 Search for more matches if new prefix is a substring of old one.
279 (semantic-complete-inline-project): New function.
280
281 * semantic/db-el.el (object-print): New method.
282
283 * semantic/db-file.el (semanticdb-load-database): Specify class.
284
285 * semantic/db-typecache.el
286 (semanticdb-abstract-table::semanticdb-typecache-find-method):
287 Allow proxied tags to be resolved during the search.
288 (semanticdb-typecache-complete-flush): Support missing or empty
289 pointmax slot, to allow for more database types.
290
291 * semantic/db.el (semanticdb-abstract-table): Add db-refs slot.
292 (object-print): Allow child classes to overwrite the display of
293 the (%d tags) extra string.
294 (semanticdb-project-database): Specify :type for table.
295 (semanticdb-create-table-for-file): Specify file-truename.
296 (semanticdb-synchronize, semanticdb-partial-synchronize):
297 Restore code that refreshes references to include files.
298
299 * semantic/decorate/include.el
300 (semantic-decoration-on-fileless-includes): New face.
301 (semantic-decoration-on-fileless-include-map)
302 (semantic-decoration-on-fileless-include-menu): New variables.
303 (semantic-decoration-on-includes-highlight-default):
304 Support includes that have a table, but are not associated with a file.
305 (semantic-decoration-fileless-include-describe)
306 (semantic-decoration-fileless-include-menu): New functions.
307 (semantic-decoration-all-include-summary): Add arrows to indicate
308 the file associated with an include name.
309
310 * semantic/find.el
311 (semantic-find-tags-by-scope-protection-default): Also filter on
312 package protection of the slot.
313
314 * semantic/java.el (semantic-java-expand-tag): If some type has a
315 fully qualified name, bust it up into one package and the type
316 with a short name.
317
318 * semantic/lex.el (define-lex-block-analyzer): Protect against
319 random extra close parenthesis.
320
321 * semantic/symref.el (semantic-symref-result-get-tags): Make sure
322 the cursor is on the matched name.
323
324 * semantic/symref/list.el (semantic-symref-results-mode-map):
325 Suppress keymap.
326
327 * semantic/tag-ls.el (semantic--tag-similar-names-p)
328 (semantic--tag-attribute-similar-p)
329 (semantic--tag-similar-types-p): New functions.
330 (semantic-tag-similar-ignorable-attributes): New variable.
331 (semantic-tag-protection-default): Add package concept to return
332 value.
333 (semantic-tag-package-protected-p): New function.
334 (semantic-tag-full-package): New overload method.
335 (semantic-tag-full-package-default): New default for above.
336 (semantic-tag-full-name-default): Look for the full package name.
337
338 * semantic/tag.el (semantic-create-tag-proxy)
339 (semantic-tag-set-proxy, semantic-tag-resolve-proxy): New.
340
341 * semantic/util.el (semantic-describe-buffer):
342 Add semantic-new-buffer-fcn-was-run.
343
344 * semantic/wisent/java-tags.el (semantic-get-local-variables):
345 Add `this' to the local variable context.
346 (semantic-analyze-split-name, semantic-analyze-unsplit-name): New.
347
348 * semantic/wisent/python.el (semantic-python-expand-tag):
349 New function.
350
351 * srecode/compile.el (srecode-compile-templates): Add "framework"
352 special variable support.
353 (srecode-compile-template-table): Support framework specifier.
354
355 * srecode/cpp.el (srecode-semantic-handle-:c)
356 (srecode-semantic-handle-:cpp): New functions.
357 (srecode-semantic-apply-tag-to-dict): Move from cpp-mode function
358 to c-mode function.
359 (srecode-c-apply-templates): Rename from srecode-cpp-apply-templates.
360
361 * srecode/dictionary.el (initialize-instance): Remove bogus error
362 condition.
363 (srecode-create-section-dictionary): Remove unused function.
364
365 * srecode/java.el (srecode-semantic-handle-:java): Fix filename as
366 package variable. Add current_package variable.
367
368 * srecode/map.el (srecode-map-update-map): Specify the class.
369
370 * srecode/mode.el (srecode-minor-mode): Support the m3 menu.
371
372 * srecode/semantic.el (srecode-semantic-insert-tag):
373 Support system includes.
374
375 * srecode/srt-mode.el (srecode-font-lock-keywords): Update.
376
377 * srecode/table.el (srecode-template-table): Add :framework slot.
378 (srecode-dump): Dump it.
379 (srecode-mode-table): Add new modetables slot.
380 (srecode-get-mode-table): Find the mode, but also find all parent
381 modes, and merge the tables together in :tables from :modetables.
382 (srecode-make-mode-table): Init :modetables
383 (srecode-mode-table-find): Search in modetables.
384 (srecode-mode-table-new): Merge the differet files into the
385 modetables slot.
386
387 2012-10-01 David Engster <deng@randomsample.de>
388
389 * ede.el (ede-apply-preprocessor-map): Check that
390 `semantic-lex-spp-macro-symbol-obarray' is non-nil.
391 (global-ede-mode): Fix call to `ede-reset-all-buffers'.
392
393 * ede/cpp-root.el (ede-preprocessor-map): Make sure we add the
394 lexical-table even when the table doesn't need to be refreshed.
395
396 * ede/dired.el (ede-dired-minor-mode): Use called-interactively-p.
397
398 * ede/pmake.el (ede-pmake-insert-variable-once): Wrap in
399 save-excursion.
400
401 * ede/proj-comp.el (ede-proj-makefile-insert-rules): Fix insertion
402 of phony rule.
403
404 * ede/proj-elisp.el (ede-proj-target-elisp):
405 Remove ede-emacs-preload-compiler.
406 (ede-proj-makefile-insert-rules, ede-proj-makefile-dependencies):
407 New methods.
408 (ede-emacs-compiler): Add 'require' macro to variables and pattern
409 rule. Add .elc object extension.
410 (ede-proj-elisp-packages-to-loadpath): Allow longer relative names.
411 (ede-proj-makefile-insert-variables): Do not insert preload items.
412 (ede-proj-target-elisp-autoloads): Don't depend on cedet-autogen.
413
414 * ede/util.el (ede-make-buffer-writable):
415 * semantic/debug.el (semantic-debug-mode): Set buffer-read-only
416 instead of calling toggle-read-only.
417
418 * semantic.el (semantic-fetch-tags): Use progress reporter only
419 when called interactively.
420 (semantic-submode-list): Add debugging modes.
421 (semantic-mode): Remove Semantic from after-change-functions.
422 Delete the cache, call semantic--tag-unlink-cache-from-buffer, and
423 set semantic-new-buffer-fcn-was-run to nil.
424
425 * semantic/analyze/fcn.el (semantic-analyze-tag-prototype-p)
426 (semantic-analyze-tag-prototype-p-default): Remove.
427 (semantic-analyze-type, semantic-analyze-dereference-metatype-1):
428 Use semantic-tag-prototype-p.
429
430 * semantic/bovine/c.el (semantic-c-reset-preprocessor-symbol-map):
431 Ensure semantic-mode is on before getting preprocessor symbols.
432 (semantic-c-skip-conditional-section): Use c-scan-conditionals.
433 (semantic-c-convert-spp-value-to-hideif-value)
434 (semantic-c-evaluate-symbol-for-hideif, semantic-c-hideif-lookup)
435 (semantic-c-hideif-defined): Revive hideif code from CEDET trunk.
436 (semantic-lex-c-if, semantic-c-do-lex-ifdef): Revert changes for
437 regular expression parsing.
438 (semantic-cpp-lexer): Add semantic-lex-c-ifdef.
439 (semantic-expand-c-tag): Check if tag is non-nil before adding it
440 to return list
441 (semantic-expand-c-extern-C, semantic-expand-c-complex-type):
442 New functions, copied from semantic-expand-c-tag.
443 (semantic-find-tags-included): New override which also searches
444 for include tags inside of namespaces.
445 (semantic-c-dereference-typedef): Use semantic-tag-prototype-p.
446 (semanticdb-find-table-for-include): New override.
447
448 * semantic/bovine/el.el: Remove emacs-lisp-mode-hook.
449
450 * semantic/complete.el (semantic-complete-post-command-hook):
451 Exit completion when user has deleted all characters from the prefix.
452 (semantic-displayor-focus-request): Return to previous window when
453 focussing tags.
454
455 * semantic/db-el.el (semanticdb-normalize-one-tag): Make obsolete.
456 (semanticdb-elisp-sym->tag): Use help-function-arglist instead.
457
458 * semantic/db-file.el (semanticdb-create-database):
459 Use semantic-tag-version instead of just semantic-version as the
460 initializer for the :semantic-tag-version slot.
461
462 * semantic/db-find.el (semanticdb-find-tags-by-class-method):
463 Delegate `include' to semantic-find-tags-included, which by
464 default will just call semantic-find-tags-by-class.
465
466 * semantic/db.el (semanticdb-refresh-table): Do not print warnings
467 when calling semantic-find-file-noselect. This avoids the "file
468 is write protected" messages when parsing system header files,
469 which might easily be mistaken to mean the currently loaded file.
470 (semanticdb-save-current-db, semanticdb-save-all-db): Only emit
471 message when running interactively.
472
473 * semantic/decorate/mode.el (semantic-decoration-mode):
474 Activate decoration of includes by default.
475
476 * semantic/doc.el (semantic-doc-snarf-comment-for-tag):
477 Remove comment delimiter at the end of the text.
478
479 * semantic/ede-grammar.el (semantic-ede-proj-target-grammar):
480 Change aux- and pre-load-packages.
481 (ede-proj-makefile-dependencies): Update pattern rule so that
482 resulting parsers are also byte-compiled.
483 (semantic-ede-grammar-compiler-bovine)
484 (semantic-ede-source-grammar-wisent): Remove .elc from gargage
485 pattern, since this is already covered by the elisp compiler.
486 (project-compile-target): Add compatibility code for Emacs 23,
487 which does not have `byte-recompile-file'.
488 (ede-proj-makefile-insert-rules): Add target specific EMACSFLAGS
489 to raise max-specpdl-size and max-lisp-eval-depth.
490
491 * semantic/find.el (semantic-find-tags-included):
492 Make overridable.
493
494 * semantic/fw.el (semantic-alias-obsolete)
495 (semantic-varalias-obsolete): Use byte-compile-warn.
496 (semantic-find-file-noselect): Disable font lock by calling
497 global-font-lock-mode.
498
499 * semantic/grammar.el (semantic-grammar-create-package):
500 Fix message.
501 (semantic-grammar-batch-build-one-package): When generating
502 parsers in batch-mode, ignore version control and make sure we do
503 not use cached versions.
504
505 * semantic/ia.el (semantic-ia-complete-symbol-menu): Bring back.
506
507 * semantic/lex-spp.el (semantic-lex-spp-symbol-merge): New fun.
508 (semantic-lex-spp-token-macro-to-macro-stream): Use it.
509 (semantic-lex-spp-lex-text-string): Instead of only setting the
510 lexer, call the major mode's setup function.
511
512 * semantic/scope.el (semantic-analyze-scoped-types-default):
513 Use semantic-tag-prototype-p.
514 (semantic-analyze-scope-nested-tags-default): Make sure we don't
515 return tags we already have in scopetypes.
516
517 * semantic/symref/filter.el
518 (semantic-symref-test-count-hits-in-tag): Restore.
519
520 * semantic/wisent/comp.el (wisent-BITS-PER-WORD):
521 Use most-positive-fixnum if available.
522
523 * semantic/wisent/javascript.el (semantic-tag-protection)
524 (semantic-analyze-scope-calculate-access)
525 (semantic-ctxt-current-symbol): New overrides.
526
527 * semantic/wisent/python.el (wisent-python-lex-beginning-of-line):
528 Rewrite to fix byte-compiler warning.
529
530 2012-10-01 Robert Jarzmik <robert.jarzmik@free.fr>
531
532 * ede/linux.el (project-linux): New group.
533 (project-linux-compile-target-command)
534 (project-linux-compile-project-command): New options.
535 (project-compile-project, project-compiler-target): New methods.
536
537 * inversion.el (inversion-decoders): New regexps for SXEmacs.
538 (inversion-package-version): More verbose error message.
539 (inversion-<): Deal with new special cases.
540 (inversion-require-emacs): New argument sxemacs-ver; use it.
541
542 2012-10-01 Nelson Ferreira <nelson.ferreira@ieee.org>
543
544 * ede/emacs.el (ede-emacs-version): Detect SXEmacs.
545
546 2012-10-01 William Xu <william.xwl@gmail.com>
547
548 * semantic/bovine/gcc.el (semantic-gcc-query): Returns status when
549 there is an error.
550 (semantic-gcc-setup): If the first attempt at calling cpp fails,
551 try straight GCC.
552
553 2012-10-01 Jan Moringen <jan.moringen@uni-bielefeld.de>
554
555 * semantic/idle.el
556 (semantic-idle-breadcrumbs--display-in-header-line):
557 Escape %-characters to avoid erroneous expansion in header line.
558 (semantic-idle-breadcrumbs--display-in-mode-line): Likewise.
559
560 * semantic/wisent/python.el (wisent-python-reconstitute-function-tag)
561 (wisent-python-reconstitute-class-tag, semantic-python-special-p)
562 (semantic-python-private-p, semantic-python-instance-variable-p)
563 (semantic-python-docstring-p): New functions.
564
565 * srecode/find.el (srecode-user-template-p): New function.
566 (srecode-all-template-hash): Accept new optional argument
567 predicate; return only templates matching the predicate.
568 (srecode-read-template-name): Only retrieve templates matching
569 srecode-user-template-p.
570
571 * srecode/insert.el (srecode-insert-show-error-report)
572 (srecode-insert-report-error): New functions.
573 (srecode-insert-variable-secondname-handler)
574 (srecode-insert-method, srecode-insert-ask-default)
575 (srecode-insert-variable-secondname-handler)
576 (srecode-insert-subtemplate, srecode-insert-method-helper)
577 (srecode-insert-include-lookup): Use them.
578
579 2012-10-01 Thomas Bach <thbach@students.uni-mainz.de>
580
581 * semantic/wisent/python.el
582 (semantic-python-get-system-include-path): Add Python3k support.
583
584 2012-10-01 Alexander Haeckel <_@_> (tiny change)
585
586 * srecode/getset.el (srecode-query-for-field): Return the first
587 tag found by name from all children tags.
588
589 2012-10-01 Dale Sedivec <dale@codefu.org>
590
591 * semantic/wisent/python.el (wisent-python-string-start-re)
592 (wisent-python-string-re, wisent-python-forward-string)
593 (wisent-python-forward-line,wisent-python-lex-string):
594 New variables.
595 (wisent-python-forward-balanced-expression): New function.
596
597 2012-10-01 Pete Beardmore <elbeardmorez@msn.com>
598
599 * semantic/complete.el (semantic-collector-calculate-completions):
600 Search for additional matches if new prefix is a substring of the
601 old prefix.
602 (semantic-displayor-next-action): Immediately show more
603 completions after user presses TAB the first time.
604 (semantic-displayor-tooltip-mode)
605 (semantic-displayor-tooltip-initial-max-tags)
606 (semantic-displayor-tooltip-max-tags): New defcustoms.
607 (semantic-displayor-tooltip): Use new variables as initforms.
608 Use new slot `mode' instead of `force-show'. Rename `max-tags' to
609 `max-tags-initial'.
610 (semantic-displayor-show-request): Display completions according
611 to new modes, and make variable names clearer.
612 (semantic-displayor-tooltip::semantic-displayor-scroll-request):
613 Use new max-tags-initial slot.
614
615 * semantic/idle.el (semantic-idle-local-symbol-highlight):
616 Make sure there actually is a tag at point.
617 (semantic-idle-completion-list-default): Report errors as messages
618 if semantic-idle-scheduler-verbose-flag is non-nil.
619
620 2012-10-01 Richard Kim <emacs18@gmail.com>
621
622 * semantic/db-global.el (semanticdb-enable-gnu-global-databases):
623 Add optional NOERROR argument.
624
625 2012-10-01 Alex Ott <alexott@gmail.com>
626
627 * semantic/idle.el (semantic-idle-scheduler-enabled-p):
628 Fix file-checking.
629
630 2012-10-01 Darren Hoo <darren.hoo@gmail.com> (tiny change)
631
632 * semantic/db-find.el (semanticdb-find-default-throttle):
633 Make buffer-local.
634 (semanticdb-strip-find-results): Check for existing :filename
635 attribute, so that file information from GNU Global is not lost.
636
637 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
638
639 * ede/base.el (ede-with-projectfile): Use backquote forms.
640
641 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
642
643 inaccessable -> inaccessible spelling fix (Bug#10052)
644 * semantic/wisent/comp.el (wisent-inaccessible-symbols):
645 Rename from wisent-inaccessable-symbols, fixing a misspelling.
646 Caller changed.
647
648 2012-07-09 Andreas Schwab <schwab@linux-m68k.org>
649
650 * ede/project-am.el: Fix typo.
651
652 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
653
654 Rename configure.in to configure.ac (Bug#11603).
655 * ede/autoconf-edit.el (autoconf-find-query-for-program)
656 (autoconf-new-program):
657 * ede/emacs.el (ede-emacs-version):
658 * ede/proj.el (ede-proj-setup-buildenvironment):
659 * ede/project-am.el (project-am-autoconf-file-options):
660 Prefer configure.ac to configure.in.
661
662 2012-03-12 David Engster <deng@randomsample.de>
663
664 * semantic/db-find.el
665 (semanticdb-find-translate-path-brutish-default): If we don't yet
666 have a proper table for PATH, use `semanticdb-current-database'
667 instead (bug #10343).
668
669 2012-03-11 David Engster <deng@randomsample.de>
670
671 * semantic/wisent/javascript.el (js-mode): Define `js-mode' as
672 child-mode of `javascript-mode' (bug #8445).
673
674 2012-02-28 Glenn Morris <rgm@gnu.org>
675
676 * semantic/db.el (semanticdb-search-results-table):
677 Doc fix (standardize possessive apostrophe usage).
678
679 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
680
681 * ede/auto.el (ede-directory-safe-p, ede-add-project-to-global-list):
682 Add declarations.
683
684 2012-01-29 David Engster <deng@randomsample.de>
685
686 Fix require error when using srecode-insert (Bug#9967).
687 * srecode/insert.el: Require srecode/filters.
688 * srecode/filters.el: Drop two requires.
689
690 2012-01-09 Eric Ludlam <zappo@gnu.org>
691
692 * ede.el (ede-project-directories): New option.
693 (ede-directory-safe-p): Check it.
694 (ede-initialize-state-current-buffer, ede, ede-new)
695 (ede-check-project-directory, ede-rescan-toplevel)
696 (ede-load-project-file, ede-parent-project, ede-current-project):
697 (ede-target-parent): Avoid loading in a project unless it is safe,
698 since it may involve malicious code. This security flaw was
699 pointed out by Hiroshi Oota.
700
701 * ede/auto.el (ede-project-autoload): Add safe-p slot.
702 (ede-project-class-files): Projects using Project.ede are unsafe.
703 (ede-auto-load-project): New method.
704
705 * ede/simple.el (ede-project-class-files): Mark as unsafe.
706
707 2011-12-19 Sam Steingold <sds@gnu.org>
708
709 * semantic/edit.el (semantic-edits-incremental-parser): Add the
710 autoload cookie, necessary for JDEE.
711
712 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
713
714 * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo.
715
716 2011-11-26 Chong Yidong <cyd@gnu.org>
717
718 * semantic/wisent/python-wy.el:
719 * semantic/wisent/js-wy.el:
720 * semantic/wisent/javat-wy.el:
721 * semantic/bovine/c-by.el:
722 * semantic/grammar-wy.el: Regenerate.
723
724 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
725
726 * semantic/lex-spp.el (semantic-lex-spp-first-token-arg-list): Fix typo.
727
728 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
729
730 * cedet-cscope.el (cedet-cscope-version-check):
731 * cedet-global.el (cedet-global-min-version)
732 (cedet-gnu-global-version-check):
733 * cedet.el (cedet-version):
734 * data-debug.el (data-debug-prev, data-debug-contract-current-line):
735 * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target)
736 (ede-new, ede-invoke-method, project-edit-file-target, project-rescan)
737 (ede-add-project-to-global-list, ede-map-all-subprojects):
738 * inversion.el (inversion-check-version):
739 * mode-local.el (mode-local-map-file-buffers, define-child-mode)
740 (define-overloadable-function):
741 * pulse.el (pulse-flag, pulse):
742 * semantic.el (semantic-elapsed-time, semantic-parse-region)
743 (navigate-menu):
744 * ede/proj-comp.el (ede-compilation-program):
745 * semantic/debug.el (semantic-debug-parser-go)
746 (semantic-debug-parser-fail, semantic-debug-parser-quit)
747 (semantic-debug-parser-abort):
748 * semantic/idle.el (semantic-idle-core-handler):
749 * semantic/bovine/debug.el (semantic-bovine-debug-error-frame):
750 Fix typos.
751
752 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
753
754 * semantic/lex.el (semantic-lex-tokens):
755 * semantic/tag-ls.el (semantic-tag-protected-p):
756 * srecode/mode.el (srecode-prefix-map): Fix typos.
757
758 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
759
760 * ede/project-am.el (project-compile-target-command): Fix typo.
761
762 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
763
764 * ede/auto.el (ede-project-autoload):
765 * ede/proj-comp.el (ede-makefile-rule):
766 * semantic/analyze.el (semantic-analyze-current-context):
767 * semantic/ctxt.el (semantic-get-local-variables):
768 * semantic/tag-ls.el (semantic-tag-calculate-parent): Fix typos.
769
770 2011-11-03 David Engster <dengste@eml.cc>
771
772 * srecode.el:
773 * srecode/texi.el:
774 * srecode/template.el:
775 * srecode/java.el:
776 * srecode/insert.el:
777 * srecode/document.el:
778 * srecode/dictionary.el:
779 * srecode/compile.el:
780 * semantic/wisent/java-tags.el:
781 * semantic/texi.el:
782 * semantic/sort.el:
783 * semantic/lex-spp.el:
784 * semantic/idle.el:
785 * semantic/html.el:
786 * semantic/db-typecache.el:
787 * semantic/analyze/complete.el:
788 * ede/generic.el:
789 * ede/custom.el:
790 * ede/cpp-root.el:
791 * ede/base.el: Fix filenames in comments and headers.
792
793 * semantic/db-find.el:
794 * srecode/insert.el (srecode-insert-include-lookup):
795 * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
796 comments and docstrings.
797
798 * semantic/ctxt.el (semantic-end-of-context-default):
799 * semantic/find.el (semantic-find-tags-by-scope-protection):
800 * semantic/java.el (semantic-documentation-for-tag): Fix typos in
801 docstrings.
802
803 * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
804 (semanticdb-abstract-db-cache):
805 * semantic/decorate/include.el
806 (semantic-decoration-unknown-include-describe): Fix filenames in
807 docstring.
808
809 * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
810 (semantic-ede-grammar-compiler-bovine): Fix requires that are
811 added to the grammar-make-script.
812
813 2011-10-23 Chong Yidong <cyd@gnu.org>
814
815 * ede.el (ede-maybe-checkout): Function deleted;
816 vc-toggle-read-only does not do version control now.
817
818 * ede/util.el (ede-make-buffer-writable): Don't use
819 vc-toggle-read-only.
820
821 * ede/project-am.el (project-remove-file, project-add-file)
822 (project-new-target): Don't call ede-maybe-checkout.
823
824 2011-10-19 Chong Yidong <cyd@gnu.org>
825
826 * ede.el (ede-minor-mode,global-ede-mode):
827 * semantic.el (semantic-mode): Doc fix to reflect new
828 define-minor-mode calling behavior.
829
830 2011-07-30 Chong Yidong <cyd@stupidchicken.com>
831
832 * semantic/grammar.el (semantic-grammar-insert-defanalyzers):
833 Fix require.
834
835 2011-07-04 Darren Hoo <darren.hoo@gmail.com> (tiny change)
836
837 * semantic/db.el (semanticdb-file-table-object): Don't bug out on
838 unconfigured projects if `global-ede-mode' is on (bug#8092).
839
840 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
841
842 * semantic.el (semantic-elapsed-time): Rewrite using
843 time-subtract and float-time.
844
845 2011-05-11 Glenn Morris <rgm@gnu.org>
846
847 * semantic/wisent/javascript.el (semantic-get-local-variables):
848 Use define-mode-local-override rather than its obsolete alias.
849
850 2011-05-10 Jim Meyering <meyering@redhat.com>
851
852 Fix doubled-word typos.
853 * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the
854 * semantic/complete.el (semantic-complete-read-tag-local-members):
855 Likewise.
856 * ede.el (ede-auto-add-method): then then -> then
857
858 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
859
860 * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
861 * ede/proj-comp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
862 * ede/proj-elisp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf)
863 (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
864 * ede/proj-scheme.el (ede-proj-tweak-autoconf): Fix typos in docstrings.
865
866 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
867
868 * Version 23.3 released.
869
870 2011-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * semantic/wisent/comp.el (wisent-byte-compile-grammar):
873 Macroexpand before passing to byte-compile-form.
874
875 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode.
878 * semantic/symref/list.el (semantic-symref-results-mode):
879 Use run-mode-hooks.
880
881 2010-11-12 Glenn Morris <rgm@gnu.org>
882
883 * semantic/wisent/comp.el: Remove unnecessary eval-when-compiles.
884
885 2010-11-10 Glenn Morris <rgm@gnu.org>
886
887 * semantic/bovine/c.el: Test system-type with memq.
888
889 2010-11-09 Glenn Morris <rgm@gnu.org>
890
891 * semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
892 * semantic/grammar.el (semantic-grammar-epilogue):
893 * ede/speedbar.el (ede-find-nearest-file-line):
894 * ede/pmake.el (ede-proj-makefile-insert-dist-rules):
895 * ede/autoconf-edit.el (autoconf-delete-parameter):
896 Use point-at-bol and point-at-eol.
897
898 2010-11-07 Glenn Morris <rgm@gnu.org>
899
900 * ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol.
901
902 2010-11-01 Glenn Morris <rgm@gnu.org>
903
904 * semantic/bovine/c.el (semantic-analyze-split-name): Move before use.
905
906 * semantic/symref/cscope.el (ede-toplevel):
907 * semantic/symref.el (ede-toplevel):
908 * semantic/tag-file.el (ede-toplevel):
909 * ede.el (ede-toplevel): Fix declarations.
910
911 2010-10-31 Glenn Morris <rgm@gnu.org>
912
913 * ede/proj-elisp.el (project-compile-target): Fix previous change.
914 * semantic/ede-grammar.el (project-compile-target): Fix previous change.
915
916 2010-10-31 Julien Danjou <julien@danjou.info>
917
918 * ede/proj-elisp.el (project-compile-target):
919 * semantic/ede-grammar.el (project-compile-target):
920 Use `byte-recompile-file'.
921
922 2010-10-31 Glenn Morris <rgm@gnu.org>
923
924 * mode-local.el (mode-local-augment-function-help):
925 * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons):
926 * semantic/symref/list.el (semantic-symref-results-dump)
927 (semantic-symref-rb-toggle-expand-tag): Replace inappropriate uses
928 of toggle-read-only.
929
930 2010-09-30 Chong Yidong <cyd@stupidchicken.com>
931
932 * semantic/bovine/el.el:
933 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
934 Fix require statements.
935
936 2010-09-29 Chong Yidong <cyd@stupidchicken.com>
937
938 * semantic/tag.el (semantic-tag-version): Bump to 2.0.
939
940 * semantic/db-typecache.el (semanticdb-typecache-find-default):
941 * semantic/imenu.el (semantic-create-imenu-index):
942 * semantic/grammar.el (semantic--grammar-macro-function-tag):
943 * semantic/fw.el (semanticdb-without-unloaded-file-searches):
944 Fix require. Suggested by David Engster.
945
946 * semantic/bovine/c-by.el: Regenerate.
947
948 2010-09-29 Eric Ludlam <zappo@gnu.org>
949
950 * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
951 (semantic-lex-spp-enable-debug-symbol): New command
952 (semantic-lex-spp-value-valid-p)
953 (semantic-lex-spp-validate-value): New functions
954 (semantic-lex-spp-symbol-set)
955 (semantic-lex-spp-symbol-push): Add call to validate value.
956 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
957 invalid values during save, just save a nil.
958
959 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
960
961 * ede/linux.el (ede-project-class-files):
962 * ede/generic.el (ede-generic-new-autoloader):
963 * ede/emacs.el (ede-project-class-files):
964 * ede/simple.el (ede-project-class-files):
965 * ede/cpp-root.el (ede-project-class-files): Fix require name.
966
967 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
968
969 * semantic/lex.el (semantic-ignore-comments): Doc fix.
970
971 * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
972 Fix typo in error message.
973 (semantic-symref-list-map-open-hits): Fix typo in docstring.
974
975 2010-09-21 Eric Ludlam <zappo@gnu.org>
976
977 Synch SRecode to CEDET 1.0.
978
979 * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
980 'never, disable all pulsing.
981
982 * cedet.el (cedet-version):
983 * srecode.el (srecode-version): Bump version to 1.0.
984
985 * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
986 (semantic-insert-foreign-tag): Use it.
987
988 * srecode/mode.el (srecode-bind-insert):
989 Call srecode-load-tables-for-mode.
990 (srecode-minor-mode-templates-menu): Do not list templates that
991 are not in the current project.
992 (srecode-menu-bar): Add binding for srecode-macro-help.
993
994 * srecode/table.el (srecode-template-table): Add :project slot.
995 (srecode-dump): Dump it.
996
997 * srecode/map.el (srecode-map-update-map): Make map loading more
998 robust.
999
1000 * srecode/insert.el (srecode-insert-fcn): Merge template
1001 dictionary before resolving arguments.
1002 (srecode-insert-method-helper): Add error checking to make sure
1003 that we only have dictionaries.
1004 (srecode-insert-method): Check template nesting depth when using
1005 point inserter override.
1006 (srecode-insert-method): Install override with depth limit.
1007
1008 * srecode/getset.el (srecode-insert-getset): Force tag table
1009 update. Don't query the class if it is empty.
1010
1011 * srecode/find.el (srecode-template-get-table)
1012 (srecode-template-get-table-for-binding)
1013 (srecode-all-template-hash): Skip if not in current project.
1014 (srecode-template-table-in-project-p): New method.
1015
1016 * srecode/fields.el (srecode-fields-exit-confirmation): New option.
1017 (srecode-field-exit-ask): Use it.
1018
1019 * srecode/dictionary.el (srecode-dictionary-add-template-table):
1020 Do not add variables in tables not for the current project.
1021 (srecode-compound-toString): Handle cases where the default value
1022 is another compound value.
1023 (srecode-dictionary-lookup-name): New optional argument
1024 NON-RECURSIVE, which inhibits visiting dictionary parents.
1025 (srecode-dictionary-add-section-dictionary)
1026 (srecode-dictionary-merge): New optional argument FORCE adds
1027 values even if an identically named entry exists.
1028 (srecode-dictionary-add-entries): New method.
1029 (srecode-create-dictionaries-from-tags): New function.
1030
1031 * srecode/cpp.el (srecode-cpp): New defgroup.
1032 (srecode-cpp-namespaces): New option.
1033 (srecode-semantic-handle-:using-namespaces)
1034 (srecode-cpp-apply-templates): New functions.
1035 (srecode-semantic-apply-tag-to-dict): Handle template parameters
1036 by calling `srecode-cpp-apply-templates'.
1037
1038 * srecode/compile.el (srecode-compile-templates): Fix directory
1039 compare of built-in templates. Give built-ins lower piority.
1040 Support special variable "project".
1041 (srecode-compile-template-table): Set :project slot of new tables.
1042 (srecode-compile-one-template-tag):
1043 Use srecode-create-dictionaries-from-tags.
1044
1045 2010-09-21 Eric Ludlam <zappo@gnu.org>
1046
1047 Synch EDE to CEDET 1.0.
1048
1049 * cedet-idutils.el (cedet-idutils-make-command): New option.
1050 (cedet-idutils-mkid-call):
1051 (cedet-idutils-create/update-database): New functions.
1052
1053 * cedet-cscope.el (cedet-cscope-create):
1054 (cedet-cscope-create/update-database): New functions.
1055 (cedet-cscope-support-for-directory): Make interactive.
1056
1057 * cedet-global.el (cedet-global-gtags-command): New option.
1058 (cedet-gnu-global-gtags-call)
1059 (cedet-gnu-global-create/update-database): New functions.
1060
1061 * ede.el (ede-save-cache): Fix recentf-exclude expression.
1062 (ede-make-dist): Always use toplevel project.
1063 (ede-buffer-object): If we fail to find an object in the current
1064 project, loop upward looking for a match. If no target is found,
1065 use most local project.
1066 (ede-buffer-belongs-to-target-p)
1067 (ede-buffer-belongs-to-project-p): New functions.
1068 (ede-initialize-state-current-buffer): New function.
1069 (ede-target-forms-menu, ede-project-buffers): Use them.
1070 (ede-minor-mode, ede-reset-all-buffers): Use it.
1071 (project-interactive-select-target, project-add-file): Don't use
1072 ede-project-force-load.
1073 (ede-buffer-object): New arg PROJSYM.
1074 (ede-minor-mode): Remove ede-directory-project-p test.
1075 (ede-initialize-state-current-buffer): Don't test for
1076 ede-directory-project-p if there is a matching open project.
1077 (ede-customize-forms-menu): Prevent error if there is no project.
1078 (ede-load-project-file): Set ede-constructing to the thing being
1079 constructed, instead of t.
1080 (ede-project-force-load): Delete.
1081
1082 * ede/base.el:
1083 * ede/auto.el:
1084 * ede/custom.el: New files.
1085
1086 * ede/autoconf-edit.el (autoconf-find-last-macro)
1087 (autoconf-parameters-for-macro): Parse multiline parameters of
1088 macros. Optionally ignore case and at bol for macro.
1089 (autoconf-parameter-strip): Use greedy match for newlines.
1090 (autoconf-new-automake-string): Delete.
1091 (autoconf-new-program): Use SRecode to fill an empty file.
1092
1093 * ede/cpp-root.el (ede-create-lots-of-projects-under-dir):
1094 New function.
1095
1096 * ede/files.el (ede-flush-project-hash): New command.
1097 (ede-convert-path): Add optional PROJECT arg.
1098 (ede-directory-project-p): Obey ".ede-ignore".
1099 (ede-expand-filename-local)
1100 (ede-expand-filename-impl-via-subproj): New methods.
1101 (ede-expand-filename-impl): Use them.
1102 (ede-project-root, ede-project-root-directory): Move to
1103 ede/auto.el.
1104
1105 * ede/locate.el (ede-locate-flush-hash):
1106 (ede-locate-create/update-root-database): New methods.
1107 (initialize-instance): Use ede-locate-flush-hash.
1108
1109 * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
1110 the top project and not a metasubproject, set TOP to CURDIR.
1111 (ede-proj-makefile-insert-variables): Output a target's object
1112 list whether or not the vars are already in the Makefile.
1113 (ede-pmake-insert-variable-once): New macro.
1114
1115 * ede/project-am.el (project-am-with-makefile-current):
1116 Add recentf-exclude.
1117 (project-am-load-makefile): Obey an optional suggested name.
1118 (project-am-expand-subdirlist): New function.
1119 (project-am-makefile::project-rescan): Use it. Combine SUBDIRS
1120 and DIST_SUBDIRS.
1121 (project-am-meta-type-alist): A list to scan better Makefile.am
1122 (project-am-scan-for-targets): Scan also over
1123 project-am-meta-type-alist.
1124 (ede-system-include-path): Simple implementation.
1125 (ede-find-target): Delete. EDE core takes care of this.
1126 (ede-buffer-mine): Create the searched filename as relative.
1127 (project-am-load): Simplify, using autoconf-edit.
1128 (project-am-extract-package-info): Fix separators.
1129
1130 * ede/proj.el (project-run-target): New method.
1131 (project-make-dist, project-compile-project):
1132 Use ede-proj-automake-p to determine which kind of compile to use.
1133 (project-rescan): Call ede-load-project-file.
1134 (ede-buffer-mine): Add more file names that belong to the project.
1135 (ede-proj-compilers): Improve error message.
1136
1137 * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
1138 (ede-source-c++): Add more C++ extensions.
1139 (ede-proj-target-makefile-objectcode): Quote initforms.
1140 Support lex and yacc.
1141
1142 * ede/proj-prog.el (ede-proj-makefile-insert-rules): Remove.
1143 (ede-proj-makefile-insert-variables): New, add LDDEPS.
1144 (ede-proj-makefile-insert-automake-post-variables): Add LDADD
1145 variable. Use ldlibs-local slot. Add a -l to ldlibs strings.
1146 (ede-proj-target-makefile-program): Swap order of two slots so
1147 they show up in the same order as in the command line.
1148 (ede-proj-target-makefile-program): Add ldlibs-local slot.
1149
1150 * ede/proj-shared.el (ede-g++-libtool-shared-compiler):
1151 Fix inference rule to use cpp files.
1152 (ede-proj-target-makefile-shared-object): Quote initforms.
1153
1154 * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
1155 * ede/proj-info.el (ede-proj-target-makefile-info):
1156 * ede/proj-aux.el (ede-proj-target-aux):
1157 * ede/proj-archive.el (ede-proj-target-makefile-archive):
1158 * ede/proj-elisp.el (ede-proj-target-elisp)
1159 (ede-proj-target-elisp-autoloads): Quote initforms.
1160
1161 * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
1162
1163 * ede/shell.el (ede-shell-buffer): Fix buffer name.
1164
1165 * ede/pconf.el (ede-proj-configure-synchronize): If user events
1166 occur while waiting for the compile process to finish, pull them
1167 in and discard those events.
1168
1169 2010-09-19 Eric Ludlam <zappo@gnu.org>
1170
1171 Synch Semantic to CEDET 1.0.
1172
1173 * semantic.el (semantic-version): Update to 2.0.
1174 (semantic-mode-map): Add "," and "m" bindings.
1175 (navigate-menu): Update.
1176
1177 * semantic/symref.el (semantic-symref-calculate-rootdir):
1178 New function.
1179 (semantic-symref-detect-symref-tool): Use it.
1180
1181 * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
1182 (semantic-symref-perform-search): Use it. Calculate root dir with
1183 semantic-symref-calculate-rootdir.
1184 (semantic-symref-derive-find-filepatterns): Improve error message.
1185
1186 * semantic/symref/list.el
1187 (semantic-symref-results-mode-map): New bindings.
1188 (semantic-symref-auto-expand-results): New option.
1189 (semantic-symref-results-dump): Obey auto-expand.
1190 (semantic-symref-list-expand-all, semantic-symref-regexp)
1191 (semantic-symref-list-contract-all)
1192 (semantic-symref-list-map-open-hits)
1193 (semantic-symref-list-update-open-hits)
1194 (semantic-symref-list-create-macro-on-open-hit)
1195 (semantic-symref-list-call-macro-on-open-hits): New functions.
1196 (semantic-symref-list-menu-entries)
1197 (semantic-symref-list-menu): New vars.
1198 (semantic-symref-list-map-open-hits): Move cursor to beginning of
1199 match before calling the mapped function.
1200
1201 * semantic/doc.el
1202 (semantic-documentation-comment-preceeding-tag): Do nothing if the
1203 mode doesn't provide comment-start-skip.
1204
1205 * semantic/scope.el
1206 (semantic-analyze-scope-nested-tags-default): Strip duplicates.
1207 (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
1208 looking for as part of the scoped tags list.
1209
1210 * semantic/html.el (semantic-default-html-setup):
1211 Add senator-step-at-tag-classes.
1212
1213 * semantic/decorate/include.el
1214 (semantic-decoration-on-unknown-includes): Change light bgcolor.
1215 (semantic-decoration-on-includes-highlight-default): Check that
1216 the include tag has a position.
1217
1218 * semantic/complete.el (semantic-collector-local-members):
1219 (semantic-complete-read-tag-local-members)
1220 (semantic-complete-jump-local-members): New class and functions.
1221 (semantic-complete-self-insert): Save excursion before completing.
1222
1223 * semantic/analyze/complete.el
1224 (semantic-analyze-possible-completions-default): If no completions
1225 are found, return the raw by-name-only completion list. Add FLAGS
1226 arguments. Add support for 'no-tc (type constraint) and
1227 'no-unique, or no stripping duplicates.
1228 (semantic-analyze-possible-completions-default): Add FLAGS arg.
1229
1230 * semantic/util-modes.el
1231 (semantic-stickyfunc-show-only-functions-p): New option.
1232 (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
1233 the very first line in a buffer.
1234
1235 * semantic/util.el (semantic-hack-search)
1236 (semantic-recursive-find-nonterminal-by-name)
1237 (semantic-current-tag-interactive): Delete.
1238 (semantic-describe-buffer): Fix expand-nonterminal.
1239 Add lex-syntax-mods, type relation separator char, and command
1240 separation char.
1241 (semantic-sanity-check): Only message if called interactively.
1242
1243 * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
1244 :filename property and the tag position.
1245
1246 * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1247 Add recursion limit.
1248
1249 * semantic/imenu.el (semantic-imenu-bucketize-type-members):
1250 Make this buffer local, not the obsoleted variable.
1251
1252 * semantic/idle.el: Add breadcrumbs support.
1253 (semantic-idle-summary-current-symbol-info-default)
1254 (semantic-idle-tag-highlight)
1255 (semantic-idle-completion-list-default):
1256 Use semanticdb-without-unloaded-file-searches for speed, and to
1257 conform to the controls that specify if the idle timer is supposed
1258 to be parsing unparsed includes.
1259 (semantic-idle-symbol-highlight-face)
1260 (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
1261 Callers changed.
1262 (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
1263 (semantic-idle-work-update-headers-flag): New var.
1264 (semantic-idle-work-for-one-buffer): Use it.
1265 (semantic-idle-local-symbol-highlight): Rename from
1266 semantic-idle-tag-highlight.
1267 (semantic-idle-truncate-long-summaries): New option.
1268
1269 * semantic/ia.el (semantic-ia-cache)
1270 (semantic-ia-get-completions): Delete. Callers changed.
1271 (semantic-ia-show-variants): New command.
1272 (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
1273 (semantic-ia-show-summary): If there isn't anything to show, say so.
1274
1275 * semantic/grammar.el (semantic-grammar-create-package):
1276 Save the buffer even in batch mode.
1277
1278 * semantic/fw.el
1279 (semanticdb-without-unloaded-file-searches): New macro.
1280
1281 * semantic/dep.el (semantic-dependency-find-file-on-path):
1282 Fix case dereferencing ede-object when it is a list.
1283
1284 * semantic/db-typecache.el (semanticdb-expand-nested-tag)
1285 (semanticdb-typecache-faux-namespace): New functions.
1286 (semanticdb-typecache-file-tags)
1287 (semanticdb-typecache-merge-streams): Use them.
1288 (semanticdb-typecache-file-tags): When deriving tags from a file,
1289 give the mode a chance to monkey with the tag copy.
1290 (semanticdb-typecache-find-default): Wrap find in save-excursion.
1291 (semanticdb-typecache-find-by-name-helper): Merge found names down.
1292
1293 * semantic/db-global.el
1294 (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
1295 GNU Global is not available and we don't want to throw an error.
1296
1297 * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
1298 When trying to normalize the tag to a buffer, don't error if
1299 set-buffer method doesn't exist.
1300
1301 * semantic/db-file.el (semanticdb-save-db): Simplify msg.
1302
1303 * semantic/db.el (semanticdb-refresh-table): If forcing a
1304 refresh on a file not in a buffer, use semantic-find-file-noselect
1305 and delete the buffer after use.
1306 (semanticdb-current-database-list): When calculating root via
1307 hooks, force it through true-filename and skip the list of
1308 possible roots.
1309
1310 * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
1311
1312 * semantic/analyze/debug.el
1313 (semantic-analyzer-debug-insert-tag): Reset standard output to
1314 current buffer.
1315 (semantic-analyzer-debug-global-symbol)
1316 (semantic-analyzer-debug-missing-innertype): Change "prefix" to
1317 "symbol" in messages.
1318
1319 * semantic/analyze/refs.el (semantic-analyze-refs-impl)
1320 (semantic-analyze-refs-proto): When calculating value, make sure
1321 the found tag is 'similar' to the originating tag.
1322 (semantic--analyze-refs-find-tags-with-parent): Attempt to
1323 identify matches via imported symbols of parents.
1324 (semantic--analyze-refs-full-lookup-with-parents): Do a deep
1325 search during the brute search.
1326
1327 * semantic/analyze.el
1328 (semantic-analyze-find-tag-sequence-default): Be robust to
1329 calculated scopes being nil.
1330
1331 * semantic/bovine/c.el (semantic-c-describe-environment):
1332 Add project macro symbol array.
1333 (semantic-c-parse-lexical-token): Add recursion limit.
1334 (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
1335 New overrides.
1336 (semantic-expand-c-tag-namelist): Split a full type from a typedef
1337 out to its own tag.
1338 (semantic-expand-c-tag-namelist): Do not split out a typedef'd
1339 inline type if it is an anonymous type.
1340 (semantic-c-reconstitute-token): Use the optional initializers as
1341 a clue that some function is probably a constructor.
1342 When defining the type of these constructors, split the parent name,
1343 and use only the class part, if applicable.
1344
1345 * semantic/bovine/c-by.el:
1346 * semantic/wisent/python-wy.el: Regenerate.
1347
1348 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
1349
1350 * semantic/db-file.el (object-write): Fix typo in docstring.
1351
1352 2010-06-03 Eric Ludlam <zappo@gnu.org>
1353
1354 * semantic/lex-spp.el
1355 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1356 invalid values during save, just save a nil (Bug#6324).
1357
1358 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1359
1360 * ede/cpp-root.el (ede-set-project-variables): Fix feature name
1361 (bug#6231).
1362
1363 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 Use a mode-line spec rather than a static string in Semantic.
1366 * semantic/util-modes.el:
1367 (semantic-minor-modes-format): New var to replace...
1368 (semantic-minor-modes-status): Remove.
1369 (semantic-mode-line-update): Construct a mode-line spec rather than
1370 a static string so that mouse buttons can be used on individual minor
1371 modes and so that semantic-mode-line-update only needs to be called
1372 when global settings are changed.
1373 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1374 Call semantic-mode-line-update.
1375 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1376 minor-mode-alist, check semantic-minor-mode-alist as well.
1377 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1378 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1379 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1380 * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1381 * semantic/idle.el (semantic-idle-scheduler-mode)
1382 (define-semantic-idle-service, semantic-idle-summary-mode):
1383 * semantic/decorate/mode.el (semantic-decoration-mode):
1384 Don't call semantic-mode-line-update any more.
1385
1386 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 Use define-minor-mode in CEDET where applicable.
1389
1390 * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1391 Use define-minor-mode.
1392
1393 * semantic/util-modes.el (semantic-add-minor-mode):
1394 Remove unused arg `keymap' and code redundant with define-minor-mode.
1395 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1396 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1397 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1398 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1399 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1400 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1401 Use define-minor-mode.
1402 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1403 (semantic-show-unmatched-syntax-mode-setup)
1404 (semantic-show-parser-state-mode-setup)
1405 (semantic-highlight-func-mode-setup): Inline into sole caller.
1406
1407 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1408 (semantic-mru-bookmark-mode): Use define-minor-mode.
1409 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1410
1411 * semantic/idle.el (define-semantic-idle-service):
1412 Use define-minor-mode and inline setup function into its sole caller.
1413 (semantic-idle-scheduler-mode-setup)
1414 (semantic-idle-summary-mode-setup): Inline into sole caller.
1415 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1416 Use define-minor-mode.
1417
1418 * semantic/decorate/mode.el (global-semantic-decoration-mode)
1419 (semantic-decoration-mode): Use define-minor-mode.
1420 (semantic-decoration-mode-setup): Inline into sole caller.
1421
1422 * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1423 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1424 (ede-dired-add-to-target): Use dolist.
1425
1426 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * semantic.el (semantic-completion-at-point-function):
1429 New function.
1430 (semantic-mode): Use semantic-completion-at-point-function for
1431 completion-at-point-functions instead.
1432
1433 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
1434
1435 * semantic.el (semantic-mode): When enabled, add
1436 semantic-ia-complete-symbol to completion-at-point-functions.
1437
1438 * semantic/ia.el (semantic-ia-complete-symbol): Return nil
1439 if Semantic is not active.
1440
1441 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * ede/pmake.el (ede-proj-makefile-insert-variables):
1444 Don't destroy list before using it.
1445
1446 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
1447
1448 * semantic/imenu.el (semantic-imenu-bucketize-type-members)
1449 (semantic-create-imenu-directory-index): Fix typos in docstrings.
1450 (semantic-imenu-goto-function): Reflow docstring.
1451
1452 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
1453
1454 * srecode/table.el (srecode-template-table): Fix docstring typo.
1455
1456 2010-03-24 Glenn Morris <rgm@gnu.org>
1457
1458 * semantic/bovine/c.el (semantic-c-describe-environment):
1459 Consistently check ede-object is bound throughout.
1460
1461 * ede/project-am.el (ede-shell-run-something): Declare.
1462
1463 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
1464
1465 * semantic/imenu.el: New file, from the CEDET repository
1466 (Bug#5412).
1467
1468 2010-03-06 Glenn Morris <rgm@gnu.org>
1469
1470 * semantic/grammar.el (semantic-grammar-header-template):
1471 Update template copyright to GPLv3+.
1472
1473 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * semantic/db-find.el
1476 (semanticdb-find-translate-path-brutish-default):
1477 * ede/make.el (ede-make-check-version):
1478 Use with-current-buffer instead of save-excursion.
1479
1480 2010-02-24 Eduard Wiebe <usenet@pusto.de>
1481
1482 * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
1483 Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
1484
1485 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * data-debug.el (data-debug): Move to extensions group.
1488
1489 * ede.el (ede):
1490 * srecode.el (srecode):
1491 * semantic.el (semantic): Put in tools and extensions group.
1492
1493 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
1494
1495 * ede.el (ede-run-target, project-delete-target)
1496 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1497 (ede-adebug-project, ede-adebug-project-parent)
1498 (ede-adebug-project-root): Fix typos in docstrings.
1499
1500 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
1501
1502 * ede/locate.el (ede-locate-file-in-project)
1503 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1504 (ede-enable-locate-on-project): Fix typos in error messages.
1505
1506 * semantic/util-modes.el (semantic-unmatched-syntax-face)
1507 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1508 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1509 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1510 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1511 Fix typos in menu help.
1512
1513 * semantic.el (semantic-require-version, semantic--buffer-cache)
1514 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1515 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1516 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1517 (semantic-parse-stream, semantic-parse-region)
1518 (semantic-parse-region-default, semantic--set-buffer-cache)
1519 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1520 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1521 (semantic-default-submodes):
1522 * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1523 (semanticdb-create-ebrowse-database)
1524 (semanticdb-find-tags-for-completion-method)
1525 (semanticdb-find-tags-by-class-method)
1526 (semanticdb-deep-find-tags-by-name-method)
1527 (semanticdb-deep-find-tags-for-completion-method):
1528 * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1529 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1530 (semanticdb-find-tags-for-completion-method)
1531 (semanticdb-find-tags-by-class-method)
1532 (semanticdb-deep-find-tags-for-completion-method):
1533 * semantic/db-find.el (semanticdb-find-translate-path)
1534 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1535 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1536 (semanticdb-find-tags-by-name-method)
1537 (semanticdb-find-tags-by-name-regexp-method)
1538 (semanticdb-find-tags-for-completion-method)
1539 (semanticdb-find-tags-by-class-method)
1540 (semanticdb-find-tags-external-children-of-type-method)
1541 (semanticdb-find-tags-subclasses-of-type-method)
1542 (semanticdb-deep-find-tags-by-name-method)
1543 (semanticdb-deep-find-tags-by-name-regexp-method)
1544 (semanticdb-deep-find-tags-for-completion-method):
1545 * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1546 (semanticdb-enable-gnu-global-in-buffer)
1547 (semanticdb-find-tags-for-completion-method)
1548 (semanticdb-deep-find-tags-by-name-method)
1549 (semanticdb-deep-find-tags-for-completion-method):
1550 * semantic/db-javascript.el (semanticdb-javascript-tags)
1551 (javascript-mode, semanticdb-find-translate-path)
1552 (semanticdb-find-tags-for-completion-method)
1553 (semanticdb-find-tags-by-class-method)
1554 (semanticdb-deep-find-tags-by-name-method)
1555 (semanticdb-deep-find-tags-for-completion-method)
1556 (semanticdb-find-tags-external-children-of-type-method):
1557 * semantic/idle.el (semantic-idle-work-core-handler)
1558 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1559 (global-semantic-idle-scheduler-mode):
1560 * srecode/dictionary.el (srecode-field-value)
1561 (srecode-dictionary-add-section-dictionary):
1562 Fix typos in docstrings.
1563
1564 2010-01-17 Glenn Morris <rgm@gnu.org>
1565
1566 * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1567
1568 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
1569
1570 * semantic.el (semantic-mode): Fix typos in docstrings.
1571
1572 2010-01-16 Mario Lang <mlang@delysid.org>
1573
1574 * ede/cpp-root.el (ede-cpp-root-project):
1575 * ede/files.el (ede-expand-filename):
1576 * ede/simple.el (ede-simple-project):
1577 * semantic/complete.el (semantic-complete-read-tag-engine)
1578 (semantic-complete-inline-tag-engine):
1579 * semantic/db-el.el (semanticdb-equivalent-mode):
1580 * semantic/db-global.el (semanticdb-equivalent-mode):
1581 * semantic/db-javascript.el (semanticdb-equivalent-mode):
1582 * semantic/db.el (semanticdb-equivalent-mode):
1583 * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1584 * semantic/idle.el (semantic-idle-work-for-one-buffer):
1585 Remove duplicated words in doc-strings.
1586
1587 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
1588
1589 * semantic/edit.el (semantic-reparse-needed-change-hook)
1590 (semantic-no-reparse-needed-change-hook):
1591 * srecode/insert.el (srecode-resolve-argument-list)
1592 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1593 (srecode-template-inserter-ask, srecode-template-inserter-width)
1594 (srecode-template-inserter-section-start)
1595 (srecode-template-inserter-section-end, srecode-insert-method):
1596 Fix typos in docstrings.
1597
1598 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * data-debug.el (data-debug): Fix customization group reference.
1601
1602 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
1603
1604 * semantic/analyze.el (semantic-analyze-push-error)
1605 (semantic-analyze-context, semantic-analyze-context-assignment)
1606 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1607 * semantic/java.el (java-mode, semantic-tag-include-filename)
1608 (semantic-java-doc-keywords-map):
1609 * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1610 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1611 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1612 (semantic-c-classname, semantic-format-tag-uml-prototype)
1613 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1614 * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1615 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1616 (semantic-get-local-variables, semantic-end-of-command)
1617 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1618 (lisp-mode):
1619 * semantic/bovine/make.el (makefile-mode):
1620 * semantic/wisent/python.el (wisent-python-string-re)
1621 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1622 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1623 (semantic-lex, semantic-get-local-variables, python-mode):
1624 * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1625 * srecode/extract.el (srecode-extract-state-set)
1626 (srecode-extract-method): Fix typos in docstrings.
1627
1628 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
1629
1630 * semantic.el (semantic-new-buffer-setup-functions):
1631 Add python parser.
1632
1633 2010-01-10 Richard Kim <emacs18@gmail.com>
1634
1635 * semantic/wisent/python-wy.el:
1636 * semantic/wisent/python.el: New files.
1637
1638 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
1639
1640 * semantic/db-typecache.el (semanticdb-typecache-find-default):
1641 Fix typo in docstring.
1642
1643 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1646 (semantic-mru-bookmark-mode): Doc fixes.
1647
1648 * semantic/db.el (semanticdb-cache-get): Use error instead
1649 of assert.
1650
1651 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * semantic/ia.el (semantic-ia-complete-symbol):
1654 Make argument optional.
1655
1656 2009-12-05 Eric Ludlam <zappo@gnu.org>
1657
1658 * semantic/bovine/c.el (semantic-c-describe-environment):
1659 Describe project macro symbols.
1660
1661 * semantic/complete.el (semantic-complete-do-completion):
1662 Don't call semantic-collector-current-exact-match.
1663
1664 * ede.el (ede-apply-preprocessor-map): Accept lists of
1665 ede-objects as targets.
1666
1667 * ede/pmake.el (ede-proj-makefile-insert-variables):
1668 Output a target's object list even if compiler vars are already in the
1669 Makefile.
1670
1671 * ede/emacs.el (ede-preprocessor-map): Add config.h to the
1672 list of headers producing necessary macros.
1673
1674 2009-11-24 Glenn Morris <rgm@gnu.org>
1675
1676 * semantic/idle.el (global-semantic-idle-scheduler-mode):
1677 Move after definition of global-semantic-idle-tag-highlight-mode.
1678
1679 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
1680
1681 * srecode/map.el (srecode-get-maps):
1682 * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1683 * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1684 * semantic/decorate/mode.el (semantic-decoration-mode)
1685 (semantic-toggle-decoration-style):
1686 * semantic/decorate/include.el
1687 (semantic-decoration-include-describe)
1688 (semantic-decoration-unknown-include-describe)
1689 (semantic-decoration-unparsed-include-describe)
1690 (semantic-decoration-all-include-summary):
1691 * semantic/bovine/c.el (semantic-c-debug-mode-init):
1692 * semantic/analyze/complete.el
1693 (semantic-analyze-possible-completions):
1694 * semantic/util-modes.el (semantic-highlight-edits-mode)
1695 (semantic-show-unmatched-syntax-mode)
1696 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1697 (semantic-highlight-func-mode):
1698 * semantic/util.el (semantic-describe-buffer):
1699 * semantic/symref.el (semantic-symref-find-references-by-name)
1700 (semantic-symref-find-tags-by-name)
1701 (semantic-symref-find-tags-by-regexp)
1702 (semantic-symref-find-tags-by-completion)
1703 (semantic-symref-find-file-references-by-name)
1704 (semantic-symref-find-text):
1705 * semantic/senator.el (senator-copy-tag, senator-kill-tag)
1706 (senator-yank-tag):
1707 * semantic/scope.el (semantic-calculate-scope):
1708 * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1709 * semantic/idle.el (semantic-idle-scheduler-mode)
1710 (define-semantic-idle-service):
1711 * semantic/complete.el (semantic-complete-analyze-inline)
1712 (semantic-complete-analyze-inline-idle):
1713 * semantic/analyze.el (semantic-analyze-current-context):
1714 * mode-local.el (describe-mode-local-bindings)
1715 (describe-mode-local-bindings-in-mode):
1716 * ede/make.el (ede-make-check-version):
1717 * ede/locate.el (ede-enable-locate-on-project):
1718 * cedet-idutils.el (cedet-idutils-expand-filename)
1719 (cedet-idutils-version-check):
1720 * cedet-global.el (cedet-gnu-global-expand-filename)
1721 (cedet-gnu-global-version-check):
1722 * cedet-cscope.el (cedet-cscope-expand-filename)
1723 (cedet-cscope-version-check): Use called-interactively-p instead
1724 of interactive-p.
1725
1726 * semantic/ia.el (semantic-ia-completion-format-tag-function):
1727 Use semantic-format-tag-prototype.
1728
1729 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
1730
1731 * semantic/complete.el (semantic-complete-read-tag-engine)
1732 (semantic-complete-jump-local, semantic-complete-jump):
1733 Improve prompt string.
1734
1735 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * semantic/complete.el (semantic-complete-inline-map): Doc fix.
1738
1739 * semantic/idle.el (define-semantic-idle-service)
1740 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1741
1742 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
1743
1744 * cedet.el (cedet-menu-map): Re-order menu items.
1745
1746 * semantic.el: Enable idle-mode menu items only if
1747 global-semantic-idle-scheduler-mode is enabled.
1748 (semantic-default-submodes): Doc fix.
1749
1750 * semantic/idle.el (global-semantic-idle-scheduler-mode):
1751 When turning off, disable other idle modes.
1752
1753 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
1754
1755 * semantic/idle.el (semantic-idle-summary-mode)
1756 (semantic-idle-summary-mode): Define using define-minor-mode
1757 instead of define-semantic-idle-service.
1758 (semantic-idle-summary-mode): New function.
1759 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1760 that mouse motion does not reset the echo area.
1761
1762 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
1763
1764 * semantic/ctxt.el (semantic-get-local-variables):
1765 Disable the progress reporter entirely.
1766
1767 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * semantic/fw.el (semantic/loaddefs):
1770 * srecode.el (srecode/loaddefs):
1771 * ede.el (ede/loaddefs): Load rather than require.
1772 * ede/cpp-root.el:
1773 * ede/emacs.el:
1774 * ede/files.el:
1775 * ede/linux.el:
1776 * ede/locate.el:
1777 * ede/make.el:
1778 * ede/shell.el:
1779 * ede/speedbar.el:
1780 * ede/system.el:
1781 * ede/util.el:
1782 * semantic/analyze.el:
1783 * semantic/bovine.el:
1784 * semantic/complete.el:
1785 * semantic/ctxt.el:
1786 * semantic/db-file.el:
1787 * semantic/db-find.el:
1788 * semantic/db-global.el:
1789 * semantic/db-mode.el:
1790 * semantic/db-typecache.el:
1791 * semantic/db.el:
1792 * semantic/debug.el:
1793 * semantic/dep.el:
1794 * semantic/doc.el:
1795 * semantic/edit.el:
1796 * semantic/find.el:
1797 * semantic/format.el:
1798 * semantic/html.el:
1799 * semantic/ia-sb.el:
1800 * semantic/ia.el:
1801 * semantic/idle.el:
1802 * semantic/lex-spp.el:
1803 * semantic/lex.el:
1804 * semantic/mru-bookmark.el:
1805 * semantic/scope.el:
1806 * semantic/senator.el:
1807 * semantic/sort.el:
1808 * semantic/symref.el:
1809 * semantic/tag-file.el:
1810 * semantic/tag-ls.el:
1811 * semantic/tag-write.el:
1812 * semantic/tag.el:
1813 * semantic/util-modes.el:
1814 * semantic/analyze/complete.el:
1815 * semantic/analyze/refs.el:
1816 * semantic/bovine/c.el:
1817 * semantic/bovine/gcc.el:
1818 * semantic/bovine/make.el:
1819 * semantic/bovine/scm.el:
1820 * semantic/decorate/include.el:
1821 * semantic/decorate/mode.el:
1822 * semantic/symref/cscope.el:
1823 * semantic/symref/global.el:
1824 * semantic/symref/grep.el:
1825 * semantic/symref/idutils.el:
1826 * semantic/symref/list.el:
1827 * semantic/wisent/java-tags.el:
1828 * semantic/wisent/javascript.el:
1829 * srecode/compile.el:
1830 * srecode/cpp.el:
1831 * srecode/document.el:
1832 * srecode/el.el:
1833 * srecode/expandproto.el:
1834 * srecode/getset.el:
1835 * srecode/insert.el:
1836 * srecode/java.el:
1837 * srecode/map.el:
1838 * srecode/mode.el:
1839 * srecode/template.el:
1840 * srecode/texi.el: Remove the file-local setting of
1841 generated-autoload-feature.
1842
1843 2009-11-03 Glenn Morris <rgm@gnu.org>
1844
1845 * mode-local.el (with-mode-local): Doc fix.
1846
1847 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
1848
1849 * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1850 items.
1851
1852 * ede.el (ede-minor-mode):
1853 * semantic.el (semantic-mode): Toggle menu separators.
1854
1855 2009-10-31 Glenn Morris <rgm@gnu.org>
1856
1857 * semantic/tag.el (semantic--tag-link-list-to-buffer):
1858 Use mapc rather than mapcar because the return value is never used.
1859
1860 * srecode/template.el, semantic/wisent/javascript.el:
1861 * semantic/wisent/java-tags.el, semantic/texi.el:
1862 * semantic/html.el:
1863 Suppress harmless warnings about setting up semantic-imenu (not
1864 part of Emacs) variables.
1865
1866 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * srecode/srt-mode.el (semantic-analyze-possible-completions):
1869 * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1870 * semantic/symref/grep.el (semantic-symref-perform-search):
1871 * semantic/bovine/gcc.el (semantic-gcc-query):
1872 * semantic/bovine/c.el (semantic-c-parse-lexical-token):
1873 * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1874 (semantic-analyzer-debug-global-symbol)
1875 (semantic-analyzer-debug-missing-innertype)
1876 (semantic-analyzer-debug-insert-include-summary):
1877 * semantic/util.el (semantic-file-tag-table):
1878 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1879 (semantic-recursive-find-nonterminal-by-name):
1880 * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1881 * semantic/tag-file.el (semantic-prototype-file):
1882 * semantic/symref.el (semantic-symref-parse-tool-output):
1883 * semantic/sb.el (semantic-sb-fetch-tag-table):
1884 * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1885 * semantic/idle.el (semantic-idle-work-for-one-buffer):
1886 (semantic-idle-summary-maybe-highlight):
1887 * semantic/ia-sb.el (semantic-ia-speedbar)
1888 (semantic-ia-sb-tag-info):
1889 * semantic/grammar.el (semantic-analyze-possible-completions):
1890 * semantic/find.el (semantic-brute-find-tag-by-position):
1891 * semantic/ede-grammar.el (project-compile-target):
1892 (ede-proj-makefile-insert-variables):
1893 * semantic/debug.el (semantic-debug-set-parser-location):
1894 (semantic-debug-set-source-location, semantic-debug-interface-layout)
1895 (semantic-debug-mode, semantic-debug):
1896 * semantic/db.el (semanticdb-needs-refresh-p):
1897 * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1898 * semantic/db-javascript.el (semanticdb-equivalent-mode):
1899 * semantic/db-find.el (semanticdb-find-log-new-search)
1900 (semanticdb-find-translate-path-includes--internal)
1901 (semanticdb-reset-log, semanticdb-find-log-activity):
1902 * semantic/db-file.el (object-write):
1903 * semantic/db-el.el (semanticdb-equivalent-mode):
1904 * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1905 (semanticdb-create-ebrowse-database):
1906 * semantic/db-debug.el (semanticdb-table-sanity-check):
1907 * semantic/complete.el (semantic-displayor-focus-request)
1908 (semantic-collector-calculate-completions-raw)
1909 (semantic-complete-read-tag-analyzer):
1910 * semantic/analyze.el (semantic-analyze-pulse):
1911 * ede/util.el (ede-update-version-in-source):
1912 * ede/proj.el (project-delete-target):
1913 * ede/proj-elisp.el (ede-update-version-in-source)
1914 (ede-proj-flush-autoconf):
1915 * ede/pconf.el (ede-proj-configure-synchronize)
1916 (ede-proj-configure-synchronize):
1917 * ede/locate.el (ede-locate-file-in-project-impl):
1918 * ede/linux.el (ede-linux-version):
1919 * ede/emacs.el (ede-emacs-version):
1920 * ede/dired.el (ede-dired-add-to-target):
1921 * ede.el (ede-buffer-header-file, ede-find-target)
1922 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1923 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1924 * cedet-idutils.el (cedet-idutils-fnid-call):
1925 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1926 (cedet-idutils-version-check):
1927 * cedet-global.el (cedet-gnu-global-call):
1928 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1929 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1930 * cedet-cscope.el (cedet-cscope-call)
1931 (cedet-cscope-expand-filename, cedet-cscope-version-check):
1932 Use with-current-buffer.
1933 * ede.el (ede-make-project-local-variable)
1934 (ede-set-project-variables, ede-set): Use dolist.
1935
1936 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * mode-local.el (make-obsolete-overload): Add `when' argument.
1939 (overload-docstring-extension): Use that info.
1940 * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1941 * semantic/idle.el (semantic-eldoc-current-symbol-info):
1942 * semantic/tag-ls.el (semantic-nonterminal-protection)
1943 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1944 (semantic-nonterminal-full-name): Add the new `when' info.
1945 * semantic/decorate/mode.el (semantic/decorate): Require CL for
1946 `assert'.
1947
1948 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * semantic/fw.el (semantic-alias-obsolete)
1951 (semantic-varalias-obsolete): Make the `when' arg mandatory.
1952 (define-mode-overload-implementation):
1953 * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1954 * semantic/wisent.el (wisent-lex-make-token-table):
1955 * semantic/util.el (semantic-file-token-stream)
1956 (semantic-something-to-stream):
1957 * semantic/tag.el (semantic-tag-make-assoc-list)
1958 (semantic-expand-nonterminal):
1959 * semantic/tag-file.el (semantic-find-nonterminal)
1960 (semantic-find-dependency, semantic-find-nonterminal)
1961 (semantic-find-dependency):
1962 * semantic/lex.el (semantic-flex-start, semantic-flex-end)
1963 (semantic-flex-text, semantic-flex-make-keyword-table)
1964 (semantic-flex-keyword-p, semantic-flex-keyword-put)
1965 (semantic-flex-keyword-get, semantic-flex-map-keywords)
1966 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1967 * semantic/java.el (semantic-java-prototype-nonterminal):
1968 * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1969 (semantic-after-idle-scheduler-reparse-hooks):
1970 * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1971 * semantic/db-mode.el (semanticdb-mode-hooks):
1972 * semantic.el (semantic-toplevel-bovine-table)
1973 (semantic-toplevel-bovine-cache)
1974 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1975 (semantic-init-mode-hooks, semantic-init-db-hooks)
1976 (semantic-bovination-working-type): Provide the `when' arg.
1977
1978 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1979
1980 * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1981 * semantic/tag.el (semantic-token-type-parent): Add WHEN
1982 argument to make-obsolete.
1983
1984 * semantic/fw.el (semantic-alias-obsolete)
1985 (semantic-varalias-obsolete): Add optional WHEN argument.
1986
1987 2009-10-21 Eric Ludlam <zappo@gnu.org>
1988
1989 * semantic/bovine/c.el (semantic-c-debug-mode-init)
1990 (semantic-c-debug-mode-init-pch): New functions.
1991 (semantic-c-debug-mode-init-last-mode): New var.
1992 (semantic-c-parse-lexical-token): Use them.
1993
1994 * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1995 When extracting the argument list, limit only by point-max.
1996
1997 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * srecode/srt.el:
2000 * srecode/compile.el:
2001 * semantic/mru-bookmark.el:
2002 * semantic/debug.el:
2003 * semantic/complete.el:
2004 * semantic/analyze.el: Require CL when compiling.
2005
2006 2009-10-17 Eric Ludlam <zappo@gnu.org>
2007
2008 * semantic/scope.el
2009 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2010 tmpscope so that the regular scope will continue to work.
2011
2012 * semantic/idle.el (semantic-idle-tag-highlight):
2013 Use semantic-idle-summary-highlight-face as the highlighting.
2014
2015 * ede/project-am.el (project-run-target): New method.
2016 (project-run-target): New method.
2017
2018 * ede.el (ede-target): Add run target menu item.
2019 (ede-project, ede-minor-keymap): Add ede-run-target binding.
2020 (ede-run-target): New function.
2021 (ede-target::project-run-target): New method.
2022
2023 * ede/proj.el (project-run-target): New method.
2024
2025 * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2026 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
2027 Add :rules.
2028 (ede-proj-target-makefile-shared-object): Only libtool compilers
2029 now available. Add linkers for libtool.
2030 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2031 (ede-proj-makefile-target-name): Always use .la extension.
2032
2033 * ede/proj-prog.el (project-run-target): New method.
2034
2035 * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2036 (ede-g++-linker): Change Change link lines.
2037
2038 * ede/pmake.el (ede-pmake-insert-variable-shared):
2039 When searching for old variables, go to the end of the buffer and
2040 search backward from there.
2041 (ede-proj-makefile-automake-insert-subdirs)
2042 (ede-proj-makefile-automake-insert-extradist): New methods.
2043 (ede-proj-makefile-create): Use them.
2044
2045 * ede/pconf.el (ede-proj-configure-test-required-file):
2046 Force FILE to expand to the current target. Use file-exists-p to
2047 check that it exists.
2048
2049 * ede/linux.el (ede-linux-version): Don't call "head".
2050 (ede-linux-load): Wrap dir in file-name-as-directory.
2051 Set :version slot.
2052
2053 * ede/files.el (ede-get-locator-object): When enabling
2054 locate, do so on "top".
2055
2056 * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2057 file-name-as-directory during compare.
2058 (ede-emacs-version): Return Emacs/XEmacs differentiator.
2059 Get version number from different places. Don't call egrep.
2060 (ede-emacs-load): Set :version slot. Call file-name-as-directory
2061 to set the directory.
2062
2063 * ede/shell.el: New file.
2064
2065 * inversion.el (inversion-decoders): Allow for stray . in
2066 alpha/beta variants.
2067
2068 2009-10-17 Glenn Morris <rgm@gnu.org>
2069
2070 * semantic/grammar.el (semantic-grammar--lex-delim-spec):
2071 All errors should have messages.
2072
2073 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
2074
2075 * ede/proj-shared.el (ede-proj-makefile-target-name):
2076 Use .la for Automake.
2077
2078 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * ede/pconf.el (ede-proj-configure-synchronize):
2081 Use "autoreconf -i". Suggested by Andreas Schwab.
2082
2083 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2084
2085 * ede/proj.el (project-make-dist, project-compile-project):
2086 Fix filename test.
2087 (ede-proj-dist-makefile): Use expand-file-name instead of concat
2088 to expand file names.
2089
2090 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
2091
2092 * ede/proj-obj.el (ede-gcc-linker): New var.
2093 (ede-proj-target-makefile-objectcode): Use it.
2094
2095 * ede/source.el (ede-want-any-source-files-p)
2096 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2097 Return search result. This error was introduced while merging.
2098
2099 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * semantic.el (semantic-new-buffer-setup-functions): New option.
2102 (semantic-new-buffer-fcn): Call parser setup functions here.
2103 (semantic-mode): Don't call parser setup functions here, it's done
2104 in semantic-new-buffer-fcn now.
2105 (semantic-mode): Parse all existing buffers when enabled.
2106
2107 * srecode/compile.el (srecode-compile-file):
2108 Call semantic-new-buffer-fcn if the buffer has not been parsed.
2109
2110 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2111
2112 * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2113
2114 * ede/proj-comp.el: Don't require ede/pmake at toplevel.
2115 (proj-comp-insert-variable-once): New macro, renamed from
2116 ede-pmake-insert-variable-once in ede/pmake.edl.
2117 (ede-proj-makefile-insert-variables): Use it.
2118
2119 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2120
2121 * ede/makefile-edit.el (makefile-beginning-of-command)
2122 (makefile-end-of-command):
2123 * srecode/srt-mode.el (semantic-beginning-of-context)
2124 (semantic-end-of-context): Fix previous change. Doc fixes.
2125
2126 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
2127
2128 * ede/makefile-edit.el (makefile-beginning-of-command)
2129 (makefile-end-of-command):
2130 * semantic/lex.el (semantic-lex-token):
2131 * semantic/analyze/fcn.el
2132 (semantic-analyze-dereference-metatype-1):
2133 * semantic/bovine/c.el (semantic-lex-cpp-define)
2134 (semantic-lex-cpp-undef):
2135 * semantic/wisent/wisent.el (wisent-skip-block):
2136 * srecode/srt-mode.el (semantic-beginning-of-context)
2137 (semantic-end-of-context): Fix typos in docstrings.
2138
2139 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
2140
2141 * ede.el (ede-project-placeholder-cache-file):
2142 * semantic/db-file.el (semanticdb-default-save-directory):
2143 * srecode/map.el (srecode-map-save-file):
2144 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
2145
2146 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
2147
2148 * srecode/insert.el: Require srecode/args.
2149
2150 * srecode/args.el: Require srecode/dictionary instead of
2151 srecode/insert.
2152
2153 * srecode/srt-mode.el (srecode-template-mode): Doc fix.
2154
2155 * files.el (auto-mode-alist): Add .srt and Project.ede.
2156
2157 * semantic.el (semantic-mode):
2158 Handle srecode-template-mode-hook as well.
2159 (semantic-mode): Use js-mode-hook for Javascript hook.
2160
2161 * srecode/template.el: Remove hook variable.
2162
2163 * ede/proj-comp.el: Require ede/pmake when compiling.
2164
2165 * ede.el (ede-target-forms-menu): Don't enable if no
2166 projects exist.
2167 (ede-project-placeholder-cache-file): Default to a file in
2168 user-emacs-directory.
2169
2170 * srecode/map.el (srecode-map-base-template-dir): Look for
2171 templates in data-directory.
2172 (srecode-map-save-file): Default to a file in user-emacs-directory.
2173
2174 * ede/srecode.el (ede-srecode-setup): Use default templates
2175 directory.
2176
2177 2009-09-30 Eric Ludlam <zappo@gnu.org>
2178
2179 * semantic/util-modes.el (semantic-highlight-func-mode):
2180 Doc fix.
2181
2182 * ede/proj-comp.el (ede-proj-makefile-insert-variables):
2183 Only insert each variable once.
2184
2185 * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2186 (ede-pmake-insert-variable-shared): Use it.
2187
2188 * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2189 for lexical table iff table is nil.
2190
2191 2009-10-01 Glenn Morris <rgm@gnu.org>
2192
2193 * semantic/bovine/gcc.el
2194 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
2195 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2196
2197 2009-10-03 Glenn Morris <rgm@gnu.org>
2198
2199 * semantic/db-find.el (data-debug-insert-tag-list): Comment out
2200 declaration, currently false.
2201
2202 2009-10-01 Glenn Morris <rgm@gnu.org>
2203
2204 * cedet-files.el (cedet-directory-name-to-file-name):
2205 * cedet-idutils.el (cedet-idutils-search)
2206 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2207 (cedet-idutils-version-check):
2208 * cedet.el (cedet-version):
2209 * data-debug.el (data-debug-insert-overlay-button)
2210 (data-debug-insert-overlay-list-button)
2211 (data-debug-insert-buffer-button)
2212 (data-debug-insert-buffer-list-button)
2213 (data-debug-insert-process-button, data-debug-insert-ring-button)
2214 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2215 (data-debug-insert-stuff-vector-button)
2216 (data-debug-insert-symbol-button, data-debug-insert-string)
2217 (data-debug-insert-number, data-debug-insert-lambda-expression)
2218 (data-debug-insert-nil, data-debug-insert-simple-thing)
2219 (data-debug-insert-custom, data-debug-edebug-expr):
2220 * ede.el (ede-auto-add-method, ede-project-class-files)
2221 (global-ede-mode-map, ede-new, ede-debug-target)
2222 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2223 * semantic.el (semantic-minimum-working-buffer-size)
2224 (semantic-fetch-tags, semantic-submode-list)
2225 (semantic-default-submodes):
2226 * ede/source.el (ede-source-match):
2227 * ede/project-am.el (project-am-type-alist, project-add-file)
2228 (project-am-package-info):
2229 * ede/proj.el (ede-proj-target, project-new-target):
2230 * ede/proj-elisp.el (ede-proj-tweak-autoconf):
2231 * ede/proj-comp.el (ede-current-build-list):
2232 * ede/makefile-edit.el (makefile-move-to-macro):
2233 * ede/files.el (ede-toplevel-project-or-nil):
2234 * ede/cpp-root.el (initialize-instance):
2235 * ede/autoconf-edit.el (autoconf-find-last-macro)
2236 (autoconf-parameter-strip, autoconf-insert-new-macro):
2237 * semantic/wisent.el (wisent-lex-eoi):
2238 * semantic/util-modes.el (global-semantic-show-parser-state-mode)
2239 (semantic-show-parser-state-mode):
2240 * semantic/texi.el (semantic-texi-environment-regexp):
2241 * semantic/tag.el (semantic-tag-new-variable)
2242 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2243 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2244 (semantic--tag-deep-copy-tag-list)
2245 (semantic-tag-components-with-overlays-default):
2246 * semantic/symref.el (semantic-symref-find-text):
2247 * semantic/senator.el (senator-yank-tag)
2248 (senator-transpose-tags-up):
2249 * semantic/scope.el (semantic-analyze-scoped-tags-default)
2250 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2251 * semantic/sb.el (semantic-sb-autoexpand-length):
2252 * semantic/lex.el (semantic-lex-comment-regex)
2253 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2254 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2255 * semantic/lex-spp.el
2256 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2257 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2258 * semantic/idle.el
2259 (semantic-idle-summary-current-symbol-info-brutish)
2260 (semantic-idle-summary-current-symbol-info-default):
2261 * semantic/grammar.el (semantic-grammar-recreate-package)
2262 (semantic--grammar-macro-compl-dict):
2263 * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2264 * semantic/format.el (semantic-format-tag-custom-list)
2265 (semantic-format-tag-canonical-name-default):
2266 * semantic/find.el (semantic-find-tag-by-overlay-in-region)
2267 (semantic-find-tags-for-completion)
2268 (semantic-find-tags-by-scope-protection-default)
2269 (semantic-deep-find-tags-for-completion):
2270 * semantic/edit.el
2271 (semantic-edits-incremental-reparse-failed-hook)
2272 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2273 (semantic-edits-splice-remove, semantic-edits-splice-replace):
2274 * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2275 * semantic/dep.el (semantic-dependency-include-path):
2276 * semantic/db.el (semanticdb-default-find-index-class)
2277 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2278 (semanticdb-project-roots):
2279 * semantic/db-find.el (semanticdb-implied-include-tags)
2280 (semanticdb-find-adebug-insert-scanned-tag-cons)
2281 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
2282 (semanticdb-brute-deep-find-tags-for-completion):
2283 * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
2284 * semantic/ctxt.el (semantic-beginning-of-context-default)
2285 (semantic-end-of-context-default)
2286 (semantic-ctxt-current-function-default)
2287 (semantic-ctxt-scoped-types-default):
2288 * semantic/complete.el (semantic-complete-read-tag-engine)
2289 (semantic-complete-inline-tag-engine)
2290 (semantic-complete-inline-custom-type)
2291 (semantic-complete-read-tag-analyzer):
2292 * semantic/chart.el (semantic-chart-tags-by-class)
2293 (semantic-chart-database-size):
2294 * semantic/analyze.el (semantic-analyze-current-symbol)
2295 (semantic-analyze-current-context):
2296 * semantic/symref/list.el (semantic-symref)
2297 (semantic-symref-hide-buffer, semantic-symref-symbol):
2298 * semantic/symref/grep.el (semantic-symref-grep-use-template):
2299 * semantic/symref/filter.el (semantic-symref-hits-in-region):
2300 * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
2301 * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
2302 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
2303 (semantic-c-dereference-template):
2304 * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
2305 (semantic--analyze-refs-full-lookup-with-parents)
2306 (semantic--analyze-refs-full-lookup-simple):
2307 * semantic/analyze/complete.el
2308 (semantic-analyze-possible-completions):
2309 * srecode/table.el (srecode-mode-table-new):
2310 * srecode/srt.el (srecode-read-variable-name):
2311 * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
2312 * srecode/semantic.el (srecode-semantic-handle-:tag)
2313 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
2314 * srecode/map.el (srecode-current-map):
2315 * srecode/insert.el (srecode-insert)
2316 (srecode-insert-variable-secondname-handler, srecode-insert-method)
2317 (srecode-template-inserter-point-override)
2318 (srecode-insert-include-lookup):
2319 * srecode/getset.el (srecode-auto-choose-class):
2320 * srecode/extract.el (srecode-inserter-extract):
2321 * srecode/document.el
2322 (srecode-document-autocomment-return-last-alist)
2323 (srecode-document-autocomment-param-type-alist)
2324 (srecode-document-insert-function-comment)
2325 (srecode-document-insert-variable-one-line-comment)
2326 (srecode-document-function-name-comment):
2327 * srecode/dictionary.el (srecode-create-dictionary)
2328 (srecode-compound-toString):
2329 * srecode/compile.el (srecode-flush-active-templates):
2330 * srecode/args.el (srecode-semantic-handle-:blank):
2331 Doc/message fixes.
2332
2333 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * semantic/wisent/javat-wy.el
2336 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
2337
2338 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
2339
2340 * srecode/expandproto.el: Fix provide statement.
2341
2342 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
2343
2344 * ede/srecode.el: Fix provide statement.
2345
2346 2009-09-30 Glenn Morris <rgm@gnu.org>
2347
2348 * ede/proj.el (ede-proj-target-makefile-miscelaneous):
2349 * ede/proj-aux.el (ede-aux-source):
2350 * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
2351 (ede-misc-source):
2352 * semantic/mru-bookmark.el (semantic-mrub-completing-read)
2353 (semantic-mrub-switch-tags): Fix doc typos.
2354
2355 * semantic/db-global.el (data-debug-new-buffer)
2356 (data-debug-insert-thing): Remove unneeded declarations (one broken).
2357 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
2358
2359 * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
2360
2361 * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
2362 use of CL function `remove-if-not'.
2363
2364 2009-09-29 Glenn Morris <rgm@gnu.org>
2365
2366 * semantic/symref/idutils.el:
2367 * semantic/symref/list.el: Relicense under GPLv3+.
2368
2369 * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
2370
2371 * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
2372 * semantic/tag-file.el (semanticdb-table-child-p):
2373 * srecode/compile.el (srecode-template-inserter-newline-child-p):
2374 Mark declarations not understood by check-declare.
2375
2376 2009-09-28 Eric Ludlam <zappo@gnu.org>
2377
2378 CEDET (development tools) package merged.
2379
2380 * *.el:
2381 * ede/*.el:
2382 * semantic/*.el:
2383 * srecode/*.el: New files.
2384
2385 2009-09-28 Eric Ludlam <zappo@gnu.org>
2386
2387 * cedet-cscope.el:
2388 * cedet-files.el:
2389 * cedet-global.el:
2390 * cedet-idutils.el:
2391 * data-debug.el:
2392 * inversion.el:
2393 * mode-local.el:
2394 * pulse.el: New files.
2395
2396 ;; Local Variables:
2397 ;; coding: utf-8
2398 ;; End:
2399
2400 Copyright (C) 2009-2013 Free Software Foundation, Inc.
2401
2402 This file is part of GNU Emacs.
2403
2404 GNU Emacs is free software: you can redistribute it and/or modify
2405 it under the terms of the GNU General Public License as published by
2406 the Free Software Foundation, either version 3 of the License, or
2407 (at your option) any later version.
2408
2409 GNU Emacs is distributed in the hope that it will be useful,
2410 but WITHOUT ANY WARRANTY; without even the implied warranty of
2411 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2412 GNU General Public License for more details.
2413
2414 You should have received a copy of the GNU General Public License
2415 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.