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