]> code.delx.au - gnu-emacs/log
gnu-emacs
14 years agoMinor whitespace changes and `require' fixes.
Chong Yidong [Sun, 6 Sep 2009 21:22:05 +0000 (21:22 +0000)]
Minor whitespace changes and `require' fixes.

14 years agolisp/cedet/semantic/java.el: File moved here from bovine/ subdirectory.
Chong Yidong [Sun, 6 Sep 2009 02:18:37 +0000 (02:18 +0000)]
lisp/cedet/semantic/java.el: File moved here from bovine/ subdirectory.

14 years agolisp/cedet/semantic/decorate/include.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:39:31 +0000 (23:39 +0000)]
lisp/cedet/semantic/decorate/include.el: Add local vars for autoloading.
(semantic-decoration-include-visit)
(semantic-decoration-unparsed-include-do-reset): Autoload.

14 years agolisp/cedet/semantic/util-modes.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:36:11 +0000 (23:36 +0000)]
lisp/cedet/semantic/util-modes.el: Add local vars for autoloading.
(global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
(global-semantic-show-unmatched-syntax-mode)
(semantic-show-unmatched-syntax-mode)
(global-semantic-show-parser-state-mode)
(semantic-show-parser-state-mode, global-semantic-stickyfunc-mode)
(semantic-stickyfunc-mode, global-semantic-highlight-func-mode)
(semantic-highlight-func-mode): Autoload.

14 years agolisp/cedet/semantic/symref.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:30:27 +0000 (23:30 +0000)]
lisp/cedet/semantic/symref.el: Add local vars for autoloading.
(semantic-symref-find-references-by-name)
(semantic-symref-find-tags-by-name, semantic-symref-find-tags-by-regexp)
(semantic-symref-find-tags-by-completion)
(semantic-symref-find-file-references-by-name)
(semantic-symref-find-text): Autoload.

14 years agolisp/cedet/semantic/scope.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:27:45 +0000 (23:27 +0000)]
lisp/cedet/semantic/scope.el: Add local vars for autoloading.
(semantic-calculate-scope): Autoload.

14 years agolisp/cedet/semantic/idle.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:25:26 +0000 (23:25 +0000)]
lisp/cedet/semantic/idle.el: Add local vars for autoloading.
(global-semantic-idle-scheduler-mode)
(semantic-idle-scheduler-mode): Autoload.

14 years agolisp/cedet/semantic/ia-sb.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:22:02 +0000 (23:22 +0000)]
lisp/cedet/semantic/ia-sb.el: Add local vars for autoloading.
(semantic-speedbar-analysis): Autoload.

14 years agolisp/cedet/semantic/ia.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:20:52 +0000 (23:20 +0000)]
lisp/cedet/semantic/ia.el: Add local vars for autoloading.
(semantic-ia-complete-symbol, semantic-ia-complete-symbol-menu)
(semantic-ia-complete-tip, semantic-ia-show-summary)
(semantic-ia-fast-jump, semantic-ia-fast-mouse-jump)
(semantic-ia-show-doc, semantic-ia-describe-class): Autoload.

14 years agolisp/cedet/semantic/dep.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:17:15 +0000 (23:17 +0000)]
lisp/cedet/semantic/dep.el: Add local vars for autoloading.
(semantic-add-system-include, semantic-remove-system-include
(semantic-reset-system-include)
(semantic-customize-system-include-path): Autoload.

14 years agolisp/cedet/semantic/db-global.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:13:51 +0000 (23:13 +0000)]
lisp/cedet/semantic/db-global.el: Add local vars for autoloading.
(semanticdb-enable-gnu-global-databases): Autoload.

14 years agolisp/cedet/semantic/db-find.el (semanticdb-find-test-translate-path)
Chong Yidong [Sat, 5 Sep 2009 23:12:41 +0000 (23:12 +0000)]
lisp/cedet/semantic/db-find.el (semanticdb-find-test-translate-path)
(semanticdb-find-adebug-lost-includes): Autoload.

14 years agolisp/cedet/semantic/complete.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 23:09:43 +0000 (23:09 +0000)]
lisp/cedet/semantic/complete.el: Add local vars for autoloading.
(semantic-complete-jump-local, semantic-complete-jump)
(semantic-complete-analyze-and-replace)
(semantic-complete-analyze-inline)
(semantic-complete-analyze-inline-idle)
(semantic-complete-self-insert): Autoload.

14 years agolisp/cedet/semantic/db-ref.el: Require semantic/db.
Chong Yidong [Sat, 5 Sep 2009 23:04:46 +0000 (23:04 +0000)]
lisp/cedet/semantic/db-ref.el: Require semantic/db.
(semanticdb-add-reference): Fix feature name.
(semanticdb-ref-test): Require eieio-datadebug instead of data-debug.

lisp/cedet/semantic/analyze/debug.el: Fix file header.

lisp/cedet/semantic/analyze/refs.el: Add local vars for autoloading.
Require semantic, semantic/analyze, and semantic/db-find.
Declare external functions.
(semantic-analyze-proto-impl-toggle): Autoload.  Require
semantic/decorate.
(semantic-analyze-current-tag): Autoload.

lisp/cedet/semantic/bovine/c.el: Declare external function.

lisp/cedet/semantic/bovine/gcc.el: Add local vars for autoloading.
(semantic-gcc-setup): Autoload.

lisp/cedet/semantic/decorate/include.el: Declare external functions.

lisp/cedet/semantic/symref/cscope.el: Declare external functions.

lisp/cedet/semantic/symref/filter.el: Declare external functions.

lisp/cedet/semantic/symref/list.el (semantic-symref-rb-goto-file)
(semantic-symref-rb-goto-tag, semantic-symref-rb-goto-match): Use
last-command-event.
(semantic-symref, semantic-symref-symbol): Autoload.

