aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/autoload.el
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (make-autoload): Don't handle define-ibuffer-column,Richard M. Stallman2002-01-161-3/+0
| | | | define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
* (make-autoload): Handle define-ibuffer-column, define-ibuffer-filter,Colin Walters2002-01-131-0/+3
| | | | define-ibuffer-sorter, and define-ibuffer-op.
* (make-autoload): Also generate autoloads for `defmacro*' forms.Colin Walters2001-12-041-2/+2
|
* (doc-string-elt): Remove.Stefan Monnier2001-10-111-30/+4
|
* (autoload-ensure-default-file, autoload-insert-section-header)Gerd Moellmann2001-10-051-46/+113
| | | | | | | | | | (autoload-before-p, autoload-remove-section): New functions. (generate-file-autoloads): Use them. (update-file-autoloads): Use them. Return FILE if there's no cookie. Make sure the autoload file is properly formatted when creating it. (update-autoloads-from-directories): Use them as well. Only update autoloads for files whose timestamp has changed. Add a dummy entry to remember the files which had no autoload cookies.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (generate-file-autoloads): RemoveGerd Moellmann2001-03-121-12/+2
| | | | warning about line lengths.
* (update-file-autoloads): Use raw-text toEli Zaretskii2000-12-061-3/+7
| | | | | read generated-autoload-file, and set buffer-file-coding-system to raw-text-unix after reading the file.
* (make-autoload): Use `cond'.Stefan Monnier2000-06-111-33/+56
| | | | | | | Handle easy-mmode-define-global-mode. For complex macros like define-minor-mode that can generate several autoload entries, try to autoload entries in the macroexpanded code.
* (make-autoload): Other typo. I'm getting tired.Stefan Monnier2000-06-051-1/+1
|
* (make-autoload): let* typo.Stefan Monnier2000-06-051-4/+4
|
* (make-autoload): Simplify docstring.Stefan Monnier2000-06-051-85/+65
| | | | | | | | | | Make use of symbol-property doc-string-elt. Use memq rather than a sequence of eq. (doc-string-elt): Fix the wrong or missing previously unused values. (autoload-print-form): New function extracted from generate-file-autoloads to allow recursion when handling progn so that defvar's and defun's docstrings are properly printed. (generate-file-autoloads): Use it.
* Also print defsubst doc stringAndreas Schwab2000-03-291-0/+1
| | | | specially.
* (make-autoload): Recognize the new `define-minor-mode'.Stefan Monnier1999-11-231-4/+6
| | | | (define-minor-mode): Specify `doc-string-elt'.
* (make-autoload): Handle defun* like defun.Richard M. Stallman1999-09-031-1/+2
|
* Fix maintainer address.Karl Heuer1999-08-161-1/+1
|
* (generated-autoload-file): Doc fix.Karl Heuer1999-06-271-1/+2
|
* Fix doc-string-elt property on define-derived-mode.Andreas Schwab1998-08-241-1/+1
|
* *** empty log message ***Dan Nicolaescu1998-06-061-7/+16
|
* (make-autoload): Doc fix.Richard M. Stallman1998-05-261-2/+2
|
* (make-autoload): Add support for define-derived-mode. Update theRichard M. Stallman1998-05-261-6/+10
| | | | doc-string accordingly.
* (generate-file-autoloads): SetRichard M. Stallman1998-05-251-3/+6
| | | | print-escape-nonascii when printing autoload form.
* (generate-file-autoloads): Handle progn forms generated byRichard M. Stallman1998-05-091-2/+11
| | | | make-autoload: print just the first subform with print-escape-newlines.
* (generate-autoload-section-header): Doc fix.Karl Heuer1998-04-121-9/+42
| | | | | | | | | | (update-file-autoloads): Use autoload-read-section-header. (update-autoloads-from-directories): Likewise. (generate-autoload-section-continuation): New variable. (autoload-read-section-header): New function. (update-file-autoloads): Don't call save-buffer if no changes. (generate-file-autoloads): Split the section header line into multiple comments.
* (update-file-autoloads): Redo 1997-08-23 change.Richard M. Stallman1998-04-051-1/+4
|
* (update-file-autoloads):Richard M. Stallman1998-03-091-4/+1
| | | | Undo 1997-08-23 change.
* (update-file-autoloads): Give clean errorsRichard M. Stallman1998-02-021-0/+4
| | | | if autoloads file is empty or can't be written.
* (update-file-autoloads):Richard M. Stallman1997-08-231-1/+4
| | | | Be careful about which directory to find loaddefs.el in.
* (update-file-autoloads): Use anchored regexp search instead of requiringRoland McGrath1997-08-071-2/+3
| | | | | leading newline before generate-autoload-cookie, which gave false negative if sole cookie in file was at bob.
* (update-autoloads-from-directories):Richard M. Stallman1997-08-051-27/+27
| | | | Don't process file names that start with `.'.
* (make-autoload): For a defcustom,Richard M. Stallman1997-08-041-2/+12
| | | | generate custom-add-to-group and custom-add-load if needed.
* (update-autoloads-from-directories):Richard M. Stallman1997-07-281-1/+4
| | | | Always update loaddefs.el in the source-directory.
* (update-autoloads-from-directories): Renamed fromRichard M. Stallman1997-05-161-12/+16
| | | | | | update-autoloads-from-directory. Take multiple directories as args. Use locate-library to find loaddefs.el and the top level Lisp dir. (batch-update-autoloads): Call update-autoloads-from-directories.