- 07 Oct, 2009 1 commit
-
-
Glenn Morris authored
-
- 06 Oct, 2009 1 commit
-
-
Glenn Morris authored
-
- 01 Oct, 2009 1 commit
-
-
Glenn Morris authored
-
- 29 Sep, 2009 1 commit
-
-
Glenn Morris authored
(AUTOGENEL): Add cedet loaddefs files. (TAGS, TAGS-LISP): Use $lisptagsfiles4. (update-elclist, compile-always, backup-compiled-files) (bootstrap-clean): Add yet another directory level. (update-elclist): Use LC_COLLATE rather than COLLATE. (ELCFILES): Update, via `make update-elclist'.
-
- 28 Sep, 2009 3 commits
-
-
Andreas Schwab authored
(TAGS TAGS-LISP): Use it. (update-elclist): Add third directory level to look for elc files. (compile-always): Likewise. (backup-compiled-files): Likewise. (bootstrap-clean): Likewise. (ELCFILES): Update.
-
Chong Yidong authored
-
Michael Albinus authored
-
- 27 Sep, 2009 2 commits
-
-
Chong Yidong authored
menu. * ediff-hook.el: Move menu-bar-ediff-misc-menu into menu-bar-ediff-menu. * emacs-lisp/lisp-mode.el: Add doc-string-elt property to define-overloadable-function. * progmodes/autoconf.el: Provide autoconf as well, so that this file can be `require'd. * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs. * emacs-lisp/autoload.el (generated-autoload-feature) (generated-autoload-load-name): New vars. (autoload-rubric, autoload-generate-file-autoloads): Use them. (make-autoload): Recognize define-overloadable-function and defclass forms (for EIEIO). * Makefile.in (update-subdirs): Exclude cedet directory.
-
Ted Zlatanov authored
* Makefile.in (ELCFILES): Add imap-hash.el. * NEWS: Mention new library imap-hash.el
-
- 16 Sep, 2009 1 commit
-
-
Glenn Morris authored
-
- 15 Sep, 2009 1 commit
-
-
Stefan Monnier authored
* emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): Don't autoload.
-
- 11 Sep, 2009 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Stefan Monnier authored
-
- 02 Sep, 2009 1 commit
-
-
Chong Yidong authored
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.
-
- 27 Aug, 2009 1 commit
-
-
Stefan Monnier authored
-
- 14 Aug, 2009 2 commits
-
-
Chong Yidong authored
* Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el. * speedbar.el (speedbar-supported-extension-expressions): Add .js. * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry. * progmodes/js.el: New file.
-
Eli Zaretskii authored
-
- 12 Aug, 2009 1 commit
-
-
Juri Linkov authored
-
- 08 Aug, 2009 1 commit
-
-
Glenn Morris authored
-
- 07 Aug, 2009 1 commit
-
-
Eli Zaretskii authored
-
- 28 Jul, 2009 1 commit
-
-
Steve Yegge authored
-
- 07 Jul, 2009 1 commit
-
-
Chong Yidong authored
-
- 01 Jul, 2009 1 commit
-
-
Kenichi Handa authored
-
- 23 Jun, 2009 1 commit
-
-
Glenn Morris authored
-
- 22 Jun, 2009 2 commits
-
-
Michael Albinus authored
-
Glenn Morris authored
-
- 21 Jun, 2009 1 commit
-
-
Nick Roberts authored
* progmodes/gdb-ui.el: ... this file. * progmodes/gud.el: Modify for gdb-mi.el. * fadr.el: New file.
-
- 26 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 23 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 22 Jan, 2009 1 commit
-
-
Romain Francoise authored
-
- 10 Jan, 2009 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
-
- 05 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 27 Dec, 2008 1 commit
-
-
Eli Zaretskii authored
($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc) ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc) ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc) ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc) ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc) ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc) ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc) ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc) ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc) ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
-
- 10 Dec, 2008 2 commits
-
-
Chong Yidong authored
-
Glenn Morris authored
-
- 09 Dec, 2008 1 commit
-
-
Glenn Morris authored
-
- 04 Dec, 2008 1 commit
-
-
Chong Yidong authored
-
- 22 Nov, 2008 1 commit
-
-
Eli Zaretskii authored
-