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