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