14 years agolisp/cedet/semantic/db-el.el (semanticdb-elisp-sym->tag): Require
Chong Yidong [Sat, 5 Sep 2009 21:20:17 +0000 (21:20 +0000)]
lisp/cedet/semantic/db-el.el (semanticdb-elisp-sym->tag): Require
semantic/bovine/el for semantic-elisp-desymbolify.

lisp/cedet/semantic/symref.el: Declare external functions.

lisp/cedet/semantic/tag-file.el: Declare external variables and functions.

lisp/cedet/semantic/texi.el: Declare external variables and functions.

14 years agolisp/cedet/semantic/symref/filter.el: New file.
Chong Yidong [Sat, 5 Sep 2009 21:09:25 +0000 (21:09 +0000)]
lisp/cedet/semantic/symref/filter.el: New file.

lisp/cedet/semantic/idle.el (semantic-symref-hits-in-region): Require
semantic/symref/filter.

14 years agolisp/cedet/semantic/bovine.el: New file.
Chong Yidong [Sat, 5 Sep 2009 20:48:18 +0000 (20:48 +0000)]
lisp/cedet/semantic/bovine.el: New file.

14 years agolisp/cedet/semantic/bovine/c-by.el
Chong Yidong [Sat, 5 Sep 2009 20:47:41 +0000 (20:47 +0000)]
lisp/cedet/semantic/bovine/c-by.el
lisp/cedet/semantic/bovine/c.el
lisp/cedet/semantic/bovine/debug.el
lisp/cedet/semantic/bovine/el.el
lisp/cedet/semantic/bovine/gcc.el
lisp/cedet/semantic/bovine/java.el
lisp/cedet/semantic/bovine/make-by.el
lisp/cedet/semantic/bovine/make.el
lisp/cedet/semantic/bovine/scm-by.el
lisp/cedet/semantic/bovine/scm.el: New files.

14 years agolisp/cedet/semantic/decorate/include.el:
Chong Yidong [Sat, 5 Sep 2009 20:45:54 +0000 (20:45 +0000)]
lisp/cedet/semantic/decorate/include.el:
lisp/cedet/semantic/decorate/mode.el: New files.

14 years agolisp/cedet/semantic/edit.el: Add local vars for autoloading.
Chong Yidong [Sat, 5 Sep 2009 20:38:12 +0000 (20:38 +0000)]
lisp/cedet/semantic/edit.el: Add local vars for autoloading.
Autoload semantic-parse-changes-default defalias.

lisp/cedet/semantic/analyze/complete.el: Require semantic/find when
compiling.

lisp/cedet/semantic/analyze/debug.el: Require semantic and
semantic/analyze/complete.  Require semantic/find when compiling.
(semantic-analyzer-debug-insert-include-summary): Require
semantic/dep.

lisp/cedet/semantic/analyze/fcn.el: Require semantic and semantic/tag.

14 years agolisp/cedet/semantic.el (semantic--set-buffer-cache): Ensure that
Chong Yidong [Sat, 5 Sep 2009 20:32:50 +0000 (20:32 +0000)]
lisp/cedet/semantic.el (semantic--set-buffer-cache): Ensure that
semantic-bovinate-nonterminal-check-obarray is buffer-local.

14 years agolisp/cedet/semantic/elp.el (semantic-elp-idle-work): Require semantic/idle.
Chong Yidong [Sat, 5 Sep 2009 01:06:46 +0000 (01:06 +0000)]
lisp/cedet/semantic/elp.el (semantic-elp-idle-work): Require semantic/idle.

14 years ago* emacs-lisp/autoload.el (generated-autoload-load-name): New var.
Chong Yidong [Sat, 5 Sep 2009 01:00:36 +0000 (01:00 +0000)]
* emacs-lisp/autoload.el (generated-autoload-load-name): New var.
(autoload-generate-file-autoloads): Use it.
(make-autoload): Handle define-overloadable-function.

* emacs-lisp/lisp-mode.el (define-overloadable-function): Add
doc-string-elt property for define-overloadable-function.

lisp/cedet/semantic/analyze.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/ctxt.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/db.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/db-file.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/db-mode.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/db-typecache.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/doc.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/find.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/format.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/lex.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/sb.el: Require semantic/format.

lisp/cedet/semantic/sort.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/tag.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/tag-file.el: Add generated-autoload-load-name var.

lisp/cedet/semantic/tag-ls.el: Add generated-autoload-load-name var.

14 years agolisp/cedet/semantic/analyze.el: Add local vars for autoloading.
Chong Yidong [Thu, 3 Sep 2009 03:58:13 +0000 (03:58 +0000)]
lisp/cedet/semantic/analyze.el: Add local vars for autoloading.
(semantic-analyze-current-context): Autoload.

lisp/cedet/semantic/ctxt.el: Add local vars for autoloading.
Don't eval-when-compile semantic/db
(semantic-ctxt-current-mode): Autoload.
(semantic-up-context): Require semantic/find.

lisp/cedet/semantic/find.el (semantic-current-tag-parent)
(semantic-find-tags-by-scope-protection): Autoload.

lisp/cedet/semantic/format.el (semantic-format-tag-prototype)
(semantic-format-tag-summarize): Autoload.

lisp/cedet/semantic/idle.el: Declare external functions.
(semantic-idle-work-for-one-buffer, semantic-idle-work-core-handler):
Require semantic/db-mode.
(semantic-idle-work-core-handler): Synch to upstream.
(semantic-idle-scheduler-refresh-tags): Require semantic/decorate/mode.
(semantic-idle-summary-find-current-symbol-tag): Require semantic/db-find.
(semantic-idle-summary-current-symbol-info-context): Require
semantic/analyze.
(semantic-idle-summary-maybe-highlight, semantic-idle-tag-highlight):
Require pulse.
(semantic-idle-completion-list-default): Require semantic/complete.

