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