Fix ChangeLog typo
[bpt/emacs.git] / lisp / cedet / ChangeLog
CommitLineData
740877cd
DE
12012-10-07 David Engster <deng@randomsample.de>
2
3 * semantic/wisent/python.el (semantic-ctxt-current-function)
4 (semantic-ctxt-current-assignment): New overrides, simply
5 returning nil. The defaults do not work correctly and can send
e499e607 6 the parser in an infinite loop (bug#12458).
31e4cc2a
DE
7
8 * semantic/ede-grammar.el (project-compile-target): Fix grammar
9 compilation after introduction of %provide statement.
10
9322b306
DE
11 * semantic.el (semantic-new-buffer-setup-functions): Remove setup
12 function for `f90-mode', since the parser only exists upstream.
13
d1a1c7e6
GM
142012-10-06 Glenn Morris <rgm@gnu.org>
15
16 * semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.
17
18 * semantic/complete.el (semantic-displayor-tooltip-mode)
19 (semantic-displayor-tooltip-initial-max-tags)
20 (semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
21 * ede/linux.el (project-linux): Add missing group :version tag.
22
9414dd8d
CY
232012-10-06 Chong Yidong <cyd@gnu.org>
24
25 * semantic/bovine/grammar.el:
26 * semantic/wisent/grammar.el: Move from admin/grammars. Add
27 autoloads for bovine-grammar-mode and wisent-grammar-mode.
28
fd795bf4
CY
292012-10-02 Chong Yidong <cyd@gnu.org>
30
31 * srecode.el, ede.el: Restore Version header.
32
62a81506
CY
332012-10-01 Chong Yidong <cyd@gnu.org>
34
35 * semantic/bovine/c-by.el: Regenerate.
36 * semantic/bovine/make-by.el:
37 * semantic/bovine/scm-by.el:
38 * semantic/grammar-wy.el:
39 * semantic/wisent/javat-wy.el:
40 * semantic/wisent/js-wy.el:
41 * srecode/srt-wy.el:
42
432012-10-01 Eric Ludlam <zappo@gnu.org>
44
45 * cedet.el (cedet-version, cedet-packages): Update.
46
47 * cedet-global.el (cedet-gnu-global-version-check): Support newer
48 versions that have extra (parens) in the version string.
49
50 * cedet-idutils.el (cedet-idutils-version-check): Make sure a
51 version number was found before calling inversion-check-version.
52
53 * data-debug.el (data-debug-insert-thing): Bind inhibit-read-only
54 while inserting the thing, then clear modified bit.
55 (data-debug-map): Suppress the keymap.
56 (data-debug-mode, data-debug-new-buffer): Make buffer read-only.
57 (data-debug-contract-current-line): Inhibit read-only, then clear
58 modified bit.
59
60 * ede.el (ede-buffer-belongs-to-project-p): Use ede-object-project
61 to allow use in more kinds of buffers.
62 (ede-project-forms-menu): Add `Default configuration' menu item.
63 (ede-configuration-forms-menu): New, for use in above.
64 (ede-project-configurations-set): New command used from menu.
65 (ede-java-classpath): New conveninece for Java support.
66 (ede-apply-object-keymap): Combine keybindings from the project
67 and the target, not just whatever is local to the buffer.
68 (ede-apply-target-options): Call fcn to apply project local
69 variables.
70 (ede-reset-all-buffers): Remove arg.
71 (ede, ede-rescan-toplevel): Callers changed.
72 (ede-new-target): Fix bug where you couldn't call this from Dired.
73 (ede-add-file): Replace assignment of ede-object with generic call
74 to re-init the buffer.
75 (ede-find-target): If ede-object is set, run short-cut code
76 instead of `or' shortcut.
77 (ede-project-buffers): Return buffers belonging to input project,
78 not any buffer belonging to any project.
79 (ede-system-include-path, ede-apply-project-local-variables)
80 (ede-set-project-local-variable): New functions.
81 (ede-make-project-local-variable): Apply to toplevel if none
82 specified.
83 (ede-set): Make it interactive.
84
85 * ede/auto.el (ede-project-autoload): New class.
86 (ede-do-dirmatch): New method.
87 (ede-project-dirmatch-p): New function.
88 (ede-project-root-directory): Call it.
89 (ede-dir-to-projectfile): Don't call project file function if we
90 didn't match the root.
91 (ede-project-root-directory): Don't call a project's root function
92 if the tool in question isn't installed.
93 (ede-dir-to-projectfile): Don't call project file function if we
94 didn't match the root.
95
96 * ede/autoconf-edit.el (autoconf-parameter-strip): Remove any
97 trailing `\' mid string, and replace with a space.
98 (autoconf-parameter-count): New function.
99 (autoconf-set-version): Use it.
100
101 * ede/base.el (ede-project): The :type of targets is now a list of
102 target base classes.
103
104 * ede/emacs.el (ede-emacs-load): Fix typo.
105
106 * ede/files.el (ede-flush-project-hash, ede-flush-directory-hash):
107 Protect against missing locator object.
108 (ede-get-locator-object): Protect against missing project.
109 (ede-flush-directory-hash): New command.
110 (ede-get-locator-object): Protect against missing project.
111
112 * ede/generic.el (ede-generic-config): Add configurable
113 `run-command' slot.
114 (project-compile-project, project-compile-target)
115 (project-debug-target, project-run-target): New methods.
116 (ede-generic-get-configuration): Specify the class to load.
117 (ede-generic-new-autoloader): Use ede-add-project-autoload.
118 (ede-enable-generic-projects): Rename projects so as to never
119 match the edeproject-* projects.
120
121 * ede/makefile-edit.el (makefile-macro-file-list): Case sensitive
122 searches. Protect against "SUBDIRS=$(subdirs)" infloop.
123
124 * ede/proj-elisp.el (ede-proj-tweak-autoconf)
125 (ede-proj-flush-autoconf): Disable local variables when loading
126 the autoconf lisp compile script.
127
128 * ede/proj.el (ede-proj-target-aux, -elisp, -elisp-autoloads)
129 (-scheme, -makefile-misc, ede-proj-target-makefile-program)
130 (-makefile-archive, -makefile-shared-object)
131 (ede-proj-target-makefile-info, -grammar): New autoloads.
132 (ede-proj-project): Inherit from eieio-persistent-read. Specify
133 extension and header line.
134 (ede-proj-load, ede-proj-save): Replace with impl using
135 eieio-persistent-read.
136
137 * ede/project-am.el (project-add-file): Use ede-target-parent
138 instead of loading the project file.
139
140 * semantic.el (semantic-version): Update.
141 (semantic-new-buffer-setup-functions): Add f90-mode, texinfo-mode.
142 (navigate-menu): Add menu item for Stickyfunc mode.
143
144 * semantic/analyze/debug.el
145 (semantic-analyzer-debug-insert-include-summary): Before
146 dereferencing tableinner, make sure it has a value.
147
148 * semantic/analyze/refs.el
149 (semantic-analyze-tag-references-default): When doing a lookup,
150 specify noerror.
151 (semantic--analyze-refs-full-lookup): Add optional noerror input
152 argument. Pass to to full-lookup-simple.
153 (semantic-analyze-refs-impl, semantic-analyze-refs-proto): Ignore
154 :typemodifiers during compare.
155
156 * semantic/bovine/c.el (semantic-lex-cpp-define): Specify limits
157 to looking back for comment chars.
158 (semantic--tag-similar-names-p, semantic--tag-similar-names-p-default)
159 (semantic--tag-attribute-similar-p): New.
160 (semantic-c-describe-environment): Handle list value of ede-object.
161 (semantic-lex-c-preprocessor-symbol-map-builtin): Add
162 __attribute_pure__.
163
164 * semantic/bovine/scm.el (semantic-format-tag-prototype): Add
165 parent and color argument. Pass them through.
166
167 * semantic/complete.el (semantic-collector-calculate-completions):
168 Search for more matches if new prefix is a substring of old one.
169 (semantic-complete-inline-project): New function.
170
171 * semantic/db-el.el (object-print): New method.
172
173 * semantic/db-file.el (semanticdb-load-database): Specify class.
174
175 * semantic/db-typecache.el
176 (semanticdb-abstract-table::semanticdb-typecache-find-method):
177 Allow proxied tags to be resolved during the search.
178 (semanticdb-typecache-complete-flush): Support missing or empty
179 pointmax slot, to allow for more database types.
180
181 * semantic/db.el (semanticdb-abstract-table): Add db-refs slot.
182 (object-print): Allow child classes to overwrite the display of
183 the (%d tags) extra string.
184 (semanticdb-project-database): Specify :type for table.
185 (semanticdb-create-table-for-file): Specify file-truename.
186 (semanticdb-synchronize, semanticdb-partial-synchronize): Restore
187 code that refreshes references to include files.
188
189 * semantic/decorate/include.el
190 (semantic-decoration-on-fileless-includes): New face.
191 (semantic-decoration-on-fileless-include-map)
192 (semantic-decoration-on-fileless-include-menu): New variables.
193 (semantic-decoration-on-includes-highlight-default): Support
194 includes that have a table, but are not associated with a file.
195 (semantic-decoration-fileless-include-describe)
196 (semantic-decoration-fileless-include-menu): New functions.
197 (semantic-decoration-all-include-summary): Add arrows to indicate
198 the file associated with an include name.
199
200 * semantic/find.el
201 (semantic-find-tags-by-scope-protection-default): Also filter on
202 package protection of the slot.
203
204 * semantic/java.el (semantic-java-expand-tag): If some type has a
205 fully qualified name, bust it up into one package and the type
206 with a short name.
207
208 * semantic/lex.el (define-lex-block-analyzer): Protect against
209 random extra close parenthesis.
210
211 * semantic/symref.el (semantic-symref-result-get-tags): Make sure
212 the cursor is on the matched name.
213
214 * semantic/symref/list.el (semantic-symref-results-mode-map):
215 Suppress keymap.
216
217 * semantic/tag-ls.el (semantic--tag-similar-names-p)
218 (semantic--tag-attribute-similar-p)
219 (semantic--tag-similar-types-p): New functions.
220 (semantic-tag-similar-ignorable-attributes): New variable.
221 (semantic-tag-protection-default): Add package concept to return
222 value.
223 (semantic-tag-package-protected-p): New function.
224 (semantic-tag-full-package): New overload method.
225 (semantic-tag-full-package-default): New default for above.
226 (semantic-tag-full-name-default): Look for the full package name.
227
228 * semantic/tag.el (semantic-create-tag-proxy)
229 (semantic-tag-set-proxy, semantic-tag-resolve-proxy): New.
230
231 * semantic/util.el (semantic-describe-buffer): Add
232 semantic-new-buffer-fcn-was-run.
233
234 * semantic/wisent/java-tags.el (semantic-get-local-variables): Add
235 `this' to the local variable context.
236 (semantic-analyze-split-name, semantic-analyze-unsplit-name): New.
237
238 * semantic/wisent/python.el (semantic-python-expand-tag): New
239 function.
240
241 * srecode/compile.el (srecode-compile-templates): Add "framework"
242 special variable support.
243 (srecode-compile-template-table): Support framework specifier.
244
245 * srecode/cpp.el (srecode-semantic-handle-:c)
246 (srecode-semantic-handle-:cpp): New functions.
247 (srecode-semantic-apply-tag-to-dict): Move from cpp-mode function
248 to c-mode function.
249 (srecode-c-apply-templates): Renamed from srecode-cpp-apply-templates.
250
251 * srecode/dictionary.el (initialize-instance): Remove bogus error
252 condition.
253 (srecode-create-section-dictionary): Remove unused function.
254
255 * srecode/java.el (srecode-semantic-handle-:java): Fix filename as
256 package variable. Add current_package variable.
257
258 * srecode/map.el (srecode-map-update-map): Specify the class.
259
260 * srecode/mode.el (srecode-minor-mode): Support the m3 menu.
261
262 * srecode/semantic.el (srecode-semantic-insert-tag): Support
263 system includes.
264
265 * srecode/srt-mode.el (srecode-font-lock-keywords): Update.
266
267 * srecode/table.el (srecode-template-table): Add :framework slot.
268 (srecode-dump): Dump it.
269 (srecode-mode-table): Add new modetables slot.
270 (srecode-get-mode-table): Find the mode, but also find all parent
271 modes, and merge the tables together in :tables from :modetables.
272 (srecode-make-mode-table): Init :modetables
273 (srecode-mode-table-find): Search in modetables.
274 (srecode-mode-table-new): Merge the differet files into the
275 modetables slot.
276
2772012-10-01 David Engster <deng@randomsample.de>
278
279 * ede.el (ede-apply-preprocessor-map): Check that
280 `semantic-lex-spp-macro-symbol-obarray' is non-nil.
281 (global-ede-mode): Fix call to `ede-reset-all-buffers'.
282
283 * ede/cpp-root.el (ede-preprocessor-map): Make sure we add the
284 lexical-table even when the table doesn't need to be refreshed.
285
286 * ede/dired.el (ede-dired-minor-mode): Use called-interactively-p.
287
288 * ede/pmake.el (ede-pmake-insert-variable-once): Wrap in
289 save-excursion.
290
291 * ede/proj-comp.el (ede-proj-makefile-insert-rules): Fix insertion
292 of phony rule.
293
294 * ede/proj-elisp.el (ede-proj-target-elisp): Remove
295 ede-emacs-preload-compiler.
296 (ede-proj-makefile-insert-rules, ede-proj-makefile-dependencies):
297 New methods.
298 (ede-emacs-compiler): Add 'require' macro to variables and pattern
299 rule. Add .elc object extension.
300 (ede-proj-elisp-packages-to-loadpath): Allow longer relative names.
301 (ede-proj-makefile-insert-variables): Do not insert preload items.
302 (ede-proj-target-elisp-autoloads): Don't depend on cedet-autogen.
303
304 * ede/util.el (ede-make-buffer-writable):
305 * semantic/debug.el (semantic-debug-mode): Set buffer-read-only
306 instead of calling toggle-read-only.
307
308 * semantic.el (semantic-fetch-tags): Use progress reporter only
309 when called interactively.
310 (semantic-submode-list): Add debugging modes.
311 (semantic-mode): Remove Semantic from after-change-functions.
312 Delete the cache, call semantic--tag-unlink-cache-from-buffer, and
313 set semantic-new-buffer-fcn-was-run to nil.
314
315 * semantic/analyze/fcn.el (semantic-analyze-tag-prototype-p)
316 (semantic-analyze-tag-prototype-p-default): Remove.
317 (semantic-analyze-type, semantic-analyze-dereference-metatype-1):
318 Use semantic-tag-prototype-p.
319
320 * semantic/bovine/c.el (semantic-c-reset-preprocessor-symbol-map):
321 Ensure semantic-mode is on before getting preprocessor symbols.
322 (semantic-c-skip-conditional-section): Use c-scan-conditionals.
323 (semantic-c-convert-spp-value-to-hideif-value)
324 (semantic-c-evaluate-symbol-for-hideif, semantic-c-hideif-lookup)
325 (semantic-c-hideif-defined): Revive hideif code from CEDET trunk.
326 (semantic-lex-c-if, semantic-c-do-lex-ifdef): Revert changes for
327 regular expression parsing.
328 (semantic-cpp-lexer): Add semantic-lex-c-ifdef.
329 (semantic-expand-c-tag): Check if tag is non-nil before adding it
330 to return list
331 (semantic-expand-c-extern-C, semantic-expand-c-complex-type): New
332 functions, copied from semantic-expand-c-tag.
333 (semantic-find-tags-included): New override which also searches
334 for include tags inside of namespaces.
335 (semantic-c-dereference-typedef): Use semantic-tag-prototype-p.
336 (semanticdb-find-table-for-include): New override.
337
338 * semantic/bovine/el.el: Remove emacs-lisp-mode-hook.
339
340 * semantic/complete.el (semantic-complete-post-command-hook): Exit
341 completion when user has deleted all characters from the prefix.
342 (semantic-displayor-focus-request): Return to previous window when
343 focussing tags.
344
345 * semantic/db-el.el (semanticdb-normalize-one-tag): Make obsolete.
346 (semanticdb-elisp-sym->tag): Use help-function-arglist instead.
347
348 * semantic/db-file.el (semanticdb-create-database): Use
349 semantic-tag-version instead of just semantic-version as the
350 initializer for the :semantic-tag-version slot.
351
352 * semantic/db-find.el (semanticdb-find-tags-by-class-method):
353 Delegate `include' to semantic-find-tags-included, which by
354 default will just call semantic-find-tags-by-class.
355
356 * semantic/db.el (semanticdb-refresh-table): Do not print warnings
357 when calling semantic-find-file-noselect. This avoids the "file
358 is write protected" messages when parsing system header files,
359 which might easily be mistaken to mean the currently loaded file.
360 (semanticdb-save-current-db, semanticdb-save-all-db): Only emit
361 message when running interactively.
362
363 * semantic/decorate/mode.el (semantic-decoration-mode): Activate
364 decoration of includes by default.
365
366 * semantic/doc.el (semantic-doc-snarf-comment-for-tag): Remove
367 comment delimiter at the end of the text.
368
369 * semantic/ede-grammar.el (semantic-ede-proj-target-grammar):
370 Change aux- and pre-load-packages.
371 (ede-proj-makefile-dependencies): Update pattern rule so that
372 resulting parsers are also byte-compiled.
373 (semantic-ede-grammar-compiler-bovine)
374 (semantic-ede-source-grammar-wisent): Remove .elc from gargage
375 pattern, since this is already covered by the elisp compiler.
376 (project-compile-target): Add compatibility code for Emacs 23,
377 which does not have `byte-recompile-file'.
378 (ede-proj-makefile-insert-rules): Add target specific EMACSFLAGS
379 to raise max-specpdl-size and max-lisp-eval-depth.
380
381 * semantic/find.el (semantic-find-tags-included): Make
382 overridable.
383
384 * semantic/fw.el (semantic-alias-obsolete)
385 (semantic-varalias-obsolete): Use byte-compile-warn.
386 (semantic-find-file-noselect): Disable font lock by calling
387 global-font-lock-mode.
388
389 * semantic/grammar.el (semantic-grammar-create-package): Fix
390 message.
391 (semantic-grammar-batch-build-one-package): When generating
392 parsers in batch-mode, ignore version control and make sure we do
393 not use cached versions.
394
395 * semantic/ia.el (semantic-ia-complete-symbol-menu): Bring back.
396
397 * semantic/lex-spp.el (semantic-lex-spp-symbol-merge): New fun.
398 (semantic-lex-spp-token-macro-to-macro-stream): Use it.
399 (semantic-lex-spp-lex-text-string): Instead of only setting the
400 lexer, call the major mode's setup function.
401
402 * semantic/scope.el (semantic-analyze-scoped-types-default): Use
403 semantic-tag-prototype-p.
404 (semantic-analyze-scope-nested-tags-default): Make sure we don't
405 return tags we already have in scopetypes.
406
407 * semantic/symref/filter.el
408 (semantic-symref-test-count-hits-in-tag): Restore.
409
410 * semantic/wisent/comp.el (wisent-BITS-PER-WORD): Use
411 most-positive-fixnum if available.
412
413 * semantic/wisent/javascript.el (semantic-tag-protection)
414 (semantic-analyze-scope-calculate-access)
415 (semantic-ctxt-current-symbol): New overrides.
416
417 * semantic/wisent/python.el (wisent-python-lex-beginning-of-line):
418 Rewrite to fix byte-compiler warning.
419
4202012-10-01 Robert Jarzmik <robert.jarzmik@free.fr>
421
422 * ede/linux.el (project-linux): New group.
423 (project-linux-compile-target-command)
424 (project-linux-compile-project-command): New options.
425 (project-compile-project, project-compiler-target): New methods.
426
427 * inversion.el (inversion-decoders): New regexps for SXEmacs.
428 (inversion-package-version): More verbose error message.
429 (inversion-<): Deal with new special cases.
430 (inversion-require-emacs): New argument sxemacs-ver; use it.
431
4322012-10-01 Nelson Ferreira <nelson.ferreira@ieee.org>
433
434 * ede/emacs.el (ede-emacs-version): Detect SXEmacs.
435
4362012-10-01 William Xu <william.xwl@gmail.com>
437
438 * semantic/bovine/gcc.el (semantic-gcc-query): Returns status when
439 there is an error.
440 (semantic-gcc-setup): If the first attempt at calling cpp fails,
441 try straight GCC.
442
4432012-10-01 Jan Moringen <jan.moringen@uni-bielefeld.de>
444
445 * semantic/idle.el
446 (semantic-idle-breadcrumbs--display-in-header-line): Escape
447 %-characters to avoid erroneous expansion in header line.
448 (semantic-idle-breadcrumbs--display-in-mode-line): Likewise.
449
450 * semantic/wisent/python.el (wisent-python-reconstitute-function-tag)
451 (wisent-python-reconstitute-class-tag, semantic-python-special-p)
452 (semantic-python-private-p, semantic-python-instance-variable-p)
453 (semantic-python-docstring-p): New functions.
454
455 * srecode/find.el (srecode-user-template-p): New function.
456 (srecode-all-template-hash): Accept new optional argument
457 predicate; return only templates matching the predicate.
458 (srecode-read-template-name): Only retrieve templates matching
459 srecode-user-template-p.
460
461 * srecode/insert.el (srecode-insert-show-error-report)
462 (srecode-insert-report-error): New functions.
463 (srecode-insert-variable-secondname-handler)
464 (srecode-insert-method, srecode-insert-ask-default)
465 (srecode-insert-variable-secondname-handler)
466 (srecode-insert-subtemplate, srecode-insert-method-helper)
467 (srecode-insert-include-lookup): Use them.
468
4692012-10-01 Thomas Bach <thbach@students.uni-mainz.de>
470
471 * semantic/wisent/python.el
472 (semantic-python-get-system-include-path): Add Python3k support.
473
4742012-10-01 Alexander Haeckel <_@_> (tiny change)
475
476 * srecode/getset.el (srecode-query-for-field): Return the first
477 tag found by name from all children tags.
478
4792012-10-01 Dale Sedivec <dale@codefu.org>
480
481 * semantic/wisent/python.el (wisent-python-string-start-re)
482 (wisent-python-string-re, wisent-python-forward-string)
483 (wisent-python-forward-line,wisent-python-lex-string): New
484 variables.
485 (wisent-python-forward-balanced-expression): New function.
486
4872012-10-01 Pete Beardmore <elbeardmorez@msn.com>
488
489 * semantic/complete.el (semantic-collector-calculate-completions):
490 Search for additional matches if new prefix is a substring of the
491 old prefix.
492 (semantic-displayor-next-action): Immediately show more
493 completions after user presses TAB the first time.
494 (semantic-displayor-tooltip-mode)
495 (semantic-displayor-tooltip-initial-max-tags)
496 (semantic-displayor-tooltip-max-tags): New defcustoms.
497 (semantic-displayor-tooltip): Use new variables as initforms. Use
498 new slot `mode' instead of `force-show'. Rename `max-tags' to
499 `max-tags-initial'.
500 (semantic-displayor-show-request): Display completions according
501 to new modes, and make variable names clearer.
502 (semantic-displayor-tooltip::semantic-displayor-scroll-request):
503 Use new max-tags-initial slot.
504
505 * semantic/idle.el (semantic-idle-local-symbol-highlight): Make
506 sure there actually is a tag at point.
507 (semantic-idle-completion-list-default): Report errors as messages
508 if semantic-idle-scheduler-verbose-flag is non-nil.
509
5102012-10-01 Richard Kim <emacs18@gmail.com>
511
512 * semantic/db-global.el (semanticdb-enable-gnu-global-databases):
513 Add optional NOERROR argument.
514
5152012-10-01 Alex Ott <alexott@gmail.com>
516
517 * semantic/idle.el (semantic-idle-scheduler-enabled-p): Fix
518 file-checking.
519
5202012-10-01 Darren Hoo <darren.hoo@gmail.com> (tiny change)
521
522 * semantic/db-find.el (semanticdb-find-default-throttle): Make
523 buffer-local.
524 (semanticdb-strip-find-results): Check for existing :filename
525 attribute, so that file information from GNU Global is not lost.
526
651eaf36
AS
5272012-08-07 Andreas Schwab <schwab@linux-m68k.org>
528
529 * ede/base.el (ede-with-projectfile): Use backquote forms.
530
1cd64625
PE
5312012-07-29 Paul Eggert <eggert@cs.ucla.edu>
532
533 inaccessable -> inaccessible spelling fix (Bug#10052)
534 * semantic/wisent/comp.el (wisent-inaccessible-symbols):
535 Rename from wisent-inaccessable-symbols, fixing a misspelling.
536 Caller changed.
537
b33da87c
AS
5382012-07-09 Andreas Schwab <schwab@linux-m68k.org>
539
540 * ede/project-am.el: Fix typo.
541
c4444d16
PE
5422012-07-09 Paul Eggert <eggert@cs.ucla.edu>
543
544 Rename configure.in to configure.ac (Bug#11603).
545 * ede/autoconf-edit.el (autoconf-find-query-for-program)
546 (autoconf-new-program):
547 * ede/emacs.el (ede-emacs-version):
548 * ede/proj.el (ede-proj-setup-buildenvironment):
549 * ede/project-am.el (project-am-autoconf-file-options):
550 Prefer configure.ac to configure.in.
551
41bf0c48
DE
5522012-03-12 David Engster <deng@randomsample.de>
553
554 * semantic/db-find.el
555 (semanticdb-find-translate-path-brutish-default): If we don't yet
556 have a proper table for PATH, use `semanticdb-current-database'
557 instead (bug #10343).
558
da418981
DE
5592012-03-11 David Engster <deng@randomsample.de>
560
561 * semantic/wisent/javascript.el (js-mode): Define `js-mode' as
562 child-mode of `javascript-mode' (bug #8445).
563
44e97401
GM
5642012-02-28 Glenn Morris <rgm@gnu.org>
565
566 * semantic/db.el (semanticdb-search-results-table):
567 Doc fix (standardize possessive apostrophe usage).
568
af8556d2
JB
5692012-02-09 Juanma Barranquero <lekktu@gmail.com>
570
571 * ede/auto.el (ede-directory-safe-p, ede-add-project-to-global-list):
572 Add declarations.
573
c6ddbd68
DE
5742012-01-29 David Engster <deng@randomsample.de>
575
576 Fix require error when using srecode-insert (Bug#9967).
577 * srecode/insert.el: Require srecode/filters.
578 * srecode/filters.el: Drop two requires.
579
a62d5ee1
EL
5802012-01-09 Eric Ludlam <zappo@gnu.org>
581
582 * ede.el (ede-project-directories): New option.
583 (ede-directory-safe-p): Check it.
584 (ede-initialize-state-current-buffer, ede, ede-new)
585 (ede-check-project-directory, ede-rescan-toplevel)
586 (ede-load-project-file, ede-parent-project, ede-current-project):
587 (ede-target-parent): Avoid loading in a project unless it is safe,
588 since it may involve malicious code. This security flaw was
589 pointed out by Hiroshi Oota.
590
591 * ede/auto.el (ede-project-autoload): Add safe-p slot.
592 (ede-project-class-files): Projects using Project.ede are unsafe.
593 (ede-auto-load-project): New method.
594
595 * ede/simple.el (ede-project-class-files): Mark as unsafe.
596
9954ec0d
SS
5972011-12-19 Sam Steingold <sds@gnu.org>
598
599 * semantic/edit.el (semantic-edits-incremental-parser): Add the
600 autoload cookie, necessary for JDEE.
601
a98edce9
JB
6022011-12-06 Juanma Barranquero <lekktu@gmail.com>
603
604 * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo.
605
78adbf9c
CY
6062011-11-26 Chong Yidong <cyd@gnu.org>
607
608 * semantic/wisent/python-wy.el:
609 * semantic/wisent/js-wy.el:
610 * semantic/wisent/javat-wy.el:
611 * semantic/bovine/c-by.el:
612 * semantic/grammar-wy.el: Regenerate.
613
20db1522
JB
6142011-11-24 Juanma Barranquero <lekktu@gmail.com>
615
616 * semantic/lex-spp.el (semantic-lex-spp-first-token-arg-list): Fix typo.
617
cd1181db
JB
6182011-11-20 Juanma Barranquero <lekktu@gmail.com>
619
620 * cedet-cscope.el (cedet-cscope-version-check):
621 * cedet-global.el (cedet-global-min-version)
622 (cedet-gnu-global-version-check):
623 * cedet.el (cedet-version):
624 * data-debug.el (data-debug-prev, data-debug-contract-current-line):
625 * ede.el (ede-buffer-belongs-to-project-p, ede-auto-add-to-target)
626 (ede-new, ede-invoke-method, project-edit-file-target, project-rescan)
627 (ede-add-project-to-global-list, ede-map-all-subprojects):
628 * inversion.el (inversion-check-version):
629 * mode-local.el (mode-local-map-file-buffers, define-child-mode)
630 (define-overloadable-function):
631 * pulse.el (pulse-flag, pulse):
632 * semantic.el (semantic-elapsed-time, semantic-parse-region)
633 (navigate-menu):
634 * ede/proj-comp.el (ede-compilation-program):
635 * semantic/debug.el (semantic-debug-parser-go)
636 (semantic-debug-parser-fail, semantic-debug-parser-quit)
637 (semantic-debug-parser-abort):
638 * semantic/idle.el (semantic-idle-core-handler):
639 * semantic/bovine/debug.el (semantic-bovine-debug-error-frame):
640 Fix typos.
641
58179cce
JB
6422011-11-16 Juanma Barranquero <lekktu@gmail.com>
643
644 * semantic/lex.el (semantic-lex-tokens):
645 * semantic/tag-ls.el (semantic-tag-protected-p):
646 * srecode/mode.el (srecode-prefix-map): Fix typos.
647
0d26e0b6
JB
6482011-11-15 Juanma Barranquero <lekktu@gmail.com>
649
650 * ede/project-am.el (project-compile-target-command): Fix typo.
651
0b381c7e
JB
6522011-11-14 Juanma Barranquero <lekktu@gmail.com>
653
654 * ede/auto.el (ede-project-autoload):
655 * ede/proj-comp.el (ede-makefile-rule):
656 * semantic/analyze.el (semantic-analyze-current-context):
657 * semantic/ctxt.el (semantic-get-local-variables):
658 * semantic/tag-ls.el (semantic-tag-calculate-parent): Fix typos.
659
07a79ce4
DE
6602011-11-03 David Engster <dengste@eml.cc>
661
662 * srecode.el:
663 * srecode/texi.el:
664 * srecode/template.el:
665 * srecode/java.el:
666 * srecode/insert.el:
667 * srecode/document.el:
668 * srecode/dictionary.el:
669 * srecode/compile.el:
670 * semantic/wisent/java-tags.el:
671 * semantic/texi.el:
672 * semantic/sort.el:
673 * semantic/lex-spp.el:
674 * semantic/idle.el:
675 * semantic/html.el:
676 * semantic/db-typecache.el:
677 * semantic/analyze/complete.el:
678 * ede/generic.el:
679 * ede/custom.el:
680 * ede/cpp-root.el:
681 * ede/base.el: Fix filenames in comments and headers.
682
683 * semantic/db-find.el:
684 * srecode/insert.el (srecode-insert-include-lookup):
685 * ede/proj-comp.el (ede-compilation-program): Fix it's -> its in
686 comments and docstrings.
687
688 * semantic/ctxt.el (semantic-end-of-context-default):
689 * semantic/find.el (semantic-find-tags-by-scope-protection):
690 * semantic/java.el (semantic-documentation-for-tag): Fix typos in
691 docstrings.
692
693 * semantic/db.el (semanticdb-table, semanticdb-abstract-cache)
694 (semanticdb-abstract-db-cache):
695 * semantic/decorate/include.el
696 (semantic-decoration-unknown-include-describe): Fix filenames in
697 docstring.
698
699 * semantic/ede-grammar.el (semantic-ede-grammar-compiler-wisent):
700 (semantic-ede-grammar-compiler-bovine): Fix requires that are
701 added to the grammar-make-script.
702
86c60681
CY
7032011-10-23 Chong Yidong <cyd@gnu.org>
704
705 * ede.el (ede-maybe-checkout): Function deleted;
706 vc-toggle-read-only does not do version control now.
707
708 * ede/util.el (ede-make-buffer-writable): Don't use
709 vc-toggle-read-only.
710
711 * ede/project-am.el (project-remove-file, project-add-file)
712 (project-new-target): Don't call ede-maybe-checkout.
713
ac6c8639
CY
7142011-10-19 Chong Yidong <cyd@gnu.org>
715
716 * ede.el (ede-minor-mode,global-ede-mode):
717 * semantic.el (semantic-mode): Doc fix to reflect new
718 define-minor-mode calling behavior.
719
b4010ade
CY
7202011-07-30 Chong Yidong <cyd@stupidchicken.com>
721
af8556d2
JB
722 * semantic/grammar.el (semantic-grammar-insert-defanalyzers):
723 Fix require.
b4010ade 724
60c55439
DH
7252011-07-04 Darren Hoo <darren.hoo@gmail.com> (tiny change)
726
727 * semantic/db.el (semanticdb-file-table-object): Don't bug out on
728 unconfigured projects if `global-ede-mode' is on (bug#8092).
729
98768aeb
PE
7302011-07-01 Paul Eggert <eggert@cs.ucla.edu>
731
732 * semantic.el (semantic-elapsed-time): Rewrite using
733 time-subtract and float-time.
734
4f306b0f
GM
7352011-05-11 Glenn Morris <rgm@gnu.org>
736
737 * semantic/wisent/javascript.el (semantic-get-local-variables):
738 Use define-mode-local-override rather than its obsolete alias.
739
79b70037
GM
7402011-05-10 Jim Meyering <meyering@redhat.com>
741
742 Fix doubled-word typos.
743 * ede/pmake.el (ede-proj-makefile-garbage-patterns): the the -> the
744 * semantic/complete.el (semantic-complete-read-tag-local-members):
745 Likewise.
746 * ede.el (ede-auto-add-method): then then -> then
747
4ffd0d6b 7482011-04-23 Juanma Barranquero <lekktu@gmail.com>
7ee6a1d3
JB
749
750 * ede/pconf.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
751 * ede/proj-comp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
752 * ede/proj-elisp.el (ede-proj-tweak-autoconf, ede-proj-flush-autoconf)
753 (ede-proj-tweak-autoconf, ede-proj-flush-autoconf):
754 * ede/proj-scheme.el (ede-proj-tweak-autoconf): Fix typos in docstrings.
755
33383987
JB
7562011-03-07 Chong Yidong <cyd@stupidchicken.com>
757
758 * Version 23.3 released.
759
cb9336bd
SM
7602011-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * semantic/wisent/comp.el (wisent-byte-compile-grammar):
763 Macroexpand before passing to byte-compile-form.
764
4d789d84
SM
7652011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * srecode/srt-mode.el (srecode-template-mode): Use define-derived-mode.
768 * semantic/symref/list.el (semantic-symref-results-mode):
769 Use run-mode-hooks.
770
df26e1f5
GM
7712010-11-12 Glenn Morris <rgm@gnu.org>
772
773 * semantic/wisent/comp.el: Remove unnecessary eval-when-compiles.
774
72bc50c0
GM
7752010-11-10 Glenn Morris <rgm@gnu.org>
776
777 * semantic/bovine/c.el: Test system-type with memq.
778
9b026d9f
GM
7792010-11-09 Glenn Morris <rgm@gnu.org>
780
781 * semantic/lex.el (semantic-lex-ignore-comments, semantic-flex):
782 * semantic/grammar.el (semantic-grammar-epilogue):
783 * ede/speedbar.el (ede-find-nearest-file-line):
784 * ede/pmake.el (ede-proj-makefile-insert-dist-rules):
785 * ede/autoconf-edit.el (autoconf-delete-parameter):
786 Use point-at-bol and point-at-eol.
787
e180ab9f
GM
7882010-11-07 Glenn Morris <rgm@gnu.org>
789
790 * ede/proj-elisp.el (ede-proj-flush-autoconf): Use point-at-bol.
791
9a1a272a
GM
7922010-11-01 Glenn Morris <rgm@gnu.org>
793
ca7c89d8
GM
794 * semantic/bovine/c.el (semantic-analyze-split-name): Move before use.
795
9a1a272a
GM
796 * semantic/symref/cscope.el (ede-toplevel):
797 * semantic/symref.el (ede-toplevel):
798 * semantic/tag-file.el (ede-toplevel):
799 * ede.el (ede-toplevel): Fix declarations.
800
fd8d481e
GM
8012010-10-31 Glenn Morris <rgm@gnu.org>
802
39a766fb 803 * ede/proj-elisp.el (project-compile-target): Fix previous change.
fd8d481e
GM
804 * semantic/ede-grammar.el (project-compile-target): Fix previous change.
805
8062010-10-31 Julien Danjou <julien@danjou.info>
807
808 * ede/proj-elisp.el (project-compile-target):
809 * semantic/ede-grammar.el (project-compile-target):
810 Use `byte-recompile-file'.
811
2699a554 8122010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
813
814 * mode-local.el (mode-local-augment-function-help):
815 * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons):
816 * semantic/symref/list.el (semantic-symref-results-dump)
817 (semantic-symref-rb-toggle-expand-tag): Replace inappropriate uses
818 of toggle-read-only.
819
5d2e9377
CY
8202010-09-30 Chong Yidong <cyd@stupidchicken.com>
821
822 * semantic/bovine/el.el:
823 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode):
824 Fix require statements.
825
ac73b1fa
CY
8262010-09-29 Chong Yidong <cyd@stupidchicken.com>
827
828 * semantic/tag.el (semantic-tag-version): Bump to 2.0.
829
830 * semantic/db-typecache.el (semanticdb-typecache-find-default):
831 * semantic/imenu.el (semantic-create-imenu-index):
832 * semantic/grammar.el (semantic--grammar-macro-function-tag):
4d789d84
SM
833 * semantic/fw.el (semanticdb-without-unloaded-file-searches):
834 Fix require. Suggested by David Engster.
ac73b1fa
CY
835
836 * semantic/bovine/c-by.el: Regenerate.
837
8382010-09-29 Eric Ludlam <zappo@gnu.org>
839
840 * semantic/lex-spp.el (semantic-lex-spp-debug-symbol): New var.
841 (semantic-lex-spp-enable-debug-symbol): New command
842 (semantic-lex-spp-value-valid-p)
843 (semantic-lex-spp-validate-value): New functions
844 (semantic-lex-spp-symbol-set)
845 (semantic-lex-spp-symbol-push): Add call to validate value.
846 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
847 invalid values during save, just save a nil.
848
b93e37e5
CY
8492010-09-25 Chong Yidong <cyd@stupidchicken.com>
850
851 * ede/linux.el (ede-project-class-files):
852 * ede/generic.el (ede-generic-new-autoloader):
853 * ede/emacs.el (ede-project-class-files):
854 * ede/simple.el (ede-project-class-files):
855 * ede/cpp-root.el (ede-project-class-files): Fix require name.
856
40b1a3a9
JB
8572010-09-25 Juanma Barranquero <lekktu@gmail.com>
858
859 * semantic/lex.el (semantic-ignore-comments): Doc fix.
860
861 * semantic/symref/list.el (semantic-symref-list-rename-open-hits):
862 Fix typo in error message.
863 (semantic-symref-list-map-open-hits): Fix typo in docstring.
864
b9749554
EL
8652010-09-21 Eric Ludlam <zappo@gnu.org>
866
867 Synch SRecode to CEDET 1.0.
868
869 * pulse.el (pulse-momentary-highlight-overlay): If pulse-flag is
870 'never, disable all pulsing.
871
872 * cedet.el (cedet-version):
873 * srecode.el (srecode-version): Bump version to 1.0.
874
875 * srecode/texi.el (srecode-texi-insert-tag-as-doc): New function.
876 (semantic-insert-foreign-tag): Use it.
877
4d789d84
SM
878 * srecode/mode.el (srecode-bind-insert):
879 Call srecode-load-tables-for-mode.
b9749554
EL
880 (srecode-minor-mode-templates-menu): Do not list templates that
881 are not in the current project.
882 (srecode-menu-bar): Add binding for srecode-macro-help.
883
884 * srecode/table.el (srecode-template-table): Add :project slot.
885 (srecode-dump): Dump it.
886
887 * srecode/map.el (srecode-map-update-map): Make map loading more
888 robust.
889
890 * srecode/insert.el (srecode-insert-fcn): Merge template
891 dictionary before resolving arguments.
892 (srecode-insert-method-helper): Add error checking to make sure
893 that we only have dictionaries.
894 (srecode-insert-method): Check template nesting depth when using
895 point inserter override.
896 (srecode-insert-method): Install override with depth limit.
897
898 * srecode/getset.el (srecode-insert-getset): Force tag table
899 update. Don't query the class if it is empty.
900
901 * srecode/find.el (srecode-template-get-table)
902 (srecode-template-get-table-for-binding)
903 (srecode-all-template-hash): Skip if not in current project.
904 (srecode-template-table-in-project-p): New method.
905
906 * srecode/fields.el (srecode-fields-exit-confirmation): New option.
907 (srecode-field-exit-ask): Use it.
908
909 * srecode/dictionary.el (srecode-dictionary-add-template-table):
910 Do not add variables in tables not for the current project.
911 (srecode-compound-toString): Handle cases where the default value
912 is another compound value.
913 (srecode-dictionary-lookup-name): New optional argument
914 NON-RECURSIVE, which inhibits visiting dictionary parents.
915 (srecode-dictionary-add-section-dictionary)
916 (srecode-dictionary-merge): New optional argument FORCE adds
917 values even if an identically named entry exists.
918 (srecode-dictionary-add-entries): New method.
919 (srecode-create-dictionaries-from-tags): New function.
920
921 * srecode/cpp.el (srecode-cpp): New defgroup.
922 (srecode-cpp-namespaces): New option.
923 (srecode-semantic-handle-:using-namespaces)
924 (srecode-cpp-apply-templates): New functions.
925 (srecode-semantic-apply-tag-to-dict): Handle template parameters
926 by calling `srecode-cpp-apply-templates'.
927
928 * srecode/compile.el (srecode-compile-templates): Fix directory
929 compare of built-in templates. Give built-ins lower piority.
930 Support special variable "project".
931 (srecode-compile-template-table): Set :project slot of new tables.
4d789d84
SM
932 (srecode-compile-one-template-tag):
933 Use srecode-create-dictionaries-from-tags.
b9749554 934
cb85c0d8
EL
9352010-09-21 Eric Ludlam <zappo@gnu.org>
936
937 Synch EDE to CEDET 1.0.
938
939 * cedet-idutils.el (cedet-idutils-make-command): New option.
940 (cedet-idutils-mkid-call):
941 (cedet-idutils-create/update-database): New functions.
942
943 * cedet-cscope.el (cedet-cscope-create):
944 (cedet-cscope-create/update-database): New functions.
945 (cedet-cscope-support-for-directory): Make interactive.
946
947 * cedet-global.el (cedet-global-gtags-command): New option.
948 (cedet-gnu-global-gtags-call)
949 (cedet-gnu-global-create/update-database): New functions.
950
951 * ede.el (ede-save-cache): Fix recentf-exclude expression.
952 (ede-make-dist): Always use toplevel project.
953 (ede-buffer-object): If we fail to find an object in the current
954 project, loop upward looking for a match. If no target is found,
955 use most local project.
956 (ede-buffer-belongs-to-target-p)
957 (ede-buffer-belongs-to-project-p): New functions.
958 (ede-initialize-state-current-buffer): New function.
959 (ede-target-forms-menu, ede-project-buffers): Use them.
960 (ede-minor-mode, ede-reset-all-buffers): Use it.
961 (project-interactive-select-target, project-add-file): Don't use
962 ede-project-force-load.
963 (ede-buffer-object): New arg PROJSYM.
964 (ede-minor-mode): Remove ede-directory-project-p test.
965 (ede-initialize-state-current-buffer): Don't test for
966 ede-directory-project-p if there is a matching open project.
967 (ede-customize-forms-menu): Prevent error if there is no project.
968 (ede-load-project-file): Set ede-constructing to the thing being
969 constructed, instead of t.
970 (ede-project-force-load): Deleted.
971
972 * ede/base.el:
973 * ede/auto.el:
974 * ede/custom.el: New files.
975
976 * ede/autoconf-edit.el (autoconf-find-last-macro)
977 (autoconf-parameters-for-macro): Parse multiline parameters of
978 macros. Optionally ignore case and at bol for macro.
979 (autoconf-parameter-strip): Use greedy match for newlines.
980 (autoconf-new-automake-string): Deleted.
981 (autoconf-new-program): Use SRecode to fill an empty file.
982
4d789d84
SM
983 * ede/cpp-root.el (ede-create-lots-of-projects-under-dir):
984 New function.
cb85c0d8
EL
985
986 * ede/files.el (ede-flush-project-hash): New command.
987 (ede-convert-path): Add optional PROJECT arg.
988 (ede-directory-project-p): Obey ".ede-ignore".
989 (ede-expand-filename-local)
990 (ede-expand-filename-impl-via-subproj): New methods.
991 (ede-expand-filename-impl): Use them.
992 (ede-project-root, ede-project-root-directory): Move to
993 ede/auto.el.
994
995 * ede/locate.el (ede-locate-flush-hash):
996 (ede-locate-create/update-root-database): New methods.
997 (initialize-instance): Use ede-locate-flush-hash.
998
999 * ede/pmake.el (ede-proj-makefile-insert-variables): If this is
1000 the top project and not a metasubproject, set TOP to CURDIR.
1001 (ede-proj-makefile-insert-variables): Output a target's object
1002 list whether or not the vars are already in the Makefile.
1003 (ede-pmake-insert-variable-once): New macro.
1004
4d789d84
SM
1005 * ede/project-am.el (project-am-with-makefile-current):
1006 Add recentf-exclude.
cb85c0d8
EL
1007 (project-am-load-makefile): Obey an optional suggested name.
1008 (project-am-expand-subdirlist): New function.
1009 (project-am-makefile::project-rescan): Use it. Combine SUBDIRS
1010 and DIST_SUBDIRS.
1011 (project-am-meta-type-alist): A list to scan better Makefile.am
1012 (project-am-scan-for-targets): Scan also over
1013 project-am-meta-type-alist.
1014 (ede-system-include-path): Simple implementation.
1015 (ede-find-target): Deleted. EDE core takes care of this.
1016 (ede-buffer-mine): Create the searched filename as relative.
1017 (project-am-load): Simplify, using autoconf-edit.
1018 (project-am-extract-package-info): Fix separators.
1019
1020 * ede/proj.el (project-run-target): New method.
4d789d84
SM
1021 (project-make-dist, project-compile-project):
1022 Use ede-proj-automake-p to determine which kind of compile to use.
cb85c0d8
EL
1023 (project-rescan): Call ede-load-project-file.
1024 (ede-buffer-mine): Add more file names that belong to the project.
1025 (ede-proj-compilers): Improve error message.
1026
1027 * ede/proj-obj.el (ede-ld-linker): Use the LDDEPS variable.
1028 (ede-source-c++): Add more C++ extensions.
4d789d84
SM
1029 (ede-proj-target-makefile-objectcode): Quote initforms.
1030 Support lex and yacc.
cb85c0d8
EL
1031
1032 * ede/proj-prog.el (ede-proj-makefile-insert-rules): Removed.
1033 (ede-proj-makefile-insert-variables): New, add LDDEPS.
1034 (ede-proj-makefile-insert-automake-post-variables): Add LDADD
1035 variable. Use ldlibs-local slot. Add a -l to ldlibs strings.
1036 (ede-proj-target-makefile-program): Swap order of two slots so
1037 they show up in the same order as in the command line.
1038 (ede-proj-target-makefile-program): Add ldlibs-local slot.
1039
4d789d84
SM
1040 * ede/proj-shared.el (ede-g++-libtool-shared-compiler):
1041 Fix inference rule to use cpp files.
cb85c0d8
EL
1042 (ede-proj-target-makefile-shared-object): Quote initforms.
1043
1044 * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous):
1045 * ede/proj-info.el (ede-proj-target-makefile-info):
1046 * ede/proj-aux.el (ede-proj-target-aux):
1047 * ede/proj-archive.el (ede-proj-target-makefile-archive):
1048 * ede/proj-elisp.el (ede-proj-target-elisp)
1049 (ede-proj-target-elisp-autoloads): Quote initforms.
1050
1051 * ede/srecode.el (ede-srecode-setup): Load autoconf templates.
1052
1053 * ede/shell.el (ede-shell-buffer): Fix buffer name.
1054
1055 * ede/pconf.el (ede-proj-configure-synchronize): If user events
1056 occur while waiting for the compile process to finish, pull them
1057 in and discard those events.
1058
dd9af436
CY
10592010-09-19 Eric Ludlam <zappo@gnu.org>
1060
1061 Synch Semantic to CEDET 1.0.
1062
1063 * semantic.el (semantic-version): Update to 2.0.
1064 (semantic-mode-map): Add "," and "m" bindings.
1065 (navigate-menu): Update.
1066
1067 * semantic/symref.el (semantic-symref-calculate-rootdir):
1068 New function.
1069 (semantic-symref-detect-symref-tool): Use it.
1070
1071 * semantic/symref/grep.el (semantic-symref-grep-shell): New var.
1072 (semantic-symref-perform-search): Use it. Calculate root dir with
1073 semantic-symref-calculate-rootdir.
1074 (semantic-symref-derive-find-filepatterns): Improve error message.
1075
1076 * semantic/symref/list.el
1077 (semantic-symref-results-mode-map): New bindings.
1078 (semantic-symref-auto-expand-results): New option.
1079 (semantic-symref-results-dump): Obey auto-expand.
1080 (semantic-symref-list-expand-all, semantic-symref-regexp)
1081 (semantic-symref-list-contract-all)
1082 (semantic-symref-list-map-open-hits)
1083 (semantic-symref-list-update-open-hits)
1084 (semantic-symref-list-create-macro-on-open-hit)
1085 (semantic-symref-list-call-macro-on-open-hits): New functions.
1086 (semantic-symref-list-menu-entries)
1087 (semantic-symref-list-menu): New vars.
1088 (semantic-symref-list-map-open-hits): Move cursor to beginning of
1089 match before calling the mapped function.
1090
1091 * semantic/doc.el
1092 (semantic-documentation-comment-preceeding-tag): Do nothing if the
1093 mode doesn't provide comment-start-skip.
1094
1095 * semantic/scope.el
1096 (semantic-analyze-scope-nested-tags-default): Strip duplicates.
1097 (semantic-analyze-scoped-inherited-tag-map): Take the tag we are
1098 looking for as part of the scoped tags list.
1099
4d789d84
SM
1100 * semantic/html.el (semantic-default-html-setup):
1101 Add senator-step-at-tag-classes.
dd9af436
CY
1102
1103 * semantic/decorate/include.el
1104 (semantic-decoration-on-unknown-includes): Change light bgcolor.
1105 (semantic-decoration-on-includes-highlight-default): Check that
0b381c7e 1106 the include tag has a position.
dd9af436
CY
1107
1108 * semantic/complete.el (semantic-collector-local-members):
1109 (semantic-complete-read-tag-local-members)
1110 (semantic-complete-jump-local-members): New class and functions.
1111 (semantic-complete-self-insert): Save excursion before completing.
1112
1113 * semantic/analyze/complete.el
1114 (semantic-analyze-possible-completions-default): If no completions
1115 are found, return the raw by-name-only completion list. Add FLAGS
1116 arguments. Add support for 'no-tc (type constraint) and
1117 'no-unique, or no stripping duplicates.
1118 (semantic-analyze-possible-completions-default): Add FLAGS arg.
1119
1120 * semantic/util-modes.el
1121 (semantic-stickyfunc-show-only-functions-p): New option.
1122 (semantic-stickyfunc-fetch-stickyline): Don't show stickytext for
1123 the very first line in a buffer.
1124
1125 * semantic/util.el (semantic-hack-search)
1126 (semantic-recursive-find-nonterminal-by-name)
1127 (semantic-current-tag-interactive): Deleted.
4d789d84
SM
1128 (semantic-describe-buffer): Fix expand-nonterminal.
1129 Add lex-syntax-mods, type relation separator char, and command
dd9af436
CY
1130 separation char.
1131 (semantic-sanity-check): Only message if called interactively.
1132
1133 * semantic/tag.el (semantic-tag-deep-copy-one-tag): Copy the
1134 :filename property and the tag position.
1135
1136 * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1137 Add recursion limit.
1138
1139 * semantic/imenu.el (semantic-imenu-bucketize-type-members):
1140 Make this buffer local, not the obsoleted variable.
1141
1142 * semantic/idle.el: Add breadcrumbs support.
1143 (semantic-idle-summary-current-symbol-info-default)
1144 (semantic-idle-tag-highlight)
4d789d84
SM
1145 (semantic-idle-completion-list-default):
1146 Use semanticdb-without-unloaded-file-searches for speed, and to
dd9af436
CY
1147 conform to the controls that specify if the idle timer is supposed
1148 to be parsing unparsed includes.
1149 (semantic-idle-symbol-highlight-face)
1150 (semantic-idle-symbol-maybe-highlight): Rename from *-summary-*.
1151 Callers changed.
1152 (semantic-idle-work-parse-neighboring-files-flag): Default to nil.
1153 (semantic-idle-work-update-headers-flag): New var.
1154 (semantic-idle-work-for-one-buffer): Use it.
1155 (semantic-idle-local-symbol-highlight): Rename from
1156 semantic-idle-tag-highlight.
1157 (semantic-idle-truncate-long-summaries): New option.
1158
1159 * semantic/ia.el (semantic-ia-cache)
1160 (semantic-ia-get-completions): Deleted. Callers changed.
1161 (semantic-ia-show-variants): New command.
1162 (semantic-ia-show-doc): If doc is empty, don't make a temp buffer.
1163 (semantic-ia-show-summary): If there isn't anything to show, say so.
1164
1165 * semantic/grammar.el (semantic-grammar-create-package):
1166 Save the buffer even in batch mode.
1167
1168 * semantic/fw.el
1169 (semanticdb-without-unloaded-file-searches): New macro.
1170
1171 * semantic/dep.el (semantic-dependency-find-file-on-path):
1172 Fix case dereferencing ede-object when it is a list.
1173
1174 * semantic/db-typecache.el (semanticdb-expand-nested-tag)
1175 (semanticdb-typecache-faux-namespace): New functions.
1176 (semanticdb-typecache-file-tags)
1177 (semanticdb-typecache-merge-streams): Use them.
1178 (semanticdb-typecache-file-tags): When deriving tags from a file,
1179 give the mode a chance to monkey with the tag copy.
1180 (semanticdb-typecache-find-default): Wrap find in save-excursion.
1181 (semanticdb-typecache-find-by-name-helper): Merge found names down.
1182
1183 * semantic/db-global.el
1184 (semanticdb-enable-gnu-global-in-buffer): Don't show messages if
1185 GNU Global is not available and we don't want to throw an error.
1186
1187 * semantic/db-find.el (semanticdb-find-result-nth-in-buffer):
1188 When trying to normalize the tag to a buffer, don't error if
1189 set-buffer method doesn't exist.
1190
1191 * semantic/db-file.el (semanticdb-save-db): Simplify msg.
1192
1193 * semantic/db.el (semanticdb-refresh-table): If forcing a
1194 refresh on a file not in a buffer, use semantic-find-file-noselect
1195 and delete the buffer after use.
1196 (semanticdb-current-database-list): When calculating root via
1197 hooks, force it through true-filename and skip the list of
1198 possible roots.
1199
1200 * semantic/ctxt.el (semantic-ctxt-imported-packages): New.
1201
1202 * semantic/analyze/debug.el
1203 (semantic-analyzer-debug-insert-tag): Reset standard output to
1204 current buffer.
1205 (semantic-analyzer-debug-global-symbol)
1206 (semantic-analyzer-debug-missing-innertype): Change "prefix" to
1207 "symbol" in messages.
1208
0b381c7e 1209 * semantic/analyze/refs.el (semantic-analyze-refs-impl)
dd9af436
CY
1210 (semantic-analyze-refs-proto): When calculating value, make sure
1211 the found tag is 'similar' to the originating tag.
1212 (semantic--analyze-refs-find-tags-with-parent): Attempt to
1213 identify matches via imported symbols of parents.
1214 (semantic--analyze-refs-full-lookup-with-parents): Do a deep
1215 search during the brute search.
1216
1217 * semantic/analyze.el
1218 (semantic-analyze-find-tag-sequence-default): Be robust to
1219 calculated scopes being nil.
1220
4d789d84
SM
1221 * semantic/bovine/c.el (semantic-c-describe-environment):
1222 Add project macro symbol array.
dd9af436
CY
1223 (semantic-c-parse-lexical-token): Add recursion limit.
1224 (semantic-ctxt-imported-packages, semanticdb-expand-nested-tag):
1225 New overrides.
1226 (semantic-expand-c-tag-namelist): Split a full type from a typedef
1227 out to its own tag.
1228 (semantic-expand-c-tag-namelist): Do not split out a typedef'd
1229 inline type if it is an anonymous type.
1230 (semantic-c-reconstitute-token): Use the optional initializers as
4d789d84
SM
1231 a clue that some function is probably a constructor.
1232 When defining the type of these constructors, split the parent name,
dd9af436
CY
1233 and use only the class part, if applicable.
1234
1235 * semantic/bovine/c-by.el:
1236 * semantic/wisent/python-wy.el: Regenerate.
1237
12382010-07-20 Juanma Barranquero <lekktu@gmail.com>
1239
1240 * semantic/db-file.el (object-write): Fix typo in docstring.
1241
12422010-06-03 Eric Ludlam <zappo@gnu.org>
1243
1244 * semantic/lex-spp.el
1245 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
1246 invalid values during save, just save a nil (Bug#6324).
1247
12482010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
1249
1250 * ede/cpp-root.el (ede-set-project-variables): Fix feature name
1251 (bug#6231).
1252
266a86bd
CY
12532010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1254
1255 Use a mode-line spec rather than a static string in Semantic.
1256 * semantic/util-modes.el:
1257 (semantic-minor-modes-format): New var to replace...
1258 (semantic-minor-modes-status): Remove.
1259 (semantic-mode-line-update): Construct a mode-line spec rather than
1260 a static string so that mouse buttons can be used on individual minor
1261 modes and so that semantic-mode-line-update only needs to be called
1262 when global settings are changed.
1263 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1264 Call semantic-mode-line-update.
1265 (semantic-toggle-minor-mode-globally): Don't assume mode is on
1266 minor-mode-alist, check semantic-minor-mode-alist as well.
1267 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1268 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1269 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1270 * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1271 * semantic/idle.el (semantic-idle-scheduler-mode)
1272 (define-semantic-idle-service, semantic-idle-summary-mode):
1273 * semantic/decorate/mode.el (semantic-decoration-mode):
1274 Don't call semantic-mode-line-update any more.
1275
12762010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
1277
1278 Use define-minor-mode in CEDET where applicable.
1279
1280 * srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1281 Use define-minor-mode.
1282
1283 * semantic/util-modes.el (semantic-add-minor-mode):
1284 Remove unused arg `keymap' and code redundant with define-minor-mode.
1285 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1286 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1287 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1288 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1289 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1290 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1291 Use define-minor-mode.
1292 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1293 (semantic-show-unmatched-syntax-mode-setup)
1294 (semantic-show-parser-state-mode-setup)
1295 (semantic-highlight-func-mode-setup): Inline into sole caller.
1296
1297 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1298 (semantic-mru-bookmark-mode): Use define-minor-mode.
1299 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1300
1301 * semantic/idle.el (define-semantic-idle-service):
1302 Use define-minor-mode and inline setup function into its sole caller.
1303 (semantic-idle-scheduler-mode-setup)
1304 (semantic-idle-summary-mode-setup): Inline into sole caller.
1305 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1306 Use define-minor-mode.
1307
1308 * semantic/decorate/mode.el (global-semantic-decoration-mode)
1309 (semantic-decoration-mode): Use define-minor-mode.
1310 (semantic-decoration-mode-setup): Inline into sole caller.
1311
1312 * ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1313 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1314 (ede-dired-add-to-target): Use dolist.
1315
266a86bd
CY
13162010-04-29 Chong Yidong <cyd@stupidchicken.com>
1317
1318 * semantic.el (semantic-completion-at-point-function):
1319 New function.
1320 (semantic-mode): Use semantic-completion-at-point-function for
1321 completion-at-point-functions instead.
1322
13232010-04-28 Chong Yidong <cyd@stupidchicken.com>
1324
1325 * semantic.el (semantic-mode): When enabled, add
1326 semantic-ia-complete-symbol to completion-at-point-functions.
1327
1328 * semantic/ia.el (semantic-ia-complete-symbol): Return nil
1329 if Semantic is not active.
1330
13312010-04-19 Chong Yidong <cyd@stupidchicken.com>
1332
1333 * ede/pmake.el (ede-proj-makefile-insert-variables):
1334 Don't destroy list before using it.
1335
dd9af436
CY
13362010-04-02 Juanma Barranquero <lekktu@gmail.com>
1337
1338 * semantic/imenu.el (semantic-imenu-bucketize-type-members)
1339 (semantic-create-imenu-directory-index): Fix typos in docstrings.
1340 (semantic-imenu-goto-function): Reflow docstring.
1341
13422010-03-24 Juanma Barranquero <lekktu@gmail.com>
1343
1344 * srecode/table.el (srecode-template-table): Fix docstring typo.
1345
266a86bd
CY
13462010-03-24 Glenn Morris <rgm@gnu.org>
1347
1348 * semantic/bovine/c.el (semantic-c-describe-environment):
1349 Consistently check ede-object is bound throughout.
1350
1351 * ede/project-am.el (ede-shell-run-something): Declare.
1352
dd9af436
CY
13532010-03-13 Eric M. Ludlam <zappo@gnu.org>
1354
1355 * semantic/imenu.el: New file, from the CEDET repository
1356 (Bug#5412).
1357
13582010-03-06 Glenn Morris <rgm@gnu.org>
1359
1360 * semantic/grammar.el (semantic-grammar-header-template):
1361 Update template copyright to GPLv3+.
1362
13632010-02-28 Chong Yidong <cyd@stupidchicken.com>
1364
1365 * semantic/db-find.el
1366 (semanticdb-find-translate-path-brutish-default):
4d789d84
SM
1367 * ede/make.el (ede-make-check-version):
1368 Use with-current-buffer instead of save-excursion.
dd9af436 1369
76e3243a
JB
13702010-02-24 Eduard Wiebe <usenet@pusto.de>
1371
1372 * semantic/wisent/javascript.el (wisent-javascript-jv-expand-tag):
1373 Avoid c(ad)ddr and use c(ad)r of cddr (Bug#5640).
1374
dd9af436
CY
13752010-02-16 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * data-debug.el (data-debug): Move to extensions group.
1378
1379 * ede.el (ede):
1380 * srecode.el (srecode):
1381 * semantic.el (semantic): Put in tools and extensions group.
1382
13832010-02-14 Juanma Barranquero <lekktu@gmail.com>
1384
1385 * ede.el (ede-run-target, project-delete-target)
1386 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1387 (ede-adebug-project, ede-adebug-project-parent)
1388 (ede-adebug-project-root): Fix typos in docstrings.
1389
13902010-01-18 Juanma Barranquero <lekktu@gmail.com>
1391
1392 * ede/locate.el (ede-locate-file-in-project)
1393 (ede-locate-file-in-project-impl): Fix typos in docstrings.
1394 (ede-enable-locate-on-project): Fix typos in error messages.
1395
1396 * semantic/util-modes.el (semantic-unmatched-syntax-face)
1397 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1398 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1399 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1400 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1401 Fix typos in menu help.
1402
1403 * semantic.el (semantic-require-version, semantic--buffer-cache)
1404 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1405 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1406 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1407 (semantic-parse-stream, semantic-parse-region)
1408 (semantic-parse-region-default, semantic--set-buffer-cache)
1409 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1410 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1411 (semantic-default-submodes):
1412 * semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1413 (semanticdb-create-ebrowse-database)
1414 (semanticdb-find-tags-for-completion-method)
1415 (semanticdb-find-tags-by-class-method)
1416 (semanticdb-deep-find-tags-by-name-method)
1417 (semanticdb-deep-find-tags-for-completion-method):
1418 * semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1419 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1420 (semanticdb-find-tags-for-completion-method)
1421 (semanticdb-find-tags-by-class-method)
1422 (semanticdb-deep-find-tags-for-completion-method):
1423 * semantic/db-find.el (semanticdb-find-translate-path)
1424 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1425 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1426 (semanticdb-find-tags-by-name-method)
1427 (semanticdb-find-tags-by-name-regexp-method)
1428 (semanticdb-find-tags-for-completion-method)
1429 (semanticdb-find-tags-by-class-method)
1430 (semanticdb-find-tags-external-children-of-type-method)
1431 (semanticdb-find-tags-subclasses-of-type-method)
1432 (semanticdb-deep-find-tags-by-name-method)
1433 (semanticdb-deep-find-tags-by-name-regexp-method)
1434 (semanticdb-deep-find-tags-for-completion-method):
1435 * semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1436 (semanticdb-enable-gnu-global-in-buffer)
1437 (semanticdb-find-tags-for-completion-method)
1438 (semanticdb-deep-find-tags-by-name-method)
1439 (semanticdb-deep-find-tags-for-completion-method):
1440 * semantic/db-javascript.el (semanticdb-javascript-tags)
1441 (javascript-mode, semanticdb-find-translate-path)
1442 (semanticdb-find-tags-for-completion-method)
1443 (semanticdb-find-tags-by-class-method)
1444 (semanticdb-deep-find-tags-by-name-method)
1445 (semanticdb-deep-find-tags-for-completion-method)
1446 (semanticdb-find-tags-external-children-of-type-method):
1447 * semantic/idle.el (semantic-idle-work-core-handler)
1448 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1449 (global-semantic-idle-scheduler-mode):
1450 * srecode/dictionary.el (srecode-field-value)
1451 (srecode-dictionary-add-section-dictionary):
1452 Fix typos in docstrings.
1453
14542010-01-17 Glenn Morris <rgm@gnu.org>
1455
1456 * semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1457
14582010-01-17 Juanma Barranquero <lekktu@gmail.com>
1459
1460 * semantic.el (semantic-mode): Fix typos in docstrings.
1461
14622010-01-16 Mario Lang <mlang@delysid.org>
1463
1464 * ede/cpp-root.el (ede-cpp-root-project):
1465 * ede/files.el (ede-expand-filename):
1466 * ede/simple.el (ede-simple-project):
1467 * semantic/complete.el (semantic-complete-read-tag-engine)
1468 (semantic-complete-inline-tag-engine):
1469 * semantic/db-el.el (semanticdb-equivalent-mode):
1470 * semantic/db-global.el (semanticdb-equivalent-mode):
1471 * semantic/db-javascript.el (semanticdb-equivalent-mode):
1472 * semantic/db.el (semanticdb-equivalent-mode):
1473 * semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1474 * semantic/idle.el (semantic-idle-work-for-one-buffer):
1475 Remove duplicated words in doc-strings.
1476
14772010-01-14 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * semantic/edit.el (semantic-reparse-needed-change-hook)
1480 (semantic-no-reparse-needed-change-hook):
1481 * srecode/insert.el (srecode-resolve-argument-list)
1482 (srecode-template-inserter-blank, srecode-template-inserter-variable)
1483 (srecode-template-inserter-ask, srecode-template-inserter-width)
1484 (srecode-template-inserter-section-start)
1485 (srecode-template-inserter-section-end, srecode-insert-method):
ed9265fc 1486 Fix typos in docstrings.
dd9af436
CY
1487
14882010-01-12 Juanma Barranquero <lekktu@gmail.com>
1489
1490 * data-debug.el (data-debug): Fix customization group reference.
1491
14922010-01-12 Juanma Barranquero <lekktu@gmail.com>
1493
1494 * semantic/analyze.el (semantic-analyze-push-error)
1495 (semantic-analyze-context, semantic-analyze-context-assignment)
1496 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1497 * semantic/java.el (java-mode, semantic-tag-include-filename)
1498 (semantic-java-doc-keywords-map):
1499 * semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1500 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1501 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1502 (semantic-c-classname, semantic-format-tag-uml-prototype)
1503 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1504 * semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1505 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1506 (semantic-get-local-variables, semantic-end-of-command)
1507 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1508 (lisp-mode):
1509 * semantic/bovine/make.el (makefile-mode):
1510 * semantic/wisent/python.el (wisent-python-string-re)
1511 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1512 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1513 (semantic-lex, semantic-get-local-variables, python-mode):
1514 * semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1515 * srecode/extract.el (srecode-extract-state-set)
1516 (srecode-extract-method): Fix typos in docstrings.
1517
15182010-01-10 Chong Yidong <cyd@stupidchicken.com>
1519
1520 * semantic.el (semantic-new-buffer-setup-functions):
1521 Add python parser.
1522
15232010-01-10 Richard Kim <emacs18@gmail.com>
1524
1525 * semantic/wisent/python-wy.el:
1526 * semantic/wisent/python.el: New files.
1527
15282010-01-02 Juanma Barranquero <lekktu@gmail.com>
1529
1530 * semantic/db-typecache.el (semanticdb-typecache-find-default):
1531 Fix typo in docstring.
1532
15332009-12-14 Chong Yidong <cyd@stupidchicken.com>
1534
1535 * semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1536 (semantic-mru-bookmark-mode): Doc fixes.
1537
1538 * semantic/db.el (semanticdb-cache-get): Use error instead
1539 of assert.
1540
15412009-12-05 Chong Yidong <cyd@stupidchicken.com>
1542
1543 * semantic/ia.el (semantic-ia-complete-symbol):
1544 Make argument optional.
1545
15462009-12-05 Eric Ludlam <zappo@gnu.org>
1547
1548 * semantic/bovine/c.el (semantic-c-describe-environment):
1549 Describe project macro symbols.
1550
1551 * semantic/complete.el (semantic-complete-do-completion):
1552 Don't call semantic-collector-current-exact-match.
1553
1554 * ede.el (ede-apply-preprocessor-map): Accept lists of
1555 ede-objects as targets.
1556
4d789d84
SM
1557 * ede/pmake.el (ede-proj-makefile-insert-variables):
1558 Output a target's object list even if compiler vars are already in the
dd9af436
CY
1559 Makefile.
1560
1561 * ede/emacs.el (ede-preprocessor-map): Add config.h to the
1562 list of headers producing necessary macros.
1563
15642009-11-24 Glenn Morris <rgm@gnu.org>
1565
1566 * semantic/idle.el (global-semantic-idle-scheduler-mode):
1567 Move after definition of global-semantic-idle-tag-highlight-mode.
1568
15692009-11-22 Chong Yidong <cyd@stupidchicken.com>
1570
1571 * srecode/map.el (srecode-get-maps):
1572 * semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1573 * semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1574 * semantic/decorate/mode.el (semantic-decoration-mode)
1575 (semantic-toggle-decoration-style):
1576 * semantic/decorate/include.el
1577 (semantic-decoration-include-describe)
1578 (semantic-decoration-unknown-include-describe)
1579 (semantic-decoration-unparsed-include-describe)
1580 (semantic-decoration-all-include-summary):
1581 * semantic/bovine/c.el (semantic-c-debug-mode-init):
1582 * semantic/analyze/complete.el
1583 (semantic-analyze-possible-completions):
1584 * semantic/util-modes.el (semantic-highlight-edits-mode)
1585 (semantic-show-unmatched-syntax-mode)
1586 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1587 (semantic-highlight-func-mode):
1588 * semantic/util.el (semantic-describe-buffer):
1589 * semantic/symref.el (semantic-symref-find-references-by-name)
1590 (semantic-symref-find-tags-by-name)
1591 (semantic-symref-find-tags-by-regexp)
1592 (semantic-symref-find-tags-by-completion)
1593 (semantic-symref-find-file-references-by-name)
1594 (semantic-symref-find-text):
1595 * semantic/senator.el (senator-copy-tag, senator-kill-tag)
1596 (senator-yank-tag):
1597 * semantic/scope.el (semantic-calculate-scope):
1598 * semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1599 * semantic/idle.el (semantic-idle-scheduler-mode)
1600 (define-semantic-idle-service):
1601 * semantic/complete.el (semantic-complete-analyze-inline)
1602 (semantic-complete-analyze-inline-idle):
1603 * semantic/analyze.el (semantic-analyze-current-context):
1604 * mode-local.el (describe-mode-local-bindings)
1605 (describe-mode-local-bindings-in-mode):
1606 * ede/make.el (ede-make-check-version):
1607 * ede/locate.el (ede-enable-locate-on-project):
1608 * cedet-idutils.el (cedet-idutils-expand-filename)
1609 (cedet-idutils-version-check):
1610 * cedet-global.el (cedet-gnu-global-expand-filename)
1611 (cedet-gnu-global-version-check):
1612 * cedet-cscope.el (cedet-cscope-expand-filename)
1613 (cedet-cscope-version-check): Use called-interactively-p instead
1614 of interactive-p.
1615
1616 * semantic/ia.el (semantic-ia-completion-format-tag-function):
1617 Use semantic-format-tag-prototype.
1618
16192009-11-21 Chong Yidong <cyd@stupidchicken.com>
1620
1621 * semantic/complete.el (semantic-complete-read-tag-engine)
1622 (semantic-complete-jump-local, semantic-complete-jump):
1623 Improve prompt string.
1624
16252009-11-20 Chong Yidong <cyd@stupidchicken.com>
1626
1627 * semantic/complete.el (semantic-complete-inline-map): Doc fix.
1628
1629 * semantic/idle.el (define-semantic-idle-service)
1630 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1631
16322009-11-20 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * cedet.el (cedet-menu-map): Re-order menu items.
1635
1636 * semantic.el: Enable idle-mode menu items only if
1637 global-semantic-idle-scheduler-mode is enabled.
1638 (semantic-default-submodes): Doc fix.
1639
1640 * semantic/idle.el (global-semantic-idle-scheduler-mode):
1641 When turning off, disable other idle modes.
1642
16432009-11-15 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * semantic/idle.el (semantic-idle-summary-mode)
1646 (semantic-idle-summary-mode): Define using define-minor-mode
1647 instead of define-semantic-idle-service.
1648 (semantic-idle-summary-mode): New function.
1649 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1650 that mouse motion does not reset the echo area.
1651
16522009-11-08 Chong Yidong <cyd@stupidchicken.com>
1653
4d789d84
SM
1654 * semantic/ctxt.el (semantic-get-local-variables):
1655 Disable the progress reporter entirely.
dd9af436
CY
1656
16572009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1658
1659 * semantic/fw.el (semantic/loaddefs):
1660 * srecode.el (srecode/loaddefs):
1661 * ede.el (ede/loaddefs): Load rather than require.
1662 * ede/cpp-root.el:
1663 * ede/emacs.el:
1664 * ede/files.el:
1665 * ede/linux.el:
1666 * ede/locate.el:
1667 * ede/make.el:
1668 * ede/shell.el:
1669 * ede/speedbar.el:
1670 * ede/system.el:
1671 * ede/util.el:
1672 * semantic/analyze.el:
1673 * semantic/bovine.el:
1674 * semantic/complete.el:
1675 * semantic/ctxt.el:
1676 * semantic/db-file.el:
1677 * semantic/db-find.el:
1678 * semantic/db-global.el:
1679 * semantic/db-mode.el:
1680 * semantic/db-typecache.el:
1681 * semantic/db.el:
1682 * semantic/debug.el:
1683 * semantic/dep.el:
1684 * semantic/doc.el:
1685 * semantic/edit.el:
1686 * semantic/find.el:
1687 * semantic/format.el:
1688 * semantic/html.el:
1689 * semantic/ia-sb.el:
1690 * semantic/ia.el:
1691 * semantic/idle.el:
1692 * semantic/lex-spp.el:
1693 * semantic/lex.el:
1694 * semantic/mru-bookmark.el:
1695 * semantic/scope.el:
1696 * semantic/senator.el:
1697 * semantic/sort.el:
1698 * semantic/symref.el:
1699 * semantic/tag-file.el:
1700 * semantic/tag-ls.el:
1701 * semantic/tag-write.el:
1702 * semantic/tag.el:
1703 * semantic/util-modes.el:
1704 * semantic/analyze/complete.el:
1705 * semantic/analyze/refs.el:
1706 * semantic/bovine/c.el:
1707 * semantic/bovine/gcc.el:
1708 * semantic/bovine/make.el:
1709 * semantic/bovine/scm.el:
1710 * semantic/decorate/include.el:
1711 * semantic/decorate/mode.el:
1712 * semantic/symref/cscope.el:
1713 * semantic/symref/global.el:
1714 * semantic/symref/grep.el:
1715 * semantic/symref/idutils.el:
1716 * semantic/symref/list.el:
1717 * semantic/wisent/java-tags.el:
1718 * semantic/wisent/javascript.el:
1719 * srecode/compile.el:
1720 * srecode/cpp.el:
1721 * srecode/document.el:
1722 * srecode/el.el:
1723 * srecode/expandproto.el:
1724 * srecode/getset.el:
1725 * srecode/insert.el:
1726 * srecode/java.el:
1727 * srecode/map.el:
1728 * srecode/mode.el:
1729 * srecode/template.el:
1730 * srecode/texi.el: Remove the file-local setting of
1731 generated-autoload-feature.
1732
17332009-11-03 Glenn Morris <rgm@gnu.org>
1734
1735 * mode-local.el (with-mode-local): Doc fix.
1736
17372009-10-31 Chong Yidong <cyd@stupidchicken.com>
1738
1739 * cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1740 items.
1741
1742 * ede.el (ede-minor-mode):
1743 * semantic.el (semantic-mode): Toggle menu separators.
1744
17452009-10-31 Glenn Morris <rgm@gnu.org>
1746
1747 * semantic/tag.el (semantic--tag-link-list-to-buffer):
1748 Use mapc rather than mapcar because the return value is never used.
1749
266a86bd
CY
1750 * srecode/template.el, semantic/wisent/javascript.el:
1751 * semantic/wisent/java-tags.el, semantic/texi.el:
dd9af436
CY
1752 * semantic/html.el:
1753 Suppress harmless warnings about setting up semantic-imenu (not
1754 part of Emacs) variables.
1755
17562009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * srecode/srt-mode.el (semantic-analyze-possible-completions):
1759 * semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1760 * semantic/symref/grep.el (semantic-symref-perform-search):
1761 * semantic/bovine/gcc.el (semantic-gcc-query):
1762 * semantic/bovine/c.el (semantic-c-parse-lexical-token):
1763 * semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1764 (semantic-analyzer-debug-global-symbol)
1765 (semantic-analyzer-debug-missing-innertype)
1766 (semantic-analyzer-debug-insert-include-summary):
1767 * semantic/util.el (semantic-file-tag-table):
1768 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1769 (semantic-recursive-find-nonterminal-by-name):
1770 * semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1771 * semantic/tag-file.el (semantic-prototype-file):
1772 * semantic/symref.el (semantic-symref-parse-tool-output):
1773 * semantic/sb.el (semantic-sb-fetch-tag-table):
1774 * semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1775 * semantic/idle.el (semantic-idle-work-for-one-buffer):
1776 (semantic-idle-summary-maybe-highlight):
1777 * semantic/ia-sb.el (semantic-ia-speedbar)
1778 (semantic-ia-sb-tag-info):
1779 * semantic/grammar.el (semantic-analyze-possible-completions):
1780 * semantic/find.el (semantic-brute-find-tag-by-position):
1781 * semantic/ede-grammar.el (project-compile-target):
1782 (ede-proj-makefile-insert-variables):
1783 * semantic/debug.el (semantic-debug-set-parser-location):
1784 (semantic-debug-set-source-location, semantic-debug-interface-layout)
1785 (semantic-debug-mode, semantic-debug):
1786 * semantic/db.el (semanticdb-needs-refresh-p):
1787 * semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1788 * semantic/db-javascript.el (semanticdb-equivalent-mode):
1789 * semantic/db-find.el (semanticdb-find-log-new-search)
1790 (semanticdb-find-translate-path-includes--internal)
1791 (semanticdb-reset-log, semanticdb-find-log-activity):
1792 * semantic/db-file.el (object-write):
1793 * semantic/db-el.el (semanticdb-equivalent-mode):
1794 * semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1795 (semanticdb-create-ebrowse-database):
1796 * semantic/db-debug.el (semanticdb-table-sanity-check):
1797 * semantic/complete.el (semantic-displayor-focus-request)
1798 (semantic-collector-calculate-completions-raw)
1799 (semantic-complete-read-tag-analyzer):
1800 * semantic/analyze.el (semantic-analyze-pulse):
1801 * ede/util.el (ede-update-version-in-source):
1802 * ede/proj.el (project-delete-target):
1803 * ede/proj-elisp.el (ede-update-version-in-source)
1804 (ede-proj-flush-autoconf):
1805 * ede/pconf.el (ede-proj-configure-synchronize)
1806 (ede-proj-configure-synchronize):
1807 * ede/locate.el (ede-locate-file-in-project-impl):
1808 * ede/linux.el (ede-linux-version):
1809 * ede/emacs.el (ede-emacs-version):
1810 * ede/dired.el (ede-dired-add-to-target):
1811 * ede.el (ede-buffer-header-file, ede-find-target)
1812 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1813 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1814 * cedet-idutils.el (cedet-idutils-fnid-call):
1815 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1816 (cedet-idutils-version-check):
1817 * cedet-global.el (cedet-gnu-global-call):
1818 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1819 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1820 * cedet-cscope.el (cedet-cscope-call)
1821 (cedet-cscope-expand-filename, cedet-cscope-version-check):
1822 Use with-current-buffer.
1823 * ede.el (ede-make-project-local-variable)
1824 (ede-set-project-variables, ede-set): Use dolist.
1825
18262009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1827
1828 * mode-local.el (make-obsolete-overload): Add `when' argument.
1829 (overload-docstring-extension): Use that info.
1830 * semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1831 * semantic/idle.el (semantic-eldoc-current-symbol-info):
1832 * semantic/tag-ls.el (semantic-nonterminal-protection)
1833 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1834 (semantic-nonterminal-full-name): Add the new `when' info.
1835 * semantic/decorate/mode.el (semantic/decorate): Require CL for
1836 `assert'.
1837
18382009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * semantic/fw.el (semantic-alias-obsolete)
1841 (semantic-varalias-obsolete): Make the `when' arg mandatory.
1842 (define-mode-overload-implementation):
1843 * semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1844 * semantic/wisent.el (wisent-lex-make-token-table):
1845 * semantic/util.el (semantic-file-token-stream)
1846 (semantic-something-to-stream):
1847 * semantic/tag.el (semantic-tag-make-assoc-list)
1848 (semantic-expand-nonterminal):
1849 * semantic/tag-file.el (semantic-find-nonterminal)
1850 (semantic-find-dependency, semantic-find-nonterminal)
1851 (semantic-find-dependency):
1852 * semantic/lex.el (semantic-flex-start, semantic-flex-end)
1853 (semantic-flex-text, semantic-flex-make-keyword-table)
1854 (semantic-flex-keyword-p, semantic-flex-keyword-put)
1855 (semantic-flex-keyword-get, semantic-flex-map-keywords)
1856 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1857 * semantic/java.el (semantic-java-prototype-nonterminal):
1858 * semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1859 (semantic-after-idle-scheduler-reparse-hooks):
1860 * semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1861 * semantic/db-mode.el (semanticdb-mode-hooks):
1862 * semantic.el (semantic-toplevel-bovine-table)
1863 (semantic-toplevel-bovine-cache)
1864 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1865 (semantic-init-mode-hooks, semantic-init-db-hooks)
1866 (semantic-bovination-working-type): Provide the `when' arg.
1867
18682009-10-24 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1871 * semantic/tag.el (semantic-token-type-parent): Add WHEN
1872 argument to make-obsolete.
1873
1874 * semantic/fw.el (semantic-alias-obsolete)
1875 (semantic-varalias-obsolete): Add optional WHEN argument.
1876
18772009-10-21 Eric Ludlam <zappo@gnu.org>
1878
1879 * semantic/bovine/c.el (semantic-c-debug-mode-init)
1880 (semantic-c-debug-mode-init-pch): New functions.
1881 (semantic-c-debug-mode-init-last-mode): New var.
1882 (semantic-c-parse-lexical-token): Use them.
1883
1884 * semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1885 When extracting the argument list, limit only by point-max.
1886
18872009-10-17 Chong Yidong <cyd@stupidchicken.com>
1888
1889 * srecode/srt.el:
1890 * srecode/compile.el:
1891 * semantic/mru-bookmark.el:
1892 * semantic/debug.el:
1893 * semantic/complete.el:
1894 * semantic/analyze.el: Require CL when compiling.
1895
18962009-10-17 Eric Ludlam <zappo@gnu.org>
1897
1898 * semantic/scope.el
1899 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1900 tmpscope so that the regular scope will continue to work.
1901
1902 * semantic/idle.el (semantic-idle-tag-highlight):
1903 Use semantic-idle-summary-highlight-face as the highlighting.
1904
dd9af436
CY
1905 * ede/project-am.el (project-run-target): New method.
1906 (project-run-target): New method.
1907
1908 * ede.el (ede-target): Add run target menu item.
1909 (ede-project, ede-minor-keymap): Add ede-run-target binding.
1910 (ede-run-target): New function.
1911 (ede-target::project-run-target): New method.
1912
1913 * ede/proj.el (project-run-target): New method.
1914
1915 * ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1916 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
1917 Add :rules.
1918 (ede-proj-target-makefile-shared-object): Only libtool compilers
1919 now available. Add linkers for libtool.
1920 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1921 (ede-proj-makefile-target-name): Always use .la extension.
1922
1923 * ede/proj-prog.el (project-run-target): New method.
1924
1925 * ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1926 (ede-g++-linker): Change Change link lines.
1927
1928 * ede/pmake.el (ede-pmake-insert-variable-shared):
1929 When searching for old variables, go to the end of the buffer and
1930 search backward from there.
1931 (ede-proj-makefile-automake-insert-subdirs)
1932 (ede-proj-makefile-automake-insert-extradist): New methods.
1933 (ede-proj-makefile-create): Use them.
1934
1935 * ede/pconf.el (ede-proj-configure-test-required-file):
1936 Force FILE to expand to the current target. Use file-exists-p to
1937 check that it exists.
1938
1939 * ede/linux.el (ede-linux-version): Don't call "head".
1940 (ede-linux-load): Wrap dir in file-name-as-directory.
1941 Set :version slot.
1942
1943 * ede/files.el (ede-get-locator-object): When enabling
1944 locate, do so on "top".
1945
1946 * ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1947 file-name-as-directory during compare.
1948 (ede-emacs-version): Return Emacs/XEmacs differentiator.
1949 Get version number from different places. Don't call egrep.
1950 (ede-emacs-load): Set :version slot. Call file-name-as-directory
1951 to set the directory.
1952
1953 * ede/shell.el: New file.
1954
1955 * inversion.el (inversion-decoders): Allow for stray . in
1956 alpha/beta variants.
1957
19582009-10-17 Glenn Morris <rgm@gnu.org>
1959
1960 * semantic/grammar.el (semantic-grammar--lex-delim-spec):
1961 All errors should have messages.
1962
19632009-10-10 Sascha Wilde <wilde@sha-bang.de>
1964
1965 * ede/proj-shared.el (ede-proj-makefile-target-name):
1966 Use .la for Automake.
1967
19682009-10-09 Chong Yidong <cyd@stupidchicken.com>
1969
1970 * ede/pconf.el (ede-proj-configure-synchronize):
1971 Use "autoreconf -i". Suggested by Andreas Schwab.
1972
19732009-10-08 Chong Yidong <cyd@stupidchicken.com>
1974
1975 * ede/proj.el (project-make-dist, project-compile-project):
1976 Fix filename test.
1977 (ede-proj-dist-makefile): Use expand-file-name instead of concat
1978 to expand file names.
1979
19802009-10-08 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * ede/proj-obj.el (ede-gcc-linker): New var.
1983 (ede-proj-target-makefile-objectcode): Use it.
1984
1985 * ede/source.el (ede-want-any-source-files-p)
1986 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1987 Return search result. This error was introduced while merging.
1988
19892009-10-04 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * semantic.el (semantic-new-buffer-setup-functions): New option.
1992 (semantic-new-buffer-fcn): Call parser setup functions here.
1993 (semantic-mode): Don't call parser setup functions here, it's done
1994 in semantic-new-buffer-fcn now.
1995 (semantic-mode): Parse all existing buffers when enabled.
1996
1997 * srecode/compile.el (srecode-compile-file):
1998 Call semantic-new-buffer-fcn if the buffer has not been parsed.
1999
20002009-10-04 Chong Yidong <cyd@stupidchicken.com>
2001
2002 * ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2003
2004 * ede/proj-comp.el: Don't require ede/pmake at toplevel.
2005 (proj-comp-insert-variable-once): New macro, renamed from
2006 ede-pmake-insert-variable-once in ede/pmake.edl.
2007 (ede-proj-makefile-insert-variables): Use it.
2008
20092009-10-04 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * ede/makefile-edit.el (makefile-beginning-of-command)
2012 (makefile-end-of-command):
2013 * srecode/srt-mode.el (semantic-beginning-of-context)
2014 (semantic-end-of-context): Fix previous change. Doc fixes.
2015
20162009-10-04 Juanma Barranquero <lekktu@gmail.com>
2017
2018 * ede/makefile-edit.el (makefile-beginning-of-command)
2019 (makefile-end-of-command):
2020 * semantic/lex.el (semantic-lex-token):
2021 * semantic/analyze/fcn.el
2022 (semantic-analyze-dereference-metatype-1):
2023 * semantic/bovine/c.el (semantic-lex-cpp-define)
2024 (semantic-lex-cpp-undef):
2025 * semantic/wisent/wisent.el (wisent-skip-block):
2026 * srecode/srt-mode.el (semantic-beginning-of-context)
2027 (semantic-end-of-context): Fix typos in docstrings.
2028
20292009-10-04 Chong Yidong <cyd@stupidchicken.com>
2030
2031 * ede.el (ede-project-placeholder-cache-file):
2032 * semantic/db-file.el (semanticdb-default-save-directory):
2033 * srecode/map.el (srecode-map-save-file):
2034 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
2035
20362009-10-03 Chong Yidong <cyd@stupidchicken.com>
2037
2038 * srecode/insert.el: Require srecode/args.
2039
2040 * srecode/args.el: Require srecode/dictionary instead of
2041 srecode/insert.
2042
2043 * srecode/srt-mode.el (srecode-template-mode): Doc fix.
2044
2045 * files.el (auto-mode-alist): Add .srt and Project.ede.
2046
2047 * semantic.el (semantic-mode):
2048 Handle srecode-template-mode-hook as well.
2049 (semantic-mode): Use js-mode-hook for Javascript hook.
2050
2051 * srecode/template.el: Remove hook variable.
2052
2053 * ede/proj-comp.el: Require ede/pmake when compiling.
2054
2055 * ede.el (ede-target-forms-menu): Don't enable if no
2056 projects exist.
2057 (ede-project-placeholder-cache-file): Default to a file in
2058 user-emacs-directory.
2059
2060 * srecode/map.el (srecode-map-base-template-dir): Look for
2061 templates in data-directory.
2062 (srecode-map-save-file): Default to a file in user-emacs-directory.
2063
2064 * ede/srecode.el (ede-srecode-setup): Use default templates
2065 directory.
2066
20672009-09-30 Eric Ludlam <zappo@gnu.org>
2068
2069 * semantic/util-modes.el (semantic-highlight-func-mode):
2070 Doc fix.
2071
2072 * ede/proj-comp.el (ede-proj-makefile-insert-variables):
2073 Only insert each variable once.
2074
2075 * ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2076 (ede-pmake-insert-variable-shared): Use it.
2077
2078 * ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2079 for lexical table iff table is nil.
2080
20812009-10-01 Glenn Morris <rgm@gnu.org>
2082
2083 * semantic/bovine/gcc.el
2084 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
2085 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2086
20872009-10-03 Glenn Morris <rgm@gnu.org>
2088
2089 * semantic/db-find.el (data-debug-insert-tag-list): Comment out
2090 declaration, currently false.
2091
20922009-10-01 Glenn Morris <rgm@gnu.org>
2093
2094 * cedet-files.el (cedet-directory-name-to-file-name):
2095 * cedet-idutils.el (cedet-idutils-search)
2096 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2097 (cedet-idutils-version-check):
2098 * cedet.el (cedet-version):
2099 * data-debug.el (data-debug-insert-overlay-button)
2100 (data-debug-insert-overlay-list-button)
2101 (data-debug-insert-buffer-button)
2102 (data-debug-insert-buffer-list-button)
2103 (data-debug-insert-process-button, data-debug-insert-ring-button)
2104 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2105 (data-debug-insert-stuff-vector-button)
2106 (data-debug-insert-symbol-button, data-debug-insert-string)
2107 (data-debug-insert-number, data-debug-insert-lambda-expression)
2108 (data-debug-insert-nil, data-debug-insert-simple-thing)
2109 (data-debug-insert-custom, data-debug-edebug-expr):
2110 * ede.el (ede-auto-add-method, ede-project-class-files)
2111 (global-ede-mode-map, ede-new, ede-debug-target)
2112 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2113 * semantic.el (semantic-minimum-working-buffer-size)
2114 (semantic-fetch-tags, semantic-submode-list)
2115 (semantic-default-submodes):
2116 * ede/source.el (ede-source-match):
2117 * ede/project-am.el (project-am-type-alist, project-add-file)
2118 (project-am-package-info):
2119 * ede/proj.el (ede-proj-target, project-new-target):
2120 * ede/proj-elisp.el (ede-proj-tweak-autoconf):
2121 * ede/proj-comp.el (ede-current-build-list):
2122 * ede/makefile-edit.el (makefile-move-to-macro):
2123 * ede/files.el (ede-toplevel-project-or-nil):
2124 * ede/cpp-root.el (initialize-instance):
2125 * ede/autoconf-edit.el (autoconf-find-last-macro)
2126 (autoconf-parameter-strip, autoconf-insert-new-macro):
2127 * semantic/wisent.el (wisent-lex-eoi):
2128 * semantic/util-modes.el (global-semantic-show-parser-state-mode)
2129 (semantic-show-parser-state-mode):
2130 * semantic/texi.el (semantic-texi-environment-regexp):
2131 * semantic/tag.el (semantic-tag-new-variable)
2132 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2133 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2134 (semantic--tag-deep-copy-tag-list)
2135 (semantic-tag-components-with-overlays-default):
2136 * semantic/symref.el (semantic-symref-find-text):
2137 * semantic/senator.el (senator-yank-tag)
2138 (senator-transpose-tags-up):
2139 * semantic/scope.el (semantic-analyze-scoped-tags-default)
2140 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2141 * semantic/sb.el (semantic-sb-autoexpand-length):
2142 * semantic/lex.el (semantic-lex-comment-regex)
2143 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2144 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2145 * semantic/lex-spp.el
2146 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2147 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2148 * semantic/idle.el
2149 (semantic-idle-summary-current-symbol-info-brutish)
2150 (semantic-idle-summary-current-symbol-info-default):
2151 * semantic/grammar.el (semantic-grammar-recreate-package)
2152 (semantic--grammar-macro-compl-dict):
2153 * semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2154 * semantic/format.el (semantic-format-tag-custom-list)
2155 (semantic-format-tag-canonical-name-default):
2156 * semantic/find.el (semantic-find-tag-by-overlay-in-region)
2157 (semantic-find-tags-for-completion)
2158 (semantic-find-tags-by-scope-protection-default)
2159 (semantic-deep-find-tags-for-completion):
2160 * semantic/edit.el
2161 (semantic-edits-incremental-reparse-failed-hook)
2162 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2163 (semantic-edits-splice-remove, semantic-edits-splice-replace):
2164 * semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2165 * semantic/dep.el (semantic-dependency-include-path):
2166 * semantic/db.el (semanticdb-default-find-index-class)
2167 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2168 (semanticdb-project-roots):
2169 * semantic/db-find.el (semanticdb-implied-include-tags)
2170 (semanticdb-find-adebug-insert-scanned-tag-cons)
2171 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
2172 (semanticdb-brute-deep-find-tags-for-completion):
2173 * semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
2174 * semantic/ctxt.el (semantic-beginning-of-context-default)
2175 (semantic-end-of-context-default)
2176 (semantic-ctxt-current-function-default)
2177 (semantic-ctxt-scoped-types-default):
2178 * semantic/complete.el (semantic-complete-read-tag-engine)
2179 (semantic-complete-inline-tag-engine)
2180 (semantic-complete-inline-custom-type)
2181 (semantic-complete-read-tag-analyzer):
2182 * semantic/chart.el (semantic-chart-tags-by-class)
2183 (semantic-chart-database-size):
2184 * semantic/analyze.el (semantic-analyze-current-symbol)
2185 (semantic-analyze-current-context):
2186 * semantic/symref/list.el (semantic-symref)
2187 (semantic-symref-hide-buffer, semantic-symref-symbol):
2188 * semantic/symref/grep.el (semantic-symref-grep-use-template):
2189 * semantic/symref/filter.el (semantic-symref-hits-in-region):
2190 * semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
2191 * semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
2192 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
2193 (semantic-c-dereference-template):
2194 * semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
2195 (semantic--analyze-refs-full-lookup-with-parents)
2196 (semantic--analyze-refs-full-lookup-simple):
2197 * semantic/analyze/complete.el
2198 (semantic-analyze-possible-completions):
2199 * srecode/table.el (srecode-mode-table-new):
2200 * srecode/srt.el (srecode-read-variable-name):
2201 * srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
2202 * srecode/semantic.el (srecode-semantic-handle-:tag)
2203 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
2204 * srecode/map.el (srecode-current-map):
2205 * srecode/insert.el (srecode-insert)
2206 (srecode-insert-variable-secondname-handler, srecode-insert-method)
2207 (srecode-template-inserter-point-override)
2208 (srecode-insert-include-lookup):
2209 * srecode/getset.el (srecode-auto-choose-class):
2210 * srecode/extract.el (srecode-inserter-extract):
2211 * srecode/document.el
2212 (srecode-document-autocomment-return-last-alist)
2213 (srecode-document-autocomment-param-type-alist)
2214 (srecode-document-insert-function-comment)
2215 (srecode-document-insert-variable-one-line-comment)
2216 (srecode-document-function-name-comment):
2217 * srecode/dictionary.el (srecode-create-dictionary)
2218 (srecode-compound-toString):
2219 * srecode/compile.el (srecode-flush-active-templates):
2220 * srecode/args.el (srecode-semantic-handle-:blank):
2221 Doc/message fixes.
2222
22232009-10-01 Juanma Barranquero <lekktu@gmail.com>
2224
2225 * semantic/wisent/javat-wy.el
2226 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
2227
22282009-09-30 Juanma Barranquero <lekktu@gmail.com>
2229
2230 * srecode/expandproto.el: Fix provide statement.
2231
dd9af436
CY
22322009-09-30 Sascha Wilde <wilde@sha-bang.de>
2233
2234 * ede/srecode.el: Fix provide statement.
2235
22362009-09-30 Glenn Morris <rgm@gnu.org>
2237
2238 * ede/proj.el (ede-proj-target-makefile-miscelaneous):
2239 * ede/proj-aux.el (ede-aux-source):
2240 * ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
2241 (ede-misc-source):
2242 * semantic/mru-bookmark.el (semantic-mrub-completing-read)
2243 (semantic-mrub-switch-tags): Fix doc typos.
2244
2245 * semantic/db-global.el (data-debug-new-buffer)
2246 (data-debug-insert-thing): Remove unneeded declarations (one broken).
2247 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
2248
2249 * semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
2250
2251 * semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
2252 use of CL function `remove-if-not'.
2253
22542009-09-29 Glenn Morris <rgm@gnu.org>
2255
2256 * semantic/symref/idutils.el:
2257 * semantic/symref/list.el: Relicense under GPLv3+.
2258
2259 * ede/srecode.el (srecode-resolve-arguments): Fix declaration.
2260
2261 * semantic/complete.el (semantic-displayor-focus-abstract-child-p):
2262 * semantic/tag-file.el (semanticdb-table-child-p):
2263 * srecode/compile.el (srecode-template-inserter-newline-child-p):
2264 Mark declarations not understood by check-declare.
2265
22662009-09-28 Eric Ludlam <zappo@gnu.org>
2267
2268 CEDET (development tools) package merged.
2269
2270 * *.el:
2271 * ede/*.el:
2272 * semantic/*.el:
2273 * srecode/*.el: New files.
2274
22752009-09-28 Eric Ludlam <zappo@gnu.org>
2276
dd9af436
CY
2277 * cedet-cscope.el:
2278 * cedet-files.el:
2279 * cedet-global.el:
2280 * cedet-idutils.el:
2281 * data-debug.el:
2282 * inversion.el:
2283 * mode-local.el:
2284 * pulse.el: New files.
5df4f04c
GM
2285
2286;; Local Variables:
2287;; coding: utf-8
2288;; End:
2289
acaf905b 2290 Copyright (C) 2009-2012 Free Software Foundation, Inc.
5df4f04c
GM
2291
2292 This file is part of GNU Emacs.
2293
2294 GNU Emacs is free software: you can redistribute it and/or modify
2295 it under the terms of the GNU General Public License as published by
2296 the Free Software Foundation, either version 3 of the License, or
2297 (at your option) any later version.
2298
2299 GNU Emacs is distributed in the hope that it will be useful,
2300 but WITHOUT ANY WARRANTY; without even the implied warranty of
2301 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2302 GNU General Public License for more details.
2303
2304 You should have received a copy of the GNU General Public License
2305 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.