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