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