lisp/cedet/semantic/lex-spp.el: Require semantic.
(semantic-lex-spp-analyzer-push-tokens-for-symbol): Synch to upstream.
(semantic-lex-spp-first-token-arg-list): Use split-string.

lisp/cedet/semantic/lex.el: Declare semantic-elapsed-time.
Add local vars for autoloading.
(semantic-lex-test): Require semantic.
(semantic-lex): Autoload.
(semantic-flex): Use semantic-lex-keyword-p to avoid compiler warning.

lisp/cedet/semantic/sb.el: Require semantic/sort.
Declare semanticdb-minor-mode-p.
(semantic-sb-fetch-tag-table): Require semantic/db-mode.

lisp/cedet/semantic/scope.el: eval-when-compile semantic/find.
Declare external functions.
(semantic-analyze-scope-nested-tags-default): Require semantic/analyze.
(semantic-analyze-show): Require semantic/analyze.
(semantic-calculate-scope): Require semantic/db-typecache.

lisp/cedet/semantic/sort.el: Add local vars for autoloading.
Declare semanticdb-find-tags-external-children-of-type.
(semantic-flatten-tags-table, semantic-tag-external-member-parent):
Autoload.
(semantic-tag-external-member-children-default): Require semantic/db-find.

lisp/cedet/semantic/symref.el: Require semantic.
Declare data-debug-new-buffer and data-debug-insert-object-slots.
(semantic-symref-data-debug-last-result): Require eieio-datadebug.

lisp/cedet/semantic/tag-file.el: Declare external functions.
(semantic-go-to-tag): Call semanticdb-table-child-p only if
semantic/db is loaded.
(semantic-dependency-tag-file): Require semantic/dep.

lisp/cedet/semantic/tag-ls.el: Require semantic.
Add local variables for autoloading.
(semantic-tag-prototype-p): Autoload.

lisp/cedet/semantic/tag-write.el: Require semantic.

lisp/cedet/semantic/tag.el: Update external function declarations and
requirements, removing autoloaded functions.
Add local vars for autoloading.
(semantic-tag-components): Autoload.

lisp/cedet/semantic/texi.el: Declare lookup-words.
eval-when-compile semantic/find.

lisp/cedet/semantic/util.el: Update file header.

lisp/cedet/semantic/analyze/complete.el: Add local variables for autoloading.
(semantic-analyze-possible-completions, semantic-analyze-type-constants):
Autoload.

14 years agoFix last change.
Chong Yidong [Wed, 2 Sep 2009 05:04:38 +0000 (05:04 +0000)]
Fix last change.

14 years agolisp/Makefile.in: Ignore CEDET subdirectories when making subdirs.el.
Chong Yidong [Wed, 2 Sep 2009 04:37:10 +0000 (04:37 +0000)]
lisp/Makefile.in: Ignore CEDET subdirectories when making subdirs.el.

lisp/emacs-lisp/autoload.el (generated-autoload-feature): New var.
(autoload-rubric): Use it.

lisp/cedet/semantic/adebug.el (data-debug-insert-find-results-button): Require
db-find.

lisp/cedet/semantic/analyze.el: Require semantic/tag.  Don't declare
autoloaded functions.

lisp/cedet/semantic/chart.el: Don't declare autoloaded functions.

lisp/cedet/semantic/complete.el: eval-when-compile semantic/find for macro.
(semantic-collector-calculate-completions-raw): Require semantic/db-find.

lisp/cedet/semantic/ctxt.el (semantic-up-context): Require semantic/find.
Don't require it at top-level.

lisp/cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-dump): Require
data-debug.  Don't require it at top-level.  Don't require semantic/sort.

lisp/cedet/semantic/db-find.el: Add local vars for autoloading.
Don't require semantic/tag-file and semantic/sort.
(semanticdb-find-default-throttle, semanticdb-find-result-length)
(semanticdb-find-result-nth, semanticdb-find-result-nth-in-buffer)
(semanticdb-find-tags-by-name, semanticdb-find-tags-for-completion)
(semanticdb-find-translate-path, semanticdb-find-table-for-include): Autoload.

lisp/cedet/semantic/db-ref.el: Require semantic and semantic/tag.
(semanticdb-ref-test): Require data-debug.  Don't require it at
top-level.

lisp/cedet/semantic/db-typecache.el: Require semantic and semantic/tag.
Declare semantic-sort-tags-by-name-then-type-increasing and
semantic-scope-tag-clone-with-scope.
eval-when-compile semantic/find for semantic-find-tags-by-* macros.
Add local vars for autoloading.
(semanticdb-typecache-find): Autoload.

lisp/cedet/semantic/db.el: Add local vars for autoloading.
(semanticdb-current-database, semanticdb-current-table)
(semanticdb-file-table-object): Autoload.

lisp/cedet/semantic/decorate.el: Don't requirements for autoloaded functions.

lisp/cedet/semantic/doc.el: Add local vars for autoloading.
(semantic-documentation-for-tag): Autoload.

lisp/cedet/semantic/edit.el: Drop requirements for autoloaded functions.

lisp/cedet/semantic/find.el: Add local vars for autoloading.
(semantic-current-tag, semantic-find-tag-by-overlay)
(semantic-find-first-tag-by-name): Autoload.

lisp/cedet/semantic/format.el: Add local vars for autoloading.
(semantic-format-tag-name, semantic-format-tag-custom-list)
(semantic-format-tag-functions): Autoload.

lisp/cedet/semantic/fw.el: Require semantic/loaddefs.

lisp/cedet/semantic/html.el (semantic-html-recursive-combobulate-list):
Use assoc-string instead of assoc-case.

