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