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