]> code.delx.au - gnu-emacs/blob - lisp/cedet/ChangeLog
Remove some tests for defunct system-types.
[gnu-emacs] / lisp / cedet / ChangeLog
1 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
2
3 * ede/linux.el (ede-project-class-files):
4 * ede/generic.el (ede-generic-new-autoloader):
5 * ede/emacs.el (ede-project-class-files):
6 * ede/simple.el (ede-project-class-files):
7 * ede/cpp-root.el (ede-project-class-files): Fix require name.
8
9 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
10
11 * semantic/lex.el (semantic-ignore-comments): Doc fix.
12
13 * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
14 Fix typo in error message.
15 (semantic-symref-list-map-open-hits): Fix typo in docstring.
16
17 2010-09-21 Eric Ludlam <zappo@gnu.org>
18
19 Synch SRecode to CEDET 1.0.
20
21 * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
22 'never, disable all pulsing.
23
24 * cedet.el (cedet-version):
25 * srecode.el (srecode-version): Bump version to 1.0.
26
27 * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
28 (semantic-insert-foreign-tag): Use it.
29
30 * srecode/mode.el (srecode-bind-insert): Call
31 srecode-load-tables-for-mode.
32 (srecode-minor-mode-templates-menu): Do not list templates that
33 are not in the current project.
34 (srecode-menu-bar): Add binding for srecode-macro-help.
35
36 * srecode/table.el (srecode-template-table): Add :project slot.
37 (srecode-dump): Dump it.
38
39 * srecode/map.el (srecode-map-update-map): Make map loading more
40 robust.
41
42 * srecode/insert.el (srecode-insert-fcn): Merge template
43 dictionary before resolving arguments.
44 (srecode-insert-method-helper): Add error checking to make sure
45 that we only have dictionaries.
46 (srecode-insert-method): Check template nesting depth when using
47 point inserter override.
48 (srecode-insert-method): Install override with depth limit.
49
50 * srecode/getset.el (srecode-insert-getset): Force tag table
51 update. Don't query the class if it is empty.
52
53 * srecode/find.el (srecode-template-get-table)
54 (srecode-template-get-table-for-binding)
55 (srecode-all-template-hash): Skip if not in current project.
56 (srecode-template-table-in-project-p): New method.
57
58 * srecode/fields.el (srecode-fields-exit-confirmation): New option.
59 (srecode-field-exit-ask): Use it.
60
61 * srecode/dictionary.el (srecode-dictionary-add-template-table):
62 Do not add variables in tables not for the current project.
63 (srecode-compound-toString): Handle cases where the default value
64 is another compound value.
65 (srecode-dictionary-lookup-name): New optional argument
66 NON-RECURSIVE, which inhibits visiting dictionary parents.
67 (srecode-dictionary-add-section-dictionary)
68 (srecode-dictionary-merge): New optional argument FORCE adds
69 values even if an identically named entry exists.
70 (srecode-dictionary-add-entries): New method.
71 (srecode-create-dictionaries-from-tags): New function.
72
73 * srecode/cpp.el (srecode-cpp): New defgroup.
74 (srecode-cpp-namespaces): New option.
75 (srecode-semantic-handle-:using-namespaces)
76 (srecode-cpp-apply-templates): New functions.
77 (srecode-semantic-apply-tag-to-dict): Handle template parameters
78 by calling `srecode-cpp-apply-templates'.
79
80 * srecode/compile.el (srecode-compile-templates): Fix directory
81 compare of built-in templates. Give built-ins lower piority.
82 Support special variable "project".
83 (srecode-compile-template-table): Set :project slot of new tables.
84 (srecode-compile-one-template-tag): Use
85 srecode-create-dictionaries-from-tags.
86
87 2010-09-21 Eric Ludlam <zappo@gnu.org>
88
89 Synch EDE to CEDET 1.0.
90
91 * cedet-idutils.el (cedet-idutils-make-command): New option.
92 (cedet-idutils-mkid-call):
93 (cedet-idutils-create/update-database): New functions.
94
95 * cedet-cscope.el (cedet-cscope-create):
96 (cedet-cscope-create/update-database): New functions.
97 (cedet-cscope-support-for-directory): Make interactive.
98
99 * cedet-global.el (cedet-global-gtags-command): New option.
100 (cedet-gnu-global-gtags-call)
101 (cedet-gnu-global-create/update-database): New functions.
102
103 * ede.el (ede-save-cache): Fix recentf-exclude expression.
104 (ede-make-dist): Always use toplevel project.
105 (ede-buffer-object): If we fail to find an object in the current
106 project, loop upward looking for a match. If no target is found,
107 use most local project.
108 (ede-buffer-belongs-to-target-p)
109 (ede-buffer-belongs-to-project-p): New functions.
110 (ede-initialize-state-current-buffer): New function.
111 (ede-target-forms-menu, ede-project-buffers): Use them.
112 (ede-minor-mode, ede-reset-all-buffers): Use it.
113 (project-interactive-select-target, project-add-file): Don't use
114 ede-project-force-load.
115 (ede-buffer-object): New arg PROJSYM.
116 (ede-minor-mode): Remove ede-directory-project-p test.
117 (ede-initialize-state-current-buffer): Don't test for
118 ede-directory-project-p if there is a matching open project.
119 (ede-customize-forms-menu): Prevent error if there is no project.
120 (ede-load-project-file): Set ede-constructing to the thing being
121 constructed, instead of t.
122 (ede-project-force-load): Deleted.
123
124 * ede/base.el:
125 * ede/auto.el:
126 * ede/custom.el: New files.
127
128 * ede/autoconf-edit.el (autoconf-find-last-macro)
129 (autoconf-parameters-for-macro): Parse multiline parameters of
130 macros. Optionally ignore case and at bol for macro.
131 (autoconf-parameter-strip): Use greedy match for newlines.
132 (autoconf-new-automake-string): Deleted.
133 (autoconf-new-program): Use SRecode to fill an empty file.
134
135 * ede/cpp-root.el (ede-create-lots-of-projects-under-dir): New
136 function.
137
138 * ede/files.el (ede-flush-project-hash): New command.
139 (ede-convert-path): Add optional PROJECT arg.
140 (ede-directory-project-p): Obey ".ede-ignore".
141 (ede-expand-filename-local)
142 (ede-expand-filename-impl-via-subproj): New methods.
143 (ede-expand-filename-impl): Use them.
144 (ede-project-root, ede-project-root-directory): Move to
145 ede/auto.el.
146
147 * ede/locate.el (ede-locate-flush-hash):
148 (ede-locate-create/update-root-database): New methods.
149 (initialize-instance): Use ede-locate-flush-hash.
150
151 * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
152 the top project and not a metasubproject, set TOP to CURDIR.
153 (ede-proj-makefile-insert-variables): Output a target's object
154 list whether or not the vars are already in the Makefile.
155 (ede-pmake-insert-variable-once): New macro.
156
157 * ede/project-am.el (project-am-with-makefile-current): Add
158 recentf-exclude.
159 (project-am-load-makefile): Obey an optional suggested name.
160 (project-am-expand-subdirlist): New function.
161 (project-am-makefile::project-rescan): Use it. Combine SUBDIRS
162 and DIST_SUBDIRS.
163 (project-am-meta-type-alist): A list to scan better Makefile.am
164 (project-am-scan-for-targets): Scan also over
165 project-am-meta-type-alist.
166 (ede-system-include-path): Simple implementation.
167 (ede-find-target): Deleted. EDE core takes care of this.
168 (ede-buffer-mine): Create the searched filename as relative.
169 (project-am-load): Simplify, using autoconf-edit.
170 (project-am-extract-package-info): Fix separators.
171
172 * ede/proj.el (project-run-target): New method.
173 (project-make-dist, project-compile-project): Use
174 ede-proj-automake-p to determine which kind of compile to use.
175 (project-rescan): Call ede-load-project-file.
176 (ede-buffer-mine): Add more file names that belong to the project.
177 (ede-proj-compilers): Improve error message.
178
179 * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
180 (ede-source-c++): Add more C++ extensions.
181 (ede-proj-target-makefile-objectcode): Quote initforms. Support
182 lex and yacc.
183
184 * ede/proj-prog.el (ede-proj-makefile-insert-rules): Removed.
185 (ede-proj-makefile-insert-variables): New, add LDDEPS.
186 (ede-proj-makefile-insert-automake-post-variables): Add LDADD
187 variable. Use ldlibs-local slot. Add a -l to ldlibs strings.
188 (ede-proj-target-makefile-program): Swap order of two slots so
189 they show up in the same order as in the command line.
190 (ede-proj-target-makefile-program): Add ldlibs-local slot.
191
192 * ede/proj-shared.el (ede-g++-libtool-shared-compiler): Fix
193 inference rule to use cpp files.
194 (ede-proj-target-makefile-shared-object): Quote initforms.
195
196 * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
197 * ede/proj-info.el (ede-proj-target-makefile-info):
198 * ede/proj-aux.el (ede-proj-target-aux):
199 * ede/proj-archive.el (ede-proj-target-makefile-archive):
200 * ede/proj-elisp.el (ede-proj-target-elisp)
201 (ede-proj-target-elisp-autoloads): Quote initforms.
202
203 * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
204
205 * ede/shell.el (ede-shell-buffer): Fix buffer name.
206
207 * ede/pconf.el (ede-proj-configure-synchronize): If user events
208 occur while waiting for the compile process to finish, pull them
209 in and discard those events.
210
211 2010-09-19 Eric Ludlam <zappo@gnu.org>
212
213 Synch Semantic to CEDET 1.0.
214
215 * semantic.el (semantic-version): Update to 2.0.
216 (semantic-mode-map): Add "," and "m" bindings.
217 (navigate-menu): Update.
218
219 * semantic/symref.el (semantic-symref-calculate-rootdir):
220 New function.
221 (semantic-symref-detect-symref-tool): Use it.
222
223 * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
224 (semantic-symref-perform-search): Use it. Calculate root dir with
225 semantic-symref-calculate-rootdir.
226 (semantic-symref-derive-find-filepatterns): Improve error message.
227
228 * semantic/symref/list.el
229 (semantic-symref-results-mode-map): New bindings.
230 (semantic-symref-auto-expand-results): New option.
231 (semantic-symref-results-dump): Obey auto-expand.
232 (semantic-symref-list-expand-all, semantic-symref-regexp)
233 (semantic-symref-list-contract-all)
234 (semantic-symref-list-map-open-hits)
235 (semantic-symref-list-update-open-hits)
236 (semantic-symref-list-create-macro-on-open-hit)
237 (semantic-symref-list-call-macro-on-open-hits): New functions.
238 (semantic-symref-list-menu-entries)
239 (semantic-symref-list-menu): New vars.
240 (semantic-symref-list-map-open-hits): Move cursor to beginning of
241 match before calling the mapped function.
242
243 * semantic/doc.el
244 (semantic-documentation-comment-preceeding-tag): Do nothing if the
245 mode doesn't provide comment-start-skip.
246
247 * semantic/scope.el
248 (semantic-analyze-scope-nested-tags-default): Strip duplicates.
249 (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
250 looking for as part of the scoped tags list.
251
252 * semantic/html.el (semantic-default-html-setup): Add
253 senator-step-at-tag-classes.
254
255 * semantic/decorate/include.el
256 (semantic-decoration-on-unknown-includes): Change light bgcolor.
257 (semantic-decoration-on-includes-highlight-default): Check that
258 the include tag has a postion.
259
260 * semantic/complete.el (semantic-collector-local-members):
261 (semantic-complete-read-tag-local-members)
262 (semantic-complete-jump-local-members): New class and functions.
263 (semantic-complete-self-insert): Save excursion before completing.
264
265 * semantic/analyze/complete.el
266 (semantic-analyze-possible-completions-default): If no completions
267 are found, return the raw by-name-only completion list. Add FLAGS
268 arguments. Add support for 'no-tc (type constraint) and
269 'no-unique, or no stripping duplicates.
270 (semantic-analyze-possible-completions-default): Add FLAGS arg.
271
272 * semantic/util-modes.el
273 (semantic-stickyfunc-show-only-functions-p): New option.
274 (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
275 the very first line in a buffer.
276
277 * semantic/util.el (semantic-hack-search)
278 (semantic-recursive-find-nonterminal-by-name)
279 (semantic-current-tag-interactive): Deleted.
280 (semantic-describe-buffer): Fix expand-nonterminal. Add
281 lex-syntax-mods, type relation separator char, and command
282 separation char.
283 (semantic-sanity-check): Only message if called interactively.
284
285 * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
286 :filename property and the tag position.
287
288 * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
289 Add recursion limit.
290
291 * semantic/imenu.el (semantic-imenu-bucketize-type-members):
292 Make this buffer local, not the obsoleted variable.
293
294 * semantic/idle.el: Add breadcrumbs support.
295 (semantic-idle-summary-current-symbol-info-default)
296 (semantic-idle-tag-highlight)
297 (semantic-idle-completion-list-default): Use
298 semanticdb-without-unloaded-file-searches for speed, and to
299 conform to the controls that specify if the idle timer is supposed
300 to be parsing unparsed includes.
301 (semantic-idle-symbol-highlight-face)
302 (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
303 Callers changed.
304 (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
305 (semantic-idle-work-update-headers-flag): New var.
306 (semantic-idle-work-for-one-buffer): Use it.
307 (semantic-idle-local-symbol-highlight): Rename from
308 semantic-idle-tag-highlight.
309 (semantic-idle-truncate-long-summaries): New option.
310
311 * semantic/ia.el (semantic-ia-cache)
312 (semantic-ia-get-completions): Deleted. Callers changed.
313 (semantic-ia-show-variants): New command.
314 (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
315 (semantic-ia-show-summary): If there isn't anything to show, say so.
316
317 * semantic/grammar.el (semantic-grammar-create-package):
318 Save the buffer even in batch mode.
319
320 * semantic/fw.el
321 (semanticdb-without-unloaded-file-searches): New macro.
322
323 * semantic/dep.el (semantic-dependency-find-file-on-path):
324 Fix case dereferencing ede-object when it is a list.
325
326 * semantic/db-typecache.el (semanticdb-expand-nested-tag)
327 (semanticdb-typecache-faux-namespace): New functions.
328 (semanticdb-typecache-file-tags)
329 (semanticdb-typecache-merge-streams): Use them.
330 (semanticdb-typecache-file-tags): When deriving tags from a file,
331 give the mode a chance to monkey with the tag copy.
332 (semanticdb-typecache-find-default): Wrap find in save-excursion.
333 (semanticdb-typecache-find-by-name-helper): Merge found names down.
334
335 * semantic/db-global.el
336 (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
337 GNU Global is not available and we don't want to throw an error.
338
339 * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
340 When trying to normalize the tag to a buffer, don't error if
341 set-buffer method doesn't exist.
342
343 * semantic/db-file.el (semanticdb-save-db): Simplify msg.
344
345 * semantic/db.el (semanticdb-refresh-table): If forcing a
346 refresh on a file not in a buffer, use semantic-find-file-noselect
347 and delete the buffer after use.
348 (semanticdb-current-database-list): When calculating root via
349 hooks, force it through true-filename and skip the list of
350 possible roots.
351
352 * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
353
354 * semantic/analyze/debug.el
355 (semantic-analyzer-debug-insert-tag): Reset standard output to
356 current buffer.
357 (semantic-analyzer-debug-global-symbol)
358 (semantic-analyzer-debug-missing-innertype): Change "prefix" to
359 "symbol" in messages.
360
361 * semantic/analyze/refs.el: (semantic-analyze-refs-impl)
362 (semantic-analyze-refs-proto): When calculating value, make sure
363 the found tag is 'similar' to the originating tag.
364 (semantic--analyze-refs-find-tags-with-parent): Attempt to
365 identify matches via imported symbols of parents.
366 (semantic--analyze-refs-full-lookup-with-parents): Do a deep
367 search during the brute search.
368
369 * semantic/analyze.el
370 (semantic-analyze-find-tag-sequence-default): Be robust to
371 calculated scopes being nil.
372
373 * semantic/bovine/c.el (semantic-c-describe-environment): Add
374 project macro symbol array.
375 (semantic-c-parse-lexical-token): Add recursion limit.
376 (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
377 New overrides.
378 (semantic-expand-c-tag-namelist): Split a full type from a typedef
379 out to its own tag.
380 (semantic-expand-c-tag-namelist): Do not split out a typedef'd
381 inline type if it is an anonymous type.
382 (semantic-c-reconstitute-token): Use the optional initializers as
383 a clue that some function is probably a constructor. When
384 defining the type of these constructors, split the parent name,
385 and use only the class part, if applicable.
386
387 * semantic/bovine/c-by.el:
388 * semantic/wisent/python-wy.el: Regenerate.
389
390 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
391
392 * semantic/db-file.el (object-write): Fix typo in docstring.
393
394 2010-06-03 Eric Ludlam <zappo@gnu.org>
395
396 * semantic/lex-spp.el
397 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
398 invalid values during save, just save a nil (Bug#6324).
399
400 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
401
402 * ede/cpp-root.el (ede-set-project-variables): Fix feature name
403 (bug#6231).
404
405 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
406
407 Use a mode-line spec rather than a static string in Semantic.
408 * semantic/util-modes.el:
409 (semantic-minor-modes-format): New var to replace...
410 (semantic-minor-modes-status): Remove.
411 (semantic-mode-line-update): Construct a mode-line spec rather than
412 a static string so that mouse buttons can be used on individual minor
413 modes and so that semantic-mode-line-update only needs to be called
414 when global settings are changed.
415 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
416 Call semantic-mode-line-update.
417 (semantic-toggle-minor-mode-globally): Don't assume mode is on
418 minor-mode-alist, check semantic-minor-mode-alist as well.
419 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
420 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
421 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
422 * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
423 * semantic/idle.el (semantic-idle-scheduler-mode)
424 (define-semantic-idle-service, semantic-idle-summary-mode):
425 * semantic/decorate/mode.el (semantic-decoration-mode):
426 Don't call semantic-mode-line-update any more.
427
428 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
429
430 Use define-minor-mode in CEDET where applicable.
431
432 * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
433 Use define-minor-mode.
434
435 * semantic/util-modes.el (semantic-add-minor-mode):
436 Remove unused arg `keymap' and code redundant with define-minor-mode.
437 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
438 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
439 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
440 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
441 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
442 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
443 Use define-minor-mode.
444 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
445 (semantic-show-unmatched-syntax-mode-setup)
446 (semantic-show-parser-state-mode-setup)
447 (semantic-highlight-func-mode-setup): Inline into sole caller.
448
449 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
450 (semantic-mru-bookmark-mode): Use define-minor-mode.
451 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
452
453 * semantic/idle.el (define-semantic-idle-service):
454 Use define-minor-mode and inline setup function into its sole caller.
455 (semantic-idle-scheduler-mode-setup)
456 (semantic-idle-summary-mode-setup): Inline into sole caller.
457 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
458 Use define-minor-mode.
459
460 * semantic/decorate/mode.el (global-semantic-decoration-mode)
461 (semantic-decoration-mode): Use define-minor-mode.
462 (semantic-decoration-mode-setup): Inline into sole caller.
463
464 * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
465 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
466 (ede-dired-add-to-target): Use dolist.
467
468 2010-04-18 Chong Yidong <cyd@stupidchicken.com>
469
470 * ede/pmake.el (ede-proj-makefile-insert-variables):
471 Don't destroy list before using it.
472
473 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
474
475 * semantic.el (semantic-completion-at-point-function):
476 New function.
477 (semantic-mode): Use semantic-completion-at-point-function for
478 completion-at-point-functions instead.
479
480 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
481
482 * semantic.el (semantic-mode): When enabled, add
483 semantic-ia-complete-symbol to completion-at-point-functions.
484
485 * semantic/ia.el (semantic-ia-complete-symbol): Return nil
486 if Semantic is not active.
487
488 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
489
490 * ede/pmake.el (ede-proj-makefile-insert-variables):
491 Don't destroy list before using it.
492
493 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
494
495 * semantic/imenu.el (semantic-imenu-bucketize-type-members)
496 (semantic-create-imenu-directory-index): Fix typos in docstrings.
497 (semantic-imenu-goto-function): Reflow docstring.
498
499 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
500
501 * srecode/table.el (srecode-template-table): Fix docstring typo.
502
503 2010-03-24 Glenn Morris <rgm@gnu.org>
504
505 * semantic/bovine/c.el (semantic-c-describe-environment):
506 Consistently check ede-object is bound throughout.
507
508 * ede/project-am.el (ede-shell-run-something): Declare.
509
510 2010-03-13 Eric M. Ludlam <zappo@gnu.org>
511
512 * semantic/imenu.el: New file, from the CEDET repository
513 (Bug#5412).
514
515 2010-03-06 Glenn Morris <rgm@gnu.org>
516
517 * semantic/grammar.el (semantic-grammar-header-template):
518 Update template copyright to GPLv3+.
519
520 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
521
522 * semantic/db-find.el
523 (semanticdb-find-translate-path-brutish-default):
524 * ede/make.el (ede-make-check-version): Use
525 with-current-buffer instead of save-excursion.
526
527 2010-02-24 Eduard Wiebe <usenet@pusto.de>
528
529 * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
530 Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
531
532 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
533
534 * data-debug.el (data-debug): Move to extensions group.
535
536 * ede.el (ede):
537 * srecode.el (srecode):
538 * semantic.el (semantic): Put in tools and extensions group.
539
540 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
541
542 * ede.el (ede-run-target, project-delete-target)
543 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
544 (ede-adebug-project, ede-adebug-project-parent)
545 (ede-adebug-project-root): Fix typos in docstrings.
546
547 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
548
549 * ede/locate.el (ede-locate-file-in-project)
550 (ede-locate-file-in-project-impl): Fix typos in docstrings.
551 (ede-enable-locate-on-project): Fix typos in error messages.
552
553 * semantic/util-modes.el (semantic-unmatched-syntax-face)
554 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
555 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
556 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
557 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
558 Fix typos in menu help.
559
560 * semantic.el (semantic-require-version, semantic--buffer-cache)
561 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
562 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
563 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
564 (semantic-parse-stream, semantic-parse-region)
565 (semantic-parse-region-default, semantic--set-buffer-cache)
566 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
567 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
568 (semantic-default-submodes):
569 * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
570 (semanticdb-create-ebrowse-database)
571 (semanticdb-find-tags-for-completion-method)
572 (semanticdb-find-tags-by-class-method)
573 (semanticdb-deep-find-tags-by-name-method)
574 (semanticdb-deep-find-tags-for-completion-method):
575 * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
576 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
577 (semanticdb-find-tags-for-completion-method)
578 (semanticdb-find-tags-by-class-method)
579 (semanticdb-deep-find-tags-for-completion-method):
580 * semantic/db-find.el (semanticdb-find-translate-path)
581 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
582 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
583 (semanticdb-find-tags-by-name-method)
584 (semanticdb-find-tags-by-name-regexp-method)
585 (semanticdb-find-tags-for-completion-method)
586 (semanticdb-find-tags-by-class-method)
587 (semanticdb-find-tags-external-children-of-type-method)
588 (semanticdb-find-tags-subclasses-of-type-method)
589 (semanticdb-deep-find-tags-by-name-method)
590 (semanticdb-deep-find-tags-by-name-regexp-method)
591 (semanticdb-deep-find-tags-for-completion-method):
592 * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
593 (semanticdb-enable-gnu-global-in-buffer)
594 (semanticdb-find-tags-for-completion-method)
595 (semanticdb-deep-find-tags-by-name-method)
596 (semanticdb-deep-find-tags-for-completion-method):
597 * semantic/db-javascript.el (semanticdb-javascript-tags)
598 (javascript-mode, semanticdb-find-translate-path)
599 (semanticdb-find-tags-for-completion-method)
600 (semanticdb-find-tags-by-class-method)
601 (semanticdb-deep-find-tags-by-name-method)
602 (semanticdb-deep-find-tags-for-completion-method)
603 (semanticdb-find-tags-external-children-of-type-method):
604 * semantic/idle.el (semantic-idle-work-core-handler)
605 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
606 (global-semantic-idle-scheduler-mode):
607 * srecode/dictionary.el (srecode-field-value)
608 (srecode-dictionary-add-section-dictionary):
609 Fix typos in docstrings.
610
611 2010-01-17 Glenn Morris <rgm@gnu.org>
612
613 * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
614
615 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
616
617 * semantic.el (semantic-mode): Fix typos in docstrings.
618
619 2010-01-16 Mario Lang <mlang@delysid.org>
620
621 * ede/cpp-root.el (ede-cpp-root-project):
622 * ede/files.el (ede-expand-filename):
623 * ede/simple.el (ede-simple-project):
624 * semantic/complete.el (semantic-complete-read-tag-engine)
625 (semantic-complete-inline-tag-engine):
626 * semantic/db-el.el (semanticdb-equivalent-mode):
627 * semantic/db-global.el (semanticdb-equivalent-mode):
628 * semantic/db-javascript.el (semanticdb-equivalent-mode):
629 * semantic/db.el (semanticdb-equivalent-mode):
630 * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
631 * semantic/idle.el (semantic-idle-work-for-one-buffer):
632 Remove duplicated words in doc-strings.
633
634 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
635
636 * semantic/edit.el (semantic-reparse-needed-change-hook)
637 (semantic-no-reparse-needed-change-hook):
638 * srecode/insert.el (srecode-resolve-argument-list)
639 (srecode-template-inserter-blank, srecode-template-inserter-variable)
640 (srecode-template-inserter-ask, srecode-template-inserter-width)
641 (srecode-template-inserter-section-start)
642 (srecode-template-inserter-section-end, srecode-insert-method):
643
644 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
645
646 * data-debug.el (data-debug): Fix customization group reference.
647
648 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
649
650 * semantic/analyze.el (semantic-analyze-push-error)
651 (semantic-analyze-context, semantic-analyze-context-assignment)
652 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
653 * semantic/java.el (java-mode, semantic-tag-include-filename)
654 (semantic-java-doc-keywords-map):
655 * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
656 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
657 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
658 (semantic-c-classname, semantic-format-tag-uml-prototype)
659 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
660 * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
661 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
662 (semantic-get-local-variables, semantic-end-of-command)
663 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
664 (lisp-mode):
665 * semantic/bovine/make.el (makefile-mode):
666 * semantic/wisent/python.el (wisent-python-string-re)
667 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
668 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
669 (semantic-lex, semantic-get-local-variables, python-mode):
670 * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
671 * srecode/extract.el (srecode-extract-state-set)
672 (srecode-extract-method): Fix typos in docstrings.
673
674 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
675
676 * semantic.el (semantic-new-buffer-setup-functions):
677 Add python parser.
678
679 2010-01-10 Richard Kim <emacs18@gmail.com>
680
681 * semantic/wisent/python-wy.el:
682 * semantic/wisent/python.el: New files.
683
684 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
685
686 * semantic/db-typecache.el (semanticdb-typecache-find-default):
687 Fix typo in docstring.
688
689 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
690
691 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
692 (semantic-mru-bookmark-mode): Doc fixes.
693
694 * semantic/db.el (semanticdb-cache-get): Use error instead
695 of assert.
696
697 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
698
699 * semantic/ia.el (semantic-ia-complete-symbol):
700 Make argument optional.
701
702 2009-12-05 Eric Ludlam <zappo@gnu.org>
703
704 * semantic/bovine/c.el (semantic-c-describe-environment):
705 Describe project macro symbols.
706
707 * semantic/complete.el (semantic-complete-do-completion):
708 Don't call semantic-collector-current-exact-match.
709
710 * ede.el (ede-apply-preprocessor-map): Accept lists of
711 ede-objects as targets.
712
713 * ede/pmake.el (ede-proj-makefile-insert-variables): Output
714 a target's object list even if compiler vars are already in the
715 Makefile.
716
717 * ede/emacs.el (ede-preprocessor-map): Add config.h to the
718 list of headers producing necessary macros.
719
720 2009-11-24 Glenn Morris <rgm@gnu.org>
721
722 * semantic/idle.el (global-semantic-idle-scheduler-mode):
723 Move after definition of global-semantic-idle-tag-highlight-mode.
724
725 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
726
727 * srecode/map.el (srecode-get-maps):
728 * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
729 * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
730 * semantic/decorate/mode.el (semantic-decoration-mode)
731 (semantic-toggle-decoration-style):
732 * semantic/decorate/include.el
733 (semantic-decoration-include-describe)
734 (semantic-decoration-unknown-include-describe)
735 (semantic-decoration-unparsed-include-describe)
736 (semantic-decoration-all-include-summary):
737 * semantic/bovine/c.el (semantic-c-debug-mode-init):
738 * semantic/analyze/complete.el
739 (semantic-analyze-possible-completions):
740 * semantic/util-modes.el (semantic-highlight-edits-mode)
741 (semantic-show-unmatched-syntax-mode)
742 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
743 (semantic-highlight-func-mode):
744 * semantic/util.el (semantic-describe-buffer):
745 * semantic/symref.el (semantic-symref-find-references-by-name)
746 (semantic-symref-find-tags-by-name)
747 (semantic-symref-find-tags-by-regexp)
748 (semantic-symref-find-tags-by-completion)
749 (semantic-symref-find-file-references-by-name)
750 (semantic-symref-find-text):
751 * semantic/senator.el (senator-copy-tag, senator-kill-tag)
752 (senator-yank-tag):
753 * semantic/scope.el (semantic-calculate-scope):
754 * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
755 * semantic/idle.el (semantic-idle-scheduler-mode)
756 (define-semantic-idle-service):
757 * semantic/complete.el (semantic-complete-analyze-inline)
758 (semantic-complete-analyze-inline-idle):
759 * semantic/analyze.el (semantic-analyze-current-context):
760 * mode-local.el (describe-mode-local-bindings)
761 (describe-mode-local-bindings-in-mode):
762 * ede/make.el (ede-make-check-version):
763 * ede/locate.el (ede-enable-locate-on-project):
764 * cedet-idutils.el (cedet-idutils-expand-filename)
765 (cedet-idutils-version-check):
766 * cedet-global.el (cedet-gnu-global-expand-filename)
767 (cedet-gnu-global-version-check):
768 * cedet-cscope.el (cedet-cscope-expand-filename)
769 (cedet-cscope-version-check): Use called-interactively-p instead
770 of interactive-p.
771
772 * semantic/ia.el (semantic-ia-completion-format-tag-function):
773 Use semantic-format-tag-prototype.
774
775 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
776
777 * semantic/complete.el (semantic-complete-read-tag-engine)
778 (semantic-complete-jump-local, semantic-complete-jump):
779 Improve prompt string.
780
781 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
782
783 * semantic/complete.el (semantic-complete-inline-map): Doc fix.
784
785 * semantic/idle.el (define-semantic-idle-service)
786 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
787
788 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
789
790 * cedet.el (cedet-menu-map): Re-order menu items.
791
792 * semantic.el: Enable idle-mode menu items only if
793 global-semantic-idle-scheduler-mode is enabled.
794 (semantic-default-submodes): Doc fix.
795
796 * semantic/idle.el (global-semantic-idle-scheduler-mode):
797 When turning off, disable other idle modes.
798
799 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
800
801 * semantic/idle.el (semantic-idle-summary-mode)
802 (semantic-idle-summary-mode): Define using define-minor-mode
803 instead of define-semantic-idle-service.
804 (semantic-idle-summary-mode): New function.
805 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
806 that mouse motion does not reset the echo area.
807
808 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
809
810 * semantic/ctxt.el (semantic-get-local-variables): Disable
811 the progress reporter entirely.
812
813 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * semantic/fw.el (semantic/loaddefs):
816 * srecode.el (srecode/loaddefs):
817 * ede.el (ede/loaddefs): Load rather than require.
818 * ede/cpp-root.el:
819 * ede/emacs.el:
820 * ede/files.el:
821 * ede/linux.el:
822 * ede/locate.el:
823 * ede/make.el:
824 * ede/shell.el:
825 * ede/speedbar.el:
826 * ede/system.el:
827 * ede/util.el:
828 * semantic/analyze.el:
829 * semantic/bovine.el:
830 * semantic/complete.el:
831 * semantic/ctxt.el:
832 * semantic/db-file.el:
833 * semantic/db-find.el:
834 * semantic/db-global.el:
835 * semantic/db-mode.el:
836 * semantic/db-typecache.el:
837 * semantic/db.el:
838 * semantic/debug.el:
839 * semantic/dep.el:
840 * semantic/doc.el:
841 * semantic/edit.el:
842 * semantic/find.el:
843 * semantic/format.el:
844 * semantic/html.el:
845 * semantic/ia-sb.el:
846 * semantic/ia.el:
847 * semantic/idle.el:
848 * semantic/lex-spp.el:
849 * semantic/lex.el:
850 * semantic/mru-bookmark.el:
851 * semantic/scope.el:
852 * semantic/senator.el:
853 * semantic/sort.el:
854 * semantic/symref.el:
855 * semantic/tag-file.el:
856 * semantic/tag-ls.el:
857 * semantic/tag-write.el:
858 * semantic/tag.el:
859 * semantic/util-modes.el:
860 * semantic/analyze/complete.el:
861 * semantic/analyze/refs.el:
862 * semantic/bovine/c.el:
863 * semantic/bovine/gcc.el:
864 * semantic/bovine/make.el:
865 * semantic/bovine/scm.el:
866 * semantic/decorate/include.el:
867 * semantic/decorate/mode.el:
868 * semantic/symref/cscope.el:
869 * semantic/symref/global.el:
870 * semantic/symref/grep.el:
871 * semantic/symref/idutils.el:
872 * semantic/symref/list.el:
873 * semantic/wisent/java-tags.el:
874 * semantic/wisent/javascript.el:
875 * srecode/compile.el:
876 * srecode/cpp.el:
877 * srecode/document.el:
878 * srecode/el.el:
879 * srecode/expandproto.el:
880 * srecode/getset.el:
881 * srecode/insert.el:
882 * srecode/java.el:
883 * srecode/map.el:
884 * srecode/mode.el:
885 * srecode/template.el:
886 * srecode/texi.el: Remove the file-local setting of
887 generated-autoload-feature.
888
889 2009-11-03 Glenn Morris <rgm@gnu.org>
890
891 * mode-local.el (with-mode-local): Doc fix.
892
893 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
894
895 * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
896 items.
897
898 * ede.el (ede-minor-mode):
899 * semantic.el (semantic-mode): Toggle menu separators.
900
901 2009-10-31 Glenn Morris <rgm@gnu.org>
902
903 * semantic/tag.el (semantic--tag-link-list-to-buffer):
904 Use mapc rather than mapcar because the return value is never used.
905
906 * srecode/template.el, semantic/wisent/javascript.el:
907 * semantic/wisent/java-tags.el, semantic/texi.el:
908 * semantic/html.el:
909 Suppress harmless warnings about setting up semantic-imenu (not
910 part of Emacs) variables.
911
912 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
913
914 * srecode/srt-mode.el (semantic-analyze-possible-completions):
915 * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
916 * semantic/symref/grep.el (semantic-symref-perform-search):
917 * semantic/bovine/gcc.el (semantic-gcc-query):
918 * semantic/bovine/c.el (semantic-c-parse-lexical-token):
919 * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
920 (semantic-analyzer-debug-global-symbol)
921 (semantic-analyzer-debug-missing-innertype)
922 (semantic-analyzer-debug-insert-include-summary):
923 * semantic/util.el (semantic-file-tag-table):
924 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
925 (semantic-recursive-find-nonterminal-by-name):
926 * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
927 * semantic/tag-file.el (semantic-prototype-file):
928 * semantic/symref.el (semantic-symref-parse-tool-output):
929 * semantic/sb.el (semantic-sb-fetch-tag-table):
930 * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
931 * semantic/idle.el (semantic-idle-work-for-one-buffer):
932 (semantic-idle-summary-maybe-highlight):
933 * semantic/ia-sb.el (semantic-ia-speedbar)
934 (semantic-ia-sb-tag-info):
935 * semantic/grammar.el (semantic-analyze-possible-completions):
936 * semantic/find.el (semantic-brute-find-tag-by-position):
937 * semantic/ede-grammar.el (project-compile-target):
938 (ede-proj-makefile-insert-variables):
939 * semantic/debug.el (semantic-debug-set-parser-location):
940 (semantic-debug-set-source-location, semantic-debug-interface-layout)
941 (semantic-debug-mode, semantic-debug):
942 * semantic/db.el (semanticdb-needs-refresh-p):
943 * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
944 * semantic/db-javascript.el (semanticdb-equivalent-mode):
945 * semantic/db-find.el (semanticdb-find-log-new-search)
946 (semanticdb-find-translate-path-includes--internal)
947 (semanticdb-reset-log, semanticdb-find-log-activity):
948 * semantic/db-file.el (object-write):
949 * semantic/db-el.el (semanticdb-equivalent-mode):
950 * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
951 (semanticdb-create-ebrowse-database):
952 * semantic/db-debug.el (semanticdb-table-sanity-check):
953 * semantic/complete.el (semantic-displayor-focus-request)
954 (semantic-collector-calculate-completions-raw)
955 (semantic-complete-read-tag-analyzer):
956 * semantic/analyze.el (semantic-analyze-pulse):
957 * ede/util.el (ede-update-version-in-source):
958 * ede/proj.el (project-delete-target):
959 * ede/proj-elisp.el (ede-update-version-in-source)
960 (ede-proj-flush-autoconf):
961 * ede/pconf.el (ede-proj-configure-synchronize)
962 (ede-proj-configure-synchronize):
963 * ede/locate.el (ede-locate-file-in-project-impl):
964 * ede/linux.el (ede-linux-version):
965 * ede/emacs.el (ede-emacs-version):
966 * ede/dired.el (ede-dired-add-to-target):
967 * ede.el (ede-buffer-header-file, ede-find-target)
968 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
969 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
970 * cedet-idutils.el (cedet-idutils-fnid-call):
971 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
972 (cedet-idutils-version-check):
973 * cedet-global.el (cedet-gnu-global-call):
974 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
975 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
976 * cedet-cscope.el (cedet-cscope-call)
977 (cedet-cscope-expand-filename, cedet-cscope-version-check):
978 Use with-current-buffer.
979 * ede.el (ede-make-project-local-variable)
980 (ede-set-project-variables, ede-set): Use dolist.
981
982 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * mode-local.el (make-obsolete-overload): Add `when' argument.
985 (overload-docstring-extension): Use that info.
986 * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
987 * semantic/idle.el (semantic-eldoc-current-symbol-info):
988 * semantic/tag-ls.el (semantic-nonterminal-protection)
989 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
990 (semantic-nonterminal-full-name): Add the new `when' info.
991 * semantic/decorate/mode.el (semantic/decorate): Require CL for
992 `assert'.
993
994 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * semantic/fw.el (semantic-alias-obsolete)
997 (semantic-varalias-obsolete): Make the `when' arg mandatory.
998 (define-mode-overload-implementation):
999 * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1000 * semantic/wisent.el (wisent-lex-make-token-table):
1001 * semantic/util.el (semantic-file-token-stream)
1002 (semantic-something-to-stream):
1003 * semantic/tag.el (semantic-tag-make-assoc-list)
1004 (semantic-expand-nonterminal):
1005 * semantic/tag-file.el (semantic-find-nonterminal)
1006 (semantic-find-dependency, semantic-find-nonterminal)
1007 (semantic-find-dependency):
1008 * semantic/lex.el (semantic-flex-start, semantic-flex-end)
1009 (semantic-flex-text, semantic-flex-make-keyword-table)
1010 (semantic-flex-keyword-p, semantic-flex-keyword-put)
1011 (semantic-flex-keyword-get, semantic-flex-map-keywords)
1012 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1013 * semantic/java.el (semantic-java-prototype-nonterminal):
1014 * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1015 (semantic-after-idle-scheduler-reparse-hooks):
1016 * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1017 * semantic/db-mode.el (semanticdb-mode-hooks):
1018 * semantic.el (semantic-toplevel-bovine-table)
1019 (semantic-toplevel-bovine-cache)
1020 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1021 (semantic-init-mode-hooks, semantic-init-db-hooks)
1022 (semantic-bovination-working-type): Provide the `when' arg.
1023
1024 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
1025
1026 * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1027 * semantic/tag.el (semantic-token-type-parent): Add WHEN
1028 argument to make-obsolete.
1029
1030 * semantic/fw.el (semantic-alias-obsolete)
1031 (semantic-varalias-obsolete): Add optional WHEN argument.
1032
1033 2009-10-21 Eric Ludlam <zappo@gnu.org>
1034
1035 * semantic/bovine/c.el (semantic-c-debug-mode-init)
1036 (semantic-c-debug-mode-init-pch): New functions.
1037 (semantic-c-debug-mode-init-last-mode): New var.
1038 (semantic-c-parse-lexical-token): Use them.
1039
1040 * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1041 When extracting the argument list, limit only by point-max.
1042
1043 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * srecode/srt.el:
1046 * srecode/compile.el:
1047 * semantic/mru-bookmark.el:
1048 * semantic/debug.el:
1049 * semantic/complete.el:
1050 * semantic/analyze.el: Require CL when compiling.
1051
1052 2009-10-17 Eric Ludlam <zappo@gnu.org>
1053
1054 * semantic/scope.el
1055 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1056 tmpscope so that the regular scope will continue to work.
1057
1058 * semantic/idle.el (semantic-idle-tag-highlight):
1059 Use semantic-idle-summary-highlight-face as the highlighting.
1060
1061 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1062 contains multibyte characters, choose first applicable coding
1063 system automatically.
1064
1065 * ede/project-am.el (project-run-target): New method.
1066 (project-run-target): New method.
1067
1068 * ede.el (ede-target): Add run target menu item.
1069 (ede-project, ede-minor-keymap): Add ede-run-target binding.
1070 (ede-run-target): New function.
1071 (ede-target::project-run-target): New method.
1072
1073 * ede/proj.el (project-run-target): New method.
1074
1075 * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1076 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
1077 Add :rules.
1078 (ede-proj-target-makefile-shared-object): Only libtool compilers
1079 now available. Add linkers for libtool.
1080 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1081 (ede-proj-makefile-target-name): Always use .la extension.
1082
1083 * ede/proj-prog.el (project-run-target): New method.
1084
1085 * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1086 (ede-g++-linker): Change Change link lines.
1087
1088 * ede/pmake.el (ede-pmake-insert-variable-shared):
1089 When searching for old variables, go to the end of the buffer and
1090 search backward from there.
1091 (ede-proj-makefile-automake-insert-subdirs)
1092 (ede-proj-makefile-automake-insert-extradist): New methods.
1093 (ede-proj-makefile-create): Use them.
1094
1095 * ede/pconf.el (ede-proj-configure-test-required-file):
1096 Force FILE to expand to the current target. Use file-exists-p to
1097 check that it exists.
1098
1099 * ede/linux.el (ede-linux-version): Don't call "head".
1100 (ede-linux-load): Wrap dir in file-name-as-directory.
1101 Set :version slot.
1102
1103 * ede/files.el (ede-get-locator-object): When enabling
1104 locate, do so on "top".
1105
1106 * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1107 file-name-as-directory during compare.
1108 (ede-emacs-version): Return Emacs/XEmacs differentiator.
1109 Get version number from different places. Don't call egrep.
1110 (ede-emacs-load): Set :version slot. Call file-name-as-directory
1111 to set the directory.
1112
1113 * ede/shell.el: New file.
1114
1115 * inversion.el (inversion-decoders): Allow for stray . in
1116 alpha/beta variants.
1117
1118 2009-10-17 Glenn Morris <rgm@gnu.org>
1119
1120 * semantic/grammar.el (semantic-grammar--lex-delim-spec):
1121 All errors should have messages.
1122
1123 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
1124
1125 * ede/proj-shared.el (ede-proj-makefile-target-name):
1126 Use .la for Automake.
1127
1128 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
1129
1130 * ede/pconf.el (ede-proj-configure-synchronize):
1131 Use "autoreconf -i". Suggested by Andreas Schwab.
1132
1133 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
1134
1135 * ede/proj.el (project-make-dist, project-compile-project):
1136 Fix filename test.
1137 (ede-proj-dist-makefile): Use expand-file-name instead of concat
1138 to expand file names.
1139
1140 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
1141
1142 * ede/proj-obj.el (ede-gcc-linker): New var.
1143 (ede-proj-target-makefile-objectcode): Use it.
1144
1145 * ede/source.el (ede-want-any-source-files-p)
1146 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1147 Return search result. This error was introduced while merging.
1148
1149 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
1150
1151 * semantic.el (semantic-new-buffer-setup-functions): New option.
1152 (semantic-new-buffer-fcn): Call parser setup functions here.
1153 (semantic-mode): Don't call parser setup functions here, it's done
1154 in semantic-new-buffer-fcn now.
1155 (semantic-mode): Parse all existing buffers when enabled.
1156
1157 * srecode/compile.el (srecode-compile-file):
1158 Call semantic-new-buffer-fcn if the buffer has not been parsed.
1159
1160 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
1161
1162 * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1163
1164 * ede/proj-comp.el: Don't require ede/pmake at toplevel.
1165 (proj-comp-insert-variable-once): New macro, renamed from
1166 ede-pmake-insert-variable-once in ede/pmake.edl.
1167 (ede-proj-makefile-insert-variables): Use it.
1168
1169 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * ede/makefile-edit.el (makefile-beginning-of-command)
1172 (makefile-end-of-command):
1173 * srecode/srt-mode.el (semantic-beginning-of-context)
1174 (semantic-end-of-context): Fix previous change. Doc fixes.
1175
1176 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
1177
1178 * ede/makefile-edit.el (makefile-beginning-of-command)
1179 (makefile-end-of-command):
1180 * semantic/lex.el (semantic-lex-token):
1181 * semantic/analyze/fcn.el
1182 (semantic-analyze-dereference-metatype-1):
1183 * semantic/bovine/c.el (semantic-lex-cpp-define)
1184 (semantic-lex-cpp-undef):
1185 * semantic/wisent/wisent.el (wisent-skip-block):
1186 * srecode/srt-mode.el (semantic-beginning-of-context)
1187 (semantic-end-of-context): Fix typos in docstrings.
1188
1189 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
1190
1191 * ede.el (ede-project-placeholder-cache-file):
1192 * semantic/db-file.el (semanticdb-default-save-directory):
1193 * srecode/map.el (srecode-map-save-file):
1194 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
1195
1196 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
1197
1198 * srecode/insert.el: Require srecode/args.
1199
1200 * srecode/args.el: Require srecode/dictionary instead of
1201 srecode/insert.
1202
1203 * srecode/srt-mode.el (srecode-template-mode): Doc fix.
1204
1205 * files.el (auto-mode-alist): Add .srt and Project.ede.
1206
1207 * semantic.el (semantic-mode):
1208 Handle srecode-template-mode-hook as well.
1209 (semantic-mode): Use js-mode-hook for Javascript hook.
1210
1211 * srecode/template.el: Remove hook variable.
1212
1213 * ede/proj-comp.el: Require ede/pmake when compiling.
1214
1215 * ede.el (ede-target-forms-menu): Don't enable if no
1216 projects exist.
1217 (ede-project-placeholder-cache-file): Default to a file in
1218 user-emacs-directory.
1219
1220 * srecode/map.el (srecode-map-base-template-dir): Look for
1221 templates in data-directory.
1222 (srecode-map-save-file): Default to a file in user-emacs-directory.
1223
1224 * ede/srecode.el (ede-srecode-setup): Use default templates
1225 directory.
1226
1227 2009-09-30 Eric Ludlam <zappo@gnu.org>
1228
1229 * semantic/util-modes.el (semantic-highlight-func-mode):
1230 Doc fix.
1231
1232 * ede/proj-comp.el (ede-proj-makefile-insert-variables):
1233 Only insert each variable once.
1234
1235 * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1236 (ede-pmake-insert-variable-shared): Use it.
1237
1238 * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1239 for lexical table iff table is nil.
1240
1241 2009-10-01 Glenn Morris <rgm@gnu.org>
1242
1243 * semantic/bovine/gcc.el
1244 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1245 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1246
1247 2009-10-03 Glenn Morris <rgm@gnu.org>
1248
1249 * semantic/db-find.el (data-debug-insert-tag-list): Comment out
1250 declaration, currently false.
1251
1252 2009-10-01 Glenn Morris <rgm@gnu.org>
1253
1254 * cedet-files.el (cedet-directory-name-to-file-name):
1255 * cedet-idutils.el (cedet-idutils-search)
1256 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
1257 (cedet-idutils-version-check):
1258 * cedet.el (cedet-version):
1259 * data-debug.el (data-debug-insert-overlay-button)
1260 (data-debug-insert-overlay-list-button)
1261 (data-debug-insert-buffer-button)
1262 (data-debug-insert-buffer-list-button)
1263 (data-debug-insert-process-button, data-debug-insert-ring-button)
1264 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1265 (data-debug-insert-stuff-vector-button)
1266 (data-debug-insert-symbol-button, data-debug-insert-string)
1267 (data-debug-insert-number, data-debug-insert-lambda-expression)
1268 (data-debug-insert-nil, data-debug-insert-simple-thing)
1269 (data-debug-insert-custom, data-debug-edebug-expr):
1270 * ede.el (ede-auto-add-method, ede-project-class-files)
1271 (global-ede-mode-map, ede-new, ede-debug-target)
1272 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1273 * semantic.el (semantic-minimum-working-buffer-size)
1274 (semantic-fetch-tags, semantic-submode-list)
1275 (semantic-default-submodes):
1276 * ede/source.el (ede-source-match):
1277 * ede/project-am.el (project-am-type-alist, project-add-file)
1278 (project-am-package-info):
1279 * ede/proj.el (ede-proj-target, project-new-target):
1280 * ede/proj-elisp.el (ede-proj-tweak-autoconf):
1281 * ede/proj-comp.el (ede-current-build-list):
1282 * ede/makefile-edit.el (makefile-move-to-macro):
1283 * ede/files.el (ede-toplevel-project-or-nil):
1284 * ede/cpp-root.el (initialize-instance):
1285 * ede/autoconf-edit.el (autoconf-find-last-macro)
1286 (autoconf-parameter-strip, autoconf-insert-new-macro):
1287 * semantic/wisent.el (wisent-lex-eoi):
1288 * semantic/util-modes.el (global-semantic-show-parser-state-mode)
1289 (semantic-show-parser-state-mode):
1290 * semantic/texi.el (semantic-texi-environment-regexp):
1291 * semantic/tag.el (semantic-tag-new-variable)
1292 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1293 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1294 (semantic--tag-deep-copy-tag-list)
1295 (semantic-tag-components-with-overlays-default):
1296 * semantic/symref.el (semantic-symref-find-text):
1297 * semantic/senator.el (senator-yank-tag)
1298 (senator-transpose-tags-up):
1299 * semantic/scope.el (semantic-analyze-scoped-tags-default)
1300 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1301 * semantic/sb.el (semantic-sb-autoexpand-length):
1302 * semantic/lex.el (semantic-lex-comment-regex)
1303 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1304 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1305 * semantic/lex-spp.el
1306 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1307 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1308 * semantic/idle.el
1309 (semantic-idle-summary-current-symbol-info-brutish)
1310 (semantic-idle-summary-current-symbol-info-default):
1311 * semantic/grammar.el (semantic-grammar-recreate-package)
1312 (semantic--grammar-macro-compl-dict):
1313 * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1314 * semantic/format.el (semantic-format-tag-custom-list)
1315 (semantic-format-tag-canonical-name-default):
1316 * semantic/find.el (semantic-find-tag-by-overlay-in-region)
1317 (semantic-find-tags-for-completion)
1318 (semantic-find-tags-by-scope-protection-default)
1319 (semantic-deep-find-tags-for-completion):
1320 * semantic/edit.el
1321 (semantic-edits-incremental-reparse-failed-hook)
1322 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1323 (semantic-edits-splice-remove, semantic-edits-splice-replace):
1324 * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1325 * semantic/dep.el (semantic-dependency-include-path):
1326 * semantic/db.el (semanticdb-default-find-index-class)
1327 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1328 (semanticdb-project-roots):
1329 * semantic/db-find.el (semanticdb-implied-include-tags)
1330 (semanticdb-find-adebug-insert-scanned-tag-cons)
1331 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1332 (semanticdb-brute-deep-find-tags-for-completion):
1333 * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1334 * semantic/ctxt.el (semantic-beginning-of-context-default)
1335 (semantic-end-of-context-default)
1336 (semantic-ctxt-current-function-default)
1337 (semantic-ctxt-scoped-types-default):
1338 * semantic/complete.el (semantic-complete-read-tag-engine)
1339 (semantic-complete-inline-tag-engine)
1340 (semantic-complete-inline-custom-type)
1341 (semantic-complete-read-tag-analyzer):
1342 * semantic/chart.el (semantic-chart-tags-by-class)
1343 (semantic-chart-database-size):
1344 * semantic/analyze.el (semantic-analyze-current-symbol)
1345 (semantic-analyze-current-context):
1346 * semantic/symref/list.el (semantic-symref)
1347 (semantic-symref-hide-buffer, semantic-symref-symbol):
1348 * semantic/symref/grep.el (semantic-symref-grep-use-template):
1349 * semantic/symref/filter.el (semantic-symref-hits-in-region):
1350 * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1351 * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1352 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1353 (semantic-c-dereference-template):
1354 * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1355 (semantic--analyze-refs-full-lookup-with-parents)
1356 (semantic--analyze-refs-full-lookup-simple):
1357 * semantic/analyze/complete.el
1358 (semantic-analyze-possible-completions):
1359 * srecode/table.el (srecode-mode-table-new):
1360 * srecode/srt.el (srecode-read-variable-name):
1361 * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1362 * srecode/semantic.el (srecode-semantic-handle-:tag)
1363 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1364 * srecode/map.el (srecode-current-map):
1365 * srecode/insert.el (srecode-insert)
1366 (srecode-insert-variable-secondname-handler, srecode-insert-method)
1367 (srecode-template-inserter-point-override)
1368 (srecode-insert-include-lookup):
1369 * srecode/getset.el (srecode-auto-choose-class):
1370 * srecode/extract.el (srecode-inserter-extract):
1371 * srecode/document.el
1372 (srecode-document-autocomment-return-last-alist)
1373 (srecode-document-autocomment-param-type-alist)
1374 (srecode-document-insert-function-comment)
1375 (srecode-document-insert-variable-one-line-comment)
1376 (srecode-document-function-name-comment):
1377 * srecode/dictionary.el (srecode-create-dictionary)
1378 (srecode-compound-toString):
1379 * srecode/compile.el (srecode-flush-active-templates):
1380 * srecode/args.el (srecode-semantic-handle-:blank):
1381 Doc/message fixes.
1382
1383 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * semantic/wisent/javat-wy.el
1386 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1387
1388 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
1389
1390 * srecode/expandproto.el: Fix provide statement.
1391
1392 2009-09-30 Eric Ludlam <zappo@gnu.org>
1393
1394 * emacs-lisp/eieio.el (boolean-p): Delete.
1395
1396 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
1397
1398 * ede/srecode.el: Fix provide statement.
1399
1400 2009-09-30 Glenn Morris <rgm@gnu.org>
1401
1402 * ede/proj.el (ede-proj-target-makefile-miscelaneous):
1403 * ede/proj-aux.el (ede-aux-source):
1404 * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1405 (ede-misc-source):
1406 * semantic/mru-bookmark.el (semantic-mrub-completing-read)
1407 (semantic-mrub-switch-tags): Fix doc typos.
1408
1409 * semantic/db-global.el (data-debug-new-buffer)
1410 (data-debug-insert-thing): Remove unneeded declarations (one broken).
1411 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1412
1413 * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1414
1415 * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1416 use of CL function `remove-if-not'.
1417
1418 2009-09-29 Glenn Morris <rgm@gnu.org>
1419
1420 * semantic/symref/idutils.el:
1421 * semantic/symref/list.el: Relicense under GPLv3+.
1422
1423 * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1424
1425 * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1426 * semantic/tag-file.el (semanticdb-table-child-p):
1427 * srecode/compile.el (srecode-template-inserter-newline-child-p):
1428 Mark declarations not understood by check-declare.
1429
1430 2009-09-28 Eric Ludlam <zappo@gnu.org>
1431
1432 CEDET (development tools) package merged.
1433
1434 * *.el:
1435 * ede/*.el:
1436 * semantic/*.el:
1437 * srecode/*.el: New files.
1438
1439 2009-09-28 Eric Ludlam <zappo@gnu.org>
1440
1441 * emacs-lisp/chart.el:
1442 * emacs-lisp/eieio-base.el:
1443 * emacs-lisp/eieio-comp.el:
1444 * emacs-lisp/eieio-custom.el:
1445 * emacs-lisp/eieio-datadebug.el:
1446 * emacs-lisp/eieio-opt.el:
1447 * emacs-lisp/eieio-speedbar.el:
1448 * emacs-lisp/eieio.el: New files.
1449
1450 * cedet-cscope.el:
1451 * cedet-files.el:
1452 * cedet-global.el:
1453 * cedet-idutils.el:
1454 * data-debug.el:
1455 * inversion.el:
1456 * mode-local.el:
1457 * pulse.el: New files.