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