summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/autoload.el
Commit message (Collapse)AuthorAgeFilesLines
...
| * | (autoload-print-form): Use print-quoted.Stefan Monnier2007-08-131-0/+2
| | |
* | | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-831) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 70-74) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-238
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-07-151-5/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 806-813) - Merge from emacs--rel--22 - Update from CVS * emacs--rel--22 (patch 51-58) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-236) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-230
| * | (generated-autoload-file): Autoload the safe-local-variable setting.Stefan Monnier2007-07-141-0/+1
| | |
| * | (autoload-generate-file-autoloads): Be carefulStefan Monnier2007-07-101-1/+4
| | | | | | | | | | | | with EOLs when generating MD5 checksums.
| * | (update-directory-autoloads): Remove duplicates without also removingStefan Monnier2007-07-101-4/+6
| | | | | | | | | | | | entries from other directories.
* | | Merge from emacs--devo--0Miles Bader2007-07-091-196/+267
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 803-805) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-227
| * | (autoload-find-destination): Understand a new format of autoload block whereStefan Monnier2007-07-071-21/+47
| | | | | | | | | | | | | | | | | | | | | | | | the file's time-stamp is replaced by its MD5 checksum. (autoload-generate-file-autoloads): Use MD5 checksum instead of time-stamp for secondary autoloads files. (update-directory-autoloads): Remove duplicate entries. Use time-less-p for time-stamps, as done in autoload-find-destination.
| * | (autoload-generated-file): Interpret names relative to current dirStefan Monnier2007-06-261-18/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | for file-local settings. (autoload-generate-file-autoloads): Add `outfile' arg. (update-directory-autoloads): Use it to directly call autoload-generate-file-autoloads instead of going through update-file-autoloads so we avoid redundant searches and so we can know the set of buffers changed so we can save them all.
| * | (autoload-find-destination): Return nilStefan Monnier2007-06-261-165/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than throwing `up-to-date'. (autoload-generate-file-autoloads): Adjust correspondingly. (update-file-autoloads): Be careful to let-bind autoload-modified-buffers and adjust to new calling conventions. (autoload-modified-buffers): Make it a dynamically scoped var. (update-directory-autoloads): Use file-relative-name instead of autoload-trim-file-name. (autoload-insert-section-header): Don't use autoload-trim-file-name since the file is already relative now. (autoload-trim-file-name): Remove.
| * | (autoload-generate-file-autoloads): Make `outbuf' optional.Stefan Monnier2007-06-251-17/+16
| | | | | | | | | | | | (update-file-autoloads): Use it.
| * | (autoload-modified-buffers): New var.Stefan Monnier2007-06-251-11/+21
| | | | | | | | | | | | | | | | | | (autoload-find-destination): Keep it uptodate. (autoload-save-buffers): New fun. (update-file-autoloads): Use it. Re-add the "up to date" message.
| * | Refactor for upcoming changes.Stefan Monnier2007-06-251-30/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | (autoload-generate-file-autoloads): New function extracted from generate-file-autoloads. Use file-relative-name. Delay computation of output-start to the first cookie. Remove done-any, replaced by output-start. (generate-file-autoloads): Use it. (autoload-find-destination): Make use of `begin' var.
| * | Refactor for upcoming changes.Stefan Monnier2007-06-251-58/+66
| | | | | | | | | | | | | | | (autoload-find-destination): New function extracted from update-file-autoloads. (update-file-autoloads): Use it.
| * | (autoload-generated-file): New function.Stefan Monnier2007-06-231-26/+33
| |/ | | | | | | | | | | | | | | | | (update-file-autoloads, update-directory-autoloads): Use it. (autoload-file-load-name): New function. (generate-file-autoloads, update-file-autoloads): Use it. (autoload-find-file): Accept non-absolute argument. Set default-dir. (generate-file-autoloads): If the autoloaded form is malformed, indicate the problem with a warning instead of aborting.
* / Merge from emacs--devo--0Miles Bader2007-05-261-2/+3
|/ | | | | | | | | | Patches applied: * emacs--devo--0 (patch 773) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-211
* (global-cwarn-mode): Add define-globalized-minor-mode.Chong Yidong2007-02-031-0/+3
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (make-autoload): Use new arg.Stefan Monnier2006-07-171-1/+4
|
* (make-autoload): Remove special handling ofStefan Monnier2006-07-131-11/+1
| | | | minor modes, redundant with the custom-autoload line above.
* (no-update-autoloads): Declare.Stefan Monnier2006-05-291-87/+72
| | | | | | | (generate-file-autoloads): Obey it. Return whether autoloads were added at point or not. (update-file-autoloads): Use this new return value. Remove redundant test for the presence of an autoload cookie.
* (autoload-find-file): New fun. This one calls hack-local-variables.Stefan Monnier2006-05-291-33/+30
| | | | (generate-file-autoloads, update-file-autoloads): Use it.
* (update-directory-autoloads): Use `get-load-suffixes' instead ofLuc Teirlinck2006-02-271-1/+1
| | | | `load-suffixes'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (make-autoload): Add define-global-minor-mode.Juri Linkov2005-12-041-4/+5
|
* (make-autoload): Handle defgroup specially.Stefan Monnier2005-11-301-0/+9
|
* (update-directory-autoloads): Add obsolete function alias.Lars Hansen2005-11-081-0/+3
|
* (update-directory-autoloads): Doc fix.Juanma Barranquero2005-10-111-2/+3
| | | | (autoload-print-form-outbuf): Add docstring.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (make-autoload): Add the :setter for defcustoms corresponding to minor modes.Stefan Monnier2005-06-261-4/+14
|
* (make-autoload): Handle define-global-minor-mode.Richard M. Stallman2005-03-311-1/+1
|
* Comment changes.Richard M. Stallman2005-01-091-2/+2
|
* (update-file-autoloads): Don't use interactive-p; take new arg SAVE-AFTER.Richard M. Stallman2004-11-021-4/+7
|
* (make-autoload): Handle `define-compilation-mode'.Thien-Thi Nguyen2004-09-081-1/+3
|
* (autoload-before-p): Remove.Juanma Barranquero2004-04-271-9/+3
| | | | (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (make-autoload): Add arglist for define-derived-mode.Stefan Monnier2003-05-151-3/+7
|
* (batch-update-autoloads): Call `update-directory-autoloads'.John Paul Wallington2003-05-051-2/+2
|
* (update-directory-autoloads): Renamed fromRichard M. Stallman2003-05-041-3/+9
| | | | update-autoloads-from-directories.
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (make-autoload): Generate custom-autoload for autoloaded defcustoms.Markus Rost2003-01-071-11/+6
|
* (autoload-ensure-default-file): insertDavid Kastrup2002-12-151-1/+1
| | | | missing space in file end comment.
* (autoload-print-form-outbuf): New variable.Richard M. Stallman2002-12-071-4/+9
| | | | | (autoload-print-form): Use autoload-print-form-outbuf. (generate-file-autoloads): Bind autoload-print-form-outbuf.
* (update-autoloads-from-directories): Sort the list of files with noMarkus Rost2002-11-161-0/+2
| | | | autoloads.
* (generate-file-autoloads, update-file-autoloads): Strip .gz extensions.Stefan Monnier2002-11-031-5/+8
| | | | (update-autoloads-from-directories): Also consider compressed files.
* (autoload-print-form): Cleanup.Richard M. Stallman2002-10-141-4/+3
|
* (make-autoload): Add usage info to docstring.Stefan Monnier2002-09-271-6/+12
| | | | (autoload-print-form): Also quote open-[-in-column 0.