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