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