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