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