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