lisp/cedet/semantic/ia.el (semantic-ia-insert-tag): Move up to avoid
compiler error.
(semantic-ia-complete-symbol-menu): Require imenu.
(semantic-ia-fast-jump): Require semantic/decorate/include.

lisp/cedet/semantic/idle.el: Require semantic and semantic/tag.
Declare semanticdb-typecache-refresh-for-buffer and eldoc-message.
eval-when-compile semantic/find for semantic-find-tags-by-name macro.

lisp/cedet/semantic/sort.el: Add local vars for autoloading.
(semantic-flatten-tags-table, semantic-tag-external-member-parent):
Autoload.

lisp/cedet/semantic/tag-file.el: Add local vars for autoloading.
(semantic-go-to-tag, semantic-dependency-tag-file): Autoload.

lisp/cedet/semantic/tag-ls.el: Add local vars for autoloading.
(semantic-tag-prototype-p): Autoload.

lisp/cedet/semantic/tag.el: Don't declare autoloaded functions.

lisp/cedet/semantic/analyze/complete.el: Add local variables for autoloading.
(semantic-analyze-possible-completions): Autoload.

lisp/cedet/semantic/analyze/fcn.el: Require mode-local.

14 years agocedet/semantic/db.el: Synch to upstream.
Chong Yidong [Mon, 31 Aug 2009 14:51:12 +0000 (14:51 +0000)]
cedet/semantic/db.el: Synch to upstream.

14 years agocedet/semantic/chart.el: Don't require semantic/find.
Chong Yidong [Mon, 31 Aug 2009 02:16:34 +0000 (02:16 +0000)]
cedet/semantic/chart.el: Don't require semantic/find.

cedet/semantic/complete.el: Don't require semantic/find.

cedet/semantic/decorate.el: Require semantic/tag-file.
(semantic-set-tag-folded-isearch): Require semantic/find.

cedet/semantic/dep.el: Change semantic--dependency-find-file-on-path
into a macro, to avoid compiler warning.
Defvar ede-minor-mode and ede-object.
Declare ede-system-include-path.

cedet/semantic/doc.el: Require semantic/tag-file and semantic/find.

cedet/semantic/edit.el: Require semantic/find and semantic/format.

cedet/semantic/find.el: Defvar semantic-case-fold.
Require semantic.
(semantic-find-tags-external-children-of-type): Require semantic/sort.
(semantic-find-tags-by-scope-protection-default): Require semantic/tag-ls.

cedet/semantic/format.el: Require semantic/tag-ls.
eval-when-compile semantic/find.
(semantic-format-tag-name): Move up to avoid compiler error.
(semantic-format-tag-prototype): Move up to avoid compiler error.
(semantic--format-tag-parent-tree): Require semantic/tag-file.
(semantic-format-tag-short-doc-default): Require semantic/doc.

14 years agocedet/semantic/db-debug.el: Don't require semantic/db-mode, since
Chong Yidong [Mon, 31 Aug 2009 00:45:41 +0000 (00:45 +0000)]
cedet/semantic/db-debug.el: Don't require semantic/db-mode, since
semanticdb-current-database and semanticdb-current-table are now in
semantic/db.el.

cedet/semantic/db-ebrowse.el: Don't require semantic/db-mode, since
semanticdb-current-database and semanticdb-current-table are now in
semantic/db.el.

cedet/semantic/db-el.el: Require semantic/lex-spp.
Require semantic/db instead of semantic/db-search.

cedet/semantic/db-file.el: Declare inversion-test and
data-debug-insert-thing.
(semanticdb-load-database): Load inversion only if necessary.

cedet/semantic/db-find.el: Autoload semanticdb-find-default-throttle.
Defvar data-debug-thing-alist, and ede-current-project.
Declare data-debug-insert-stuff-list, data-debug-insert-tag-list,
semantic-scope-reset-cache, and semanticdb-typecache-notify-reset.
Require semantic/tag-file, and semantic/sort.
(semantic-reset): Require semantic/scope.
(semanticdb-partial-synchronize): Require semantic/db-typecache.
(semanticdb-find-table-for-include) Move up to avoid compiler warning.

cedet/semantic/db-global.el: Declare data-debug-new-buffer and
data-debug-insert-thing.
(semanticdb-project-database-global) Move up to avoid compiler warning.

cedet/semantic/db-javascript.el: Fix provide statement.
Require semantic/db-find instead of semantic/db-search.

cedet/semantic/db-mode.el: Declare semantic-lex-spp-set-dynamic-table.
(semanticdb-current-database, semanticdb-current-table): Move into
semantic/db.el

cedet/semantic/db-ref.el: Require eieio, semantic/db, and semantic/util.
Declare data-debug-new-buffer and data-debug-insert-object-slots.
Defvar semantic-case-fold.  Require semantic/find when compiling.

cedet/semantic/db-typecache.el: Require semantic/tag-ls,
semantic/analyze/fcn, and semantic/scope.  Declare
data-debug-insert-thing and data-debug-new-buffer.

cedet/semantic/db.el (semanticdb-search-results-table): Move class
definition here from semantic/db-search.el.
(semanticdb-current-database, semanticdb-current-table) Move variable
definitions here from semantic/db-mode.el.

14 years agocedet/semantic/db-search.el: File removed (obsolete).
Chong Yidong [Mon, 31 Aug 2009 00:13:42 +0000 (00:13 +0000)]
cedet/semantic/db-search.el: File removed (obsolete).

14 years agocedet/cedet.el (cedet-packages): Bump srecode version.
Chong Yidong [Sun, 30 Aug 2009 21:16:39 +0000 (21:16 +0000)]
cedet/cedet.el (cedet-packages): Bump srecode version.

