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