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