cedet/data-debug.el: Require `ring' for use of ring-length.

cedet/semantic.el (semantic-repeat-parse-whole-stream): Check
semantic-working-type before updating progress reporter.

cedet/semantic/adebug.el: Fix file header.

cedet/semantic/analyze.el: eval-when-compile semantic/find, for
semantic-find-tags-by-name.  Declare semanticdb-strip-find-results and
semanticdb-find-tags-by-name.

cedet/semantic/chart.el: Require semantic/find, semantic/db-mode,
semantic/db-typecache, and semantic/scope.

cedet/semantic/complete.el: Declare
semantic-displayor-focus-abstract-child-p function (needed as the
semantic-displayor-focus-abstract class is defined only after used).
Move semantic-complete-inline-custom-type and
semantic-complete-inline-analyzer-displayor-class variable definitions
up, before they are used, to avoid compiler warning.
Require semantic/decorate, semantic/tag-file, eieio-opt, and
semantic/analyze/complete.

cedet/semantic/ctxt.el: Require semantic/find.  Don't
eval-when-compile semantic/db
(semantic-get-local-variables): Use Emacs' built-in progress reporter
instead of working-status-forms.

cedet/semantic/db-debug.el: Require data-debug, semantic/db-mode, and
semantic/format.

cedet/semantic/db-ebrowse.el: Require semantic/db-mode, semantic/find,
semantic/sort, data-debug
(semanticdb-create-database): Require semantic/dep for
semantic-add-system-include.
(semanticdb-table-ebrowse, semanticdb-project-database-ebrowse): Move
class definitions near top of file, before they are used, to avoid
compiler warnings.
(semanticdb-ebrowse-add-tree-to-table): Use split-string.

14 years agocedet/cedet-files.el: New file.
Chong Yidong [Sun, 30 Aug 2009 21:06:53 +0000 (21:06 +0000)]
cedet/cedet-files.el: New file.

14 years agocedet/semantic/decorate.el: New file.
Chong Yidong [Sun, 30 Aug 2009 14:39:12 +0000 (14:39 +0000)]
cedet/semantic/decorate.el: New file.

14 years agocedet/semantic/db-mode.el: New file.
Chong Yidong [Sun, 30 Aug 2009 14:37:55 +0000 (14:37 +0000)]
cedet/semantic/db-mode.el: New file.

14 years agosemantic/cedet/db-global.el, semantic/cedet/ia-sb.el,
Chong Yidong [Sun, 30 Aug 2009 14:36:00 +0000 (14:36 +0000)]
semantic/cedet/db-global.el, semantic/cedet/ia-sb.el,
semantic/cedet/sb.el, semantic/cedet/scope.el: New files.

14 years agocedet/semantic/lex-spp.el: Synch to 2009-08-29 version in CEDET CVS.
Chong Yidong [Sun, 30 Aug 2009 02:16:46 +0000 (02:16 +0000)]
cedet/semantic/lex-spp.el: Synch to 2009-08-29 version in CEDET CVS.

14 years agoDirectory eieio removed.
Chong Yidong [Sun, 30 Aug 2009 02:04:33 +0000 (02:04 +0000)]
Directory eieio removed.

14 years agoMove eieio/chart.el to emacs-lisp/chart.el.
Chong Yidong [Sun, 30 Aug 2009 02:04:15 +0000 (02:04 +0000)]
Move eieio/chart.el to emacs-lisp/chart.el.

14 years agoemacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el,
Chong Yidong [Sun, 30 Aug 2009 02:02:15 +0000 (02:02 +0000)]
emacs-lisp/eieio-base.el, emacs-lisp/eieio-comp.el,
emacs-lisp/eieio-custom.el, emacs-lisp/eieio-datadebug.el,
emacs-lisp/eieio-doc.el, emacs-lisp/eieio-opt.el,
emacs-lisp/eieio-speedbar.el, emacs-lisp/eieio.el: Move from eieio/directory.

14 years agoeieio/eieio-comp.el, eieio/eieio-custom.el, eieio/eieio-datadebug.el,
Chong Yidong [Sun, 30 Aug 2009 02:00:36 +0000 (02:00 +0000)]
eieio/eieio-comp.el, eieio/eieio-custom.el, eieio/eieio-datadebug.el,
eieio/eieio-doc.el, eieio/eieio-opt.el, eieio/eieio-speedbar.el,
eieio/eieio.el: Move into emacs-lisp directory.

14 years agocedet/semantic/idle.el: Remove autoloads.
Chong Yidong [Sat, 29 Aug 2009 22:28:15 +0000 (22:28 +0000)]
cedet/semantic/idle.el: Remove autoloads.

14 years agocedet/semantic/html.el: Don't require semantic/imenu and senator.
Chong Yidong [Sat, 29 Aug 2009 22:18:11 +0000 (22:18 +0000)]
cedet/semantic/html.el: Don't require semantic/imenu and senator.

14 years agoFix last change.
Chong Yidong [Sat, 29 Aug 2009 22:15:32 +0000 (22:15 +0000)]
Fix last change.

14 years agocedet/semantic/elp.el: New file.
Chong Yidong [Sat, 29 Aug 2009 22:15:12 +0000 (22:15 +0000)]
cedet/semantic/elp.el: New file.

14 years agocedet/semantic/symref/idutils.el: Fix require statement.
Chong Yidong [Sat, 29 Aug 2009 22:14:05 +0000 (22:14 +0000)]
cedet/semantic/symref/idutils.el: Fix require statement.

14 years agocedet/semantic/ia.el: Don't require senator.
Chong Yidong [Sat, 29 Aug 2009 20:17:13 +0000 (20:17 +0000)]
cedet/semantic/ia.el: Don't require senator.

14 years agocedet/semantic/symref.el: Don't require ede at top-level.
Chong Yidong [Sat, 29 Aug 2009 20:15:21 +0000 (20:15 +0000)]
cedet/semantic/symref.el: Don't require ede at top-level.

14 years agocedet/semantic/symref.el, cedet/semantic/symref/cscope.el.
Chong Yidong [Sat, 29 Aug 2009 20:12:41 +0000 (20:12 +0000)]
cedet/semantic/symref.el, cedet/semantic/symref/cscope.el.
cedet/semantic/symref/global.el, cedet/semantic/symref/idutils.el,
cedet/semantic/symref/list.el: New files.
cedet/semantic/db-ebrowse.el: Use mapc instead of mapcar.

14 years agocedet/semantic/debug.el,
Chong Yidong [Sat, 29 Aug 2009 19:45:47 +0000 (19:45 +0000)]
cedet/semantic/debug.el,
cedet/semantic/doc.el,
cedet/semantic/tag-write.el,
cedet/semantic/analyze/complete.el,
cedet/semantic/analyze/debug.el,
cedet/semantic/analyze/fcn.el,
cedet/semantic/analyze/refs.el: New files.

14 years agocedet/semantic/adebug.el, cedet/semantic/chart.el,
Chong Yidong [Sat, 29 Aug 2009 19:32:33 +0000 (19:32 +0000)]
cedet/semantic/adebug.el, cedet/semantic/chart.el,
cedet/semantic/db-debug.el, cedet/semantic/db-ebrowse.el,
cedet/semantic/db-el.el, cedet/semantic/db-file.el,
cedet/semantic/db-javascript.el, cedet/semantic/db-search.el,
cedet/semantic/db-typecache.el, cedet/semantic/dep.el,
cedet/semantic/ia.el, cedet/semantic/tag-file.el,
cedet/semantic/tag-ls.el: New files.

14 years agocedet/semantic/analyze.el, cedet/semantic/complete.el,
Chong Yidong [Sat, 29 Aug 2009 19:00:35 +0000 (19:00 +0000)]
cedet/semantic/analyze.el, cedet/semantic/complete.el,
cedet/semantic/edit.el, cedet/semantic/html.el,
cedet/semantic/idle.el, cedet/semantic/texi.el: New files.
cedet/semantic/lex.el: Move defsubsts to front of file to avoid
compiler error.

14 years ago* cedet/semantic/tag.el: Add declare-function statements for
Chong Yidong [Sat, 29 Aug 2009 00:43:12 +0000 (00:43 +0000)]
* cedet/semantic/tag.el: Add declare-function statements for
semantic-current-tag, semantic-ctxt-current-mode,
semantic-format-tag-prototype, and semantic-find-first-tag-by-name.
Require semantic/lex.
(semantic-obtain-foreign-tag, semantic-tag-p)
(semantic-tag-alias-definition, semantic-tag-components)
(semantic-tag-components-with-overlays)
(semantic-insert-foreign-tag): Remove unnecessary autoloads.
(semantic-tag-mode): Require semantic/find.
(semantic--tag-find-parent-by-name): Require semantic/find.
(semantic--tag-find-parent-by-name): Require semantic/analyze/fcn/
(semantic--tag-unlink-cache-from-buffer)
(semantic--tag-link-cache-to-buffer): Require semantic.
(semantic-foreign-tag): Require semantic/doc.
(semantic-insert-foreign-tag-default, semantic-insert-foreign-tag):
Require semantic/format.

14 years agocedet/semantic/ctxt.el, cedet/semantic/db-find.el,
Chong Yidong [Fri, 28 Aug 2009 19:18:35 +0000 (19:18 +0000)]
cedet/semantic/ctxt.el, cedet/semantic/db-find.el,
cedet/semantic/db-ref.el, cedet/semantic/find.el,
cedet/semantic/format.el, cedet/semantic/sort.el: New files.

14 years agoFix renamed filenames in file headers.
Chong Yidong [Fri, 28 Aug 2009 15:47:01 +0000 (15:47 +0000)]
Fix renamed filenames in file headers.

14 years agocedet/semantic/util.el: New file.
Chong Yidong [Fri, 28 Aug 2009 15:21:26 +0000 (15:21 +0000)]
cedet/semantic/util.el: New file.

14 years agocedet/semantic/db.el, cedet/semantic/decorate.el,
Chong Yidong [Fri, 28 Aug 2009 15:19:20 +0000 (15:19 +0000)]
cedet/semantic/db.el, cedet/semantic/decorate.el,
cedet/semantic/lex-spp.el, cedet/semantic/util-modes.el: New files.

14 years agocedet/semantic/lex.el: New file.
Chong Yidong [Fri, 28 Aug 2009 15:02:24 +0000 (15:02 +0000)]
cedet/semantic/lex.el: New file.

14 years agocedet/semantic.el: Change requires to use semantic/FOO format.
Chong Yidong [Fri, 28 Aug 2009 15:01:48 +0000 (15:01 +0000)]
cedet/semantic.el: Change requires to use semantic/FOO format.
cedet/semantic/fw.el: New file.
cedet/semantic/tag.el: New file.

14 years agoFiles removed.
Chong Yidong [Fri, 28 Aug 2009 14:51:35 +0000 (14:51 +0000)]
Files removed.

14 years agoInitial version.
Chong Yidong [Tue, 25 Aug 2009 04:19:35 +0000 (04:19 +0000)]
Initial version.

14 years agosemantic.el, semantic-tag.el, semantic-lex.el, semantic-fw.el: Initial
Chong Yidong [Sun, 23 Aug 2009 03:46:01 +0000 (03:46 +0000)]
semantic.el, semantic-tag.el, semantic-lex.el, semantic-fw.el: Initial
version.

14 years agocedet-cscope.el: Fix copyright header.
Chong Yidong [Sat, 22 Aug 2009 21:34:12 +0000 (21:34 +0000)]
cedet-cscope.el: Fix copyright header.

14 years agocedet-cscope.el, cedet-edebug.el, cedet-global.el, cedet-idutils.el,
Chong Yidong [Sat, 22 Aug 2009 19:04:43 +0000 (19:04 +0000)]
cedet-cscope.el, cedet-edebug.el, cedet-global.el, cedet-idutils.el,
cedet.el, inversion.el, pulse.el: Initial version, from CEDET's
common/ directory.

14 years agodata-debug.el: Remove unnecessary autoloads.
Chong Yidong [Sat, 22 Aug 2009 18:08:24 +0000 (18:08 +0000)]
data-debug.el: Remove unnecessary autoloads.

14 years ago* emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype.
Chong Yidong [Sat, 22 Aug 2009 18:07:46 +0000 (18:07 +0000)]
* emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype.
* emacs-lisp/cl-macs.el (deftype): Add autoload.

14 years agoeieio-doc.el (eieiodoc--class-indexstring, defvar eieiodoc--class-root): New vars.
Chong Yidong [Sat, 22 Aug 2009 14:37:23 +0000 (14:37 +0000)]
eieio-doc.el (eieiodoc--class-indexstring, defvar eieiodoc--class-root): New vars.
(eieiodoc-class, eieiodoc-one-node) Use them to silence compiler.
(eieiodoc-one-node): Use `class' instead of `rclass'.  This avoids a
    compiler warning for free use of `rclass', which IIUC is always
    equal to `class'.

