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