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