14 years agoSimplified version of Emacs/XEmacs compatibility code from upstream.
Chong Yidong [Sat, 22 Aug 2009 14:35:06 +0000 (14:35 +0000)]
Simplified version of Emacs/XEmacs compatibility code from upstream.
Declare eieio-defgeneric-form.
Add defvars for bytecomp-outbuffer and defvar bytecomp-filename to silence compiler.

14 years agoRemove statement preventing it from being loaded twice.
Chong Yidong [Sat, 22 Aug 2009 14:33:55 +0000 (14:33 +0000)]
Remove statement preventing it from being loaded twice.
Remove statement preventing it from being byte-compiled if loaded.
Remove `(load "cl-macs" nil t)' statement: the functions in
  cl-macs are autoloaded by cl.

14 years agoAdd files for the EIEIO library.
Chong Yidong [Sat, 22 Aug 2009 04:12:52 +0000 (04:12 +0000)]
Add files for the EIEIO library.

14 years ago(ns_get_color): fix typo in last change
Adrian Robert [Fri, 21 Aug 2009 19:36:50 +0000 (19:36 +0000)]
(ns_get_color): fix typo in last change

14 years ago* nsterm.m (ns_get_color): Update documentation properly for last
Adrian Robert [Fri, 21 Aug 2009 19:33:56 +0000 (19:33 +0000)]
* nsterm.m (ns_get_color): Update documentation properly for last
change, and clean up loose ends in the code left by it.  Fix
longstanding bug with 16-bit hex parsing, and add support for
yet another X11 format (rgb:r/g/b) for compatibility.
* nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
timer_check() to avoid crash on Leopard/PPC.  Bug #2154.

14 years ago* nsterm.m (ns_get_color): Update documentation properly for last
Adrian Robert [Fri, 21 Aug 2009 19:31:48 +0000 (19:31 +0000)]
* nsterm.m (ns_get_color): Update documentation properly for last
change, and clean up loose ends in the code left by it.  Fix
longstanding bug with 16-bit hex parsing, and add support for
yet another X11 format (rgb:r/g/b) for compatibility.

14 years agonsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
Adrian Robert [Fri, 21 Aug 2009 19:29:31 +0000 (19:29 +0000)]
nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
timer_check() to avoid crash on Leopard/PPC.  Bug #2154.

14 years ago* textmodes/remember.el (remember-buffer):
Stefan Monnier [Fri, 21 Aug 2009 15:09:42 +0000 (15:09 +0000)]
* textmodes/remember.el (remember-buffer):
* progmodes/cperl-mode.el (cperl-vc-header-alist):
* calendar/icalendar.el (icalendar-convert-diary-to-ical)
(icalendar-extract-ical-from-buffer): Add version of obsolescence.

14 years ago* net/newst-treeview.el (newsticker-groups-filename):
Stefan Monnier [Fri, 21 Aug 2009 14:59:49 +0000 (14:59 +0000)]
* net/newst-treeview.el (newsticker-groups-filename):
* net/newst-backend.el (newsticker-cache-filename):
* speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
(speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
(speedbar-add-ignored-path-regexp, speedbar-line-path)
(speedbar-buffers-line-path, speedbar-path-line)
(speedbar-buffers-line-path):
* epg.el (epg-passphrase-callback-function, epg-start-sign-keys,epg-sign-keys):
* epa.el (epa-display-verify-result):
* progmodes/pascal.el (pascal-outline): Add version of obsolescence.

14 years agoAdd missing keys that exist on the Arabic X keyboard. Don't insert
Eli Zaretskii [Fri, 21 Aug 2009 14:55:56 +0000 (14:55 +0000)]
Add missing keys that exist on the Arabic X keyboard.  Don't insert
Lam-alef ligatures from the Arabic Presentation Forms ranges; instead,
separate Lam-Alef ligatures into a list of two letters (Lam and a
suitable Alef).

14 years ago(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
Stefan Monnier [Fri, 21 Aug 2009 14:53:02 +0000 (14:53 +0000)]
(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.

14 years ago(inferior-moz-process): Fix declaration.
Glenn Morris [Fri, 21 Aug 2009 07:44:58 +0000 (07:44 +0000)]
(inferior-moz-process): Fix declaration.

14 years agoUse forward-line, not goto-line.
Glenn Morris [Fri, 21 Aug 2009 07:40:24 +0000 (07:40 +0000)]
Use forward-line, not goto-line.

14 years ago(imenu-example--name-and-position): Fix obsolescence message.
Glenn Morris [Fri, 21 Aug 2009 07:36:41 +0000 (07:36 +0000)]
(imenu-example--name-and-position): Fix obsolescence message.

14 years ago(news-mail-reply): Use goto-char rather than goto-line.
Glenn Morris [Fri, 21 Aug 2009 07:34:18 +0000 (07:34 +0000)]
(news-mail-reply): Use goto-char rather than goto-line.

14 years ago(ns-open-file-select-line): Use line-beginning-position rather than goto-line.
Glenn Morris [Fri, 21 Aug 2009 07:31:10 +0000 (07:31 +0000)]
(ns-open-file-select-line): Use line-beginning-position rather than goto-line.

14 years agoUse help-print-return-message rather than the now obsolete alias.
Glenn Morris [Fri, 21 Aug 2009 07:24:26 +0000 (07:24 +0000)]
Use help-print-return-message rather than the now obsolete alias.

14 years ago(calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):
Glenn Morris [Fri, 21 Aug 2009 07:11:24 +0000 (07:11 +0000)]
(calendar-cursor-to-nearest-date, calendar-cursor-to-visible-date):
Use forward-line, not goto-line.

14 years ago(rmail-obsolete): Delete custom group.
Glenn Morris [Fri, 21 Aug 2009 07:02:28 +0000 (07:02 +0000)]
(rmail-obsolete): Delete custom group.
(rmail-pop-password, rmail-pop-password-required): Make into aliases.
(rmail-remote-password, rmail-remote-password-required):
Remove unneeded :set-after and :set properties.

14 years ago* net/dbus.el (top): Initialize only when `dbusbind' is loaded.
Michael Albinus [Fri, 21 Aug 2009 06:45:22 +0000 (06:45 +0000)]
* net/dbus.el (top): Initialize only when `dbusbind' is loaded.

14 years agoRemove leftover macos code.
Dan Nicolaescu [Fri, 21 Aug 2009 06:19:23 +0000 (06:19 +0000)]
Remove leftover macos code.

14 years agoemacsclient already accepts -nw.
Dan Nicolaescu [Fri, 21 Aug 2009 06:16:07 +0000 (06:16 +0000)]
emacsclient already accepts -nw.

14 years ago(vc-git-annotate-command): Run asynchronously.
Dan Nicolaescu [Fri, 21 Aug 2009 03:37:33 +0000 (03:37 +0000)]
(vc-git-annotate-command): Run asynchronously.
Explicitly pass the date format to git blame so that user local
so that the output format can be parsed.

14 years ago* net/dbus.el (top): Don't check for (getenv
Michael Albinus [Thu, 20 Aug 2009 15:24:58 +0000 (15:24 +0000)]
* net/dbus.el (top): Don't check for (getenv
"DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.

14 years ago* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
Michael Albinus [Thu, 20 Aug 2009 12:54:57 +0000 (12:54 +0000)]
* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
(xd_add_watch, xd_remove_watch): Use it.  Print debug messages.
(xd_initialize, xd_pending_messages): Check, whether
$DBUS_SESSION_BUS_ADDRESS is set.

14 years ago(ns_get_color): Remove incompatible color formats again.
YAMAMOTO Mitsuharu [Thu, 20 Aug 2009 09:44:25 +0000 (09:44 +0000)]
(ns_get_color): Remove incompatible color formats again.

14 years ago(Fxw_color_values): Return 3-element list. Doc fix.
YAMAMOTO Mitsuharu [Thu, 20 Aug 2009 09:44:06 +0000 (09:44 +0000)]
(Fxw_color_values): Return 3-element list.  Doc fix.

14 years ago(Non-Gregorian Diary): Mention ``Adar I'' special case.
Glenn Morris [Thu, 20 Aug 2009 07:11:54 +0000 (07:11 +0000)]
(Non-Gregorian Diary): Mention ``Adar I'' special case.

14 years ago(system-type): Doc fix.
Glenn Morris [Thu, 20 Aug 2009 06:41:43 +0000 (06:41 +0000)]
(system-type): Doc fix.

14 years ago* log-edit.el (log-edit-strip-single-file-name): New var.
Stefan Monnier [Wed, 19 Aug 2009 19:55:58 +0000 (19:55 +0000)]
* log-edit.el (log-edit-strip-single-file-name): New var.
(log-edit-insert-changelog): Use it.

14 years ago(read-passwd): Use read-key so keypad keys work as well.
Stefan Monnier [Wed, 19 Aug 2009 19:42:25 +0000 (19:42 +0000)]
(read-passwd): Use read-key so keypad keys work as well.

14 years ago(help-print-return-message): Rename from print-help-return-message.
Stefan Monnier [Wed, 19 Aug 2009 18:07:07 +0000 (18:07 +0000)]
(help-print-return-message): Rename from print-help-return-message.

14 years ago(log-view-mode-map): Remove `q' binding, and unreliable
Stefan Monnier [Wed, 19 Aug 2009 17:31:26 +0000 (17:31 +0000)]
(log-view-mode-map): Remove `q' binding, and unreliable
cvs-mode-map parent hack.
(log-view-mode): Derive from special-mode.

14 years ago(linum-mode): window-size-change-functions is redundant.
Stefan Monnier [Wed, 19 Aug 2009 17:28:52 +0000 (17:28 +0000)]
(linum-mode): window-size-change-functions is redundant.
Adapt to new window-configuration-change-hook behavior.
(linum-after-size, linum-after-config): Remove.